@charset "utf-8";
/*PC*/
img{
    max-width:100%;
    height:auto !important;
    box-sizing:border-box;
}
img:not([src*="."]) {
    display: none !important;
}
div[content_type="blog"] {
    display:block !important;
    }
div[content_type="blog"]:hover:before {
    content:"※こちらはブログ機能になります。左下（もしくは左上）のロゴをクリックして、「記事を投稿する」ボタンから記事を投稿してください。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:1em;
}
div[content_type="blog_category"] {
    display:block !important;
    }
div[content_type="blog_category"]:hover:before {
    content:"※こちらはブログのカテゴリー機能になります。カテゴリーを編集する場合は、左下（もしくは左上）のロゴをクリックして、「記事を投稿する」ボタンから「記事投稿」画面に行っていただき、「記事カテゴリ管理」から編集ができます。";
    display:block;
    line-height:1.8;ｔ
    font-weight:bold;
    color:red;
    font-size:0.8em;
}
div[content_type="gallery"] {
    display:block !important;
}
div[content_type="gallery"]:hover:before {
    content:"※ギャラリー機能になります。「設定」ボタンから編集ができます。「画像選択」から画像の追加ができ、画像の順番はドラッグ&ドロップで簡単に並び替えできます。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:1em;
    clear:both;
}
div.managed_html_content_anchor, div.managed_html_content_anchor_pending {
    z-index:500 !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p, a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 160%;
    color: #005841;
    }

/*フォント系*/

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c" !important; }

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
    vertical-align:bottom;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.lb-outerContainer {
    width: initial !important;
    max-width: 450px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}
.trimming.pt67:after {
    display: block;
    content: "";
    padding-top: 67%;
    /*67%にカット*/
}


.trimming.pt120:after {
    display: block;
    content: "";
    padding-top: 120%;
    /*120%にカット*/
}


/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.col2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.col3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.col4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.col5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.col6 {
    width: 12%;
    margin: 0% 2% 4% 2%;
}

.list2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.list3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.list4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.list5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.list6 {
    width: 12%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }
    .bkimg img {
        min-width: initial !important;
    }
    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-22 {
        font-size: 20px;
    }

    .fs-24 {
        font-size: 20px;
    }

    .fs-26 {
        font-size: 22px;
    }

    .fs-28 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 24px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-34 {
        font-size: 26px;
    }

    .fs-36 {
        font-size: 26px;
    }

    .fs-38 {
        font-size: 28px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .fs-42 {
        font-size: 30px;
    }

    .fs-44 {
        font-size: 30px;
    }

    .fs-46 {
        font-size: 32px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex {
        max-width: 700px;
        margin: auto;
    }

    .flex_c {
        max-width: 700px;
        margin: auto;
    }
    
    .col2 {
        width: 46%;
    }

    .col3 {
        width: 29%;
    }

    .col4 {
        width: 29%;
    }

    .col5 {
        width: 29%;
    }
    
    .col6 {
        width: 21%;
    }
    
    .list2 {
        width: 46%;
    }
    
    .list3 {
        width: 46%;
    }

    .list4 {
        width: 46%;
    }

    .list5 {
        width: 29%;
    }
    
    .list6 {
        width: 29%;
    }
    #gnav {
        position: fixed;
        top: 0;
        right: 0;
        min-width: 200px;
        width: 30%;
        height: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: ease .7s;
        transition: ease .7s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;
    }
    #gnav p {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: -4px;
        left: -44px;
        border: 1px solid #fff;
        background: #608810;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #608810;
        -moz-box-shadow: 0px 0px 0px 2px #608810;
        -webkit-box-shadow: 0px 0px 0px 2px #608810;
    }
    #gnav ul {
        width: auto;
        height: 100%;
        overflow-y: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    #gnav li {
        display: block !important;
        width: auto;
        text-align: center;
        float: none;
        border-bottom: 1px dotted #cacad9;
        padding: 0 !important;
        margin-top: 0;
    }
    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }
    #gnav.action {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }
    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }
    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }
    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }
    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-22 {
        font-size: 18px;
    }

    .fs-24 {
        font-size: 20px;
    }

    .fs-26 {
        font-size: 20px;
    }

    .fs-28 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-34 {
        font-size: 24px;
    }

    .fs-36 {
        font-size: 26px;
    }

    .fs-38 {
        font-size: 26px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .fs-42 {
        font-size: 28px;
    }

    .fs-44 {
        font-size: 30px;
    }

    .fs-46 {
        font-size: 32px;
    }
    .flex {
        max-width: 450px;
        margin: auto;
    }
    .flex_c {
        max-width: 450px;
        margin: auto;
    }
    .col2 {
        width: 46%;
    }
    .col3 {
        width: 46%;
    }
    .col4 {
        width: 46%;
    }
    .col5 {
        width: 29%;
    }
    .col6 {
        width: 29%;
    }
    .list2 {
        width: 96%;
    }
    .list3 {
        width: 96%;
    }
    .list4 {
        width: 46%;
    }
    .list5 {
        width: 46%;
    }
    .list6 {
        width: 46%;
    }
    .rp {
        max-width: 450px;
        width: 95%;
    }
    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }
    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
    }
.clearfix {
    display: inline-block
    }
* html .clearfix {
    height: 1%
    }
.clearfix {
    display: block
    }
.clearfix {
    /*
        overflow: hidden;
    */
    }
    
.text_center{
  text-align: center;
}
.clear {
    clear: both
    }
img {
    vertical-align: top;
    border: none
    }
a {
    text-decoration: none
    }
ul {
    list-style: none
    }
#wrapper {
    min-width: 960px;
    overflow: hidden
    }
#header {
    width: 100%;
    height: 93px;
    background: rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 450;
    }
#header .inner {
    width: 960px;
    height: auto;
    margin: 0 auto
    }
#header h1 {
    font-size:10px;
   margin-bottom: 8px;
    margin-left: 17px;
}
#header div.logo {
    width: 240px;
    float: left;
    padding: 3px 0 0 0px;
}
#header div.logo img {
   width: 100% !important;
   height: auto !important;
}
#header #p_nav {
    float: right;
    width: 560px
    }
#header #p_nav li {
    float: left;
    position: relative
    }
#header #p_nav li.b6 {
    float: right;
}
#header #p_nav li.b9 {
    float: right;
}
#header #p_nav li a {
    display: block;
    width: 80px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    padding: 20px 0 4px 0;
    font-weight: bold;
    color: #005841;
    }
#header #p_nav li p {
    display: block;
    width: 80px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    padding: 20px 0 4px 0;
    font-weight: bold;
    color: #005841;
    }
#header #p_nav li.b6 a {
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.9108ccf85606138e36841651911d6a14/b6_bk.png) 0 0 repeat;
    color: #fff
    }
#header #p_nav li.b9 p {
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.9108ccf85606138e36841651911d6a14/b6_bk.png) 0 0 repeat;
    color: #fff
    }
#header #p_nav li:hover, #header #p_nav li.st {
    border-bottom: 4px solid #005841;
    padding-bottom: 0
    }
#header #p_nav li:hover a {
    color: #F67812
    }
#header #p_nav li:hover li a {
    /*color: #323A93*/
    color:#0e6a56;
    }
#header #p_nav li.b6 a {
    padding-bottom: 8px
    }
#header #p_nav li.b6 a:hover {
    color: #fff
    }
#header #p_nav li.b6:hover {
    color: #fff;
    border: none;
    padding-bottom: 4px
    }
    
#header #p_nav li.b9 p {
    padding-bottom: 8px
    }
#header #p_nav li.b9 p:hover {
    color: #fff
    }
#header #p_nav li.b9:hover {
    color: #fff;
    border: none;
    padding-bottom: 4px
    }
#header #p_nav li ul {
    background: rgba(255,255,255,0.7);
    position: absolute;
    width: 216px;
    padding: 6px 12px 3px 12px;
    top: 60px;
    left: 0;
    display: none
    }
#header #p_nav li.b1 ul {
    width: 130px
    } 
#header #p_nav li.b2 ul {
    width: 130px
    }
#header #p_nav li.b3 ul {
    width: 130px
    }
#header #p_nav li.b4 ul {
    width: 130px
    }
#header #p_nav li.b5 ul {
    width: 100px
    }
#header #p_nav li.b9 ul {
    width: 190px
    }
#header #p_nav li:hover ul {
    display: block
    }
#header #p_nav li ul li {
    float: none;
    padding-bottom: 1px
    }
#header #p_nav li ul li a {
    padding: 2px 0 2px 0;
    width: auto;
    height: auto;
    text-align: left;
    text-decoration: underline;
    display: inline-block
    }
#header #p_nav li ul li a:hover {
    color: #F67812
    }
#header #p_nav li ul li:hover {
    border: none;
    padding-bottom: 1px
    }
#footer .foot_nav {
    background: #005841;
}
#footer .foot_nav .inner {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0
    }
#footer .foot_nav .inner h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 0 0 15px 0;
    margin-bottom: 8px;
    font-weight: normal
    }
#footer .foot_nav .inner a {
    color: #fff;
    font-size: 12px
    }
#footer .foot_nav .inner dl {
    float: left;
    width: 225px;
    padding: 0 0 12px 10px
    }
#footer .foot_nav .inner dt {
    line-height: 120%;
    }
#footer .foot_nav .inner dd {
    padding: 0 0 0 2em;
    line-height: 120%
    }
#footer .foot_nav .inner dd a {
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.9108ccf85606138e36841651911d6a14/foot_nav_mk.gif) 0 1px no-repeat;
    padding-left: 12px
    }
#footer .foot_nav .inner dd + dt {
    padding-top: 12px
    }
#footer .copy {
    width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 39px 0 39px 0
    }
#footer .copy h3 {
    padding-bottom: 35px
    }
#footer .copy h3 span {
    display: block;
    font-size: 20px;
    color: #005841;
    line-height: 120%;
    padding-top: 5px;
}
#footer .copy p {
    font-size: 12px;
    color: #005841;
    font-weight: bold;
}
#footer {
    width: 960px;
    margin: 0 auto;
    position: relative;
    position: relative;
}

/*フッターナビ*/
#footer01 .foot_nav {
    background: #005841;
}
#footer01 .foot_nav .inner {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 20px 0
    }
#footer01 .foot_nav .inner h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 0 0 15px 0;
    margin-bottom: 8px;
    font-weight: normal
    }
#footer01 .foot_nav .inner a {
    color: #fff;
    font-size: 12px
    }
#footer01 .foot_nav .inner dl {
    float: left;
    width: 225px;
    padding: 0 0 12px 10px
    }
#footer01 .foot_nav .inner dt {
    line-height: 200%
    }
#footer01 .foot_nav .inner dd {
    padding: 0 0 0 2em;
    line-height: 120%
    }
#footer01 .foot_nav .inner dd a {
    background: url('/upload/tenant_1/cabd379c335b13ef2f860836d0cb005e.jpg') 0 1px no-repeat;
    padding-left: 12px
    }
#footer01 .foot_nav .inner dd + dt {
    padding-top: 12px
    }
#footer01 .copy {
    width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 39px 0 39px 0
    }
#footer01 .copy h3 {
    padding-bottom: 35px
    }
#footer01 .copy h3 span {
    display: block;
    font-size: 20px;
    color: #005841;
    line-height: 120%;
    padding-top: 5px;
}
#footer01 .copy p {
    font-size: 12px;
    color: #005841;
    font-weight: bold;
}
#footer01 {
   /* width: 960px;*/
   width:100%;
   margin: 0 auto;
   margin-top:150px;
    position: relative;
}



/*フッターナビここまで*/
#main_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index:2;
    max-height: 860px;
    }
#main_img p img {
    width: auto;
    height: auto;
    position: relative;
    z-index: 0
    }
    
/*afterで切るCSS*/
#main_img .uk-slidenav-position:after{
    padding-top: 49%;
    content: '';
    display: block;
	
}
#main_img .uk-slidenav-position{
	position:relative;
	overflow:hidden;
	width:100%;
}
#main_img .uk-slideshow{
	position:absolute;
	top:0;
}

/*afterで切るCSS*/
#main_img h2 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    position: absolute;
    top: 300px;
    left: 45%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin-left: -465px;
    text-shadow: 1px 1px 6px #000;
    z-index:1;
    }
    
.home_corse {
    width: 960px;
    height: auto;
    margin: 0 auto;
  　margin-top:60px !important;
    background: #fff;
    position:relative;
    z-index:5;
    }
.home_corse h3 {
    text-align: center;
    color: #023226;
    font-size: 24px;
    font-weight: bold;
    margin-top: 60px;
    padding: 10px 0 10px 0;
}
.home_corse div.clearfix {
    background: #0e6a56;
}
.home_corse div.clearfix dl {
    width: 50%;
    height: auto;
    float: left;
    position: relative
    }
.home_corse div.clearfix .pic {
    float: right;
    width: 480px;
    height: auto;
}
.home_corse div.clearfix .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 75%;
}
.home_corse div.clearfix .pic img {
    width: 100% !important;
    height: auto !important;
}
/*.home_corse div.clearfix + div {
    background: #30a08c;
    }*/
/*.home_corse div.clearfix + div.clearfix .pic {
    float: left
    }*/
/*.home_corse div.clearfix + div.clearfix dl {
    float: right
    }*/
.home_corse div.clearfix:nth-of-type(2n+2) {
    background: #30a08c;
    }
.home_corse div.clearfix:nth-of-type(2n+2) .pic {
    float: left
    }
.home_corse div.clearfix:nth-of-type(2n+2) dl {
    float: right
}
.home_corse div.clearfix dt {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 18px 0 12px 0
    }
.home_corse div.clearfix dt + dd {
    color: #fff;
    font-size: 14px !important;
    line-height: 140%;
    padding: 0 24px 6px 24px;
    min-height: 200px;
}
.home_corse div.clearfix dt + dd div {
    font-size: 14px !important;
}
.home_corse div.clearfix dt + dd span {
    font-size: 14px !important;
}
.home_corse div.clearfix dd + dd {
    width: 100%;
    }
.home_corse div.clearfix dd + dd a {
    margin: 0 auto
    }
    
    
.mores a {
    display: block;
    width: 158px;
    height: auto;
    border: 1px solid #fff;
    text-align: center;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/more_mk.gif) 137px 8px no-repeat #F67812;
    color: #fff;
    padding: 8px 0 8px 0
    }
.mores p {
    display: block;
    width: 158px;
    height: auto;
    border: 1px solid #fff;
    text-align: center;
    background:#F67812;
    color: #fff;
    padding: 8px 0 8px 0
}
.home_e_syame {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 18px 0 40px 0
    }
.home_e_syame h3 {
    text-align: center;
    font-size: 24px;
    color: #505050;
    padding: 0 0 16px 0;
    font-weight: bold;
}

.home_e_syame h3 span {
    color: #0e6a56;
    padding: 0 0.5em;
}
.home_e_syame h3 + p {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
    padding: 0 0 28px 13px;
    color: #505050;
}
.home_e_syame .what {
    border: #005841 1px solid;
    width: 934px;
    height:auto;
    margin: 0 auto 26px auto;
    overflow: hidden;
}

.home_e_syame .what dt {
    background: #005841;
    float: left;
    margin-bottom: -3000px;
    padding: 35px 0 3000px 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 150%;
    width: 227px;
    height: auto;
    text-align: center;
    position: relative;
    font-weight: normal;
}

.home_e_syame .what dt b {
    position: absolute;
    top: 100px;
    left: 40px;
}
.home_e_syame .what dt:after {
    width: 12px;
    height: 61px;
    position: absolute;
    content: "";
    right: -12px;
    top: 90px;
    background: url(/upload/tenant_1/02437ec4a7e14e8adfbb700d54dfe0f5.png) 0 0 no-repeat
    }
.home_e_syame .what dt + dd {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    float: left;
    padding: 7px 0 7px 25px;
    width: 670px;
     height:auto;
    line-height: 140%;
    color: #505050;
}
.home_e_syame .what dt + dd strong {
    color: #F67812;
    font-weight: normal
    }
.home_e_syame .what dd + dd {
    float: right;
    padding: 27px 28px 0 0
    }
.home_e_syame .flow {
    text-align: center;
    padding-bottom: 28px
    }
.home_e_syame .flow dd {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 168px;
    border-radius: 84px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    overflow: hidden;
    box-shadow: 5px 4px 6px 0 #323533;
    -moz-box-shadow: 5px 4px 6px 0 #323533;
    -webkit-box-shadow: 5px 4px 6px 0 #323533
    }
.home_e_syame .flow dt {
    display: inline-block;
    vertical-align: middle;
    width: 255px;
    height: auto;
    padding: 0 34px 0 22px
    }
.home_e_syame .flow dt li {
    text-align: left;
    color: #1A1E93;
    font-size: 15px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/arrow_to.gif) 0 bottom no-repeat;
    padding: 0 0 10px 0
    }
.home_e_syame .flow dt li + li {
    text-align: right;
    color: #F67812;
    padding: 20px 0 0 0;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/arrow_back.gif) 13px 0 no-repeat;
    margin-top: 60px
    }
.home_e_syame .flow dt li + li img {
    margin-right: 0;
    margin-left: 20px
    }
.home_e_syame .flow dt li img {
    margin-right: 20px;
    vertical-align: middle
    }
.home_e_syame p.mores a {
    margin: 0 auto
    }
.home_achieve .inner {
    overflow: hidden;
    min-width: 1440px
    }
.home_achieve .waku {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    padding: 11px 0
    }
.home_achieve .waku .pic {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -2
    }
.home_achieve .waku .pic:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(/upload/tenant_1/96cf1fdbbf20af35683411fae6dcca36.png) 0 0 repeat;
    z-index: 0
    }
div[onclick] .home_achieve .waku .pic:after {
    display:none;
}
div[onclick] .home_achieve .waku .pic {
    z-index:0;
}
.home_achieve .right .pic:after {
    background-image: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/lev_bk2.png)
    }
.home_achieve .waku dl , .home_achieve .waku ul {
    position:relative;
    z-index:2;
}
.home_achieve .waku .pic img {
    width: 100% !important;
    }

.home_achieve .waku dl {
    float: right;
    border: 1px solid #fff;
    margin: 0 12px 0 0;
    width: 454px;
    height: auto;
    text-align: center;
    padding: 112px 0 50px 0;
}
.home_achieve .waku dd a {
    margin: 0 auto
    }
.home_achieve .waku dt {
  text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 70px
    }
.home_achieve .waku dt span {
    font-size: 18px;
    display: block;
    padding-bottom: 7px
    }
.home_achieve .waku ul {
    width: 456px;
    height: auto;
    margin-left: 12px
    }
.home_achieve .waku li {
    border: 1px solid #fff;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    color: #fff;
    padding: 33px 0 35px 0;
    }
.home_achieve .waku li + li {
    margin-top: 13px
    }
.home_achieve .waku li a {
    margin: 27px auto 0 auto;
    line-height: 160%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal
    }
@media only screen and (max-width: 1460px) {
    .home_achieve {
        width: 960px;
        height: auto;
        margin: 0 auto
        }
    .home_achieve .inner {
        width: 1440px !important;
        margin-left: -240px
        }
    }
.home_admission {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 70px 0 132px 0
    }
.home_admission h3 {
    text-align: center;
    color: #505050;
    padding: 0 0 82px 0
    }
.home_admission h3 span {
    display: inline-block;
    border-bottom: #505050 4px solid;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding: 0 0 7px 0
    }
.home_admission ul {
    text-align: center;
    padding: 0 0 20px 0
    }
.home_admission li {
    display: inline-block;
    vertical-align: top
    }
.home_admission dl {
    width: 128px;
    height: auto
    }
.home_admission dt {
    width: 116px;
    /*height: 104px;*/
    height: 116px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    box-shadow: 5px 4px 6px 0 #323533;
    -moz-box-shadow: 5px 4px 6px 0 #323533;
    -webkit-box-shadow: 5px 4px 6px 0 #323533;
    margin-bottom: 18px;
}
.home_admission dt img {
    width: 100% !important;
    height: auto !important;
}
.home_admission dd {
    color: #505050;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    text-align: center;
    line-height: 140%
    }
.home_admission p.mores a {
    margin: 0 auto
    }
.home_admission li.next {
    padding: 33px 6px
    }
.home_strength {
    background: #005841;
    padding: 40px 0 40px 0;
}
.home_strength h3 {
    text-align: center;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #fff;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/tit_bk1.gif) bottom center no-repeat;
    padding: 0 0 6px 0;
    margin-bottom: 34px
    }
.home_strength ul {
    text-align: center;
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px
    }
.home_strength li {
    float: left;
    position: relative;
    width: 298px;
    height: 238px;
    padding: 1px;
    overflow: hidden
    }
.home_strength li:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/upload/tenant_1/96cf1fdbbf20af35683411fae6dcca36.png) 0 0 repeat;
    top: 0;
    left: 0
    }
div[onclick] .home_strength li:after {
    display:none;
}
.home_strength li .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
    }
.home_strength li dl {
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    width: auto;
    height: 214px;
    margin:11px;
    }
.home_strength li dl:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #7e1a31;
    content: "";
}
.home_strength li dt {
    color: #fff;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    padding: 60px 0 10px 0;
    text-align: center;
    line-height: 110%;
    }
.home_strength li dd {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.home_strength p.mores a {
    margin: 0 auto
    }
.hh3 {
    color: #505050;
    text-align: center;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/tit_bk2.gif) bottom center no-repeat;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding: 0 0 6px 0;
    margin-bottom: 68px
    }
.home_news {
    padding: 123px 0 0 0;
    width: 960px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
    }
.home_news .mores a{
  margin:20px auto;
  display: block;
}
    
.home_news .left {
    /*float: left;*/
    /*width: 708px;*/
    width:96%;
    margin-right: 2%;
    margin-left: 2%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
    }
.home_news .right {
    float: right;
    width: 240px
    }
.home_news .blog_innner{
  width:50%;
  display: block;
}
.home_news .left dl {
    border-bottom: #303394 1px dotted;
    position: relative
    }
.home_news .left dt {
    float: left;
    float:none;
    color: #505050;
    font-weight: bold;
    font-size: 12px;
    padding: 14px 0 0 29px;
    padding-left: 15px;
    }
.home_news .left dt span {
    display: block;
    width: 108px;
    height: auto;
    text-align: center;
    color: #fff;
    background: #F67812;
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 12px;
    font-weight: bold;
    }
.home_news .left dd {
    /*float: right;*/
    float: none;
    /*width: 579px;*/
    width: 100%;
    padding: 10px 0;
    }
.home_news .left dd a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-left: 15px;
    }
.home_news .right li a {
    display: block;
    width: 216px;
    height: auto;
    position: relative;
    padding: 12px;
    text-align: center
    }
.home_news .right li a span {
    display: block;
    border: 1px solid #fff;
    height: 58px;
    padding-top: 36px;
    position: relative;
    z-index: 2;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/nb_more.png) 187px 31px no-repeat;
    color: #fff;
    font-weight: bold
    }
.home_news .right li a span:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #fff;
    top: 0;
    left: 0
    }
.home_news .right li a img {
    position: absolute;
    top: 0;
    left: 0;
    }
.home_news .right li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/nb_bk.png) 0 0 repeat;
    z-index: 1
    }
div[onclick] .home_news .right li a:after {
    display:none;
}
.home_news .home_other {
    margin: 11px 0 0 0;
    border-top: 15px #005841 solid;
    border-bottom: 30px #005841 solid;
    background: #30a08c;
    padding: 33px 0 33px 0;
}
.home_news .home_other dl {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom:25px;
    }
.home_news .home_other dt {
    display: block;
    width: 168px;
    height: 168px;
    margin: 0 auto 0 auto;
    background: #005841;
    border-radius: 84px;
    /* CSS3草案 */
    -webkit-border-radius: 84px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 84px;
    /* Firefox用 */
        text-align: center;
    margin-bottom: 20px;
    }
.home_news .home_other dt span {
    display: block;
    color: #fff;
    font-size: 21px;
    padding: 48px 0 15px 0;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    text-align: center;
}
.home_news .home_other dd {
    font-size: 16px;
    color: #ffffff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    text-align: center;
}
.home_class {
    /*padding-top: 123px;*/
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 123px;
}
.home_class div.clearfix {
       background: #30a08c;
    }
.home_class .map {
    float: right
    }
.home_class .left {
    float: left;
    width: 50%;
    text-align: center
    }
.home_class .left h4 {
    padding: 18px 0 14px 0
    }
.home_class .left h4 span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding-top: 15px;
}
.home_class .left p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0
    }
.home_class .left ul {
    padding-bottom: 30px
    }
.home_class .left li {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 110%;
}
.home_class .left dt {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.home_class .left dd {
    text-align: left;
    padding: 0 0 0 130px;
    color: #ffffff;
    font-weight: bold
    }
.home_class .left dt + dd {
    font-size: 22px;
    padding-bottom: 5px
    }
.home_class .left dd + dd {
    font-size: 12px
    }
.home_class .left dt + dd img {
    margin-right: 14px;
    vertical-align: middle;
    margin-left: 4px
    }
.home_class .left dd + dd img {
    margin-right: 37px;
    vertical-align: middle
    }
.sub_tit {
    width: auto;
    height: 276px;
    background: #30a08c;
    margin-bottom: 48px;
    }
.sub_tit h2 {
    width: 923px;
    height: auto;
    padding: 197px 0 0 37px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px
    }
.sub_tit3 {
    width: auto;
    height: 276px;
    margin-bottom: 48px;
    }
.sub_tit3 h2 {
    width: 923px;
    height: auto;
    padding: 197px 0 0 37px;
    margin: 0 auto;
    color: #000;
    font-size: 32px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    
    border-bottom: 2px solid #000;
    font-weight: bold;
    }
    
    
    .sub_tit3 h3 {
    width: 923px;
    height: auto;
    padding: 197px 0 0 37px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    
    border-bottom: 2px solid #fff;
    font-weight: bold;
    }
#main {
    width: 960px;
    height: auto;
    margin: 0 auto
    }
.sh3 {
    background: #30a08c;
    border-left: 11px #0e6a56 solid;
    color: #fff;
    font-size: 23px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding: 0 0 0 20px;
    line-height: 150%;
    margin-bottom: 18px
    }
@media all and (-ms-high-contrast: none) {
    .sh3 {
        padding-top: 8px
        }
    }
.about p {
    padding-bottom: 20px;
    line-height: 200%
    }
#ab1 .rtxt .left {
    width: 298px;
    height: auto;
    float: left
    }
#ab1 .rtxt .right {
    float: right;
    width: 642px;
    height: auto;
    padding-top: 10px
    }
#ab1 .ltxt .left {
    width: 642px;
    height: auto;
    float: left;
    padding-top: 10px
    }

#ab1 .ltxt .right {
    float: right;
    width: 298px;
    height: auto
    }
#ab1 h4 {
    background: #303393;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 200%
    }
#ab1 h4.teacher_h4{
  /*background: #0e6a56;*/
  background: #fff;
  border-bottom: 2px solid #0e6a56;
  color:#005841;
  text-align: left;
  padding-left: 0px;
  padding-top: 6px;
}
#ab1 p.position{
    line-height: 19px;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 0;
}


#ab1 .right .teacher_table dl{
  background-color: #fff;
  padding: 0 0 9px 0;
  display: block;
  margin-bottom: 10px;
}
#ab1 .right .teacher_table dt{
    float: left;
    width: 21%;
    text-align: center;
    background: #f1a76c;
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}
#ab1 .right .teacher_table dd{
     width: 75%;
    height: auto;
    float: right;
    padding: 3px 0;
}
#ab1 .right .teacher_table h5{
  font-weight: bold;
  font-size: 22px;
      margin-top: 30px;
    margin-bottom: 10px;
    line-height: 100%;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
}
#ab1 .teacher_pic{
  padding-top: 10px;
}

#ab1 .repeat_item{
  margin-bottom: 40px;
}





h4 {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 6px
    }
#ab1 {
    padding-bottom: 80px
    }
#ab1 h4.w1 {
    padding: 163px 0 156px 0
    }
#ab1 h4.w2 {
    padding: 142px 0 124px 0
    }
#ab1 h4.w3 {
    padding: 123px 0 107px 0
    }
#ab1 h4.w4 {
    padding: 130px 0 117px 0;
    letter-spacing: -1px
    }
#ab1 dl {
    background: #B8E7EC;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px
    }
#ab1 dt {
    font-weight: bold;
    line-height: 200%
    }
#ab1 dd {
    line-height: 200%;
    padding: 0 0 20px 0
    }
#ab1 .sign {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif
    }
#ab2 h4 {
    font-size: 23px
    }
#ab2 div {
    padding-bottom: 25px
    }
#ab2 .jigfsh {
    background: #B8E7EC;
    width: 782px;
    height: auto;
    margin: 10px auto 20px auto;
    padding: 30px 20px 10px 20px
    }
#ab2 dt {
    font-weight: bold;
    line-height: 200%
    }
#ab2 dd {
    line-height: 200%;
    padding: 0 0 20px 0
    }
#ab2 {
    padding-bottom: 80px
    }
#access p span {
    font-size: 18px;
    font-weight: bold;
    padding-left: 42px
    }
#access p span.name{
  padding-left: 0;

}
#access p span a{
  color: #005841;
}
#access #map {
    width: auto;
    height: 310px;
    margin-bottom: 15px
    }
.totop {
    padding-bottom: 10px !important;
    position: absolute;
    right: 0;
}
.totop a {
    display: block;
    width: 88px;
    height: 58px;
    padding-top: 30px;
    background: #0e6a56;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 100;
}
.strength dt {
    float: left;
    width: 270px;
    height: 262px;
    /*background: #388390;*/
    background:#0e6a56;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    line-height: 120%;
    padding: 38px 0 0 28px;
    margin-right: 20px;
    }
.strength dt span {
    display: block;
    font-size: 50px;
    font-style: italic;
    color: #F67812;
    line-height: 1;
    padding: 2px
    }
.strength dd {
    float: right;
    width: 332px;
    padding: 0 0 0 18px;
    line-height: 200%
    }
    
.strength dd + dd {
    float: none;
    width: auto;
    height: auto;
    padding: 0 0 0 0
    }
    
.strength dl.clearfix + dl.clearfix {
    padding-top: 60px
    }
    
.middle_school p {
    padding-bottom: 20px;
    line-height: 200%
    }
.middle_school .intro .pic {
    text-align: center;
    padding-top: 10px
    }
.middle_school .intro .mores a {
    margin: 0 auto
    }
.middle_school .intro {
    padding-bottom: 90px
    }
.middle_school .list {
    padding-bottom: 80px
    }
.middle_school .list .count {
    float: left;
    background: #D7E6E9;
    width: 159px;
    height: auto;
    padding: 9px;
    margin-bottom: 20px
    }
.middle_school .list .count span {
    display: block;
    border: 2px solid #388390;
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-top: 63px;
    height: 92px
    }
.middle_school .list li div.clearfix .txtbox {
    float: right;
    width: 753px;
    height: auto
    }
.middle_school .list li div.clearfix .txtbox h4{
       font-weight: bold;
    font-size: 20px;
}
    
.middle_school .list li div.clearfix .mores {
    text-align: right
    }
.middle_school .list li div.clearfix .mores a {
    margin: 0;
    display: inline-block
    }
.middle_school .list li {
    padding-bottom: 16px;
    border-bottom: #388390 2px solid
    }
.middle_school .list li + li {
    margin-top: 48px
    }
.middle_school .list li .sp {
    margin: 20px 130px 20px 130px;
    border: #388390 2px solid;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.00291d1b9616701f44d73306d1bd1bec/mk.gif) 28px 22px no-repeat;
    padding: 16px 0 16px 146px;
    min-height: 76px
    }
.middle_school .list li .sp dt {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold
    }
.middle_school .list li .sp dd {
    padding: 0 0 0 52px;
    line-height: 200%
    }
    
/*よくあるご質問*/

.middle_school.faq p {
    padding-bottom: 20px;
    line-height: 200%
    }
.middle_school.faq .intro .pic {
    text-align: center;
    padding-top: 10px
    }
.middle_school.faq .intro .mores a {
    margin: 0 auto
    }
.middle_school.faq .intro {
    padding-bottom: 90px
    }
.middle_school.faq .list {
    padding-bottom: 80px
    }
.middle_school.faq .list .count {
    float: left;
    background: #D7E6E9;
    width: 74px;
    height: auto;
    padding: 9px;
     margin:10px;
    }
.middle_school.faq .list li>div{
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.middle_school.faq .list li>div:nth-of-type(2){
  background: #D7E6E9;
} 
    
    
.middle_school.faq .list li div:nth-of-type(2) .count{
   float: left;
   background:#fff;
   margin:10px;
}
.middle_school.faq .list li div:nth-of-type(2) .txtbox{
   float: right;
}

.middle_school.faq .list .count span {
    display: block;
    border: 2px solid #388390;
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-top: 16px;
    height: 50px;
    }
.middle_school.faq .list li div.clearfix .txtbox {
    float: right;
    width: 830px;
    height: auto;
    padding-top: 20px;
    }
.middle_school.faq .list li div.clearfix .txtbox h4{
       font-weight: bold;
    font-size: 20px;
}
    
.middle_school.faq .list li div.clearfix .mores {
    text-align: right
    }
.middle_school.faq .list li div.clearfix .mores a {
    margin: 0;
    display: inline-block
    }
.middle_school.faq .list li {
    padding-bottom: 16px;
    border-bottom: #388390 2px solid
    }
.middle_school.faq .list li + li {
    margin-top: 48px
    }
.middle_school.faq .list li .sp {
    margin: 20px 130px 20px 130px;
    border: #388390 2px solid;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.00291d1b9616701f44d73306d1bd1bec/mk.gif) 28px 22px no-repeat;
    padding: 16px 0 16px 146px;
    min-height: 76px
    }
.middle_school.faq .list li .sp dt {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold
    }
.middle_school.faq .list li .sp dd {
    padding: 0 0 0 52px;
    line-height: 200%
    }


/*よくあるご質問ここまで*/
    
.class p {
    padding-bottom: 20px;
    line-height: 200%
    }
.class p.pic {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px
    }
.cost_nav {
    text-align: center;
    width: 970px;
    margin-left: -5px;
    padding-bottom: 53px
    }
.cost_nav li {
    display: inline-block;
    padding: 0 5px 12px 5px
    }
.cost_nav li a {
    display: block;
    background: #303392;
    color: #fff;
    position: relative;
    font-weight: bold
    }
.cost_nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #F60
    }
.cost_nav .nav1 li a {
    width: 184px;
    font-size: 18px;
    padding: 11px 0
    }
.cost_nav .nav2 li a {
    width: 184px;
    padding: 14px 0
    }
.cost_nav .nav2 li a:after {
    background: #388390
    }
.sh3.p1 {
    border-color: #F60;
    background-color: #303392
    }
.sh3.p2 {
    /*border-color: #388390;
    background-color: #303392*/
    }
.cost h3 {
    margin-bottom: 50px
    }
.cost h4 {
    text-align: center;
    border-bottom: 10px solid #303392;
    font-size: 28px;
    margin-bottom: 30px
    }
.cost h4 span {
    display: inline-block;
    margin-bottom: -25px;
    background: #fff;
    line-height: 1;
    width: 579px
    }
.cost .box {
    background: #F2F2F2;
    margin-bottom: 63px;
    text-align: center;
    padding: 10px 0
    }
.cost .wrap + .wrap {
    padding-top: 67px
    }
.cost .box dl {
    width: 430px;
    height: auto;
    display: inline-block;
    padding: 10px 23px;
    vertical-align: top
    }
.cost .box dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border: 2px solid #303392;
    margin-bottom: 24px;
    line-height: 180%
    }
.cost .box dt + dd {
    width: auto;
    height: 306px;
    margin-bottom: 19px
    }
.cost .box dd + dd a {
    display: block;
    background: #F60 url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.fe7be78f6d241354eb14b18dbb6c88c4/mk.gif) 177px 10px no-repeat;
    color: #fff;
    width: 203px;
    margin: 0 auto;
    font-weight: bold;
    padding: 8px 20px 8px 0;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    }
.achievement p {
    padding-bottom: 20px;
    line-height: 200%
    }
.achievement .box + .box {
    padding-top: 10px
    }
.table .ahead {
    background: #D7E6E9;
    text-align: center
    }
.table .ahead dt, .table .ahead dd {
    font-weight: bold;
    color: #388390
    }
.table {
    border: 1px solid #AAA;
    border-bottom: none;
    overflow:hidden;
    }
.table dl {
    border-bottom: 1px solid #AAA;
    overflow: hidden;
    }
.table dt {
    display: block;
    line-height: 120%;
    font-weight: bold;
    float:left;
    padding:15px 16px 3015px;
    margin:0 0 -3000px;
    float:left;
    box-sizing:border-box;
    }
.table dd {
    line-height: 120%;
    position: relative;
    font-weight: bold;
    padding:15px 16px 3015px;
    margin:0 0 -3000px;
    float:left;
    box-sizing:border-box;
    }
.table dd:after {
    width: 1px;
    height: 3000px;
    background: #AAA;
    top: -1500px;
    left: 0;
    position: absolute;
    content: ""
    }
    
.achievement #ac1 .table {
    width: 590px;
    margin: 10px auto 20px auto
    }
.achievement #ac1 .table dt {
    width: 151px;
    padding:15px 10px 3015px;
    }
.achievement #ac1 .table .td1 {
    width: 181px;
    padding:15px 10px 3015px;
    }
.achievement #ac1 .table .td2 {
    width: 119px;
    text-align: center;
    color: #C00;
    font-size: 16px;
    padding:15px 0 3015px;
    }
.achievement #ac1 .table .ahead .td1 {
    padding:15px 0 3015px;
    }
.achievement #ac1 .table .td3 {
    width: 139px;
    text-align: center
    }
.achievement #ac1 {
    padding-bottom: 53px
    }
.achievement #ac1 .table .ahead dd {
    font-size: 18px
    }
.achievement #ac1 .table .ahead dt {
    font-size: 18px;
    }
.achievement #ac2 .table1 {
    width: 460px;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px
    }
.achievement #ac2 div.clearfix + p {
    font-weight: bold;
    font-size: 16px
    }
.achievement #ac2 .table1 + .table {
    float: right;
    margin-right: 10px;
    margin-left: 0
    }
.achievement #ac2 .table1 dt {
    width: 150px
    }
.achievement #ac2 .table1 dt + dd {
    padding-left: 10px;
    padding-right: 10px;
    width: 155px
    }
.achievement #ac2 .table1 .td2 {
    width: 63px;
    text-align: center;
    color: #C00;
    font-size: 16px;
    padding-left:0;
    padding-right:0;
    }
.achievement #ac2 .table1 .td3 {
    width: 92px;
    text-align: center;
    padding-left:0;
    padding-right:0;
    }
.achievement #ac2 .table1 .ahead dd {
    font-size: 16px
    }
.achievement #ac2 .table1 .ahead dt {
    font-size: 16px;
    padding-left: 0;
    padding-right:0;
    width: 150px
    }
.achievement #ac2 .table1 .ahead dd.td1 {
    padding-left: 0;
    padding-right:0;
    width: 155px
    }
.achievement #ac2 .table1 .ahead .td2 {
    padding:5px 0 3005px;
}
#ac1 .box.company_box .table .td1{
    width: 439px;
}

/*価格表追加CSSここから*/

.achievement #ac1 .table.sum_course01 dt{
  width:100%;
  text-align: center;
}

.achievement #ac1 .table.sum_course01{
  width:350px;
}
.achievement #ac1 .table.sum_course01 dl{
   border-bottom:0px;
}

.achievement #ac1 .table.sum_course01 dl:first-of-type{
      border-bottom: 1px solid #AAA;
      /*height:30px;*/
}
.achievement #ac1 .table.sum_course01 dl:nth-of-type(2),.achievement #ac1 .table.sum_course01 dl:nth-of-type(3),.achievement #ac1 .table.sum_course01 dl:nth-of-type(5),.achievement #ac1 .table.sum_course01 dl:nth-of-type(6){
  /* height:30px;*/
}

.achievement #ac1 .table.sum_course01 dl:first-of-type dt,.achievement #ac1 .table.sum_course01 dl:nth-of-type(2) dt,.achievement #ac1 .table.sum_course01 dl:nth-of-type(3) dt,.table.sum_course01 dl:nth-of-type(5) dt,.achievement #ac1 .table.sum_course01 dl:nth-of-type(6) dt{
      padding-top: 7px !important;
}
.achievement #ac1 .table.sum_course01 dl:nth-of-type(3) dt{
  font-size:14px;
}

.achievement #ac1 .table.sum_course01 dl:last-of-type{
      border-bottom: 1px solid #AAA;
}

.achievement #ac1 .table.sum_course01 .ahead dt{
  font-size: 28px;
  color: #fff;
 
}
.achievement #ac1 .table.sum_course01 .ahead{
   background: #0e6a56;
   border-bottom: 0px;
}

.achievement #ac1 .table.sum_course02 dt{
  width:100%;
  text-align: center;
}

.achievement #ac1 .table.sum_course02{
  width:350px;
}
.achievement #ac1 .table.sum_course02 dl{
   border-bottom:0px;
}

.achievement #ac1 .table.sum_course02 dl:first-of-type{
      border-bottom: 1px solid #AAA;
      /*height:30px;*/
}
.achievement #ac1 .table.sum_course02 dl:nth-of-type(2),.achievement #ac1 .table.sum_course01 dl:nth-of-type(3),.achievement #ac1 .table.sum_course01 dl:nth-of-type(5),.achievement #ac1 .table.sum_course01 dl:nth-of-type(6){
  /* height:30px;*/
}

.achievement #ac1 .table.sum_course02 dl:first-of-type dt,.achievement #ac1 .table.sum_course01 dl:nth-of-type(2) dt,.achievement #ac1 .table.sum_course01 dl:nth-of-type(3) dt,.table.sum_course01 dl:nth-of-type(5) dt,.achievement #ac1 .table.sum_course01 dl:nth-of-type(6) dt{
      padding-top: 7px !important;
}
.achievement #ac1 .table.sum_course02 dl:nth-of-type(3) dt{
  font-size:14px;
}

.achievement #ac1 .table.sum_course02 dl:last-of-type{
      border-bottom: 1px solid #AAA;
}

.achievement #ac1 .table.sum_course02 .ahead dt{
  font-size: 28px;
  color: #fff;
 
}
.achievement #ac1 .table.sum_course02 .ahead{
   background: #0e6a56;
   border-bottom: 0px;
}

.achievement #ac1 .table.sum_course02.sum_course02 .ahead{
   background: #0e3f6a;
}
.achievement #ac1 .table.sum_course02.sum_course02 dt{
  color: #0e3f6a;
}
.achievement #ac1 .table.sum_course02.sum_course02 .ahead dt{
   color: #fff;
}


.achievement #ac2 .table1.sum_course01.sum_course03{
  margin:0;
  width: 300px;
}

.table_midashi01{
    width: 904px;
    text-align: center;
    height: 30px;
   border: 1px solid #AAA;
   border-bottom: 0px;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    font-weight: bold;
    color: #711a15;
}
.achievement #ac1 .table.sum_course01.sum_course03 .ahead{
  background: #711a15;
}
.achievement #ac1 .table.sum_course01.sum_course03 dt{
  color: #711a15;
}

.achievement #ac1 .table.sum_course01.sum_course03 .ahead dt{
  color: #fff;
}

.achievement #ac1 .table.sum_course01.sum_course03 dl:nth-of-type(5),.achievement #ac1 .table.sum_course01.sum_course03 dl:nth-of-type(6){
   height:30px;
}

.achievement #ac1 .table.sum_course01.sum_course03 dl:first-of-type dt,.achievement #ac1 .table.sum_course01.sum_course03 dl:nth-of-type(3) dt,.table.sum_course01.sum_course03 dl:nth-of-type(5) dt,.achievement #ac1 .table.sum_course01.sum_course03 dl:nth-of-type(6) dt{
      padding-top: 7px !important;
}
.achievement #ac1 .table.sum_course01.sum_course03 dl:nth-of-type(2) dt{
  font-size:14px;
}

.achievement #ac1 .table.sum_course01.sum_course03 .ahead dt{
  font-size: 28px;
  color: #fff;
  padding: 15px 10px 3015px;
 
}

.achievement #ac1 .table.sum_course01.sum_course03 dl:nth-of-type(3){
     height: 55px;
}

/*価格表追加CSSここまで*/



.boxu {
    width: 1039px;
    padding-left: 10px
    }
.boxu dl {
    display: inline-block;
    vertical-align: top;
    padding: 0 79px 65px 0;
    width: 257px;
    height: auto
    }
.boxu dl dt {
    font-weight: bold;
    padding-bottom: 10px
    }
.boxu dl dl {
    display: block;
    padding: 0
    }
.boxu dd.table dl {
    width: auto
    }
.boxu dd.table dt {
    padding: 15px 16px 3015px 16px;
    width: 151px
    }
.boxu dd.table dd {
    text-align: center;
    width: 104px;
    color: #C00
    }
.boxu dd.table .ahead dt {
    padding-left: 0;
    width: 151px;
    font-size: 16px
    }
.boxu dd.table .ahead dd {
    font-size: 16px
    }


/*金額追加CSS*/
.boxu .price01 dd.table .ahead dt{
    width: 16.6%;
    font-size: 16px;
    padding-left:16px;
    text-align: center;
    background: #D7E6E9;
   
}

.boxu .price01 dd.table dd{
      color: #005841;
}

.boxu .price01 dd.table dd{
   width:  16.6%;
}
.boxu dl.price01{
  width:900px;
  margin:0 auto;
}
.boxu .price01 dd.table dt{
   width:  16.6%;
    text-align: center;
    background: #D7E6E9;
     color: #388390;
    font-size:16px;
}

.boxu .price01 dd.table dl:first-of-type{
  background:#fff;
}
.boxu .price01 dd.table>dl:nth-of-type(2) dd{
  color: #C00;
}

/*金額追加CSSここまで*/

 
.achievement #ac2 {
    padding-bottom: 20px
    }
.achievement #ac3 p.pic {
    text-align: center;
    padding-top: 25px
    }
.e_syame p {
    line-height: 200%;
    padding-bottom: 20px
    }
.e_syame .es1 {
    padding-bottom: 80px
    }
.e_syame .es1 .pic {
    float: right
    }
.e_syame .es1 .txt {
    float: left;
    width: 453px
    }
.e_syame .es1 .txt ul {
    background: #EAEAF4;
    width: 404px;
    height: auto;
    padding: 10px 12px 10px 28px;
    margin-bottom: 20px
    }
.e_syame .es1 .txt ul li, .e_syame .es3 ul li {
    font-weight: bold;
    line-height: 200%
    }
.e_syame .es3 {
    padding-bottom: 80px
    }
.e_syame .es3 ul {
    background: #EAEAF4;
    height: auto;
    display: inline-block;
    padding: 10px 28px 10px 28px;
    margin-bottom: 10px
    }
.e_syame .es3 ul + p {
    font-weight: bold
    }
.e_syame .es3 .pic {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 37px
    }
.e_syame .es3 .pic + ul {
    display: block;
    background: #6CF;
    margin: 0 97px 40px 97px;
    padding: 28px 20px 28px 140px;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
    }
.e_syame .es3 .sp {
    text-align: center;
    font-size: 20px;
    font-weight: bold
    }
.e_syame .es4 dt {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 55px
    }
.e_syame .es4 dt span {
    font-size: 8px;
    vertical-align: top;
    color: #EC0000
    }
.e_syame .es4 dd {
    padding: 10px 0 10px 232px;
    border-bottom: 1px solid #303393;
    font-weight: bold;
    font-size: 16px
    }
.e_syame .es4 dd input[type="text"] {
    border: 1px solid #303393;
    padding: 2px
    }
.e_syame .es4 dd .size1 {
    border: 1px solid #303393;
    padding: 2px;
    width: 675px
    }
.e_syame .es4 dd .size2 {
    width: 336px
    }
.e_syame .es4 dd.sex input {
    margin-right: 0.5em
    }
.e_syame .es4 dd.sex label {
    margin-right: 3em
    }
.e_syame .es4 dd .size3 {
    width: 70px
    }
.e_syame .es4 dd.age ul {
    width: 90px;
    display: inline-block;
    vertical-align: top
    }
.e_syame .es4 dd select {
    padding: 2px
    }
.e_syame .es4 dd select option {
    padding: 2px;
    font-size: 16px
    }
.e_syame .es4 dd dl {
    display: inline-block;
    vertical-align: top;
    width: 32%
    }
.e_syame .es4 dd dt {
    float: none;
    padding: 0 0 0 0
    }
.e_syame .es4 dd dd {
    border-bottom: none;
    padding: 0 0 2px 10px;
    font-weight: normal
    }
.e_syame .es4 dd dd input[type="text"] {
    width: 154px;
    margin-left: 18px;
    display: block
    }
.e_syame .es4 dd dd input[type="checkbox"] {
    margin-right: 5px
    }
.e_syame .es4 dd div {
    padding: 20px 0 10px 0
    }
.e_syame .es4 dd .zip {
    width: 124px
    }
.e_syame .es4 dd .add {
    width: 670px
    }
.e_syame .es4 dd textarea {
    width: 670px;
    height: 215px;
    padding: 2px;
    border: 1px solid #303393
    }
.e_syame .es4 dl + p {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0 0
    }
.e_syame .es4 dl + p span {
    font-size: 8px;
    vertical-align: top;
    color: #EC0000
    }
.form_btn {
    text-align: center
    }
.form_btn li {
    display: inline-block;
    padding: 0 7px
    }
.form_btn li button {
    width: 126px;
    height: 36px;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: #0e6a56;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 30px;
} 
.e_syame .es4 .form_btn {
    margin-top: -20px
    }
.e_syame .es4 {
    padding-bottom: 100px
    }
.admissions .flow {
    padding-bottom: 200px
    }
.admissions .flow dl {
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.73efd92dd66c3f164cb60fac36041528/maru.png) 70px 13px no-repeat
    }
.admissions .flow dt {
    padding: 27px 0 0 17px;
    line-height: 1;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold
    }
.admissions .flow dd {
    text-align: center
    }
    
.admissions .flow dd img{
  max-width: 519px !important;
}
.admissions .flow dd + dd {
    font-weight: bold;
    line-height: 200%;
    padding: 30px 0 0 0
    }
.admissions .flow .next {
    text-align: center;
    padding: 28px 0 16px 0
    }
.contact p {
    line-height: 200%;
    padding-bottom: 20px;
    color: #000
    }
.contact form {
    display: block;
    padding-bottom: 100px;
    margin-top: 60px
    }
.contact form .form  {
    position: relative;
    margin-bottom: 21px
    }
.contact form .form:after {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""
    }
.contact form dt {
    float: left;
    font-weight: bold;
    padding: 11px 0 0 9px
    }
.contact form dd {
    padding: 11px 0 11px 339px;
    border-bottom: 1px solid #005841;
    font-weight: bold;
}
.contact form dd p {
    line-height: 180%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #30a08c;
}
.contact form dd div {
    display: inline-block;
}
.contact form dd span {
    width: auto;
    margin-left: 0em
    }
.contact form dd span.v {
    display: inline-block;
    margin-left: 0.5em;
}
.contact form dd span.c {
    display: inline-block;
    margin-left: 0.5em;
    width: 9.5em;
}
.contact form dd span + input {
    margin-right: 5.5em
    }
.contact form dd input[type="text"], .contact form dd input[type="email"] {
    padding: 2px
    }
.contact form dd label{
	display:inline-block !important;
	padding:0 1.5em 0 0.5em;
}
.contact form dd select {
    width: 423px;
    border-radius: 0;
    height: 30px;
}
.contact form dd #zip {
    margin-bottom:10px;
}
.contact form dd .size2 {
    width: 163px
    }
.contact form dd .add {
    width: 588px;
    margin-top: 10px;
}
.contact form dd .size1 {
    width: 413px
    }
.contact form dd .post {
    width: 123px;
}
.contact form dt.ask {
    float: none
    }
.contact form dt.ask + dd {
    padding-left: 152px
    }
.contact form dt.ask + dd textarea {
    width: 781px;
    height: 279px
    }
.contact1 {
    padding-top: 20px;
}
.contact1 dt {
    color: #30a08c;
    padding: 0 0 0 50px;
    font-weight: bold;
    text-align: left;
}
.student .contact1 dt{
  color: #005841;
  font-weight: normal;
  font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 6px;
  padding-left: 0;
}
.student .contact1 dt + dd{
  color: #005841;
  font-weight: normal;
  font-size:14px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 6px;
  padding-left: 0;
}

.contact1 dd {
    text-align: left;
    padding: 0 0 0 50px;
    color: #30a08c;
    font-weight: bold;
}
.contact1 dt + dd {
    font-size: 22px;
    padding-bottom: 5px
    }
.contact1 dd + dd {
    font-size: 12px
    }
.contact1 dt + dd img {
    margin-right: 14px;
    vertical-align: middle;
    margin-left: 4px
    }
.contact1 dd + dd img {
    margin-right: 37px;
    vertical-align: middle
    }
.news .postlist {
    float: left;
    width: 604px
    }
.news .side {
    float: right;
    width: 275px
    }
.news .side .rank {
    padding: 8px 0 55px 0
    }
.news .side .rank dt, .news .side h3, .news .side .term dt {
    font-size: 18px;
    font-weight: bold;
   /* border-bottom: 2px solid #303393;*/
   border-bottom: 2px solid #0e6a56;
    margin-bottom: 40px;
    line-height: 220%;
    padding-left: 12px
    }
.news .side .rank dd {
    padding: 0 16px 15px 16px
    }
.news .side .cat {
    padding-bottom: 50px
    }
.news .side .cat dt {
    padding: 6px;
    margin-bottom: 43px;
    background: rgb(48, 51, 147);
    background: -moz-linear-gradient(left, rgba(48, 51, 147, 1) 0%, rgba(56, 131, 144, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(48, 51, 147, 1) 0%, rgba(56, 131, 144, 1) 100%);
    background: linear-gradient(to right, rgba(48, 51, 147, 1) 0%, rgba(56, 131, 144, 1) 100%)
    }
.news .side .cat dt span {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0
    }
.news .side .cat dd , .news .side .archive li {
    padding: 0 0 25px 20px;
    font-weight: bold
    }
.news .side .cat dd span , .news .side .archive li span {
    padding-right: 0.5em
    }
.news .side .archive {
    padding-bottom: 50px
    }
.news .side .archive h4 {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-bottom: 14px
    }
.news .side .archive h4 span {
    padding-right: 0.5em
    }
.news .side .archive h4 span.key {
    display: inline-block;
    text-indent: -9999px;
    border: 1px solid #303393;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 0.5em;
    padding: 0;
    position: relative;
    border-radius: 2px;
    /* CSS3草案 */
    -webkit-border-radius: 2px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;
    /* Firefox用 */
    }
.news .side .archive h4 span.key:before {
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    background: #6365AD;
    top: 50%;
    left: 1px;
    margin-top: -1px
    }
.news .side .archive h4 span.key:after {
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    background: #6365AD;
    top: 50%;
    left: 1px;
    transform: rotate(90deg);
    margin-top: -1px
    }
.news .side .archive .wrap ul {
    display: none
    }
.news .side .archive .active ul {
    padding: 0 0 0 42px;
    display: block
    }
.news .side .archive ul li {
    font-weight: bold;
    padding-bottom: 14px
    }
.news .side .archive .active h4 span.key:after {
    transform: rotate(0)
    }
.news .side .wrap {
    padding: 0 0 0 20px
    }
.news .side .term {
    padding-bottom: 50px
    }
.news .side .term dd {
    padding: 0 0 16px 20px;
    font-weight: bold
    }
.news .postlist h3 {
    margin-bottom: 12px
    }
.news .postlist h3 a {
    color: #fff;
    font-size: 23px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    line-height: 150%;
}
.news .postlist .date {
    text-align: right;
    padding: 0 0 5px 0
    }
.news .postlist .date + p {
    padding-bottom: 20px
    }
.news .postlist .cont {
    padding: 10px 0 20px 0;
    border-bottom: #0e6a56 2px solid
    }
.news .postlist .cont p {
    line-height: 200%;
    padding: 0 0 20px 0
    }
.news .postlist .post {
    padding-bottom: 70px
    }
.news .postlist .post dl {
    font-size: 14px;
    line-height: 24px;
    padding:30px 20px 20px;
    margin-top:20px;
    border-bottom: #ddd 2px dashed;
    border-top: #ddd 2px dashed;
}
.news .postlist .post dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.news .postlist .post dl dt {
    float:left;
}
.news .postlist .post dl dd {
    margin:0 0 10px 120px;
}
.news .postlist .cont, center {
    display: block;
    margin: 0 auto
    }
    
.news .postlist .cont .honbun_txt{
  /*max-height:150px;
  overflow:hidden;*/
}
.news .postlist .cont .honbun_txt img{
 
}



.news .postlist .post .sns {
    text-align: right;
    padding-top: 14px
    }
.news .postlist .post .sns li {
    display: inline-block;
    vertical-align: middle
    }
.page_nav {
    text-align: center;
    padding-bottom: 70px
    }
.page_nav li {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 6px
    }
.page_nav li a {
    display: block;
    font-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    background: #DDD;
    color: #000;
    text-align: center;
    }
.page_nav li a:hover {
    background-color: #1A1E93;
    color: #fff
    }
.page_nav li.st {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 6px;
    background: #1A1E93;
    color: #fff;
    text-align: center
    }
.page_nav li.next a {
    width: auto;
    height: auto;
    background: none
    }
.page_nav li.prev a {
    width: auto;
    height: auto;
    background: none
    }
.page_nav li.next {
    padding-left: 17px
    }
.page_nav li.prev {
    padding-right: 17px
    }
.voice .box {
    border: 1px solid #303393;
    padding: 48px 94px 34px 94px;
    margin-bottom: 70px;
    position: relative
    }
.voice .box:after {
    width: 35px;
    height: 35px;
    background: #F67812;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px
    }
.voice .box h4 {
    color: #000;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-bottom: 18px
    }
.voice .box + .box {
    margin-top: -45px
    }
.voice .box p {
    color: #000;
    line-height: 200%
    }
.voice .box .txt , .voice .box .txt * {
    color:#000;
}
.voice .box .txt p {
    margin-top:15px;
    font-size:10px;
    text-align:right;
    }
.voice .page_nav {
    margin-top: -10px
    }
#ev1 {
    padding-bottom: 40px
    }
#ev1 ul {
    text-align: center;
    padding-top: 10px
    }
#ev1 ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 14px 7px
    }
#ev1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/s2.gif) 0 0 repeat;
    border: #9899C9 1px solid;
    width: 163px;
    padding: 15px 0
    }
#ev1 ul li.s3 a {
    background-image: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/s3.gif)
    }
#ev1 ul li.s4 a {
    background-image: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/s4.gif)
    }
#ev1 ul li.s5 a {
    background-image: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/s5.gif)
    }
#ev1 ul li.s6 a {
    background-image: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/s6.gif)
    }
.student #ev1 ul li a{
  text-align: center !important;
}

#ev2 {
    padding-bottom: 95px
    }
#ev2 .right {
    float: right;
    width: 614px;
    padding: 0 88px 0 0
    }
#ev2 h4 {
    padding-bottom: 33px
    }
#ev2 .m_list {
    float: left;
    padding: 27px 0 0 90px;
    width: 130px;
    height: auto
    }
#ev2 .m_list li {
    padding: 0 0 40px 0
    }
#ev2 .m_list li a {
    font-weight: bold
    }
#ev2 .nextprev {
    padding: 0 0 6px 0
    }
#ev2 .nextprev li {
    width: 50%;
    float: left
    }
#ev2 .nextprev li + li {
    text-align: right
    }
#ev2 .nextprev li a {
    font-weight: bold;
    padding-left: 22px;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/prev.gif) 0 2px no-repeat;
    margin-left: 19px
    }
#ev2 .nextprev li + li a {
    padding-left: 0;
    padding-right: 22px;
    margin-left: 0;
    margin-right: 19px;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.a4341c746134af58f4d29db512c449bf/next.gif) right 2px no-repeat
    }
#ev2 .table3 {
    border: 1px solid #AEAEAE
    }
#ev2 .table3 p {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold
    }
#ev2 .table3 div {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #AEAEAE;
    margin-bottom: -1px
    }
#ev2 .table3 dl {
    overflow: hidden;
    border-bottom: 1px solid #AEAEAE
    }
#ev2 .table3 dt {
    display: inline-block;
    background: #303393;
    width: 51px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff;
    vertical-align: top
    }
#ev2 .table3 dd {
    display: inline-block;
    position: relative;
    background: #303393;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
    }
#ev2 .table3 dd:after {
    height: 3000px;
    width: 1px;
    background: #AEAEAE;
    content: "";
    position: absolute;
    top: -1500px;
    left: 0
    }
#ev2 .table3 dd.d {
    width: 51px
    }
#ev2 .table3 dd.d + dd {
    width: 51px
    }
#ev2 .table3 dd.s {
    width: 459px
    }
#ev2 .table3 div dt {
    width: 50px;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 5px 0;
    font-size: 20px;
    background: #fff;
    color: #303392;
    border-top: none;
    vertical-align: middle
    }
#ev2 .table3 div dt + dt {
    width: 51px
    }
#ev2 .table3 div dt + dt:after {
    height: 3000px;
    width: 1px;
    background: #AEAEAE;
    content: "";
    position: absolute;
    top: -1500px;
    left: 0
    }
#ev2 .table3 div dd {
    padding-left: 14px;
    width: 445px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #303392;
    text-align: left;
    vertical-align: middle
    }
#ev2 .table3 div dt.off {
    background: #F99
    }
#ev2 .table3 div dt.sat {
    background: #7FE5FF
    }
#ev2 .table3 div dd .ev {
    color: #C00
    }
#ev3 .table {
    margin-top: 20px
    }
#ev3 dt {
    width: 125px;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #388390;
    padding: 15px 0 3015px;
    margin:0 0 -3000px;
    }
#ev3 dd {
    padding-top: 15px;
    padding-bottom: 3015px;
    margin-bottom:-3000px;
    }
#ev3 dt:after {
    content: "";
    position: absolute;
    top: -1500px;
    left: 0;
    width: 125px;
    height: 3000px;
    background: #C0C1DE;
    z-index: -1
    }
.student #ev3 dt:after{
   background: #a9ced6;
}
#ev3 .ahead dt {
   /* background: #97AEC6;*/
    padding: 12px 0 3012px
    }
#ev3 .ahead dd {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 3012px
    }
#ev3 dd.td1 {
    width: 143px;
    text-align: center;
    padding-left:0;
    padding-right:0;
    }
#ev3 dd.td2 {
    padding-left: 16px;
    width: 124px
    }
#ev3 .ahead dd.td2 {
    width: 124px;
    padding-left: 0
    }
.student #ev3 .ahead dd.td2{
  padding-left: 16px;
  text-align: center;
}
#ev3 dd.td3 {
    width: 447px;
    padding-left: 26px;
    padding-right: 26px
    }
#ev3 .ahead dd.td3 {
    padding-left: 0;
    padding-right: 0;
    width: 447px
    }
.student #ev3 .ahead dd.td3{
   text-align: center;
}
#ev3 dd.td4 {
    width: 119px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    }
#ev3 .box {
    padding-bottom: 70px
    }
.link p {
    line-height: 200%;
    padding-bottom: 20px
    }
.link .box {
    padding: 10px 0 10px 0
    }
.link .box li {
    padding-bottom: 16px;
    font-weight: bold
    }
.link .box li span {
    padding-left: 0.5em;
    padding-right: 0.5em
    }
.link .box ul {
    float: left;
    width: 350px;
    padding-left: 35px
    }
.link .box ul + ul {
    float: right;
    width: 295px
    }
.link h5 {
    padding-bottom: 14px;
    font-size: 16px
    }
.tokyo {
    padding-bottom: 20px
    }
.link #map {
    font-size: 14px;
    line-height: 1.3em;
    width: 100%;
    height: 500px
    }
.menu_slash:last-of-type{
    display:none;
}
.privacy dl dt {
    font-weight:bold;
    color:#000;
    margin:12px 0;
}
.privacy dl dd {
    color:#000;
}
.privacy dl dd ul li {
    color:#000;
    margin-top:5px;
}
.privacy dl dd ul li:before {
    content:"・";
}
#ad1,#ad2,#access,#ac1,#ac2,#ac3,#ad1,#ad2,#p1_1,#p1_2,#p1_3,#p1_4,#p2_1,#p2_2,#p2_3,#p2_4,#p2_5,#ev1,#ev2,#ev3 {
    margin-top:-93px;
    padding-top:93px;
}

/*PC用追加CSS*/
#calendar div {
    color:inherit;
    white-space:normal !important;
}
#calendar .offday , .offday {
    background: #ba0100 !important;
    color:#fff !important;
}
#calendar .cal_1 , .cal_1 {
    background: #cabdbf !important;
    color:#fff !important;
}
#calendar .cal_2 , .cal_2 {
    background: #16a765 !important;
    color:#fff !important;
}
#calendar .cal_3 , .cal_3 {
    background: #cd74e6 !important;
    color:#fff !important;
}
#calendar .cal_4 , .cal_4 {
    background: #fbe983 !important;
    color:#ff6347 !important;
}
#calendar .cal_5 , .cal_5 {
    background: #7bd148 !important;
    color:#fff !important;
}
#calendar .cal_6 , .cal_6 {
    background: #fad165 !important;
    color:#ff6347 !important;
}
#calendar .cal_7 , .cal_7 {
    background: #4986e7 !important;
    color:#fff !important;
}
#calendar .cal_8 , .cal_8 {
    background: #f691b2 !important;
    color:#fff !important;
}
.fc-head-container , .fc-head-container th{
    border:none !important;
    font-weight:bold;
}
.fc table {
    position:relative;
    padding-top:100%;
}    
.fc-button-group , .fc-button-group button {
    display: block !important;
}
.fc-button-group button {
    border:none !important;
    background:none !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-weight:bold !important;
    padding-right:15px;
    padding-top:10px;
    text-align:center !important;
}
.fc tbody .fc-row .fc-content-skeleton tbody td {
    padding-bottom: 5px !important;
    text-align:center !important;
}
.fc tbody .fc-row .fc-content-skeleton tbody td:empty {
    height:50px !important;
}    
.fc-event[href], .fc-event.fc-draggable {
    padding:4px;
    border: none !important;
    font-weight:bold;
}
.opoo {
    margin:20px;
    overflow:hidden;
}
.opoo li {
    float:left;
    margin:0 20px 10px 0;
    font-weight:bold;
    overflow:hidden;
}
.opoo li span.vv {
    margin-right:10px;
    display:inline-block;
    width:10px;
    height:10px;
}

/*レコメンド記事*/
.postlist .tbox{
  width: 100%;
  margin-top: 25px;
 
}

.postlist .tbox dl{
  width: 28.77%;
  padding: 0 2.06% 45px 2.06%;
}
.rec_box{
  margin-top: 30px;
}

.postlist .tbox dt a{
  display: block;
}
/*教室ギャラリー*/
#gallery .flex_c dl{
   width: 31.9%;
  padding: 0 2.06% 45px 0%;
}
#gallery .flex_c dl:nth-of-type(3n){
  padding-right: 0;
}

#gallery .flex_c dt{
  margin-top: 10px;
  font-size: 16px;
}

/*コース案内テストタグ*/
.course_middle {
    background: #fff;
    padding: 40px 0 40px 0;
}
.course_middle h3 {
    text-align: center;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #005841;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/tit_bk1.gif) bottom center no-repeat;
    padding: 0 0 6px 0;
    margin-bottom: 34px
    }
.course_middle ul {
    text-align: center;
    width: 1150px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px
    }
.course_middle li {
    float: left;
    position: relative;
    width: 380px;
    height: 400px;
    padding: 1px;
    overflow: hidden
    }
.course_middle li:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/upload/tenant_1/96cf1fdbbf20af35683411fae6dcca36.png) 0 0 repeat;
    top: 0;
    left: 0
    }
div[onclick] .course_middle li:after {
    display:none;
}
.course_middle li .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
    }
.course_middle li dl {
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    width: auto;
    height: 350px;
    margin: 11px ;
    padding: 10px ;
    }
.course_middle li dl:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #7e1a31;
    content: "";
}
.course_middle li dt {
    color: #fff;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
    line-height: 110%;
    }
.course_middle li dd {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.course_middle p.mores a {
    margin: 0 auto
    }
.course_z {
    background: #fff;
    padding: 40px 0 40px 0;
}
.course_z h3 {
    text-align: center;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #005841;
    background: url(/import/tenant_1/www.ex-semi.com/akamon_ex_semi/static/page/main/images.07ebe8d5214f9bfa34ce843fcaa18845/tit_bk1.gif) bottom center no-repeat;
    padding: 0 0 6px 0;
    margin-bottom: 34px
    }
.course_z ul {
    text-align: center;
    width: 550px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px
    }
.course_z li {
    float: left;
    position: relative;
    width: 550px;
    height: 450px;
    padding: 1px;
    overflow: hidden
    }
.course_z li:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/upload/tenant_1/96cf1fdbbf20af35683411fae6dcca36.png) 0 0 repeat;
    top: 0;
    left: 0
    }
div[onclick] .course_middle li:after {
    display:none;
}
.course_z li .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
    }
.course_z li dl {
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    width: auto;
    height: 400px;
    margin: 11px ;
    padding: 10px ;
    }
.course_z li dl:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #7e1a31;
    content: "";
}
.course_z li dt {
    color: #fff;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
    line-height: 110%;
    }
.course_z li dd {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.course_z p.mores a {
    margin: 0 auto
    }
.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
  }

.example img {
  width: 100%;
  }
  
/*20220608*/
.summer {
  width: 100%; max-width: 1000px;
  margin: auto;
  }
  
.summer h1 {
   font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
   font-size: 30px;
   border-top: 1px  solid #007A7E;    /* 上側の1本線 */
   border-bottom: 1px  solid #007A7E; /* 下側の1本線 */
   line-height: 50px;
}

.summer h2 {
   font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
   font-size: 30px;
   line-height: 50px;
}

.summer dh {
    text-align: left;
    padding: 0 0 0 50px;
    color: #30a08c;
    font-weight: bold;
    margin-right: 37px;
    vertical-align: middle
}

.inner-1000 {
  display: flex;
  justify-content: center; /* 中央寄せ */
  padding: 3%  0; 
  width: 100%; max-width: 1000px;
}

.inner-1000 .item{
  box-sizing: border-box;
  padding: 10px 10px;  
}

.inner-1000 .right{
  max-width: 48%;
  padding: 3% 3%;  
}

 table{
  border-collapse: collapse;
  width: 100%;
}
 .tb01 th,
 .tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
 .tb01 th {
  background: #005841;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
 .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.item img {
    /* 幅もしくは高さを最大100%に設定、もう一方はauto */
    max-width: 100%;
    height: auto;
}

.heading01 {
    margin-bottom: 60px;
}

.heading01 .big {
    font-size: 24px;
    font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    text-align: center;
    display: block;
    line-height: 1;
    font-weight: bold;
}

.text-center {
     line-height: 1.6;
}



.learn01con01:not(:last-child) {
    margin-bottom: 80px;
}

.learn01con01 .learn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   width: 100%; max-width: 1000px;
   padding: 20px 10px;
}

.learn-list h7 {
text-align:center;
    color: #005841;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
      position: relative;
  display: block;
  padding: 50px 0 10px 0px;
  font-weight: bold;
    }
    
.learn-list h7:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 150px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #005841;
  border-radius: 4px;
}

.learn-list h8{
text-align:center;
    color: #0053B4;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
      position: relative;
  display: block;
  padding: 20px 0 10px 0px;
  font-weight: bold;
    }
    
.learn-list h8:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 150px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0053B4;
  border-radius: 4px;
}

.learn-list bb {
    color: #000;
    font-size: 1.1em;
    line-height:23px;
      display: block;
    }

.learn-list bc {
    color: #7E1A31;
    font-size: 1.5em;
    line-height:25px;
      display: block;
      font-weight: bold;
    }

/*20230316*/

.learn01con01 .learn-listmini {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    gap: 30px 20px;
}

.learn01con01 .learn-itemmini {
    width: 43%;
margin-right: auto;
    border: 1px solid #ccc;
    padding: 2%;
}

/*20230316*/


.learn01con01 .learn-item {
    width: 100%;
    margin: 3% 4%;
    border: 1px solid #ccc;
    padding: 2%;
    background: #fff;
}

.learn01con01 .learn-HS {
    width: 100%;
    margin: 3% 4%;
    border: 1px solid #ccc;
    padding: 4%;
    background: #fff;
}

.learn01con01 h3 {
    font-size: 24px;
    color: #007A7E;
    font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #000;
}

.learn01con01 hh {
    font-size: 20px;
    color: #007A7E;
    font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 2%;
    margin-bottom: 2%;
    line-height: 40px
}

.learn01con01 .age-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2%;
}

.learn01con01 .age-list li {
    width: 60px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.learn01con01 .age-list li:not(:first-child) {
    margin-left: 2%;
}


.learn01con01 .age-list li.elementary03 {
    background: #FFDD50;
}

.learn01con01 .age-list li.elementary04 {
    background: #91dbb9;
}

.learn01con01 .age-list li.elementary05 {
    background: #3db680;
}

.learn01con01 .age-list li.elementary06 {
    background: #009250;
}

.learn01con01 .age-list li.junior01 {
    background: #e38692;
}

.learn01con01 .age-list li.junior02 {
    background: #d04255;
}

.learn01con01 .age-list li.junior03 {
    background: #c7243a;
}

.learn01con01 .age-list li.high01 {
    background: #9acde7;
}

.learn01con01 .age-list li.high02 {
    background: #45a1cf;
}

.learn01con01 .age-list li.high03 {
    background: #007ab7;
}

.learn01con01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.learn01con01 dt {
    width: 55%;
}

.learn01con01 dd {
    width: 40%;
}



.learn01con01 .cs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
}

/* From uiverse.io */
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 14rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #30a08c;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #30a08c;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}


/*分数*/
.fraction{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.fraction_n,.fraction_d{
  display: block;
}
.fraction_n{
  border-bottom: 1px solid #333;
}

/*PU*/
.haba {
  width: auto;
  height: auto;
 background-color:#CEE3D8;
 padding:20px;
 margin-top: 20px;
}
.haba hh{
    font-size: 20px;
    color: #007B61;
    font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 2%;
    margin-bottom: 2%;
    line-height: 40px
}


.contact-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px; /* 画面全体の高さ */
}

.contact-button {
    flex: 1; /* 均等に分割 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    background-size: cover; /* 背景画像をコンテナにフィットさせる */
    background-position: center; /* 背景画像を中央に配置 */
    position: relative; /* 内側の枠用 */
    line-height: 1.5;
    padding: 20px;
    font-family: 'MS Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', serif; /* ボタン内のフォント */
}

.contact-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 88, 65, 0.5); /* 緑色の半透明オーバーレイ */
    z-index: 1; /* オーバーレイの重なり順を調整 */
}

.contact-button::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid white; /* 枠線 */
    box-sizing: border-box;
    z-index: 2; /* 枠線の重なり順をオーバーレイより上に設定 */
}

.contact-button.phone {
    background-image: url('/upload/tenant_1/0ec9e316bc3aa783b3a04bd2cd83409f.jpg'); /* 電話用の背景画像 */
}

.contact-button.email {
    background-image: url('/upload/tenant_1/c7719687b17840b008dff185bef68666.jpg'); /* メール用の背景画像 */
}

.contact-button:hover {
    opacity: 0.8; /* ホバー時に少し透明にする */
}

.contact-button span {
    position: relative; /* テキストをオーバーレイの上に表示 */
    z-index: 3; /* テキストの重なり順を枠線よりも上に設定 */
    font-family: 'MS Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', serif; /* 明朝体を指定 */
    font-size: 0.95em;
}

.contact-button-soto {
  width: 50%;
  height: 100pt;
  margin: auto;
}


.gradient-background {
    width: 100%;
    background: linear-gradient(to bottom, #002D62, #0059C2); /*青のグラデーション */
    padding: 10px 0px;
        margin: 0 auto;
        position: relative;
    z-index: 5;
}

.hs-background {
    width: 100%;
    background-image: url(/upload/tenant_1/78a5dd4140f04eb5abedcd29e7edcb2a.jpg); /*学校背景 */
    padding: 10px 10px;
    background-position: left top;
    background-repeat: no-repeat;
	  background-size: 100% auto;
}


.gradient-background h9 {
  padding: 1rem 1rem;
  border-left: 10px solid #fff;
  color: white;
  margin-right: auto;
  font-weight:bold;
  font-size: 25px;
}

h10 {
  padding: 1rem 1rem;
  border-left: 10px solid #0053B4;
  color: #0053B4;
  margin-right: auto;
  font-weight:bold;
  font-size: 25px;
}


/*文中の文字を囲む*/
.kakomu{
	padding:5px 10px; /* 枠と文字の空間 */
	margin:0px 0px; /* 枠の外の空間 */
	border:2px solid #0059C2; /* 枠の線の太さ・種類・色 */
	font-size:1.9em;	/* フォントの大きさ */
	font-weight: bold;
	color: #0059C2;
  float: left;
}

.subtitmini{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:7px 20px; /* 枠と文字の空間 */
	margin:0px 0px; /* 枠の外の空間 */
	font-size:1.9em;	/* フォントの大きさ */
	font-weight: bold;
	color: #0059C2;
  float: left;
}

.learn_box3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;              /* 余白指定 */
  width: 80%;
  margin:  0 auto;            /* 中央寄せ */
  border: 1px solid;
  border-color: #0059C2;
}

.learn_box3 h7 {
    text-align:center;
    color: #0053B4;
    font-size: 20px;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      position: relative;
  display: block;
  padding: 20px 0 10px 0px;
  font-weight: bold;
    line-height: 25px;
    }
    
.learn_box3 h7:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 150px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0053B4;
  border-radius: 4px;
}

.hs-background hh {
    font-size: 20px;
    color: #007A7E;
    font-family : "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    padding-bottom: 2%;
    margin-bottom: 2%;
    line-height: 40px
}


.course-HS{
    display: flex;
}
.course-HS>div{
    width: 50%;
    padding: 15px;
}

.learn_box4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: rgba(222,246,252,30%);
  padding: 20px;              /* 余白指定 */
  width: 80%;
  margin:  0 auto;            /* 中央寄せ */
}

.learn_box4 h9 {
    text-align:center;
    color: #0053B4;
    font-size: 20px;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      position: relative;
  display: block;
  padding: 0px 0 10px 0px;
  font-weight: bold;
    }
    

    .learn_box4 ul li,ol li {
  line-height: 1.5;
  padding: 0.5em 0;
  font-weight: bold;
  color: #000;
    }
    
.inner-1100 {
  width: 100%; max-width: 1280px;
  margin: auto;
    padding: 10px;
}


.top-container {
    width: 100%;

    padding: 0px;
    box-sizing: border-box;
}

.top-row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px; /* 行間のスペース */
}

.top-row:last-child {
    margin-bottom: 0; /* 最後の行の下に余白を追加しない */
}

.top-box {
    background-color: white;
    width: 100%; /* ボックスの幅を100%に設定 */
    margin: 5px; /* ボックス間のマージン */
    padding: 15px ;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);/* ドロップシャドウを追加 */
    box-sizing: border-box;
    text-align: center;
}

.top-box hh{
    text-align:center;
    color: #000;
    font-size: 17px;
   font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
      position: relative;
  display: block;
  padding: 10px 0 15px 0px;
  font-weight: bold;
    }
    
.top-box hh:before {
  content: '';
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 4px;
}

.top-box p{
   color:#000;
    font-size: 1.1rem;
    line-height: 1.5;
  display: block;
   text-align:  left;
    }
    
    h12 {
      margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #000;
    font-weight: bold;

}

.top-background {
    width: 100%;
    background-image: url(/upload/tenant_1/2c6c52885727ec9b360d75d8576a5d0e.jpg); /*学校背景 */
    padding: 10px 10px;
    background-position: left top;
    background-repeat: no-repeat;
	  background-size: 100% auto;
}

.home_news .blog_innner_q{
  width:30%;
  display: block;
    margin: 0 0 0 auto;
}

.greenmores { 
  text-align:  center;
      margin:0 auto;
}
.greenmores p {
    display: block;
    width: 158px;
    height: auto;
    border: 1px solid #fff;
    text-align: center;
    background: url(/upload/tenant_1/2e63954f386c3ca6372d9206315207e3.png) 137px 8px no-repeat #007B61;
    color: #fff;
    padding: 8px 0 8px 0;
    margin:0 auto;
    }
    
.redmores { 
  text-align:  center;
      margin:0 auto;
}
.redmores p {
    display: block;
    width: 158px;
    height: auto;
    border: 1px solid #fff;
    text-align: center;
    background: url(/upload/tenant_1/2e63954f386c3ca6372d9206315207e3.png) 137px 8px no-repeat #7E1A31;
    color: #fff;
    padding: 8px 0 8px 0;
    margin:0 auto;
    }
    
  .blog_innner_bo{
  width:50%;
  display: block;
      display: flex;
      justify-content: space-around;
}

/* 中学入門ページ PC版 */

#special-content {
  position: relative;
  width: 90%;       /* 小さい画面では90%幅に */
  max-width: 960px; /* 大きい画面では960pxで固定 */
  margin: 0 auto;   /* 左右中央寄せ */
}

#special-content .special-bg {
  width: 100%;
  max-width: 960px;  /* PC向けに広げた */
  height: auto;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

/* 上だけ重なる箱 */
#special-content .overlay-box {
  position: relative;
  width: 80%;          /* PC向けに少し広く */
  max-width: 960px;    /* スマホ用360px→PC用960px */
  padding: 50px 50px;  /* 内側余白も広げる */
  margin: -100px auto 0; /* 上だけ重なり＋中央 */
  background-color: #ffffff;
  box-sizing: border-box;
}

/* 内部要素 */
#special-content .overlay-box .subtitle {
  margin: 0 0 50px 0;
  font-size: 36px;     /* PC向けに少し大きく */
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: bold;
  color: #000000;
}

#special-content .overlay-box p {
  margin: 0 0 10px 0;
  font-size: 18px;     /* PC向けに少し大きめ */
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Noto Sans JP",sans-serif;
}

#special-content .overlay-box img {
  width: 60%;  /* PC用に少し大きく */
  height: auto;
  margin-bottom: 15px;
  
}

#special-content .overlay-box .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e63946;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#special-content .overlay-box .text-content {
  text-align: left;
}

#special-content .overlay-box .subtitle-2 {
  margin: 0 0 30px 0;
  font-size: 32px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","ＭＳ 明朝", "MS Mincho", serif;
  font-weight: bold;
  color: #007B61;
  position: relative;
}

/* 見出し2の下線 */
#special-content .overlay-box .subtitle-2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ccc;
  margin-top: 8px;
}

#special-content .overlay-box .full-band {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 50px 50px;
  box-sizing: border-box;
  background-color: rgba(0, 123, 97, 0.08);
  border-radius: 4px;
  font-weight: bold;
  position: relative;
}

#special-content .overlay-box .full-band * {
  padding: 0;
  max-width: 100%;
  width: auto;
  box-sizing: border-box;
}

#special-content .overlay-box .full-band p {
  margin: 12px 10px 0;
  font-size: 16px;
}

#special-content .overlay-box .full-band img {
  margin: 12px auto;
  max-width: 600px;  /* PC用に広く */
  width: 60%;
  display: block;
  height: auto;
}
