@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;padding:0;border:0;outline:0;
    font-size:100%;vertical-align:baseline;
    background:transparent;
    list-style: none;
}
em { font-style: normal; }
body {-webkit-text-size-adjust: none;line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}
img {font-size:0;line-height:0;}s

/* common_smartphone */

/* ---------------------------------------------------------
 スマホ用非表示
--------------------------------------------------------- */
#g_header,
#com-hed,
#header,
.st_headerArea,
.st_navArea,
.st_header,
#side,
#main_box .t,
#main_box .b,
#bottom_link,
#footer,
.st_pagetop,
.forDesktop,
.header_bnr_area_pc,
#left-navi,
#left-navi_country {display:none;}

/* =============================================================
　clearfix　
============================================================= */

.clear { clear:both; }

.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}

.clearfix {
zoom:1;
overflow:hidden;
}

/* =============================================================
　body all
============================================================= */
body {
    font-family:'Lucida Grande' , 'Noto Sans JP',  sans-serif;
    font-size:70%;
    height:100%;
    width:100%;
    background-color: #fff;
    -webkit-text-size-adjust:100%; 
    color:#484848;
    margin:0px;
    padding:0px;
}

#wrap {
    padding:0;
    color:#484848;
    min-height:100%;
    width:100%;
    overflow-x:hidden;
    margin:0px auto;
    word-wrap: break-word;
}
a {
    background: none repeat scroll 0 0 transparent;
    color: #484848;
    margin: 0;
    padding: 0;
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(112,193,212,0.8);
    color: #333;
}

#layout_com {
    width:100%;
    box-sizing:border-box;
    overflow:hidden;
}

#main {
    width:100%;
    box-sizing:border-box;
    float: none;
}

li{
    list-style:none;
}

/* Google tag 余白調整 */
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

/* =============================================================
　Header smartphone
============================================================= */

#st_headerArea_top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 28px;
    background: #fff;
    /* border-bottom: 4px solid #0074c2; */
    background: #00497b;
}

.header_title {
    margin: 8px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

#stM_header {
     width: 100%;
     position: fixed;
     top: 28px;
     left:0;
     background: #FFF;
     margin:0;
     display: flex;
     justify-content: space-between;
     z-index: 9997;
     overflow: hidden;
     box-shadow: 0 1px 8px rgba(102, 102, 102, 0.58);
}

#stM_header img{
    vertical-align:middle;
}

#stM_header div#logo {
    float:left;
    margin:0 0 0 10px;
    padding:0;
}
#stM_header div#logo a {
    display: block;
    padding: 0;
}
#stM_header div#logo img {
    vertical-align: baseline;
    height: 37px;
    margin: 0;
    display: block;
    padding: 5px 0 0;
    box-sizing: border-box;
}
#stM_header .tOi {
    float:right;
    width:100px;
    padding:3px;
    text-align:center;
    font-weight:bold;
    background: #ff73a1;
    border-radius:2px;
    margin:5px 3px 0 0;
    color:#fff;
}
#stM_header_top p {
    clear:both;
    background:#949494;
    padding:4px 0;
    text-align:center;
    color:#fff;
    font-size:90%;
    width:100%;
}

/* ------- modal ------- */
#mask, #mask2 {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(255, 255, 255, 0.6);
  display:none;
}
#boxes .window, #boxes2 .window2 {
  position:absolute;
  left:0px;
  top:50%;
  width:95%;
  height:100%;
  display:none;
  z-index:9999;
}
#boxes #dialog, #boxes2 #dialog2 {
  width:290px;
  background-color:transparent;
  padding-top:15px;
}
#boxes #img, #boxes2 #img {
  width:320px;
  background-color:transparent;
}
#boxes #dialog .close img, #boxes2 #dialog2 .close img {
    display:block;
    margin:30px auto;
    width:100px;
    height:35px;
}
#boxes #img .close img, #boxes2 #img .close img {
    display:block;
    margin:30px auto;
    width:100px;
    height:35px;
}
#stM_headerBox {
    float:right;
}

.headerTel {
    height: 100%;
    float: left;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
}

.headerTel .comment {
    font-size: 10px;
    line-height: 1.25;
    width: 62px;
    margin: 0 3px 0 0;
}

.headerTel a {
    font-size: 12px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: bold;
    color: #0074c2;
    border: 1px solid #0074c2;
    border-radius: 4px;
    padding: 4px 5px;
    border-bottom: 3px solid #0074c2;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.headerTel a img {
    width: 18px;
    margin-right: 2px;
}

.stM_headerBtn {
    float:right;
}

.stM_header_btn_search button,
.stM_header_btn_drawer button {
    color: #fff;
    text-align: center;
    background-color: #0074c1;
    display: block;
    border-style: none;
    padding: 11px 10px 6px;
    height: 44px;
    font-family: 'Roboto', 'sans-serif';
}

.stM_headerBtn .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    margin: 5px auto 2px;
}

.stM_headerBtn .menu {
    display: inline-block;
    margin-top: 2px;
    font-size: 10px;
}

.stM_headerBtn .bar::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
}

.stM_headerBtn .bar::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.stM_headerBtn .open .bar {
    background: #0273c1;
}

.stM_headerBtn .open .bar::before {
    transform: rotate(45deg);
    bottom: 0;
    top: 0;
    width: 20px;
} 
.stM_headerBtn .open .bar::after {
    transform: rotate(-45deg);
    bottom: 0;
    top: 0;
    width: 20px;
}


.stM_windowInner  {
    padding:10px;
    background-color:#fff;
    border:5px solid #efefef;
}
.stM_header_btn a {
    color:#fff;
    display:block;
    font-size:11px;/*100%*/
    /*width:73px;*/
    height:32px;
    line-height:32px;
    margin:0 4px 0 0;
    text-align:center;
    border-radius:3px;
    background-color:#00b5d4;
    padding: 0 3px;
}

.headerMenu_list{
    float:left;
    /*margin: 2px 5px 0 0;*/
    padding: 5px 2%;
    font-size:0;
    letter-spacing:-0.4em;
    width: 100%;
    background: #f1f1f1;
    border-top: 1px solid #efefef;
    height: 49px;
    box-sizing: border-box;
}

.headerMenu_list li{
    display:inline-block;
    margin: 0 2% 0 0;
    width: 49%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.headerMenu_list li:last-child {
    margin-right: 0;
}

.headerMenu_list li a{
    display:block;
    padding: 10px 9px 8px 16px;
    font-size: 16px;
    letter-spacing: normal;
    border-radius: 3px;
    color: #FFF;
    font-weight:bold;
    text-decoration: none;
    box-shadow: rgb(251, 130, 0) 0px 0px 0px 1px inset, 0px 1px 1px rgba(255,255,255,0.8) inset;
    background: rgb(253,135,0);
    background: -moz-linear-gradient(top, rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
    font-weight: bold;
}

.headerMenu_list .btn_yellow a{
    /*background: #FCAC00;*/
    box-shadow: rgb(252, 166, 0) 0px 0px 0px 1px inset, 0px 1px 1px rgba(255,255,255,0.8) inset;
    background: rgb(253,193,0);
    background: -moz-linear-gradient(top, rgba(253,193,0,1) 0%, rgba(251,163,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,193,0,1)), color-stop(100%,rgba(251,163,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc100', endColorstr='#fba300',GradientType=0 );
}

.headerMenu_list li a .btn_ribbon {
    background: #e5006a;
    border: 2px solid #fdc244;
    color: #fff;
    display: block;
    font-size: 10px;
    left: -35px;
    padding: 1px 7px 0px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 1px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    width: 100px;
}
.headerMenu_list .btn_yellow a .btn_ribbon {
    background: #18a218;
}

.header_bnr_wrap {
    /*padding-top: 93px;*/
    padding-top: 72px;
}

.stM_headerBtn {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
.stM_windowInner  {
    padding:10px;
    background-color:#fff;
    border:5px solid #efefef;
}
.stM_header_btn a {
    color:#fff;
    display:block;
    font-size:11px;/*100%*/
    width:73px;/*80px*/
    height:32px;
    line-height:32px;
    margin:0 4px 0 0;
    text-align:center;
    border-radius:3px;
    background-color:#00b5d4;
    text-decoration:none;
}
.stM_header_btn2 a {
    width:60px;/*80px*/
}

.stM_windowContainer {
    background-color:#FFF;
    padding:5px 15px;
    border:5px solid #efefef;
    border-radius:6px;
    height: 400px;
}
.stM_windowheader {
    margin-bottom:15px;
}
.stM_windowheader img {
    float:left;
    margin-bottom:8px;
}
.stM_windowheader .close {
    display:block;
    color:#fff;
    font-size:100%;
    background-color:#808080;
    border-radius:3px;
    float:right;
    margin:6px 0 0 0;
    padding:8px 14px;
}
.stM_windowheader .close span {
    display:inline-block;
    color:#808080;
    margin-left:4px;
    padding:0 4px;
    background-color:#FFF;
    border-radius:2px
}
.stM_windowheader p {
    clear:both;
    margin-top:8px;
    font-size:13px;
}

.stM_footerTel a {
    background-color: #ffb725;
    background-origin: padding-box;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-radius: 3px;
    box-shadow: 0 3px 0 #e69c05;
    color: #fff;
    display: block;
    font-size: 140%;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 5px 0 15px;
    padding: 0 10px;
}

.stM_windowContainer {
    background-color:#FFF;
    padding:5px 15px;
    border:5px solid #efefef;
    border-radius:6px;
    height: 450px;
}
.stM_windowheader {
    margin-bottom:15px;
}
.stM_windowheader img {
    float:left;
    margin-bottom:8px;
}
.stM_windowheader .close {
    display:block;
    color:#fff;
    font-size:100%;
    background-color:#808080;
    border-radius:3px;
    float:right;
    margin:6px 0 0 0;
    padding:8px 14px;
}
.stM_windowheader .close span {
    display:inline-block;
    color:#808080;
    margin-left:4px;
    padding:0 4px;
    background-color:#FFF;
    border-radius:2px
}
.stM_windowheader p {
    clear:both;
    margin-top:8px;
    font-size:13px;
}

/* 問い合わせ */
.stM_headerToiawase li a{
    display:block;
    color:#fff;
    font-size:140%;
    font-weight:bold;
    border-radius:3px;
    height:44px;
    line-height:44px;
    margin-bottom:15px;
    padding:0 10px;
    box-shadow:0px 3px 0px #ce433d;
    background-color:#FF6860;
    background-image: url("/images/common/next_arrow_w.png");
    background-size: 7px 12px;
    background-repeat:no-repeat;
    background-origin: padding-box;
    background-position: 97% 50%;
}
.stM_headerToiawase li img {
    vertical-align:middle;
    margin-right:15px
}
.stM_headerForm {
    font-size:13px;
    line-height:1.4em;
    margin-bottom:10px;
}
.stM_headerForm a {
    color:#0048ab;
    text-decoration:underline;
}
/* デスク */
.stM_headerDesk li a{
    display:block;
    color:#fff;
    font-size:130%;
    font-weight:bold;
    border-radius:3px;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    padding:0 10px;
    background-color:#82C941;
    background-image: url("/images/common/next_arrow_w.png");
    background-size: 7px 12px;
    background-repeat:no-repeat;
    background-origin: padding-box;
    background-position: 97% 50%;
}
.stM_footerTel {
    font-size: 13px;
    text-align: center;
}
.stM_footerTel a {
    display:block;
    color:#fff;
    font-size:140%;
    font-weight:bold;
    border-radius:3px;
    height:44px;
    line-height:44px;
    margin: 5px 0 15px 0;
    padding:0 10px;
    box-shadow: 0px 3px 0px #E69C05;
    background-color: #FFB725;
    background-size: 7px 12px;
    background-repeat:no-repeat;
    background-origin: padding-box;
    background-position: 97% 50%;
}




/* =============================================================
　Pan smartphone
============================================================= */
#st_pan {
    background-color:#efefef;
    padding:6px;
    line-height:160%;
}
#st_pan nav div {
    display:inline;
}
#st_pan a {
    padding:2px;
    text-decoration:underline;
}

/****************************************
 BreadcrumbList
****************************************/
/* パンくず 2017.07 NEW */
#Breadcrumb {
    background-color: #FFF;
    margin: 10px 10px 0px;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing: border-box;
    height: 25px;
}

#Breadcrumb nav {
    text-align: left;
    line-height: 1.6;
    color: #FFF;
    font-size: 0;
    max-width: 1000px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    padding-right: 20px;
}

#Breadcrumb nav div {
    display: inline-block;
    margin: 0 0 5px 0;
    font-size:0;
    letter-spacing:-0.4em;
}
#Breadcrumb div a {
    display: block;
    text-decoration: none;
    position:relative;
    height: 20px;
    letter-spacing:normal;
    font-size: 12px;
    padding: 0px 3px 0 14px;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing: border-box;
    background:#d5e9f6;
}
#Breadcrumb nav div:first-child a{
    padding-left:7px;
    background: #0075c2;
    color: #FFF;
}
#Breadcrumb div a:before{
        content: "";
    display: block;
    border: solid transparent;
    border-left-color: #FFF;
    border-width: 12px 10px;
    position: absolute;
    top: -2px;
    left: 0px;
    z-index: 1;
}
#Breadcrumb div:first-child a:before{
    display: none;
}
#Breadcrumb nav div a:after {
    content:"";
    display:block;
    border: solid transparent;
    border-left-color:#d5e9f6;
    border-width:10px 8px;
    position:absolute;
    top:0;
    left:100%;
    z-index: 2;
}
#Breadcrumb nav div:first-child a:after {
    border-left-color:#0075c2;
}
#Breadcrumb nav div:last-child {
    color:#484848;
    font-weight:bold;
    font-size:12px;
    letter-spacing:normal;
}

#Breadcrumb nav div:last-child a {
    background: none;
}

#Breadcrumb nav div:last-child span{
    margin-left: 12px;
}

#Breadcrumb nav div:last-child a span{
    margin-left: 0;
}

#Breadcrumb nav div:last-child a:after {
    border: 0;
}




/* =============================================================
　Footer smartphone
============================================================= */
/* go_top */
.gotop {
    text-align:center;
    display:block;
    width:100%;
    border-top:#ccc dotted 1px;
    margin:0px auto;
}
.gotop a {
    display:block;
    padding:15px 0;
}

/* footer */
footer {
    clear:both;
}
#st_footer {
    background:#eee;   
}

.st_footer_cont_area {
    padding: 20px 5.333% 0;
}

.st_footer_cont_inner {
    padding: 20px 0;
}

.st_footer_cont_area h2 {
    font-size: 15px;
    border-bottom: 2px solid #ccc;
    color: #858585;
    padding: 0 0 15px;
    margin: 0;
}

.st_footer_cont_inner h2 {
    position: relative;
}

.st_footer_cont_inner h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #858585 transparent transparent transparent;
}

.st_footer_cont_inner h2.close_slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #858585 transparent;
} 

.st_footer_cont_area ul li {
    border-bottom: 1px dashed #ccc;
}

.st_footer_cont_area ul li a {
    display: block;
    font-size: 14px;
    color: #484848;
    padding: 16px 0;
    text-decoration: none;
}

.st_footer_cont_area ul li.link_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 12px 0 0;
    background: #f8f8f8;
}

.st_footer_cont_area ul li.link_box a {
    padding: 12px;
}

.st_footer_home a {
    display: block;
    font-size: 14px;
    color: #484848;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
}

.st_footer_home .homeicon {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.st_footer_award li.st_starAward {
    background: #fff;
    border-radius: 4px;
    margin: 12px 0 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    position: relative;
    border: none;
}

.st_footer_award li.st_starAward::before {
    content: "";
    width: 15px;
    height: 36px;
    background: url(/images/common/leaf_left.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto 0;
}

.st_footer_award li.st_starAward::after {
    content: "";
    width: 15px;
    height: 36px;
    background: url(/images/common/leaf_right.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
}

.st_footer_award li.st_starAward a {
    padding: 12px 30px;
    display: flex;
    align-items: center;
}

.st_footer_award li.st_starAward a div {
    width: 20%;
    max-width: 65px;
    margin-right: 3px;
}

.st_footer_award li.st_starAward a div img {width: 100%;}

.st_footer_award li.st_starAward a .award_txtBox {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.st_footer_dest {
    margin: 20px 0 0;
}

.st_footer_dest li a {
    padding-left: 1em !important;
}

.st_footer_dest li.dest_cate {
    padding: 16px 0;
    font-size: 15px;
    color: #858585;
}

.st_footer_logoArea {
    background: #fff;
    padding: 12px;
    margin: 12px 0 0;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
}

.st_footer_logoArea li {
    border-bottom: none !important;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.st_footer_logoArea li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50px;
}


.groupCompany_area {
    padding: 0px 5.333% 20px;
}

.groupCompany {
    display: flex;
    align-items: center;
    margin: 0;
}

.groupCompany a {
    display: block;
}

.groupCompany_area span {
    font-size: 10px;
    margin-left: 10px;
}

.st_footer_wrap {
    background: url(/img/share/footer/footerBg.png) top left repeat #eee;
}

.st_footer_company {
    background: #333;
    text-align: center;
    padding: 20px 0 64px;
}

.st_footer_company div {
    width: 296px;
    margin: 0 auto 20px;
    text-align: center;
}

.st_footer_company div a,
.st_footer_company .copyright {
    font-size: 11px;
    line-height: 1.65;
    color: #fff !important;
}

.st_footer_company .copyright {
    font-size: 10px;
}




/* CVボタン */
.stM_cvBtnArea {
    width: 96%;
    margin: 10px auto;
}
.stM_cvBtnArea a {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size:  16.5px/*15px*/;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: right bottom;/*1px 1px;*/
    background-size: 41px 39px;
}
.btn_brochure,
.btn_counsel {
    display: table;
    border-radius: 5px;
}
.btn_brochure {
    width: 49%/*40%*/;
    float: left;
    box-shadow:rgb(252, 166, 0) 0px 0px 0px 1px inset,rgb(254, 212, 77) 0px 0px 0px 2px inset;
    background: rgb(253,193,0);
    background: -moz-linear-gradient(top,  rgba(253,193,0,1) 0%, rgba(251,163,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,193,0,1)), color-stop(100%,rgba(251,163,0,1)));
    background: -webkit-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc100', endColorstr='#fba300',GradientType=0 );
}
.btn_counsel {
    width: 49%/*58%*/;
    float: right;
    box-shadow:rgb(251, 130, 0) 0px 0px 0px 1px inset,rgb(254, 171, 77) 0px 0px 0px 2px inset;
    background: rgb(253,135,0);
    background: -moz-linear-gradient(top,  rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
    background: -webkit-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
}
.btn_brochure a {background-image: url(/img/com_btn/btn_brochureBg.png);}
.btn_counsel a {background-image: url(/img/com_btn/btn_counselBg.png);}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 2dppx) {
        .btn_brochure a {background-image: url(/img/com_btn/btn_brochureBg@2x.png);}
        .btn_counsel a {background-image: url(/img/com_btn/btn_counselBg@2x.png);}
}

/* 電話番号 */
.stM_telnumber {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    margin: 0 auto 10px auto;
    background-color: #F9E68D;
    border-radius: 4px;
    box-shadow: 0px 3px 0px #E1C543;
}
.stM_telnumber a {
    display: block;
    width: 248px;
    height: 62px;
    margin: 0 auto;
    padding: 0px 0 10px;
    background-image: url(/img/com_btn/tel_number.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 2dppx) {
    .stM_telnumber a {
            background-image: url(/img/com_btn/tel_number@2x.png);
            background-size: 248px 62px;
    }
}
footer .stM_telnumber {
    background: none !important;
    box-shadow: none !important;
}

/* トップに戻る */
#stM_footerTop {
    width:100%;
    margin:0px auto;
    background: #333;
}
#stM_footerTop li {
    text-align:center;
    line-height:2em;
    font-size:13px;
    position:relative;
    z-index:1;
    overflow:hidden;
    padding-right:8px;
    text-shadow: 0px -1px 0px  #000;
}
#stM_footerTop li a {
    display:block;
    color:#FFF;
    padding:8px 0;
}
#stM_footerTop li:before,
#stM_footerTop li:after,
#stM_footerTop li a:before,
#stM_footerTop li a:after {
    content:"";
    position:absolute;
    top:50%;
}

/* icon-home */
.home a:before {
    left:24px;
    border-style:solid;
    border-color:transparent;
    border-width:8px 7px;
    border-bottom-color:#FFF;
    margin-top:-16px;
    background:transparent;
}
.home a:after {
    left:26px;
    width:2px;
    height:4px;
    border-style:solid;
    border-color:#fff #FFF transparent;
    border-width:3px 4px 0;
    margin-top:0;
    background:transparent;
}
.home a:hover:before,
.home a:focus:before,
.home a:active:before {
    border-bottom-color:#FFF;
    background:transparent;
}
.home a:hover:after,
.home a:focus:after,
.home a:active:after {
    border-color:#FFF #FFF transparent;
}

.ad_banner{
    margin-bottom:10px;
}

/* PC / copyright */
.stM_footerCopy {
    padding:10px 0px;
    background:#161616;
    text-align:center;
    color: #FFF;
    clear:both;
}
.stM_footerCopy p {
    margin-bottom:5px;
    font-size:11px;
    line-height:1.2;
    text-align:center;
}
.stM_footerCopy p a {
    text-decoration:underline !important;
    color: #fff;
}

/* AD banner */
.ad_banner a img {
    width: 225px !important;
}

/*グループ会社*/
.groupeCompany_copyright {
    padding: 10px 45px 74px 16px;
    background: #fff;
}

.groupeCompany {
    display: flex;
    align-items: center;
    margin: 0;
}

.groupeCompany a img {
    max-width: 60px;
    vertical-align: baseline;
}

.groupeCompany_copyright span {
    font-size: 10px;
    margin-left: 10px;
}

/*========== 無料相談＆資料請求　ボタン ==========*/
.stM_com-ssBtn {
    margin:15px auto;
    width:95%;
    clear:both;
}
.stM_com-ssBtn p {
    font-size:120%;
    font-weight:bold;
    text-align:center;
    width:50%;
    margin:0;
    float:left;
}
.stM_com-ssBtn p.sodan a {
    background:#FF6860;
    margin-right:0px;
    box-shadow:0px 3px 0px #ce433d;
}
.stM_com-ssBtn p.siryo a {
    background:#FF6860;
    margin-left:10px;
    box-shadow:0px 3px 0px #ce433d;
}
.stM_com-ssBtn p a {
    display:block;
    color:#fff;
    font-size:120%;
    height:60px;
    line-height:60px;
    border-radius:3px;
}
.stM_com-ssBtn p a img {
    vertical-align:middle;
}


/* =============================================================
　conetents smartphone
============================================================= */
#contents {
    width: 100%;
    padding:10px 0 0 0;
    clear:both;
}



/* =============================================================
　Pagetop smartphone
============================================================= */
.stM_Pagetop {
    text-align:right;
    width:95%;
    margin:8px auto;
    clear:both;
}
.stM_Pagetop img {
    width:90px !important;
    height:auto;
}
#back_list a {
    width:95%;
    margin:10px auto;
    padding: 10px 0;
    text-align:center;
    font-size:12px;
    border:1px solid #ccc;
    border-radius:3px;
    display:block;
}

/* =============================================================
　共通パーツ
============================================================= */
.parts_experience {
    font-size: 12px;
    background-color: #ececec;
    padding: 2%;
    clear:both;
}
.parts_experience a {
    text-decoration:underline;
}
.expTitle {
    font-weight: bold;
    margin: 0 0 5px 0;
}
.expLink {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom:1px dashed #ccc;
}
.otherLink {
    margin: 5px 0;
}

.parts_sns {
    width: 95%;
    margin: 5px auto;
}

/* お問い合わせ共通 */
.st_bottomBt {
    width: 56%;
    margin: 10px auto;
    padding: 3% 4%;
    background-color: #d8eef9;
    border-radius: 6px;
    list-style: none;
    clear: both;
}
.st_bottomBt li {
    width: 40%;
    margin: 0 auto 5px auto;
    padding: 0;
}

/*footerのcvnボタン --2016/2/22　セミナー追加により調整*/
.btn_brochure_f,
.btn_counsel_f,
.btn_seminar_f {
    display: table;
    border-radius: 5px;
    margin:0 5px 0 0;
}
.btn_brochure_f,
.btn_seminar_f {
    width: 30%;
    float: left;
    box-shadow:rgb(252, 166, 0) 0px 0px 0px 1px inset,rgb(254, 212, 77) 0px 0px 0px 2px inset;
    background: rgb(253,193,0);
    background: -moz-linear-gradient(top,  rgba(253,193,0,1) 0%, rgba(251,163,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,193,0,1)), color-stop(100%,rgba(251,163,0,1)));
    background: -webkit-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc100', endColorstr='#fba300',GradientType=0 );
}
.btn_counsel_f {
    width: 35%;
    float: left;
    box-shadow:rgb(251, 130, 0) 0px 0px 0px 1px inset,rgb(254, 171, 77) 0px 0px 0px 2px inset;
    background: rgb(253,135,0);
    background: -moz-linear-gradient(top,  rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
    background: -webkit-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
}

/*---------------------------------------------------
スマホ表示　footer改修                 --2016/3/14　*/
/* 検索窓追加 */
.stM_searchBox {
    font-size: 12px;
    margin: 20px auto;
    width: 90%;
}
/*desk導線*/
.desk_box {
    margin: 10px 0 0px 0;
    text-align: center;
}
.desk_box .each_deskbox {
    border-radius: 6px;
    float: left;
    margin: 0;
    padding: 1%;
    width: 31%;
}
.each_deskbox .desk_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
}
.each_deskbox .desk_name img{
    vertical-align:middle;
    margin:-5px 3px 0 0;
}
.each_deskbox .desk_back{
    background-color:#fff;
}
.each_deskbox .desk_back img{
    margin: 2% auto;
    width: 95%;
}
.each_deskbox .desk_back p{
    min-height:55px;
    font-size: 11px;
    line-height: 1.4;
}
ul.desk_link{
    margin: 10px auto;
    width: 90%;
}
ul.desk_link li a{
    float:left;
    width:40%;
    background:#a8a8a8;
    font-size: 14px;
    color:#fff;
    border-radius:10px;
    padding:5px;
    margin:2% 2% 0;
}

.stM_img{
    text-align:center;
}

/* メルマガ導線 */
.stM_topMail {
    margin: 12px auto 15px;
    width: 300px;
}
.stM_topMail a {
    background-color: #2cabcc;
    background-image:url(/img/com_btn/icon_mail.png);
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 14% auto;
    border-radius: 3px;
    box-shadow: 0 3px 0 #289cb9;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 8px 5px 8px 60px;
}
.stM_topMail a span {
    font-size: 10px;
}

/* バナー枠追加 */
.header_bnr_area{
    margin:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer_bnr_area{
    margin:0 0 10px;
}
.header_bnr_area img, .footer_bnr_area img {
    height: auto;
    max-width: 100%;
    vertical-align:bottom;
}


/* おすすめの学校 */
.st_sideSchoolrecommend{
    margin:15px 0 0 0;
}
.recommend_ttl_box {
    font-weight:bold;
    background: #efefef;
    clear: both;
    line-height: 100%;
    margin: 0;
    padding: 8px 0 6px 4px;
    font-size: 14px;
}

.st_top_recommend {
    line-height: 1.4;
    margin: 0 auto 5px;
    width: 95%;
}


.st_top_recommend_banner {
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    min-height: 80px;
    padding: 10px 0;
}

.ttltop_recommend {
    margin: 5px 0 0;
}

.st_topPickupText {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.st_top_recommend_banner .recommend:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e3317d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    width: 0;
}
.st_top_recommend_banner .recommend {
    background-color: #e3317d;
    border-radius: 1em;
    color: #fff;
    font-size: 13px;
    padding: 2px 8px;
    position: relative;
}

.st_top_recommend_banner img {
    background-color: white;
    box-shadow: 0 3px 2px -2px rgba(189, 189, 189, 0.8);
    float: left;
    height: auto;
    margin: 5px 5px 0 0;
    padding: 3px;
    width: 85px;
}

.ttltop_recommend a {
    font-weight: bold;
    text-decoration: underline;
}

.reco_more a {
    margin: 10px auto 12px;
}
.st_sideMail_banner a {
    background-color: #e9e9e9;
    background-image: url("/images/common/next_arrow_w.png");
    background-origin: padding-box;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-radius: 3px;
    display: block;
    font-size: 110%;
    margin: 0 auto 12px;
    padding: 13px 0;
    text-align: center;
    text-decoration: underline;
    width: 95%;
    font-size:14px;
}


/* 201608 追記 sp.cssから移行 */
#main {
    font-size: 13px;
}


.to_top {
    display:block;
    clear:both;
    margin:0 10px;
    text-align:right;
}
.to_top img {
    width:70px;
    height:23px;
    vertical-align:bottom;
}

/* ----- .st_bottomBanner ----- */
.st_bottomBanner {
    clear:both;
    margin: 20px 10px 10px;
    padding: 10px 10px;
    border: 1px solid #CCC;
    font-size:12px;
}
.st_bottomBanner img {
    margin: 0;
    float: none;
    text-align:center;
}
.st_bottomBannerImg {
    margin-bottom:10px;
    text-align:center;
}
.st_bottomBannerTitle {
    clear:both;
    font-size:12px;
}
.st_bottomBannerText a {
    margin: 8px 0px;
    padding: 0px 0px;
    background:none;
}

/* ----- #other-link ----- */

#other-link {
    margin:10px 10px 0;
    padding:0;
    background-color: transparent;
}
#other-link p.title {
    padding:5px 10px;
    border:1px solid #CCCCCC;
}
#other-link p.title a {
    text-decoration:none;
}
#other-link dl dt {
    display:none;
}
#other-link dl dd {
    display: block;
    border:1px solid #CCCCCC;
    border-top:none;
    background-color:#F3F3F3;
    padding-top:5px;
    padding-bottom:5px;
}
#other-link dl dd a {
    display: block;
    padding:5px 10px;
    text-decoration:none;
}

#other-link dl dd {
    border-left:10px solid #cccccc;
}
#other-link dl dd#usa {
    border-left:10px solid #fba5a6;
}
#other-link dl dd#can {
    border-left:10px solid #cb99cc;
}
#other-link dl dd#aus {
    border-left:10px solid #f5a922;
}
#other-link dl dd#nzl {
    border-left:10px solid #48c05f;
}
#other-link dl dd#irl {
    border-left:10px solid #5f5dca;
}
#other-link dl dd#uk {
    border-left:10px solid #039cbe;
}
#other-link dl dd#ita {
    border-left:10px solid #51b344;
}
#other-link dl dd#esp {
    border-left:10px solid #ec7d38;
}
#other-link dl dd#ger {
    border-left:10px solid #ac5623;
}
#other-link dl dd#fra {
    border-left:10px solid #ef9df2;
}
#other-link dl dd#mlt {
    border-left:10px solid #41c9ef;
}
#other-link dl dd#phl {
    border-left:10px solid #00CFBB;
}
#other-link dl dd#mas {
    border-left:10px solid #F5D601;
}
#other-link dl dd#at {
    border-left:10px solid #f80404;
}


#other-link.by_city {
    display:none;
}


/* floatingBtn */
#floating_Btn {
  z-index : 997;
  position : fixed;
  bottom : 0px;
  right : 0px;
  width : 100%;
  display : block;
}

.floatingBtn_box {
  background : rgba(67, 67, 67, 0.9);
  padding : 8px;
  box-shadow : rgba(0, 0, 0, 0.5) 0px 0px 3px 1px;
  box-sizing : border-box;
  display : flex;
  justify-content : space-between;
}

.floatingBtn_box .button {
  background-color : transparent;
  border : none;
  cursor : pointer;
  outline-color : initial;
  outline-style : none;
  outline-width : initial;
  padding : 0px;
  font-size : 0px;
  box-sizing : border-box;
}

.floatingBtn_box .button a {
  display : block;
  font-size : 16px;
  text-decoration: none;
  font-weight : bold;
  line-height : 1;
  padding : 12px 8px;
  position : relative;
}

.floatingBtn_box .button a::after {
  position : absolute;
  top : 0px;
  bottom : 0px;
  margin : auto;
  content : "";
  vertical-align : middle;
  right : 8px;
  width : 6px;
  height : 6px;
  border-top : 2px solid rgb(255, 255, 255);
  border-right : 2px solid rgb(255, 255, 255);
  transform : rotate(45deg);
}

.floatingBtn_box .button.counsel a::after {
  border-top : 2px solid rgb(255, 255, 255);
  border-right : 2px solid rgb(255, 255, 255);
}

.floatingBtn_box .tag_free {
  display : inline-block;
  font-size : 11px;
  line-height : 1;
  vertical-align : middle;
  margin : 0 0 0 5px;
  padding : 3px 4px;
  border-top-left-radius : 2px;
  border-top-right-radius : 2px;
  border-bottom-right-radius : 2px;
  border-bottom-left-radius : 2px;
  box-sizing : border-box;
}

.floatingBtn_box .button.brochure {
  width : 39%;
    border-radius: 3px;
  border: 2px solid rgb(252, 172, 0);
    border-bottom : 3px solid rgb(210, 144, 2);
  background-color : rgb(252, 172, 0);
  text-align: center;
}

.floatingBtn_box .button.line {
  width : 45%;
  border-radius: 3px;
  border: 2px solid #08b63c;
    border-bottom : 3px solid #117f12;
  background-color : #08b63c;
  text-align: center;
}

.floatingBtn_box.senior .button.brochure { width: 45%;}

.floatingBtn_box .button.counsel {
  width : 59%;
  border-radius: 3px;
  border: 2px solid rgb(235, 127, 0);
  border-bottom : 3px solid rgb(177, 96, 0);
  background-color : rgb(235, 127, 0);
  text-align: center;
    display: flex;
}

.floatingBtn_box.senior .button.counsel,
.floatingBtn_box.line .button.counsel { width:53%;}

.floatingBtn_box .button.brochure a {
  color : rgb(235, 127, 0);
}

.floatingBtn_box .button.line a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 3.8vw;
}

.floatingBtn_box .button.line a::before {
    position: absolute;
    top: -7px;
    margin: auto;
    box-sizing: border-box;
    content: "＼LINEで気軽に／";
    vertical-align: middle;
    left: 0;
    right: 0;
    width: 80%;
    height: 18px;
    font-size: 10px;
    line-height: 1;
    padding: 4px 0 0;
    background: #fff;
    border-radius: 12px;
    color: #08b73c;
}

.floatingBtn_box .button.counsel a {
    color : rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.floatingBtn_box .button.brochure .tag_free {
  background : rgb(255, 255, 255);
  color : rgb(252, 172, 0);
}

.floatingBtn_box .button.counsel .tag_free {
  color : rgb(235, 127, 0);
  background : rgb(255, 255, 255);
}

/*　カウボタンのみ100%　*/
.floatingBtn_box .button.counsel.full {
    width: 100%;
}

.floatingBtn_box .button.counsel.full a {
    font-size: 18px;
}

.pagetopBtn {
    text-align: right;
}
.pagetopBtn img{
    width:40px;
    margin: 0 5px 2px 0;
}

/*　POP UP　*/
.sp_popup_area {
    position: absolute;
    display: block;
    bottom: 64px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    animation-name : fadein;
    animation-duration : 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sp_popup {
    background: rgba(67, 67, 67, 0.9);
    color: rgb(255, 255, 255);
    margin: 0px 20px 10px;
    padding: 12px 8px;
    box-sizing: border-box; 
    text-align: center;
    border-radius: 8px;
    position: relative;
    animation: 0.8s ease-out 0s 1 normal none running fadeinUp-data-v-0213f41d;
}

.sp_popup::after {
  content : "";
  position : absolute;
  right : 0px;
  bottom : -10px;
  left : 0px;
  width : 0px;
  height : 0px;
  margin : auto;
  border-style : solid;
  border-color : rgba(67, 67, 67, 0.9) transparent transparent transparent;
  border-width : 10px 10px 0px 10px;
}

.sp_popup p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.sp_popup p span {
    color: #fffa5f;
}

.pop_close {
    position: absolute;
    display: inline-block;
    top: 5px; right: 5px;
    background: rgb(255, 255, 255);
    border-radius: 50%; color: rgb(51, 51, 51);
    font-weight: bold;
    width: 14px;
    height: 14px;
    line-height: 1;
}


/*　×ボタン付きバナー　*/
.floating_bnr {
    margin: 0 auto;
    position: relative;
}

.floating_bnr a {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.floating_bnr a img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 100%;
}
.floating_bnr .button {
    padding: 0;
    margin: 0;
    border: none;
    background:none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.floating_bnr .button img {
    width: 25px;
    height: 25px;
}

@media screen and (min-width:480px){
    .floatingBtn_box .button.line a {
            font-size: 16px;
            justify-content: center;
        }
}

@media screen and (min-width:768px){
    .st_footer_logoArea {
        padding: 12px 70px;
    }
    
    .headerTel .comment {
        width: auto;
    }
    
}

@media screen and (max-width:360px){
    .floatingBtn_box .button a {
        font-size : 15px;
        padding : 12px 0px;
    }

    .floatingBtn_box .button.brochure .tag_free {
        margin : -2px 0px 0px 2px;
    }

    .floatingBtn_box .button a::after {
        right : 4px;
    }

    .sp_popup p {
        font-size: 13px;
    }
    
    .headerTel .comment {
        display: none;
    }
}
.button.brochure > a {
  color : rgb(255, 255, 255) !important;
}

.button.counsel {
  background-color : rgb(255, 139, 3) !important;
}

@media screen and (max-width:320px){
    .header_title {
        font-size: 10px;
    }
}





