@charset "UTF-8";

body .sp {display:block !important;}
body .pc {display:none !important;}

body {   font-weight: 300;
    font-size:13px;
    line-height: 1.6;
    letter-spacing: 0;
    opacity: 0;
    /* ゴシック体指定 */
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}



/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}





a{
  color: #1111cc;
}
a:hover{
  opacity: 0.7;
}
img {
  width: 100%;
    /*max-width: 100%;
    max-height: auto;*/
    height: auto;
}

.ctr_b {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
.ggl_font{
  font-family: "Rounded Mplus 1c";
}

/*header*/
#sp_menu {
  display: none;
}
#slider_btn {
display: none;
}


body {
  background-color: #fffffa;
}

#header {
  width: 100%;

  
}
#header #header_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 72px;
  
}

#header #header_inner a.ycu_logo {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 105px;
    height: 71px;
    background-color: #8cc12f;
    padding-bottom: 1px;
}
#header #header_inner a.ycu_logo img {
display: block;
    margin: 13px auto 0;
    width: 93%;
}

#header #header_inner a.logo {
display: block;
    top: 23px;
    left: 113px;
    position: absolute;
    width: 113px;
    height: auto;
}
#header #header_inner a.logo img {
  display: block;
  
}
#header #header_inner a.menu_btn{
  display: block;
  top:21px;
  right: 12px;
  position: absolute;
}
#header #header_inner a.menu_btn img{
  width: 64px;
  height: auto;
}
#header #header_inner > ul.icons {
  position: absolute;
  top: 52px;
  right: 10px;
  overflow: hidden;
  
}
#header #header_inner > ul.icons li {
  display: inline-block;
  border-right: 1px solid #4b4b4b;
}
#header #header_inner > ul.icons li:first-child{
  border-left: 1px solid #4b4b4b;
}
#header #header_inner > ul.icons li a{
  padding: 3px 12px;
}
#header #header_inner > ul.icons li a img{

}


#hdr_nav {
  /*height: 33px;*/
  width: 100%;
  background-color: #000100;
  /*min-width: 980px;*/
}


#hdr_nav div.nav_wrap {
  
}
#hdr_nav div.nav_wrap ul.g_navi {
  overflow: hidden;
  text-align: center;
  /*width: 800px;*/
  margin: 0 auto;
}
#hdr_nav div.nav_wrap ul.g_navi li:last-child {
  margin-right: 0;
}
#hdr_nav div.nav_wrap ul.g_navi li {
     float: left; 
    margin-right: 38px;
    text-align: center;
    /*float: left;*/

}
#hdr_nav div.nav_wrap ul.g_navi li a {
  text-decoration: none;
  display: block;
  padding: 7px 0;
  
}
#hdr_nav div.nav_wrap ul.g_navi li.now a span.txt,
#hdr_nav div.nav_wrap ul.g_navi li:hover a span.txt {
  color: #fffffa;
}
#hdr_nav div.nav_wrap ul.g_navi li a span.txt {
  color: #fffffa;
  font-size: 12px;
  padding: 7px 0;
}


#mv {
  /*width: 100%;*/
  /*height: 270px;*/
  /*height: 100%;
  margin-bottom: 25px;
  margin: 0 auto;*/
}
/*#mv.no_long {
  height: auto;
}
#mv .inner {
  width: 1000px;
  margin: 0 auto;

}
#mv .inner img {
  margin-left: -100px;
}
body.page-id-00 #mv {
  
}*/
#main_visual{
    width: 100%;
    height: auto;
    border-top: 3px solid #82a93e;
    /* border-bottom: 15px solid #000; */
    /* min-width: 980px; */
  /*min-width: 980px;*/
}/*
body #main_visual div.mv_text{
  width: 980px;
  margin: 0 auto;
}
body.home #main_visual{
  background: url(../images/index/mv.png) no-repeat center top;
  background-size: cover;
  background-position: top;
}
body.home #main_visual img.mv_text{
  position: absolute;
  top: 22px;
  left: 2%;
}
body.page-template-index-gakusei #main_visual{
  background: url(../images/ryugakusei_top/mv.png) no-repeat center bottom;
  background-size: cover;
  background-position: bottom;
}
body.page-template-index-gakusei #main_visual img.mv_text{
  position: absolute;
  top: 367px;
  left: 1%;
}
body.page-template-index-kigyou #main_visual{
  background: url(../images/kigyou_top/mv.png) no-repeat center bottom;
  background-size: cover;
  background-position: top;
}
body.page-template-index-kigyou #main_visual img.mv_text{
  position: absolute;
  top: 347px;
  left: 0%;
}
body.page-template-page-overview_std #main_visual{
  height: 326px;
  background: url(../images/overview_std/mv.png) no-repeat center bottom;
  background-size: cover;
  background-position: bottom;
}
body.page-template-page-overview_std #main_visual img.mv_text{
  position: absolute;
  top: 36px;
  left: 18%;
}
body.page-template-page-jp_program #main_visual{
  height: 326px;
  background:url("../images/r_nihongo/mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: top;
}
body.page-template-page-jp_program #main_visual img.mv_text{
  position: absolute;
  top: 96px;
  left: 32%;
}
body.page-template-page-career #main_visual{
  height: 326px;
  background:url("../images/career/mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: top;
}
body.page-template-page-career #main_visual img.mv_text{
  position: absolute;
  top: 283px;
  left: 62%;
}
body.page-template-page-intern_std #main_visual{
  height: 326px;
  background:url("../images/internship/mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: top;
}
body.page-template-page-intern_std #main_visual img.mv_text{
  position: absolute;
  top: 83px;
  left: 42%;
}
body.page-template-page-completion #main_visual{
  height: 326px;
  background:url("../images/completion/mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: bottom;
}
body.page-template-page-completion #main_visual img.mv_text{
  position: absolute;
  top: 43px;
  left: 6%;
}
body.page-template-page-senior #main_visual{
  height: 326px;
  background:url("../images/senior/mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: top;
}
body.page-template-page-senior #main_visual img.mv_text{
  position: absolute;
  top: 43px;
  left: 25%;
}
body.page-template-page-overview_cmp #main_visual{
  height: 326px;
  background:url("../images/overview_cmp/mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: top;
}
body.page-template-page-overview_cmp #main_visual img.mv_text{
  position: absolute;
  top: 90px;
  left: 62%;
}*/

#mv_footer{
  width: 100%;
  /*min-width: 980px;*/
  height: 33px;
  background-color: #000100;
  text-align: center;
}
#mv_footer p{
  color: #dacc9e;
  font-size: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-family: 'Meiryo','Helvetica Neue',sans-serif;
}
body.home #contents #main {
  width: 88%;
  margin: 0 auto 100px;
  
}
body.home #contents #main #main-menu ul {
  overflow: hidden;
  margin: 18px auto 30px;
  /*width: 470px;*/

}
body.home #contents #main #main-menu ul li {
  float: left;
  width: 48%;
  
  
}
body.home #contents #main #main-menu ul li:last-child {
  float: right;
          
}
body.home #contents #main #main-menu ul li a {
  
}
body.home #contents #main #main-menu ul li a img {
  
  border-radius:4px;
  display: block;
}
#contents #main #news {
  width: 100%;
  margin: 0px auto 0px;

}
#contents #main #news h2.news_ttl {
  display: block;
  text-align: center;
  margin-bottom: 18px;
}
#contents #main #news h2.news_ttl > img{
  width: 250px;
  height: auto;
}
#contents #main #post_area {

}
#contents #main #post_area ul.news_list {
  border-top: 1px dashed #575761;
}
#contents #main #post_area ul.news_list li.post {
  overflow: hidden;
  border-bottom: 1px dashed #575761;
  padding: 8px;
}
#contents #main #post_area ul.news_list li.post a {
    display: block;
    text-decoration: none;
}
#contents #main #post_area ul.news_list li.post p.date {
  font-size: 13px;
  /*display: inline-block;*/
    color: #333;
  margin-right: 13px;
  margin-bottom: 0px;
  
}
#contents #main #post_area ul.news_list li.post h2.title {
  font-size: 14px;
  display: inline-block;
    color: #333;
  
}
#contents #main .go_top{
    /* width: 88%; */
    margin: 50px auto;
    text-align: center;
}
#contents #main .go_top p a{
  text-decoration: none;
  background-color: #333;
  padding: 13px 17px;
  font-size: 11px;
  color: #fff;

      border-radius: 4px;
}







#side {

}

#side {

}

#footer {
  margin-top: 20px;
  background-color: #efefe7;
  width: 100%;
  /*min-width: 980px;*/
  padding-bottom: 100px;    padding-bottom: 40px;
}
#footer .inner {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
/*#footer img.ftr_bg {
  position: absolute;
  top:-162px;
  left:0;
  display: block;
  border-bottom: 1px solid #ccc;
}*/
#footer {
  
}
#footer li a {
  color: inherit;
  text-decoration: none;
}
#footer li {
  color: #434647;
  font-size: 14px;  
}
#footer li.fzb {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}

#footer ul.ovh {
    padding-top: 35px;
    overflow: hidden;
    margin: 35px auto 15px;
    /* width: 645px; */
}
#footer ul.ovh {
  
}
#footer ul.ovh li.lft{
    letter-spacing: 1.5px;
    float: none;
    text-align: center;
    margin-bottom: 28px;
}
#footer ul.ovh li.lft:last-child{
  margin: 20px 0;
}
#footer ul.ovh li.ovh {
  
}
#footer ul.ovh li.ovh img {
    display: block;
    /* float: left; */
    width: 58px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
}
}
#footer ul.ovh li.ovh ul{
  width: 100%;
  margin: 0 auto;
}
#footer ul.ovh li.ovh ul.data {
    display: inline-block;
    /* float: left; */
    /* text-align: left; */
}
#footer ul.ovh li.ovh ul.data li {
    font-size: 12px;
    text-align: center;
}
#footer ul.ovh li.ovh ul.data li.fzb {
    font-size: 12px;
    padding-bottom: 5px;
    /* text-align: left; */
    text-align: center;
}
#footer p.copy {
    text-align: center;
    font-size: 11px;
    margin: 0px auto 0;
    text-align: center;
}




/*post_area*/
.jp_program-template-default #main {
  float: none !important;
}
.jp_program-template-default #contents {
  margin-top: 0 !important;
}
body.archive #contents,
body.single #contents {
overflow: hidden;
    margin: 15px auto 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

body.archive #main,
body.single #main {
    width: 88%;
    margin: 0 auto;
}
body.archive #side,
body.single #side {
  
    /* width: 250px; */
    width: 88%;
    margin: 30px auto 0;
}
body.archive #main #side {
  
}
body.archives #main #side {
  
}
#side {
  width: 88%;
  margin: 0 auto;
  
}
h3.re_ttl img,
h3.ma_ttl img {
  display: inline-block;
  margin-right: 10px;
    width: 20px;
    height: auto;
    vertical-align: -3px;
    margin-left: 4px;
}
h3.re_ttl,
h3.ma_ttl {

    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    color: #464645;
    /* color: #3c753c; */
    border-left: 5px solid #78c835;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
    color: #464645;
    /* color: #3c753c; */
    border-left: 5px solid #78c835;
    padding-left: 12px;
    margin-bottom: 10px;

}
div.side_bdr {
    height: 1px;
    display: none;
    width: 100%;
    /* background: url(../images/common/line.png) repeat bottom left; */
    height: 1px;
    overflow: hidden;
}

ul.recent,
ul.monthly_archive {
  margin-bottom: 28px;
}
ul.recent li,
ul.monthly_archive li {
  margin-bottom: 15px;
}
ul.recent li a,
ul.monthly_archive li a {
  font-size: 13px;
  color: #444;
  
}
ul.recent li a h2,
ul.monthly_archive li a h2 {
  font-size: 13px;
  color: #444;
  
}
body.archive h2.ttl {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 4px;
  color: #009a02;
  border-bottom: 1px solid #009a02;
  margin-bottom: 12px;

}
#main ul.archives {
  overflow: hidden;
  
}
#main ul.archives li {
  margin-bottom: 15px;
}
#main ul.archives li a {

  color: #009a02;
}
#main ul.archives li a h2 {
  font-size: 14px;
  color: #009a02;
}


/*#post_area {
  width: 88%;
  margin: 0 auto 70px;
}*/
#post_area div.post {
  
}
#post_area div.post h2.news_title {
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid green;
    color: #009a02;
    padding-bottom: 5px;
    font-size: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid green;
    color: #009a02;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 3px solid #8cc12f;
    color: #464645;
    padding-bottom: 5px;
    line-height: 1.3;
}
#post_area div.post div.sumbnail {
  
}
#post_area div.post div.news_content {
  margin-bottom: 30px;
}
#post_area div.post h2.date {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  color: #009a02;
  
}
#post_area div.news_content p {
  font-size: 14px;
}
#post_area div.navigation {
 overflow: hidden;
   
}
#post_area div.navigation div.prev {
  float: left;
  
}
#post_area div.navigation div.next {
  float: right;
  
}
#post_area div.navigation div a {
font-size: 13px;
    /* text-decoration: none; */
    color: #009a02;
    color: #3f6b1d;
}
#post_area div.navigation div a img {
  display: none !important;
  
}
p#ichiran {
  
}
p#ichiran a {
  
}










/*sidebar*/
/*
.sidebar-wrapper {
  margin: 0 0 15px 0;
}
.sidebar-title {
  border-left: solid 10px #99c348;
  font-size: 1.2em;
  padding: 10px 0 10px 20px;
  margin: 8px 0;
  color: #555;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.textwidget {
  padding: 0 8px;
}
#calendar_wrap {
  text-align: center;
}
#calendar_wrap table {
  margin-left: auto;
  margin-right: auto;
}
#calendar_wrap table a {
  text-decoration: underline;
  color: #2ea7e0;
}
#calendar_wrap table a:hover {
  background-color: #2ea7e0;
  color: #fff;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper li {
  border-bottom: dotted 1px #99c348;
}
.sidebar-wrapper li a {
  display: block;
  color: #555;
  padding: 3px 0 3px 8px;
}
.sidebar-wrapper li a:hover {
  background-color: #cfc;
}*/










/*
留学生向けトップ
*/

/*.page-template-index-gakusei #main #main-menu {
  
  width: 642px;
  margin: 0 auto 0px;
}*/


.page-template-index-gakusei #main #main-menu h1 {
  color: #393639;
  font-size: 30px;
  text-align: center;
  margin: 30px auto 15px;
}
.page-template-index-gakusei #main #main-menu ul {
  overflow: hidden;
}
.page-template-index-gakusei #main #main-menu ul li:nth-of-type(3) {
  margin-right: 0;
}
.page-template-index-gakusei #main #main-menu ul li {
  /*margin-right: 3px;*/
  margin-bottom: 3px;
  /*float: left;*/
  
}
.page-template-index-gakusei #main #main-menu ul li a {
  display: block;
  
}
.page-template-index-gakusei #main #main-menu ul li a img {
  
}


/*.page-template-index-gakusei #main #main-menu #news h2 {
      width: 168px;
    margin: 0 auto 32px;
}*/
.page-template-index-gakusei #main #main-menu #news h2 img {
  display: block;
  
}
/*.page-template-index-gakusei #main #main-menu #news h2.news_ttl {
      width: 168px;
    margin: 0 auto 32px;
}*/


.page-template-index-gakusei #main #main-menu div.right_box ul{
  margin: 25px auto 0;
margin-top: 0;
}
.page-template-index-gakusei #main #main-menu div.right_box ul li{
    margin-right: 4px;
    margin-bottom: 4px;
    float: none;
    text-align: center;
    color: #95d75d;
    border:1px solid #7a7a7a;
    border-radius: 5px;
    background-color:#5d5d5d;

}
.page-template-index-gakusei #main #main-menu div.right_box ul li:nth-child(3n){
  margin-right: 0;
}
.page-template-index-gakusei #main #main-menu div.right_box ul li a {
      padding: 9px 0;
    font-size: 16px;
    display: block;
    text-decoration: none;
    color:#ffffff;
}

.page-template-index-gakusei #main #main-menu div.right_box ul li:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #7a7a7a;
}
.page-template-index-gakusei #main #main-menu div.right_box ul li:hover a {
  color: #5d5d5d;
  opacity: 1;
}

.page-template-index-gakusei #main #main-menu div.right_box ul li.l2 a{
  padding: 27px 0;
}



/*
企業向けトップ
*/

/*.page-template-index-gakusei #main #main-menu {
  
  width: 642px;
  margin: 0 auto 0px;
}*/


.page-template-index-kigyou #main #main-menu h1 {
  color: #393639;
  font-size: 30px;
  text-align: center;
  margin: 30px auto 15px;
}
.page-template-index-kigyou #main #main-menu ul {
  overflow: hidden;
}
.page-template-index-kigyou #main #main-menu ul li:nth-of-type(3) {
  margin-right: 0;
}
.page-template-index-kigyou #main #main-menu ul li {
  /*margin-right: 3px;*/
  margin-bottom: 3px;
  /*float: left;*/
  
}
.page-template-index-kigyou #main #main-menu ul li a {
  display: block;
  
}
.page-template-index-kigyou #main #main-menu ul li a img {
  
}


/*.page-template-index-kigyou #main #main-menu #news h2 {
      width: 168px;
    margin: 0 auto 32px;
}*/
.page-template-index-kigyou #main #main-menu #news h2 img {
  display: block;
  
}
/*.page-template-index-kigyou #main #main-menu #news h2.news_ttl {
      width: 168px;
    margin: 0 auto 32px;
}*/


.page-template-index-kigyou #main #main-menu div.right_box ul{
  margin: 25px auto 0;
margin-top: 0;
}
.page-template-index-kigyou #main #main-menu div.right_box ul li{
    margin-right: 4px;
    margin-bottom: 4px;
    float: none;
    text-align: center;
    color: #95d75d;
    border:1px solid #7a7a7a;
    border-radius: 5px;
    background-color:#5d5d5d;

}
.page-template-index-kigyou #main #main-menu div.right_box ul li:nth-child(3n){
  margin-right: 0;
}
.page-template-index-kigyou #main #main-menu div.right_box ul li a {
      padding: 9px 0;
    font-size: 16px;
    display: block;
    text-decoration: none;
    color:#ffffff;
}

.page-template-index-kigyou #main #main-menu div.right_box ul li:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #7a7a7a;
}
.page-template-index-kigyou #main #main-menu div.right_box ul li:hover a {
  color: #5d5d5d;
  opacity: 1;
}

.page-template-index-kigyou #main #main-menu div.right_box ul li.l2 a{
  padding: 27px 0;
}






/*ページ共通*/
/*body.page #main{
  width: 980px;
  margin: 0 auto;
}*/
body.page #main .inner{
  width: 88%;
  margin: 30px auto 70px;
  
}
body.page #main .inner h1{
  margin-bottom: 30px;
}
body.page #main .inner h1 > img{
  width: 100%;
  height: auto;
}
body.page #main .inner h2{
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
body.page #main .inner h3{
  margin-bottom: 10px;
  font-size: 16px;
  /*text-align: center;*/
}
body.page #main .inner p{
  font-size: 14px;
  color: #231815;
  line-height: 25px;
}
body.page #main .inner dl dt{
  font-weight: bold;
  font-size: 16px;
}
body.page #main .inner table{
  width: 100%;
  font-size: 12px;
  color: #231815;
}
body.page #main .inner table tr{
  border: 1px solid #6bbb6e;
}
body.page #main .inner table tr th{
  font-weight: normal;
  border: 1px solid #6bbb6e;
  text-align: center;
  color: #231815;
  width: 65px;
  padding: 8px;
}
body.page #main .inner table tr td{
  border: 1px solid #6bbb6e;
  color: #231815;
  padding: 8px;
}
body.page #main .inner table tr td:nth-of-type(1){
  width: 62px;
}

body.page #main .inner .h2_inner{
  margin-bottom: 30px;
}
body.page #main .inner .h3_inner{
  margin-bottom: 25px;
}
body.page #contents #main .inner .go_top{
  width: 100%;
  margin: 40px auto;
}


/*-----------日本語教育プログラム---------------*/


/*.page-template-page-jp_program #main h1,{
  margin-bottom: 40px;
}*/
.page #main.prg .inner h1 img.sp{
  width: 60%;
  height: auto;

}
.page #main.prg .inner p.p_top{
  margin-bottom: 30px;
}
.page #main.prg .inner h2{
  color: #4e5555;
}

.page #main.prg .inner div.float{
  margin: 20px 0;
}
.page #main.prg .inner div.left_box{
  /*float: left;*/
 /* width: 380px;*/
  margin-right: 15px;
}
.page #main.prg .inner div.right_box{
  /*float: left;*/
 /* width: 365px;*/
}
.page #main.prg .inner div.right_box h2{
  text-align: center;
  font-size: 0;
  margin-bottom: 15px;
}
.page-template-page-jp_program #main.prg .inner div.right_box h2 > img{
  width: 280px;
  height: auto;

}
.page #main.prg .inner div.right_box p{
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 27px;
}
.page #main.prg .inner div.right_box > img{
  margin-top: 10px;
  margin-bottom: 30px;
}
.page #main .inner p.current{
  margin-bottom: 10px;
}
.page-template-page-jp_program #main .inner p.past{
  margin-bottom: 5px;
}
.page-template-page-jp_program #main .inner p.contact{
  /*margin-bottom: 200px;*/
}



/*-----------日本語教育　現在のプログラム　過去のプログラム---------------*/

#contents .program{
/*  width: 800px;*/
  margin: 0px auto 100px;
  border-top: 12px solid #000;
}
#contents .program h1{
  font-size: 22px;
  color: #393639;
  text-align: center;
  margin-bottom: 20px;
}
#contents .program > p{
  font-size: 15px;
}
#contents .program .inner > p{
  text-align: left;
}
#contents .program img.box{
  margin: 20px 0 30px;
  width: 28px;
  height: 28px;
}
#contents #main.program.past_prg img.box{
  margin: 20px 0 15px;
}
#contents .program ul.toggle_btn{
  overflow: hidden;
  text-align: center;
  margin: 20px 0 30px;
}
#contents .program ul.toggle_btn li{
  display: inline-block;
  border-right: 1px solid #323;
}
#contents .program ul.toggle_btn li:last-child{
  border-right: none;
}
#contents .program ul.toggle_btn li a{
  padding: 1px 10px;
/*  display: block;*/
  font-size: 13px;
}
#contents .program ul.toggle_btn li:last-child a{
  padding-right: 0;
}
#contents #main.program.current_prg ul.program_box > li{
  border-left: 5px solid #70c00e;
}
#contents #main.program.past_prg ul.program_box > li > ul > li{
  border-left: 5px solid #076bbf;
  margin-bottom: 70px;
  padding: 10px 0 7px 15px;
}
#contents .program ul.program_box{
  margin-bottom: 50px;
}
#contents .program ul.program_box > li{
  margin-bottom: 100px;
  padding: 10px 0 7px 15px;
}
#contents #main.program.past_prg ul.program_box > li{
  padding: 0;

}
#contents #main.program.current_prg ul.program_box > li{
  margin-bottom: 80px;
}
#contents #main.program.current_prg ul.program_box p.contact{
  margin: 30px auto 15px;
}
#contents .program ul.program_box > li.year_class{
  margin-bottom: 0px;
}
#contents .program ul.program_box > li.year_class > p{
  font-size: 28px;
  color: #393639;
  margin-bottom: 30px;
  font-weight: bold;

}
/*#contents #main.program.past_prg ul.program_box > li.year_class{
  display: none;
}
#contents #main.program.past_prg ul.program_box > li.year_class.show{
  display: block;
}*/

#contents #main.program.current_prg ul.program_box > li p.new{
  padding-left: 10px;
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
}
#contents .program ul.program_box > li p.recruitment{
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0px;
}
#contents .program ul.program_box > li h2{
  font-size: 18px;
  color: #47ac37;
  margin-bottom: 7px;
  font-weight: bold;
  padding-left: 0px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #70c00e;
  text-align: left;
}
#contents #main.program.past_prg ul.program_box > li h2{
  border-bottom: 1px dashed #3983C2;
}
#contents .program ul.program_box > li h2 span.sub_ttl{
  font-size: 14px;
  /*color: #000;*/
}
#contents #main.program.past_prg ul.program_box > li h2,
#contents #main.program.past_prg ul.program_box > li dl dt,
#contents #main.program.past_prg ul.program_box > li h3{
  color: #076bbf;
}
#contents .program ul.program_box > li p.des{
  padding-bottom: 7px;
  border-bottom: 1px dashed #70c00e;
  font-size: 17px;
  padding-left: 0px;
}
#contents #main.program.past_prg  ul.program_box > li p.des{
  border-bottom: 1px dashed #076bbf;
}
#contents .program ul.program_box > li dl{
  margin: 25px 0 10px;
  font-size: 16px;
}
#contents .program ul.program_box > li dl dt{
  color: #508c0e;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
  margin-left: -7px;
}
#contents .program ul.program_box > li dl dd{
  font-weight: bold;
  padding-left: 0px;
  margin-bottom: 12px;
  font-size: 14px;
}
#contents .program ul.program_box > li h3{
  font-size: 18px;
  color: #70c00e;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 15px 0 5px 0px;
}
#contents .program ul.program_box > li p.h3_p{
  font-size: 14px;
  margin-left: 0px;
}
#contents .program ul.program_box > li div.float{

}
#contents .program ul.program_box > li div.left_box{
}
#contents .program ul.program_box > li div.right_box{
  margin-top: 15px;
}
#contents .program ul.program_box > li div.right_box img{
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
#contents .program ul.program_box > li .img_box{
  padding: 5px 0 0;
}
#contents .program ul.program_box > li .img_box img{
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
#contents .program ul.program_box > li div.left_img_box,
#contents .program ul.program_box > li div.right_img_box{
  padding-bottom: 5px;
  padding: 20px 0px 5px 0px;
}
#contents .program ul.program_box > li div.left_img_box img,
#contents .program ul.program_box > li div.right_img_box img{
}
#contents .program ul.program_box > li div.img_inner{

}
#contents #main.program p.contact{
  width: 60%;
  margin: 0 auto;

}
#contents #main.program p.jyunbi{
  font-size: 25px;
  margin: 70px 0 100px;
}
/*プレビュー表示*/
/*body.single-jp_program #main{
  width: 800px;
  float: none;
}
body.single-jp_program #contents #main div.go_top{
  width: 760px;
  margin: 40px auto;
}*/


/*留学生向けトップ&企業向けトップ*/

.page-template-index-gakusei #main #main-menu,
.page-template-index-kigyou #main #main-menu{
  margin-top: 25px;
  margin-bottom: 45px;
}

.page-template-index-gakusei #main #main-menu h1,
.page-template-index-kigyou #main #main-menu h1 {
  color: #393639;
  font-size: 30px;
  font-size: 23px;
  text-align: center;
  margin: 0px auto 15px;
}


.page-template-index-gakusei #main #main-menu > div.left_box,
.page-template-index-kigyou #main #main-menu > div.left_box{
  width: 100%;
  /*float: left;*/
}
.page-template-index-gakusei #main #main-menu > div.right_box,
.page-template-index-kigyou #main #main-menu > div.right_box{
  width: 100%;
  /*float: right;*/
  margin-top: 30px;
}
.page-template-index-kigyou #main #main-menu > div.right_box{
  margin-top: 30px;
}
.page-template-index-gakusei #main #main-menu h1,
.page-template-index-kigyou #main #main-menu h1 {
    font-size: 32px;
    color: #9ed05a;
    float: none;
    width: 100px;
    margin: 0 auto;
}
.page-template-index-gakusei #news_lately,
.page-template-index-kigyou #news_lately {
  margin-top: 18px;
}
.page-template-index-gakusei #main #main-menu > div.right_box ul li,
.page-template-index-kigyou #main #main-menu > div.right_box ul li{
  margin-bottom: 2px;
}

.page-template-index-gakusei #main #main-menu #news h2 img,
.page-template-index-kigyou #main #main-menu #news h2 img {
  display: block;
  
}
.page-template-index-gakusei #main #main-menu #news ul li,
.page-template-index-kigyou #main #main-menu #news ul li{
  float: none;
  
}
/*.page-template-index-kigyou #main #main-menu #news{
  margin-top: 25px;

}
.page-template-index-kigyou #main #main-menu #news ul{
  margin-bottom: 27px;
}
.page-template-index-kigyou #main #main-menu img.hand{
  margin-bottom: -45px;
}*/


/*overview_std*/
body.page-template-page-overview_std #main .inner .h2_inner .figure{
  margin-top: 37px;
}

body.page-template-page-overview_std #main .inner .h2_inner .figure div.click{
  margin-top: 20px;
}
body.page-template-page-overview_std #main .inner .h2_inner .figure div.click p.green{
  margin-bottom: 5px;
  font-size: 14px;
  color: #85ca3c;
  text-align: center;
}
body.page-template-page-overview_std #main .inner .h2_inner .figure div.click img{
  width: 250px;
  height: auto;
  margin-bottom: 5px;
}
body.page-template-page-overview_std #main .inner .h2_inner .figure div.click p.kakko{
  font-size: 13px;
}

#main .inner .std_foot_menu ul{
  width: 100%;
  margin: 40px auto 0;

}
#main .inner .std_foot_menu ul li{
  width: 99%;
  height: 39px;
  /*margin-right: 4px;*/
  margin-bottom: 4px;
  /*float: left;*/
  text-align: center;
}
#main .inner .std_foot_menu ul li:nth-child(odd){
}
#main .inner .std_foot_menu ul li:nth-child(even){
}
#main .inner .std_foot_menu ul li:nth-child(3n){
  margin-right: 0;
}
#main .inner .std_foot_menu ul li a{
  padding: 7px 0;
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;

}
/*#main .inner .std_foot_menu ul li.l2 a{
  padding: 8px 0;
}*/

/*detailed*/
/*body.page-template-page-detailed #main .inner h1 > img{
  width: 100%;
}*/
body.page-template-page-detailed #main .inner .h3_inner table tr td.daitai{
  width: 100px;
}

body.page-template-page-detailed #main .inner .bd_btm{
  padding-bottom: 15px;
  border-bottom: 3px solid #39b16c;
}

body.page-template-page-detailed #main .inner .close{
  width: 147px;
  text-align: center;
  background-color: #423c49;
  margin: 0 auto;

}
body.page-template-page-detailed #main .inner .close a{
  color: #fff;
  padding: 12px 0;
  text-decoration: none;
}

/*career*/
body.page-template-page-career #main .inner{

}
.page-template-page-career #main.prg .inner div.right_box h2 > img{
  width: 250px;
  height: auto;

}

body.page-template-page-career #main .inner .three_type ul{
  width: 100%;
  margin: 0 auto;

}
body.page-template-page-career #main .inner .three_type ul li{
  /*float: left;*/
  /*margin-right: 5px;*/
  margin-bottom: 20px;
  width: 100%;
  height: 100%;

}
body.page-template-page-career #main .inner .three_type ul li:last-child{
  margin-right: 0;
}
body.page-template-page-career #main .inner .three_type ul li a img{
  width: 90%;
  height: auto;
}
body.page-template-page-career #main .inner .three_type ul li a.link1 img{
  position: absolute;
  top: 70%;
  left: 5%;
}
body.page-template-page-career #main .inner .three_type ul li a.link2 img{
  position: absolute;
  top: 84%;
  left: 5%;
}


body.page-template-page-career #main .inner .three_type ul li a.l1 img{
  position: absolute;
  top: 81%;
  left: 5%;
}

body.page-template-page-career #main .inner p.support{
  margin-top: 50px;
}

/*internship*/
body.page-template-page-intern_std #main.prg .inner h1 img.sp{
  width: 100%;
  height: auto;

}
body.page-template-page-intern_std #main.prg .inner div.right_box h2 > img{
  width: 250px;
  height: auto;

}

#main .inner .h2_inner dl.dantai{
  margin: 30px auto 30px;
}
#main .inner .h2_inner dl.dantai dt{
  color: #46926f;
  border-left: 10px solid #5d5d5d;
  padding: 3px 8px;
  margin-bottom: 10px;

    color: #5d5d5d;
    margin-right: 7px;

}
#main .inner .h2_inner dl.dantai dd{
  margin-bottom: 20px;
}
#main .inner .h2_inner dl.dantai dd ul{
  overflow: hidden;
}
#main .inner .h2_inner dl.dantai dd ul li{
  /*float: left;*/
  color: #60bea1;
  border: 2px solid #60bea1;
  border-radius: 20px;
  font-size: 13px;
  width: 98%;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 5px;

    color: #5d5d5d;
    margin-right: 7px;
    border: 2px solid #5d5d5d;

}

body.page-template-page-intern_std #main .inner p.original{
  margin-bottom: 10px;
  margin-top: 10px;
}
body.page-template-page-intern_std #main .inner p.past{

}

/*completion*/

body.page-template-page-completion #main .inner .h3_inner{
  margin: 30px auto 50px;
  width: 100%;

}
body.page-template-page-completion #main .inner .h3_inner h3{
  text-align: center;
  font-size: 15px;
  color: #231815;
}
body.page-template-page-completion #main .inner .h3_inner img{
  margin-top: 5px;

}

/*senior*/
body.page-template-page-senior #main .inner .h3_inner{

}
body.page-template-page-senior #main .inner .h3_inner ul li{
  margin-bottom: 50px;
}
body.page-template-page-senior #main .inner .h3_inner ul li h3{
    font-size: 19px;
    font-family: 'Meiryo','Helvetica Neue',sans-serif;
    margin-bottom: 7px;
    /* text-align: center; */

        border-left: 6px solid #e54073;
    padding-left: 13px;
    line-height: 1.4;
    color: #3a3939;
    background-color: #ffe3ed;
    padding-top: 5px;
}
body.page-template-page-senior #main .inner .h3_inner ul li:last-child h3 {
    border-left: 6px solid #3bab8f;
    color: #3a3939;
    background-color: #c3efe4;
}

body.page-template-page-senior #main .inner .h3_inner ul li h3 span.small{
  font-size: 16px;
  padding-left: 24px;
}
body.page-template-page-senior #main .inner .h3_inner ul li .float > img{
  /*float: right;*/
  display: inline-block;
  padding: 0 0 10px 10px;
}
body.page-template-page-senior #main .inner .h3_inner ul li h4{
  width: 100%;
  height: auto;
  margin-bottom: 7px;

      height: auto;
    font-size: 27px;
    display: inline-block;
    color: #3bab8f;
    font-family: serif;
    line-height: 1.3;


}
body.page-template-page-senior #main .inner .h3_inner ul li h4 img{
  margin-bottom: 7px;
}
body.page-template-page-senior #main .inner .h3_inner ul li h4 span.jp{
  font-size: 17px;
  color: #75c877;
  padding-left: 2px;
}


/**/
body.page-template-page-senior #main .inner .h3_inner ul li h4.pink{
  color: #e44074;
}
body.page-template-page-senior #main .inner .h3_inner ul li h4.pink span {
    border-top: 2px solid #e44074 !important;
}

body.page-template-page-senior #main .inner .h3_inner ul li h4 img {
  margin-bottom: 7px;
}
body.page-template-page-senior #main .inner .h3_inner ul li h4 span.jp {
  font-size: 15px;
  color: #75c877;
  padding-left: 2px;
      display: block;
    border-top: 2px solid #3bab8f;
        padding-top: 9px;
        margin: 3px 0 0 0;
}
/**/










body.page-template-page-senior #main .inner .h3_inner img.face{
  margin-top: 10px;
}
body.page-template-page-senior #main .inner .h3_inner ul li h5{
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 17px;
  color: #3bab8f;

}

body.page-template-page-senior #main .inner .h3_inner ul li.wu .float > img{
  /*float: left;*/
  display: inline-block;
  padding: 0 20px 10px 0;
}
body.page-template-page-senior #main .inner .h3_inner ul li.wu .right_box{
  /*float: left;*/
  width: 100%;
}
body.page-template-page-senior #main .inner .h3_inner ul li.wu h4 span.jp{
  color: #e44074;
}
body.page-template-page-senior #main .inner .h3_inner ul li.wu h5{
  color: #e44074;
}

/*overview_cmp*/
body.page-template-page-overview_cmp #main .inner img.figure{
  margin: 30px 0;

}
body.page-template-page-overview_cmp #main .inner .h3_inner .syuuryou{
  border: 3px dashed #70c00e;
  border-radius: 15px;
  padding: 12px 20px;
  margin-top: 20px;

}
body.page-template-page-overview_cmp #main .inner .h3_inner .syuuryou p{
  width: 100%;
  color: #70c00e;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 26px;
  margin-bottom: 10px;
}
body.page-template-page-overview_cmp #main .inner .h3_inner .green_box{
  border: 3px solid #81cd68;
  padding: 22px 15px;
  margin-top: 20px;
}
body.page-template-page-overview_cmp #main .inner .h3_inner .green_box h4{
  font-size: 16px;
  font-weight: bold;
  border-left: 6px solid #53c774;
  padding: 2px 10px;
  margin-bottom: 15px;
  color: #53c774;

}




/*nintern_cmp*/

body.page-template-page-intern_cmp #main.prg .inner h1 img.sp{
  width: 97%;
  height: auto;
}
body.page-template-page-intern_cmp #main .inner .h2_inner p.link_btn{
  margin: 20px 0 30px;
}

body.page-template-page-intern_cmp #main .inner .std_foot_menu ul{

}

body.page-template-page-intern_cmp #main .inner dl.dantai{
  width: 100%;
  margin: 40px auto 0;
}
body.page-template-page-intern_cmp #main .inner p.contact{
  margin: 30px auto 30px;
  width: 100%;
}
/*adopt*/

body.page-template-page-adopt #main .inner h1 > img{
    width: 100%;
    height: auto;
}
body.page-template-page-adopt #main .inner p.support{
  margin: 50px auto 0;
  width: 100%;
}
body.page-template-page-adopt #main .inner p.contact{
  margin: 30px auto 60px;
  width: 100%;
}


/*contact*/

body.page-template-page-inquiry #main{
  margin-bottom: 100px;

}
#wpcf7-f16-p204-o1 > form > p:nth-child(2){
  margin-top: 60px;
}
body.page-template-page-inquiry #main span.hissu{
  color: #ff6363;
}
body.page-template-page-inquiry #main table{
  width: 800px;
  font-size: 17px;
  margin: 40px auto 30px;
  color: #595959;
}
body.page-template-page-inquiry #main table tr{
  padding-bottom: 10px;
}
body.page-template-page-inquiry #main table tr th{
  vertical-align: top;
  padding-bottom: 15px;
  width: 200px;
}
body.page-template-page-inquiry #main table tr td{
  padding-bottom: 15px;
}
#wpcf7-f16-p204-o1 > form > table > tbody > tr td input[type="text"],
#wpcf7-f16-p204-o1 > form > table > tbody > tr td input[type="email"],
#wpcf7-f16-p204-o1 > form > table > tbody > tr td input[type="tel"],
#wpcf7-f16-p204-o1 > form > table > tbody > tr td textarea {
  width: 500px;
  border: 1px solid #dfdfdf;

}
#wpcf7-f16-p204-o1 > form > table > tbody > tr td textarea{
  border: 1px solid #dfdfdf;
}
.wpcf7-radio .wpcf7-list-item {
    margin-top:10px;
    display: block;
}
#wpcf7-f16-p204-o1 > form > table > tbody > tr:nth-child(5) > td > span > span > span.wpcf7-list-item.first{
  margin-top: 0;
}
body.page-template-page-inquiry #main #wpcf7-f16-p204-o1 > form > p{
  text-align: center;
}
body.page-template-page-inquiry #main #wpcf7-f16-p204-o1 > form > p > input{
  width: 170px; /* ボタンの幅 */
  font-size: 17px; /* フォントの大きさ */
  font-weight: bold; /* 太文字 */
  text-align: center; /* 位置を中央に */
  text-decoration:none; /* 文字の下線は消す */
  color: #ffffff; /* 文字色 */
  background: #49a9d4; /* ボタンの背景色 */
  padding: 10px 40px; /* ボタンの余白 */
  border-radius: 5px; /* ボタンの角を丸く */
  border: 0; /* ボタンの枠線を消す */
  border-bottom : 1px solid #757575 ; /* 下部にだけ1pxの線を引く */
}

#wpcf7-f16-p204-o1 > form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  width: 800px;
  margin: 30px auto;
}



/*NEWS */


#side > section.sidebar-wrapper {
  margin-bottom: 20px;
}

.sidebar-wrapper li {
  /*border-bottom: dotted 1px #99c348;*/
}
.sidebar-wrapper li a {
  display: block;
  color: #555;
  padding: 3px 0 3px 8px;
}
.sidebar-wrapper li a:hover {
  /*background-color: #cfc;*/
}


body.archive #contents div.date-cate ,
body.single #contents div.date-cate {
  overflow: hidden;
}
body.archive #contents div.date-cate h2.date ,
body.single #contents div.date-cate h2.date {
  float: right;

      font-size: 13px;
    text-align: right;
    color: #464645;
    margin-bottom: 0;
    width:25%;
}

body.archive #contents div.date-cate ul.post-categories ,
body.single #contents div.date-cate ul.post-categories {
overflow: hidden;
    text-align: left;
    float: left;
    width: 70%;
    /* width: 100%; */
    margin-bottom: 0px;
}
body.archive #contents div.date-cate ul.post-categories li ,
body.single #contents div.date-cate ul.post-categories li {
  display: inline-block;
  text-align: center;
}

body.archive #contents div.date-cate ul.post-categories li a ,
body.single #contents div.date-cate ul.post-categories li a { 
    display: inline-block;
    font-size: 13px;
    border-radius: 7px;
    color: #fff;
    padding: 1px 8px 0 0;
    display: inline-block;
    /* border-radius: 7px; */
    /* background-color: #79c736; */
    /* text-decoration: none; */
    color: #464645;
    /* padding: 3px 9px; */
}

#post_area div div.post div.news_content img {
    max-width: 100%;
    display: block;
    height: auto;
}

#post_area div div.post div.news_content p + p > img:first-child {
	margin-top:20px;
}



#post_area div div.post div.news_content h1 {
font-size: 20px;
}

#post_area div div.post div.news_content h2 {
font-size: 18px;
}

#post_area div div.post div.news_content h3 {
  font-size: 16px;
}


body.archive #contents #post_area,
body.single #contents #post_area {

}
body.archive #contents #post_area ul.archives,
body.single #contents #post_area ul.archives {
  overflow: hidden;
}
body.archive #contents #post_area ul.archives li,
body.single #contents #post_area ul.archives li {
  text-decoration: underline;
}
body.archive #contents #post_area ul.archives li a,
body.single #contents #post_area ul.archives li a {
  text-decoration: underline;
}
body.archive #contents #post_area ul.archives li a p,
body.single #contents #post_area ul.archives li a p {
    text-decoration: underline;
    display: inline-block;
    color: #464645;
}
body.archive #contents #post_area ul.archives li a h2.title,
body.single #contents #post_area ul.archives li a h2.title {
font-size: 15px;
    /* color: darkblue; */
    display: inline-block;
    margin-left: 0px;
    color: #464645;
    padding-left: 0px;
  text-decoration: underline;
}
body.archive #main > div.ctr_b.inner.float,
body.single #main > div.ctr_b.inner.float {
  width: 100%;
}
#post_area > div > h2.archive_ttl {
    font-size: 15px;
    margin-bottom: 8px;
    text-align:center;
}


#side div.tagcloud > a.tag-cloud-link {
    font-size: 13px;
    border: none;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    display: inline-block;
    color: #3f6b1d;
    text-decoration: underline;
    margin-right: 4px;
    font-size: 12px !important;
}


/*  */


#main .inner .std_foot_menu {
    margin-top: 30px;
}

#main .inner .std_foot_menu div.ttl {
  position: relative;
  margin-bottom: 22px;
  height:22px;
}
#main .inner .std_foot_menu div.ttl div.bar {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 2;
    border-bottom: 1px dashed #464646;
    left: 0;
    top: 13px;
}

#main .inner .std_foot_menu h3 {
  display: none;
    font-size: 18px !important;
    color: #545454;
    text-align: center;
    margin-bottom: 6px !important;
    /* display: inline-block; */
    margin: 0 auto;
    /* text-align: center; */
    background-color: #fff;
    z-index: 3;
    position: relative;
}
#main .inner .std_foot_menu h3:after {

}
#main .inner .std_foot_menu ul{
  margin: 25px auto 0;
margin-top: 0;
}
#main .inner .std_foot_menu ul li{
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  text-align: center;



    margin-right: 4px;
    margin-bottom: 4px;
    float: left;
    text-align: center;

    margin-right: 4px;
    margin-bottom: 4px;
    float: left;
    text-align: center;
    border: 1px solid #95d75d;
    color: #95d75d;


    border:1px solid #7a7a7a;
    border-radius: 5px;
    background-color:#5d5d5d;

}
#main .inner .std_foot_menu ul li:nth-child(odd){
  /*background-color: #95d75d;*/
}
#main .inner .std_foot_menu ul li:nth-child(even){
  /*background-color: #8fb2ff;*/
      /*background-color: #95d85c;*/
}
#main .inner .std_foot_menu ul li:nth-child(6n){
  /*display: none !important;*/
  
}
#main .inner .std_foot_menu ul li:nth-child(3n){
  margin-right: 0;
}
#main .inner .std_foot_menu ul li a {
  padding: 40px 0;
  font-size: 17px;
  color: #fff;
  display: block;
  text-decoration: none;

      padding: 9px 0;
    font-size: 16px;
    color: #fff;
    display: block;
    text-decoration: none;

    color: #5d5d5d;
    color:#ffffff;

}

#main .inner .std_foot_menu ul li:hover {
  opacity: 1;
  background-color: #7a7a7a;
  background-color: #fff;
  border: 1px solid #7a7a7a;
}
#main .inner .std_foot_menu ul li:hover a {
  color: #ffffff;
  color: #5d5d5d;
  opacity: 1;
}

#main .inner .std_foot_menu ul li.l2 a{
  padding: 27px 0;
}

#main .inner .std_foot_menu h4 {
      text-align: center;
    font-size: 18px;
    margin-top: 12px;
}
#main .inner .std_foot_menu h4 a {
      color: #545454;
}




/* 2018-05-31　日本語教育プログラム */
#main > div > section > section:nth-child(3) > div > div.right_box > h2 {
    /*color: #70c110 !important;*/
    font-size: 22px !important;
    line-height: 1.3 !important;
    letter-spacing: -1px;

}





/*2018-06-07*/
/*ブログ関連のCSS*/

#post_area > div > h2.archive_ttl {
      font-size: 20px;
    margin-bottom: 8px;
}

#post_area div div.post div.news_content img {
    max-width: 100%;
    display: block;
    height: auto;
}

#post_area div div.post div.news_content h1 {
font-size: 22px;
}

#post_area div div.post div.news_content h2 {
font-size: 20px;
}

#post_area div div.post div.news_content h3 {
  font-size: 18px;
}

/*2018-06-06　YCUニュース*/
/*ブログの細部調整*/
#main #post_area div.news_content {
  padding-top: 12px;
}
/*見出し1*/
#main #post_area div.news_content h3 {
    font-size: 22px;
    line-height: 1.2;
    padding: 0.25em 0em;
    color: #494949;
    background: transparent;
    /* border-left: solid 5px #78c835; */
    font-weight: bold;
    /* color: #78c835; */
    margin-bottom: 6px;
}

/*見出し2*/
#main #post_area div.news_content h4 {
    font-size: 20px;
    /* background: linear-gradient(transparent 65%, #d7f1c2 83%); */
    margin-bottom: 3px;
    margin-top: 15px;
    color: #78c835;
    font-weight: bold;
}
/*UL*/
#main #post_area div.news_content ul {
    font-size: 17px;
    margin: 17px 0;
}
#main #post_area div.news_content ul li {
  
}
#main #post_area div.news_content ul,
#main #post_area div.news_content ol {
}
#main #post_area div.news_content ul {
}
#main #post_area div.news_content ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
#main #post_area div.news_content ul li:before {
    content: "・ ";
    color: inherit;
}


#main #post_area div.news_content div.aligncenter {
  text-align: center;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100% !important;
}
#main #post_area div.news_content div.aligncenter img {
      max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}
#main #post_area div.news_content div.aligncenter p.wp-caption-text {
  font-size: 13px;
}
/*alignnone*/
#main #post_area div.news_content div.alignnone {
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100% !important;
}
#main #post_area div.news_content div.alignnone img {
      max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}
#main #post_area div.news_content div.alignnone p.wp-caption-text {
  font-size: 13px;
}
/*left*/
#main #post_area div.news_content div.alignleft {
  text-align: left;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100% !important;
}
#main #post_area div.news_content div.alignleft img {
      max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto 0 0;
}
#main #post_area div.news_content div.alignleft p.wp-caption-text {
  font-size: 13px;
  text-align: left;
}
/*right*/
#main #post_area div.news_content div.alignright {
    text-align: right;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100% !important;
}
#main #post_area div.news_content div.alignright img {
      max-width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 auto;
}
#main #post_area div.news_content div.alignright p.wp-caption-text {
  font-size: 13px;
  text-align: right;
}
/**/
#main #post_area div.news_content div.aligncenter,
#main #post_area div.news_content div.alignright,
#main #post_area div.news_content div.alignleft {
  margin-bottom: 30px;
}
/*tags_area*/
#main #post_area div.tags_area {
  overflow: hidden;
}
#main #post_area ul.tags {
  margin: 0;
  padding: 0;
  list-style: none;
      float: right;
}
#main #post_area ul.tags li {
  display: inline-block;
  margin: 0 0px 0.3em 0.2em;
  padding: 0;
  font-size: 12px;
}
#main #post_area ul.tags li a {
border: 1px solid #77c935;
    background-color: inherit;
    color: #77c935;
    font-size: 12px;
    border: none;
    background-color: transparent !important;
    text-decoration: underline;
    padding-left: 5px;
    padding-right: 0px;
    color: #3f6b1d;
}
#main #post_area ul.tags li a:before {
    position: absolute;
    top: 0;
    left: -9px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #78c835 transparent transparent;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    -webkit-transition: .2s;
    transition: .2s;
}
#main #post_area ul.tags li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
#main #post_area ul.tags li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#main #post_area ul.tags li a:hover {
  background-color: #555;
  color: #fff;
}
#main #post_area ul.tags li a:hover:before {
  border-right-color: #555;
}






/*

 */

/* 2018/07/02　NEW */

body {
      /* background-color: #fffffa; */
    background-color: #ffffff;
    /* background: url(../images/common_v2/bg/dust_scratches.png) repeat #fffffa; */
    /* background-color: #ffffff; */
    /* background-image: url(../images/common_v2/bg/light-sketch.png); */

}

.center {
  width: 100%;
  margin: 0 auto;
}

#header_v2 {
  height: 51px;
    /* height: 123px; */
    width: 100%;
    /*background-color: #ffffff;*/
    /*background: url(../images/common_v2/bg/dust_scratches.png) repeat #fffffa;*/
}
#header_v2 #header_inner_v2 {
  position: relative;
  
}
#header_v2 #header_inner_v2 a.ycu_logo {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 51px;
    background-color: #8dc030;
    height: 51px;
}
#header_v2 #header_inner_v2 a.ycu_logo img {
  display: block;
  margin: auto;
  padding-top: 9px;
  width: 50px;
  height: auto;
}
#header_v2 #header_inner_v2 div.linkbox {
    display: none;
}
#header_v2 #header_inner_v2 img.copy {
display: block;
    position: absolute;
    top: 15px;
    left: 63px;
    width: 195px;
    height: auto;
}
#header_v2 #header_inner_v2 a.menu_btn{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 12px;
}
#header_v2 #header_inner_v2 a.menu_btn img{
  width: 100%;
  height: auto;
}
#header_v2 #header_inner_v2 div.linkbox a.bnr {
  display: block;
  float: right;
  background-color: #fff;
}
#header_v2 #header_inner_v2 div.linkbox a.bnr img {
  display: block;
}


#hdr_nav_v2 {
background: url(../images/common_v2/hdr_bg.png) repeat-x 0 0;
    /* background-size: 100% 42px; */
    width: 100%;
    height: 42px;
    display: none;
    border-bottom: 1px solid #6aa213;
}
#hdr_nav_v2 div.nav_wrap {
}
#hdr_nav_v2 div.nav_wrap ul.g_navi {
  overflow: hidden;
    height: 42px;
    position: relative;
}
#hdr_nav_v2 div.nav_wrap ul.g_navi:after {
    /* background: none; */
    background: url(../images/common_v2/hdr_line.png) no-repeat 0 5px;
    content: "　";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 2px;
    height: 42px;
}

#hdr_nav_v2 div.nav_wrap ul.g_navi li:after {
    background: url(../images/common_v2/hdr_line.png) no-repeat 0 4px;
    content: "　";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 42px;
}

#hdr_nav_v2 div.nav_wrap ul.g_navi li {
  float: left;
  height: 42px;    position: relative;
}
#hdr_nav_v2 div.nav_wrap ul.g_navi li:last-child {
  border-right:0;
}
#hdr_nav_v2 div.nav_wrap ul.g_navi li a {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 41px;
    padding: 0 26px;
}
#hdr_nav_v2 div.nav_wrap ul.g_navi li a span.txt {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 9px;
    display: block;
}

#top_slider > ul > button.slick-arrow {
  display: none !important;
  

    z-index: 10;



}
#top_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#top_slider .slick-dots li button:before {
font-family: 'slick';
    font-size: 23px;
    line-height: 20px;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 55px;
    display: block;
    height: 8px;
    margin: 0 10px;
    content: ' ';
    background-color: #8fc010;
    text-align: center;
    opacity: .25;
    color: #8cc02e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#top_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #8cc02e;
}

#top_slider div.slick-slide {
  width:980px !important;
  opacity: 0.3;
  background-color: #fff;
}
#top_slider div.slick-slide.slick-active {
  opacity: 1;
}


#top_slider .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
}

#feed-next-btn {
  display: none !important;
  
}
.feed-next-btn .bx-next,
.feed-prev-btn .bx-prev {
    opacity: 0;
    display: block;
    display: none !important;
}


div.go_top {
display: none;
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 10000000;
}
div.go_top p {
  width: 58px;
}
div.go_top p a {
  
}
div.go_top a:hover{
  opacity: 1;
}
div.go_top p a img {
  
}

div.go_contact {
display: none !important;
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 10000000;
}
div.go_contact a:hover{
  opacity: 1;
}

#sidemenu_v2 {
  
}
#sidemenu_v2 ul.g_navi {
  
}
#sidemenu_v2 ul.g_navi li {
  
}
#sidemenu_v2 ul.g_navi li a {
  
}
#sidemenu_v2 ul.g_navi li a span.txt {
  
}






#main_visual_v2 {
  /*margin-bottom: 13px;*/
}
#main_visual_v2 div.mv_text {
  /*background-color: #e2f5dc;*/
  padding-bottom: 6px;
}
#main_visual_v2 div.mv_text div#top_slider{
  
}
#main_visual_v2 div.mv_text div#top_slider ul.slider {
  
}
#main_visual_v2 div.slick-slide div {
  overflow: hidden !important;
  display: block !important;
}
#main_visual_v2 div.slick-slide div > li {
/*border: 2px solid #cee0ac !important;*/
    overflow: hidden;
    /*width: 976px !important;*/
}
#main_visual_v2 div.slick-slide div > li img {
  /*margin: -1px !important;*/
}

#top_slider .slide .slick-slide {
  opacity: 0.5;
  transition: 0.5s;
}
#top_slider .slide .slick-current {
  opacity: 1;
}
#top_slider .slide .slick-slide {
  opacity: 0.5;
  transition: 0.5s;
}
#top_slider .slide .slick-now {
  opacity: 1;
}



/* 7/17*/

body .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    content: '■';
    text-align: center;
    opacity: .25;
    color: #7eca52;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #8dc030;
}

/* menu */
.mm-menu.mm-theme-white {
    background: #f3fed7 !important;
}
.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
    font-size: 16px;
    color: #7b7b7b !important;
}




/*7/6日追記トグルメニュー*/

#contents_v2 {
  
}
#contents_v2 #main {

}
#contents_v2 #main #main-menu_v2 {
  margin-top: 48px;
  overflow: hidden;
  
}
#contents_v2 #main #main-menu_v2 > ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#contents_v2 #main #main-menu_v2 > ul > li:last-child {
      margin-top: 20px;
}
#contents_v2 #main #main-menu_v2 > ul > li {
  position: relative;

  background-color: #fff;
    display: block;
}
#contents_v2 #main #main-menu_v2 > ul > li div.off{
  position: relative;
  top:0;
  left:0;
  z-index: 2;
  background-color: #fff;
  cursor: pointer;
}
#contents_v2 #main #main-menu_v2 > ul > li div.off img {
  /*display: block;
  cursor: pointer;*/
  width: 100%;
  height: auto;
  max-width: none;
}
#contents_v2 #main #main-menu_v2 div.on {
  /*display: none;*/
  display: none;
  /*opacity: 0;*/
  z-index: 2;
  background-color: rgba(00,00,00,0.7);
  /*transition: 0.3s;*/
  width: 100%;
  height: 100%;
}
/*#contents_v2 #main #main-menu_v2 div.on:hover {
  opacity: 1;
  top:0;
  left:0;
  width: 100%;
  height: 100%;

}*/
#contents_v2 #main #main-menu_v2 div.on ul {
padding: 10px 23px 10px 27px;
}
#contents_v2 #main #main-menu_v2 div.on ul li {
  float: none;
  padding: 5px 0;
  
}
#contents_v2 #main #main-menu_v2 div.on ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;

}

/*------------------------------------------*/

#news_lately {
  margin-top: 35px;
}
#news_lately div.hdr {
margin-bottom: 11px;
  overflow: hidden;
}
#news_lately div.hdr div.ttl {
    /* margin-right: 20px; */
    float: none;
    /* width: 200px; */
}
#news_lately div.hdr div.ttl h2 {
    font-size: 32px;
    color: #9ed05a;
    float: none;
    width: 100px;
    margin: 0 auto;
}
#news_lately div.hdr div.link {
    /* width: 728px; */
    margin-right: 14px;
    margin-top: 8px;
}
#news_lately div.hdr div.link ul {
  overflow: hidden;
}
#news_lately div.hdr div.link ul li:last-child {
  float: right;
  vertical-align: middle;
  margin-right: 0;  
}

#news_lately div.hdr div.link ul li:last-child a {
  vertical-align: middle;
  color: #eb8640;
}
#news_lately div.hdr div.link ul li:last-child a img {
  vertical-align: -2px;
  width: 16px;
  height: auto;
}

#news_lately div.hdr div.link ul li {
    float: left;
    margin-right: 25px;
}
#news_lately div.hdr div.link ul li a {
  font-size: 16px;
  color: #9ed05a;
  text-decoration:underline;
}
#news_lately div.hdr div.link ul li a img {
    display: inline-block;
    margin-right: 8px;
}

#news_lately ul.list {
  margin: 0 auto;
  background: url(../images/top_v2/sinchaku_bar.png) repeat-x -7px bottom;
}
body.home #news_lately ul.list {
  width:90%;
}
#news_lately ul.list li:last-child {
  border-bottom: 0;
}
#news_lately ul.list li {
  border: none;
  
  background: url(../images/top_v2/sinchaku_bar.png) repeat-x -7px 0;
  text-decoration: none;
}
#news_lately ul.list li a {
    display: block;
    padding: 7px 0 9px;
    text-decoration: none;
    font-size: 11px;
}
#news_lately ul.list li a span.date {
  font-size: 13px;
  width: auto !important;
  display: inline-block;
  margin-right: 10px;
}
#news_lately ul.list li a span.new {
  width: 40px;
  /*margin: 0 5px;*/
  color: #fff;
  background-color: #f19149;
  border-radius: 4px;
  padding: 0px 0;
  text-align: center;
  margin-right: 4px;
  display: inline-block;
  font-size: 11px;
}
#news_lately ul.list li a span.tag {
    border: 1px solid #9ed05a;
    border-radius: 4px;
    background-color: #9ed05a;
    color: #fff;
    font-size: 11px;
    padding: 0px 6px;
    margin-right: 15px;
    text-align: center;
    width: 64px;
    display: inline-block;
}
#news_lately ul.list li a span.ttl {
    font-size: 12px;
    /* margin-left: 4px; */
    display: block;
        color: #333;
        text-decoration: underline;
        margin-top: 3px;

}
#news_lately ul.list li a span {
  font-size: 14px;
  color: #333;
}





#kaisai_program {
  margin-top: 70px;
}
#kaisai_program h2 {
    font-size: 32px;
    color: #9ed05a;
    float: none;
    width: 130px;
    margin: 0 auto;
}
#kaisai_program div#prg_slider {
  /*overflow: hidden;*/
  padding-left: 9px;

      width: 995px !important;
    margin-left: -3px;


}
#kaisai_program div#prg_slider div {
  overflow: hidden;
  
}
#kaisai_program div#prg_slider div.slick_box {
  float: left;
/*  width: 335px !important;
  overflow: hidden;
    height: 300px;*/

    width: 310px !important;
    /*height: 230px;*/
}
#kaisai_program div#prg_slider div.slick_box a {
  text-decoration: none;
/*  width: 335px !important;
  overflow: hidden;*/
  
}
#kaisai_program div#prg_slider div.slick_box a img {
  display: block;
  border: 2px solid #9ed05a;
  background-color: #fff;
}
#kaisai_program div#prg_slider div.slick_box a p.l1 {
  font-size: 14px;
}
#kaisai_program div#prg_slider div.slick_box a p.l1 span.date {
  margin-right: 12px;
}
#kaisai_program div#prg_slider div.slick_box a p.l1 span.status {
  color: orange;
}
#kaisai_program div#prg_slider div.slick_box a p.l2 {
  font-size: 16px;
}


#proguram_more {
  margin-top: 72px;
}
#proguram_more h2 {
  color: #333;
  font-size: 23px;
  text-align: center;
  margin-bottom: 22px;
}
#proguram_more > ul {
  overflow: hidden;
  
}
#proguram_more > ul > li:first-child {
  border-right: 0;
}
#proguram_more > ul > li:last-child {
  border-left: 0;
}
#proguram_more > ul > li {
  float: left;
  width: 321px;
  border: 2px solid #9ed05a;
  overflow: hidden;
}
#proguram_more > ul > li img.cap {
  display: block;
  
}
#proguram_more > ul > li ul {
  overflow: hidden;
  
}
#proguram_more ul li ul li:last-child {
  border-bottom: 0px solid #9ed05a;

}
#proguram_more ul li ul li {
    float: none;
    /* height: 42px; */
    /* background: url(../images/top_v2/progmn_bg.png) repeat; */
    border-bottom: 1px solid #9ed05a;
    padding-bottom: 11px;
    padding-top: 6px;
}
#proguram_more ul li ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  
  padding-top: 6px;
}
#proguram_more ul li ul li a {
    font-size: 14px;
    padding-left: 13px;
    color: #666;
}
#proguram_more ul li ul li a img {
text-align: right;
    position: absolute;
    right: 0;
    bottom: -6px;
        display: none;
}

#prg_slider .slick-dots li button:before {
 font-family: 'slick';
    font-size: 21px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #9ed05a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*   
        font-family: 'slick';
    font-size: 21px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    content: ' ';
    background-color: #9dd159;
    text-align: center;
    opacity: .25;
    color: #9ed05a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 20px;
    border: 3px solid #9dd159;
*/

}
#prg_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9ed05a;
}
#prg_slider .slick-dotted.slick-slider {
    margin-bottom: 50px;
}
#prg_slider .slick-dots {
    position: absolute;
    bottom: -42px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 21px;
    width: 980px;
}
#prg_slider > ul {
  position: relative;
  
}
#prg_slider > ul:after {
content: "　";
    border-top: 1px solid #9dd159;
    position: absolute;
    top: 12px;
    /*top: 21px;*/
    left: 0;
    width: 100%;
}

#prg_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 20px;
    margin: 0 0px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background-color: #fffffa;
    z-index: 2;

    padding-right: 3px;
}


#prg_slider .slick-prev:before, .slick-next:before {
  display: none !important;
}

/*  */
#prg_slider .slick-dots li button:before {
 font-family: 'slick';
    font-size: 21px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #9ed05a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
#prg_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9ed05a;
}
#prg_slider .slick-dotted.slick-slider {
    margin-bottom: 50px;
}
#prg_slider .slick-dots {
    position: absolute;
    bottom: -42px;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 21px;
    width: 980px;
}
#prg_slider > ul {
  position: relative;
  
}
#prg_slider > ul:after {
content: "　";
    border-top: 1px solid #9dd159;
    position: absolute;
    top: 12px;
    /*top: 21px;*/
    left: 0;
    width: 100%;
}

#prg_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 20px;
    margin: 0 0px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background-color: #fffffa;
    z-index: 2;

    padding-right: 3px;
}


#prg_slider .slick-prev:before, .slick-next:before {
  display: none !important;
}
#kaisai_program > div {
  padding: 0px 20px 27px;
}




#breadcrumbs {
  display: none;
}



/* sns */
#sns_guide {
  margin-top: 100px;
  border: 1px solid #9ed05a;
  padding: 30px 50px;
  width: 880px;
margin-bottom: 80px;
      /*background-color: #fff;*/

}
#sns_guide h2 {
  color: #9ed05a;
  font-size: 34px;
  width: 400px;
  text-align: center;
  display: block;
  padding-bottom: 4px;
  margin: 0 auto;
  border-bottom: 1px solid #9ed05a;
}
#sns_guide p.msg {
  font-size: 35px;
  color: #9ed05a;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 29px;
}
#sns_guide ul.icons {
  overflow: hidden;
  text-align: center;
  
}
#sns_guide ul.icons li {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
#sns_guide ul.icons li a {
  display: block;
  
}

div.go_top {
display: none;
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 10000000;
}
div.go_top p {
  width: 58px;
}
div.go_top p a {
  
}
div.go_top a img {
  width:40px;
}


/* footer */
#footer_v2 {
background-color: #a1cf49;
    padding-top: 19px;
    padding-bottom: 20px;
    background: url(../images/common_v2/ftr_bg.png) #464645 repeat-x bottom -3px center;
    height:259px;
}
#footer_v2 div.inner {
text-align: center;

}
#footer_v2 div.inner a.logo {
  display: inline-block;
  
}
#footer_v2 div.inner a.logo img {
display: block;
margin: 0 auto;
width: 88%;

}
#footer_v2 div.inner p.address {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#footer_v2 div.inner p.address a {
  color: #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
}
#footer_v2 div.inner p.address a:first-child {
  
}
#footer_v2 div.inner p.copy {
    color: #fff;
    margin-top: 14px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
}





/* */
#kaisai_program {
  margin-top: 60px;
  margin-bottom: 00px;
}
#kaisai_program h2 {
  margin-bottom: 30px;
}
#kaisai_program div.slider_area {

    position: relative;


}
#kaisai_program div.slider_area div {
  overflow: hidden;
  
}
#kaisai_program div.slider_area div.fukei_box {
}
#kaisai_program div.slider_area div.fukei_box a {
  text-decoration: none;
}
#kaisai_program > div > div.bx-wrapper > div.bx-viewport > ul > li {
}
#kaisai_program > div > div.bx-wrapper > div.bx-viewport {
}
#kaisai_program div.slider_area div.fukei_box a div.bd {
 border: 2px solid #9ed05a;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;

}
#kaisai_program div.slider_area div.fukei_box a div.bd img {

}
#kaisai_program div.slider_area div.fukei_box a p.l1 {
  font-size: 10px;
}
#kaisai_program div.slider_area div.fukei_box a p.l1 span.date {
  margin-right: 12px;
}
#kaisai_program div.slider_area div.fukei_box a p.l1 span.status {
  color: orange;
}
#kaisai_program div.slider_area div.fukei_box a p.l2 {
  font-size: 11px;
}


/*navi top slider*/
.navi-btn {
    display: none !important;
}
.slick-next {
    display: none !important;
}
.slick-prev {
    display: none !important;
}


.wpcf7-submit {
display:block;
margin-top:25px;
font-size:16px;
width:150px;
height:40px;
text-align:center;
}
.wpcf7-text {
line-height:1.6;
font-size:17px;
height:30px;
width:98%;
}

.wpcf7-textarea {
line-height:1.6;
font-size:17px;
height:120px;
width:98%;
}



/**/
#side li.cat-item-1 {
	display:none;
}


/*180816*/
.page-id-682 h1.otoiawase {
	display: none;
}
.page-id-682 h1.omousikomi {
	display: block;
}

.page-id-791 h1.otoiawase {
	display: block;
}
.page-id-791 h1.omousikomi {
	display: none;
}



