@charset "UTF-8";
/*------------------------------------------------------------
sp
-------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.header_sp_p {
  background: #2F6851;
  color: #fff;
  padding: 0 15px 8px;
  font-size: 10px;
}

.sp-submenu {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.sp-submenu li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #4A795F;
}

.sp-submenu li:last-child {
  border-right: none;
}

.sp-submenu li a {
  color: #4A795F;
  display: block;
  font-size: 13px;
}

.sp-submenu li a:hover {
  text-decoration: none;
}

.sp_icon {
  overflow: hidden;
  margin-top: 10px;
}

.sp_icon ul {
  float: right;
  width: 140px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.sp_icon li {
  float: left;
  text-align: center;
  width: 44px;
  height: 44px;
  margin-left: 4px;
}

.sp_icon li:first-child {
  margin-left: 0;
}

.footer_sp_bar {
  background: #4C856E;
  color: #fff;
  padding: 10px 0;
}

.footer_sp_bar p {
  margin: 0;
}

.footer_sp_menu {
  border-bottom: 1px solid #8AB99F;
}

.footer_sp_menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer_sp_menu a {
  display: block;
  position: relative;
  padding: 15px 25px 15px 38px;
  border-bottom: 1px solid #4C856E;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.footer_sp_menu li:last-child a {
  border-bottom: none;
}

.footer_sp_menu li:first-child a {
  background-color: #FFF;
  background-image: url("../img/menu1_on.png");
  background-repeat: no-repeat;
  background-position-y: 12px;
}

.footer_sp_menu li:nth-child(2) a {
  background-color: #FFF;
  background-image: url("../img/menu2_on.png");
  background-repeat: no-repeat;
  background-position-y: 12px;
}

.footer_sp_menu li:nth-child(3) a {
  background-color: #FFF;
  background-image: url("../img/menu3_on.png");
  background-repeat: no-repeat;
  background-position-y: 12px;
}

.footer_sp_menu li:nth-child(4) a {
  background-color: #FFF;
  background-image: url("../img/menu4_on.png");
  background-repeat: no-repeat;
  background-position-y: 12px;
}

.footer_sp_menu li:nth-child(5) a {
  background-color: #FFF;
  background-image: url("../img/menu5_on.png");
  background-repeat: no-repeat;
  background-position-y: 12px;
}

.footer_sp_menu a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #4C856E;
  border-right: solid 2px #4C856E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_sp_contents {
  background: #FCEDE0;
}

.sp_news_list {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.sp_news_list p {
  margin-top: 8px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sp_news_list p {
    font-size: 1.6rem;
  }
}

.sp_news_list:last-child {
  border-bottom: none;
}

.sp_footer_name {
  background: #3F7356;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
}

.sp_footer_name h2, .sp_footer_name p {
  margin: 0;
  line-height: 2;
}

.footer_last_menu {
  background: #F9F9F9;
  padding: 10px 15px;
}

.footer_last_menu ul {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  display: table;
}

.footer_last_menu ul li {
  border-left: 1px solid #333;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_last_menu ul li:last-child {
  border-right: 1px solid #333;
}

.footer_last_menu ul li a {
  text-decoration: none;
  color: #333;
}

/*--------------------------------------------------------------------------
SiteMap
---------------------------------------------------------------------------*/
#SiteMap {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 320px;
}

#SiteMap ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#SiteMap:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  right: 32px;
  margin-left: -5px;
  border-color: rgba(1, 119, 175, 0);
  border-bottom-color: #4C856E;
  border-width: 5px;
}

#SiteMap.open {
  display: block !important;
}

#SiteMap nav {
  position: relative;
  z-index: 9999;
  margin: 0 10px 0 10px;
  padding: 0 0 3px;
  border-radius: 4px;
  background: #4C856E;
}

#SiteMap nav ul li.level01 {
  border-bottom: 1px solid #69B7E2;
  border-bottom: 1px solid #69B7E2;
}

#SiteMap nav ul li.level01 > span {
  margin: 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

#SiteMap nav ul li.level01:after {
  content: "";
  display: block;
  border-bottom: 1px solid #177CC6;
}

#SiteMap nav ul li.level01.low, #SiteMap nav ul li.level01:last-child {
  border-bottom: none;
}

#SiteMap nav ul li.level01.low:after, #SiteMap nav ul li.level01:last-child:after {
  border-bottom: none;
}

#SiteMap nav ul li a {
  display: block;
  padding: 8px 10px 7px;
}

#SiteMap nav ul li a.first {
  padding: 8px 12px 7px 12px;
  color: #FFF;
  font-size: 125%;
}

#SiteMap nav ul li a.first span {
  display: block;
  background: url(/sphone/shared/images/ico_arrow05.png) no-repeat 100% 50%;
  background-size: 8px 12px;
}

#SiteMap nav ul li ul.second {
  margin: 0 3px;
  border-top: 1px solid #177CC6;
  background: #FFF;
}

#SiteMap nav ul li ul.second li {
  border-bottom: 1px dotted #A6D4E3;
}

#SiteMap nav ul li ul.second li:last-child {
  border-bottom: none;
}

#SiteMap nav ul li ul.second li a span {
  display: block;
  background: url(/sphone/shared/images/ico_arrow01.png) no-repeat 100% 50%;
  background-size: 8px 12px;
}

#SiteMap nav ul li span.cat {
  display: block;
  margin: 0 3px;
  padding: 4px 10px;
  background: #1F729E;
  color: #FFF;
}

#SiteMap nav ul.acd {
  margin: 0 3px;
  background: #63A07D;
}

#SiteMap nav ul.acd li.youkou ul.third li span.cat {
  margin: 0;
  background-image: none;
  background-color: #1F729E;
}

#SiteMap nav ul.acd._style01 {
  margin: 0;
  padding: 0 5px;
  border: none;
}

#SiteMap nav ul.acd li {
  border-bottom: 1px solid #ccc;
}

#SiteMap nav ul.acd li:last-child {
  border-bottom: 1px solid #ccc;
}

#SiteMap nav ul.acd li.youkou li:last-child {
  border-bottom: none;
}

#SiteMap nav ul.acd li span.ico-open {
  display: block;
  padding: 0 8px 0 10px;
  cursor: pointer;
  color: #FFF;
  font-size: 117%;
}

#SiteMap nav ul.acd li span.ico-open span {
  display: block;
  padding: 8px 0 7px;
  background: url(../img/sp/ico_open.jpg) no-repeat 100% 50%;
  background-size: 26px 28px;
}

#SiteMap nav ul.acd li span.ico-open.open span {
  background: url(../img/sp/ico_close.jpg) no-repeat 100% 50%;
  background-size: 26px 28px;
}

#SiteMap nav ul.acd li.youkou span.cat {
  display: none;
}

#SiteMap nav ul.acd._style01 li span.ico-open {
  background: url(../img/sp/ico_open.jpg) no-repeat 100% 50%;
  background-size: 26px 28px;
}

#SiteMap nav ul.acd._style01 li span.ico-open.open {
  background: url(../img/sp/ico_close.jpg) no-repeat 100% 50%;
  background-size: 26px 28px;
}

#SiteMap nav ul.acd._style01 li span.ico-open span {
  padding-left: 5px;
  background: none;
}

#SiteMap nav ul li ul.third {
  display: none;
  margin: 0 3px;
  background: #DBE7E2;
}

#SiteMap nav ul li ul.third a {
  color: #4A795F;
  text-decoration: none;
}

#SiteMap nav ul li ul.third._style01 {
  margin: 0 1px 0 8px;
}

#SiteMap nav p.close_sp {
  margin: 0 3px;
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  background: #DBE7E2;
  text-align: center;
}

#SiteMap nav p.close_sp img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* second */
/* acd */
/* third */
/* close */
.logo_text h1 {
  margin: 0;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
}

/*-----------------------------------------------------
ModalBg
-------------------------------------------------------*/
#ModalBg {
  width: 100%;
  height: 1000px;
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0.5;
  background: #000000;
  z-index: 10;
}

.m700-b {
  margin-bottom: 700px !important;
}

/*------------------------------------------------------------
メディアクエリ
-------------------------------------------------------------*/
@media (max-width: 480px) {
  .m700-b {
    margin-bottom: 30px !important;
  }
  .all_post_link a {
    font-size: 12px;
  }
  .ls-nav-left-arrow, .ls-nav-right-arrow {
    display: none !important;
  }
  .sp-submenu {
    display: table;
  }
  .logo_img {
    margin: 0 10px 10px 0;
  }
  .sp_logo {
    width: 50%;
  }
  .swiper-slide {
    width: 100%;
  }
  .content_on_text_position {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 74px;
    height: 50px;
    font-size: 13px;
  }
  .top_count .content_on_text .content_on_text_position h2 {
    font-size: 13px;
    margin-bottom: 0 !important;
    border-left: none;
    font-family: "メイリオ", sans-serif;
    color: #333;
    padding: 0;
    font-weight: 400;
  }
  .content_on_text_position p {
    font-size: 14px;
  }
  .content_banner_2 .row, .top_count {
    margin-right: 0;
    margin-left: 0;
  }
  .content_banner_2 .col-xs-4, .top_count .col-xs-4 {
    padding: 0;
  }
  .content_banner_2 .link_detail {
    text-align: center;
    font-size: 10px;
  }
  .swiper-pagination {
    padding-right: 20px;
    text-align: right;
  }
  .top_slider .swiper-pagination-bullet {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 1;
  }
  .top_slider .swiper-pagination-bullet-active {
    padding: 8px;
    background-color: #2F6851;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  #MainVisual div.frame {
    display: none !important;
  }
  .mainbody {
    /*background:#FCEDE0;*/
    padding-top: 0;
    padding-bottom: 40px;
  }
  .side_banner, .side_ad_1 {
    float: left;
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .sp-ov-h {
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
  }
  .side_banner {
    margin-bottom: 10px;
  }
  .content_banner_2 {
    background: #fff;
    margin-bottom: 0;
  }
  .content_banner_1, .content_banner_3 {
    display: none;
  }
  .top_title {
    padding: 0 15px;
  }
  .top_title img {
    width: 20px;
  }
  .ls-nav {
    position: absolute;
    bottom: 2%;
    left: 2%;
  }
  #slider-id-nav-ul li a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    /* border: 1px solid #fff; */
    margin: 0 4px;
  }
  #slider-id-nav-ul .current a {
    background-color: #2F6851;
  }
  .page_img_title h2 {
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    color: #2F6851;
    background: #fff;
    margin: 0;
    border-top: 1px solid #2F6851;
    box-shadow: 0 0 0 1px #DDDDDD inset;
  }
  .page_img_title img {
    display: none;
  }
  .sp_body .container {
    padding-right: 0;
    padding-left: 0;
  }
  .sp_body .container .row .col-sm-8 {
    padding-right: 0;
    padding-left: 0;
  }
  .sp_body > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .breadcrumb {
    background: #2F6851;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  .breadcrumb span.arrow {
    padding: 0px 4px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }
  .page_box_textarea h2 {
    border-left: 4px solid #6D9585;
    padding: 4px 0 4px 8px;
    font-size: 20px;
    color: #4C856C;
    margin: 0;
    margin-bottom: 15px;
  }
  .page_box_textarea p.top_text {
    margin-bottom: 50px;
  }
  .page_box_textarea .page_top_box h3 {
    font-weight: 400;
    font-size: 20px;
    border-bottom: 2px solid #6D9585;
    padding: 0 0 4px 4px;
    color: #333;
    margin: 0;
  }
  .page_top_box {
    margin-bottom: 30px;
  }
  .link_title {
    overflow: hidden;
    background: #fff;
  }
  .link_title ul {
    display: inline !important;
  }
  .link_title ul li {
    padding: 10px;
    font-size: 14px;
    float: left;
  }
  .link_title ul li a {
    float: left;
  }
  .link_title h4 {
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    background: #2F6851;
    color: #fff;
  }
  .page_box_textarea {
    padding: 20px 15px;
  }
  .page_box_textarea2 {
    padding: 20px 15px;
    overflow: hidden;
  }
  .main_footer_banner {
    display: none;
  }
  .page_in_menu ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .page_in_menu ul li {
    padding-right: 20px;
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
  }
  .mincho {
    line-height: 1.5 !important;
    font-size: 18px;
    color: #2C6651;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .border_gray_sp {
    border-bottom: 1px solid #BCC5C1;
  }
  .table_pattern_1 .tablepress tbody td, .table_pattern_2 .tablepress tbody td {
    border: none;
  }
  .table_pattern_1 table.tablepress tbody tr td.column-1, .table_pattern_2 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
    text-align: left;
  }
  .table_pattern_1 table.tablepress tbody tr, .table_pattern_2 table.tablepress tbody tr {
    border: 1px solid #C3CBC8;
    line-height: 1.8;
  }
  .table_pattern_1 table.tablepress tbody tr th, .table_pattern_1 table.tablepress tbody tr td {
    display: block;
  }
  .table_pattern_2 table.tablepress tbody tr th, .table_pattern_2 table.tablepress tbody tr td {
    display: block;
  }
  .table_pattern_6 table.tablepress {
    font-size: 12px;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1, .table_pattern_6 table.tablepress tbody tr td.column-2 {
    text-align: center;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_6 table.tablepress tbody tr th, .table_pattern_6 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .examinee table {
    font-size: 12px;
  }
  .examinee table td strong {
    display: block;
    padding-left: 0 !important;
  }
  .examinee table td strong:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .examinee table th {
    display: block;
  }
  .examinee table td {
    display: block;
    border-top: none !important;
  }
  .examinee_1, .examinee table td strong span, .examinee_icon_1, .examinee_icon_2, .examinee_icon_3 {
    font-size: 10px !important;
  }
  .examinee_1 .column-4 {
    text-align: center;
    width: 72px;
  }
  .examinee_2 dl.accordion dt {
    padding: 8px 10px 8px 20px;
    margin-bottom: 20px;
  }
  h3.maintitle_greenbg {
    background: #2F6851;
    cursor: pointer;
    word-wrap: break-word;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  ul.voice_tab {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
  }
  ul.voice_tab li {
    font-size: 14px;
  }
  ul.voice_list li {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px dotted #999;
  }
  ul.voice_list li:first-child {
    border-top: 2px dotted #999;
  }
  .voice_list_first li:first-child {
    border-top: none !important;
  }
  ul.voice_list li p {
    line-height: 1;
  }
  ul.voice_list li img {
    float: left;
    margin: 0 10px 0 0;
    width: 80px;
  }
  .single_img_thum img {
    margin: 10px auto;
  }
  ul.voice_list li img {
    margin: 0 10px 0 0;
  }
  .post_type_list li {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 12px;
  }
  .post_type_list li img {
    margin-right: 10px;
  }
  .voice_text_area .col-sm-8 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .faq_list p {
    position: relative;
    margin-bottom: 30px !important;
  }
  .table_pattern_7 table.tablepress {
    font-size: 15px;
  }
  .long_select {
    letter-spacing: -1px;
    font-size: 13px;
  }
  .table_pattern_8 .tablepress thead th {
    font-size: 14px;
  }
  .table_pattern_8 table.tablepress td {
    font-size: 14px;
  }
  .table_pattern_8 table.tablepress td a {
    font-size: 14px;
  }
  .table_font_size {
    font-size: 10px !important;
  }
  .examinee table td strong:first-child span, .examinee_icon_2, .examinee table td strong:nth-child(2) span, .examinee_icon_1, .examinee table td strong:nth-child(3) span, .examinee_icon_3 {
    width: 50px;
  }
  .p_r_b {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .border_green_life_dotted {
    border-top: 1px dashed #2E6751;
    padding: 20px;
  }
  .link_detail_sp {
    text-align: center;
    font-size: 0.7em;
  }
  .content_banner_4 {
    padding: 10px;
  }
  .tokucho_box {
    padding: 5px;
  }
  h3.tokucho_text {
    color: #2C6651;
    font-size: 18px;
    margin: 0;
    font-weight: 900;
  }
  .orange_border, .green_tokucho_border {
    padding: 10px;
  }
  .jitsugi_title_table p {
    font-size: 18px;
  }
  .jitsugi_title_table .title_table_cell {
    width: 30px;
    height: auto;
    padding-right: 5px;
  }
  .top_title span {
    vertical-align: middle;
    font-size: 16px;
    color: #4A795F;
  }
  .sp_1em {
    font-size: 1em !important;
  }
  .sp_b_no {
    border: none !important;
  }
  .sp_bb_no {
    border-bottom: none !important;
  }
  .sm0 {
    margin: 0 !important;
  }
  /*周りからのmarginを0に*/
  .sm0-t {
    margin-top: 0 !important;
  }
  /*上からのmarginを0に*/
  .sm0-r {
    margin-right: 0 !important;
  }
  /*右からのmarginを0に*/
  .sm0-b {
    margin-bottom: 0 !important;
  }
  /*下からのmarginを0に*/
  .sm0-l {
    margin-left: 0 !important;
  }
  /*左からのmarginを0に*/
  .sm3-t {
    margin-top: 3px !important;
  }
  .sm5 {
    margin: 5px !important;
  }
  .sm5-t {
    margin-top: 5px !important;
  }
  .sm5-r {
    margin-right: 5px !important;
  }
  .sm5-b {
    margin-bottom: 5px !important;
  }
  .sm5-l {
    margin-left: 5px !important;
  }
  .sm10 {
    margin: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-t {
    margin-top: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-r {
    margin-right: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-b {
    margin-bottom: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-l {
    margin-left: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm15-l {
    margin-left: 15px !important;
  }
  .sm20 {
    margin: 20px !important;
  }
  .sm20-t {
    margin-top: 20px !important;
  }
  .sm20-r {
    margin-right: 20px !important;
  }
  .sm20-b {
    margin-bottom: 20px !important;
  }
  .sm20-l {
    margin-left: 20px !important;
  }
  .sm30 {
    margin: 30px !important;
  }
  .sm30-t {
    margin-top: 30px !important;
  }
  .sm30-r {
    margin-right: 30px !important;
  }
  .sm30-b {
    margin-bottom: 30px !important;
  }
  .sm30-l {
    margin-left: 30px !important;
  }
  .sm40 {
    margin: 40px !important;
  }
  .sm40-t {
    margin-top: 40px !important;
  }
  .sm40-r {
    margin-right: 40px !important;
  }
  .sm40-b {
    margin-bottom: 40px !important;
  }
  .sm40-l {
    margin-left: 40px !important;
  }
  .sm50 {
    margin: 50px !important;
  }
  .sm50-t {
    margin-top: 50px !important;
  }
  .sm50-r {
    margin-right: 50px !important;
  }
  .sm50-b {
    margin-bottom: 50px !important;
  }
  .sm50-l {
    margin-left: 50px !important;
  }
  .sm60 {
    margin: 60px !important;
  }
  .sm60-t {
    margin-top: 60px !important;
  }
  .sm60-r {
    margin-right: 60px !important;
  }
  .sm60-b {
    margin-bottom: 60px !important;
  }
  .sm60-l {
    margin-left: 60px !important;
  }
  .sm70 {
    margin: 70px !important;
  }
  .sm70-t {
    margin-top: 70px !important;
  }
  .sm70-r {
    margin-right: 70px !important;
  }
  .sm70-b {
    margin-bottom: 70px !important;
  }
  .sm70-l {
    margin-left: 70px !important;
  }
  .sm80-t {
    margin-top: 80px !important;
  }
  .sm80-b {
    margin-bottom: 80px !important;
  }
  .sm100-t {
    margin-top: 100px !important;
  }
  .sm100-b {
    margin-bottom: 100px !important;
  }
  .sm1em {
    text-indent: 1em;
  }
  .sm2em {
    text-indent: 2em;
  }
  .sp0-t {
    padding-top: 0 !important;
  }
  .sp0-r {
    padding-right: 0 !important;
  }
  .sp0-b {
    padding-bottom: 0 !important;
  }
  .sp0-l {
    padding-left: 0 !important;
  }
  .sp5 {
    padding: 5px !important;
  }
  .sp5-t {
    padding-top: 5px !important;
  }
  .sp5-r {
    padding-right: 5px !important;
  }
  .sp5-b {
    padding-bottom: 5px !important;
  }
  .sp5-l {
    padding-left: 5px !important;
  }
  .sp10 {
    padding: 10px !important;
  }
  .sp10-t {
    padding-top: 10px !important;
  }
  .sp10-r {
    padding-right: 10px !important;
  }
  .sp10-b {
    padding-bottom: 10px !important;
  }
  .sp10-l {
    padding-left: 10px !important;
  }
  .sp20 {
    padding: 20px !important;
  }
  .sp20-t {
    padding-top: 20px !important;
  }
  .sp20-r {
    padding-right: 20px !important;
  }
  .sp20-b {
    padding-bottom: 20px !important;
  }
  .sp20-l {
    padding-left: 20px !important;
  }
  .sp30 {
    padding: 30px !important;
  }
  .sp30-t {
    padding-top: 30px !important;
  }
  .sp30-r {
    padding-right: 30px !important;
  }
  .sp30-b {
    padding-bottom: 30px !important;
  }
  .sp30-l {
    padding-left: 30px !important;
  }
  .sp40 {
    padding: 40px !important;
  }
  .sp40-t {
    padding-top: 40px !important;
  }
  .sp40-r {
    padding-right: 40px !important;
  }
  .sp40-b {
    padding-bottom: 40px !important;
  }
  .sp40-l {
    padding-left: 40px !important;
  }
  .sp50 {
    padding: 50px !important;
  }
  .sp50-t {
    padding-top: 50px !important;
  }
  .sp50-r {
    padding-right: 50px !important;
  }
  .sp50-b {
    padding-bottom: 50px !important;
  }
  .sp50-l {
    padding-left: 50px !important;
  }
  .sp60 {
    padding: 60px !important;
  }
  .sp60-t {
    padding-top: 60px !important;
  }
  .sp60-r {
    padding-right: 60px !important;
  }
  .sp60-b {
    padding-bottom: 60px !important;
  }
  .sp60-l {
    padding-left: 60px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .m700-b {
    margin-bottom: 30px !important;
  }
  .ls-nav-left-arrow, .ls-nav-right-arrow {
    display: none !important;
  }
  .sp_body .container {
    padding-right: 0;
    padding-left: 0;
  }
  .sp_body .container .row .col-sm-8 {
    padding-right: 0;
    padding-left: 0;
  }
  .sp_body > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .sp-submenu {
    display: table;
  }
  .logo_img {
    margin: 0 0 10px;
  }
  .sp_logo {
    width: 50%;
  }
  .swiper-slide {
    width: 100%;
  }
  .content_on_text_position {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 70px;
  }
  .top_count .content_on_text .content_on_text_position h2 {
    font-size: 28px;
    margin-bottom: 0 !important;
    border-left: none;
    font-family: "メイリオ", sans-serif;
    color: #333;
    padding: 0;
    font-weight: 400;
  }
  .top_count .content_on_text .content_on_text_position h2 span {
    font-size: 14px;
  }
  .content_on_text_position p {
    font-size: 18px;
  }
  .content_banner_2 .row, .top_count {
    margin-right: 0;
    margin-left: 0;
  }
  .content_banner_2 .col-xs-4, .top_count .col-xs-4 {
    padding: 0;
  }
  .content_banner_2 .link_detail {
    text-align: center;
    font-size: 10px;
  }
  .swiper-pagination {
    padding-right: 20px;
    text-align: right;
  }
  .top_slider .swiper-pagination-bullet {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 1;
  }
  .top_slider .swiper-pagination-bullet-active {
    padding: 8px;
    background-color: #2F6851;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  #MainVisual {
    width: 100%;
  }
  #MainVisual div.frame {
    display: none !important;
  }
  .mainbody {
    background: #FCEDE0;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .side_banner, .side_ad_1 {
    float: left;
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .sp-ov-h {
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
  }
  .side_banner {
    margin-bottom: 10px;
  }
  .content_banner_2 {
    background: #fff;
    margin-bottom: 0;
  }
  .content_banner_1, .content_banner_3 {
    display: none;
  }
  .top_title {
    padding: 0 15px;
  }
  .top_title img {
    width: 20px;
  }
  .ls-nav {
    position: absolute;
    bottom: 2%;
    left: 2%;
  }
  #slider-id-nav-ul li a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    /* border: 1px solid #fff; */
    margin: 0 4px;
  }
  #slider-id-nav-ul .current a {
    background-color: #2F6851;
  }
  .page_img_title h2 {
    padding: 15px 0;
    text-align: center;
    font-size: 28px;
    color: #2F6851;
    background: #fff;
    margin: 0;
    border-top: 1px solid #2F6851;
    box-shadow: 0 0 0 1px #DDDDDD inset;
  }
  .page_img_title img {
    display: none;
  }
  .breadcrumb {
    background: #2F6851;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  .breadcrumb span.arrow {
    padding: 0px 4px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }
  .page_box_textarea h2 {
    border-left: 4px solid #6D9585;
    padding: 4px 0 4px 8px;
    font-size: 20px;
    color: #4C856C;
    margin: 0;
    margin-bottom: 15px;
  }
  .page_box_textarea p.top_text {
    margin-bottom: 50px;
  }
  .page_box_textarea .page_top_box h3 {
    font-weight: 400;
    font-size: 20px;
    border-bottom: 2px solid #6D9585;
    padding: 0 0 4px 4px;
    color: #333;
    margin: 0;
  }
  .page_top_box {
    margin-bottom: 30px;
  }
  .link_title {
    overflow: hidden;
    background: #fff;
  }
  .link_title ul {
    display: inline !important;
  }
  .link_title ul li {
    padding: 10px;
    font-size: 14px;
    float: left;
  }
  .link_title ul li a {
    float: left;
  }
  .link_title h4 {
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    background: #2F6851;
    color: #fff;
  }
  .page_box_textarea {
    padding: 20px 15px;
  }
  .page_box_textarea2 {
    padding: 20px 15px;
    overflow: hidden;
  }
  .main_footer_banner {
    display: none;
  }
  .page_in_menu ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .page_in_menu ul li {
    padding-right: 20px;
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
    padding-right: 20px;
    display: table-cell;
    font-size: 16px;
  }
  .mincho {
    line-height: 1.5 !important;
    font-size: 20px;
    color: #2C6651;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .border_gray_sp {
    border-bottom: 1px solid #BCC5C1;
  }
  .table_pattern_1 .tablepress tbody td, .table_pattern_2 .tablepress tbody td {
    border: none;
  }
  .table_pattern_1 table.tablepress tbody tr td.column-1, .table_pattern_2 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_1 table.tablepress tbody tr, .table_pattern_2 table.tablepress tbody tr {
    border: 1px solid #C3CBC8;
    line-height: 1.8;
  }
  .table_pattern_1 table.tablepress tbody tr th, .table_pattern_1 table.tablepress tbody tr td {
    display: block;
  }
  .table_pattern_2 table.tablepress tbody tr th, .table_pattern_2 table.tablepress tbody tr td {
    display: block;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1, .table_pattern_6 table.tablepress tbody tr td.column-2 {
    text-align: center;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_6 table.tablepress tbody tr th, .table_pattern_6 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .examinee table {
    font-size: 16px;
  }
  .examinee table td {
    border-top: none !important;
  }
  .examinee table td strong {
    display: block;
    padding-left: 0 !important;
  }
  .examinee table td strong:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .examinee_1 .column-4 {
    text-align: center;
    width: 90px;
  }
  .examinee_2 dl.accordion dt {
    padding: 19px 10px 19px 20px;
    margin-bottom: 30px;
  }
  h3.maintitle_greenbg {
    background: #2F6851;
    cursor: pointer;
    word-wrap: break-word;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  ul.voice_tab {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
  }
  ul.voice_tab li {
    font-size: 14px;
  }
  ul.voice_list li {
    padding: 0 1.5%;
    float: left;
    width: 50%;
    margin-top: 30px;
    height: 260px;
    overflow: hidden;
  }
  ul.voice_list li img {
    display: block;
    margin: 0 auto 20px;
  }
  .single_img_thum img {
    margin-top: 10px;
  }
  ul.voice_list li img {
    margin: 0 0 10px;
  }
  .post_type_list li {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .post_type_list li img {
    margin-right: 10px;
  }
  .faq_list p {
    position: relative;
    margin-bottom: 30px !important;
  }
  .table_pattern_7 table.tablepress, .table_pattern_9 table.tablepress {
    font-size: 24px;
  }
  .table_pattern_8 .tablepress thead th {
    font-size: 16px;
  }
  .table_pattern_8 table.tablepress td {
    font-size: 16px;
  }
  .table_pattern_8 table.tablepress td a {
    font-size: 20px;
  }
  .table_font_size {
    font-size: 12px !important;
  }
  .examinee table td strong:first-child span, .examinee_icon_2, .examinee table td strong:nth-child(2) span, .examinee_icon_1, .examinee table td strong:nth-child(3) span, .examinee_icon_3 {
    width: 80px;
  }
  .video-js {
    height: 300px !important;
  }
  .p_r_b {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .border_green_life_dotted {
    border-top: 1px dashed #2E6751;
    padding: 20px;
  }
  .link_detail_sp {
    text-align: center;
    font-size: 0.8em;
  }
  .content_banner_4 {
    padding: 15px;
  }
  .tokucho_box {
    padding: 10px;
  }
  h3.tokucho_text {
    color: #2C6651;
    font-size: 20px;
    margin: 0;
    font-weight: 900;
  }
  .orange_border, .green_tokucho_border {
    padding: 10px;
  }
  .jitsugi_title_table p {
    font-size: 18px;
  }
  .jitsugi_title_table .title_table_cell {
    width: 34px;
    height: auto;
    padding-right: 5px;
  }
  .top_title span {
    vertical-align: middle;
    font-size: 18px;
    color: #4A795F;
  }
  .sp_1em {
    font-size: 1em !important;
  }
  .sp_b_no {
    border: none !important;
  }
  .sp_bb_no {
    border-bottom: none !important;
  }
  .sm0 {
    margin: 0 !important;
  }
  /*周りからのmarginを0に*/
  .sm0-t {
    margin-top: 0 !important;
  }
  /*上からのmarginを0に*/
  .sm0-r {
    margin-right: 0 !important;
  }
  /*右からのmarginを0に*/
  .sm0-b {
    margin-bottom: 0 !important;
  }
  /*下からのmarginを0に*/
  .sm0-l {
    margin-left: 0 !important;
  }
  /*左からのmarginを0に*/
  .sm3-t {
    margin-top: 3px !important;
  }
  .sm5 {
    margin: 5px !important;
  }
  .sm5-t {
    margin-top: 5px !important;
  }
  .sm5-r {
    margin-right: 5px !important;
  }
  .sm5-b {
    margin-bottom: 5px !important;
  }
  .sm5-l {
    margin-left: 5px !important;
  }
  .sm10 {
    margin: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-t {
    margin-top: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-r {
    margin-right: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-b {
    margin-bottom: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm10-l {
    margin-left: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .sm15-l {
    margin-left: 15px !important;
  }
  .sm20 {
    margin: 20px !important;
  }
  .sm20-t {
    margin-top: 20px !important;
  }
  .sm20-r {
    margin-right: 20px !important;
  }
  .sm20-b {
    margin-bottom: 20px !important;
  }
  .sm20-l {
    margin-left: 20px !important;
  }
  .sm30 {
    margin: 30px !important;
  }
  .sm30-t {
    margin-top: 30px !important;
  }
  .sm30-r {
    margin-right: 30px !important;
  }
  .sm30-b {
    margin-bottom: 30px !important;
  }
  .sm30-l {
    margin-left: 30px !important;
  }
  .sm40 {
    margin: 40px !important;
  }
  .sm40-t {
    margin-top: 40px !important;
  }
  .sm40-r {
    margin-right: 40px !important;
  }
  .sm40-b {
    margin-bottom: 40px !important;
  }
  .sm40-l {
    margin-left: 40px !important;
  }
  .sm50 {
    margin: 50px !important;
  }
  .sm50-t {
    margin-top: 50px !important;
  }
  .sm50-r {
    margin-right: 50px !important;
  }
  .sm50-b {
    margin-bottom: 50px !important;
  }
  .sm50-l {
    margin-left: 50px !important;
  }
  .sm60 {
    margin: 60px !important;
  }
  .sm60-t {
    margin-top: 60px !important;
  }
  .sm60-r {
    margin-right: 60px !important;
  }
  .sm60-b {
    margin-bottom: 60px !important;
  }
  .sm60-l {
    margin-left: 60px !important;
  }
  .sm70 {
    margin: 70px !important;
  }
  .sm70-t {
    margin-top: 70px !important;
  }
  .sm70-r {
    margin-right: 70px !important;
  }
  .sm70-b {
    margin-bottom: 70px !important;
  }
  .sm70-l {
    margin-left: 70px !important;
  }
  .sm80-t {
    margin-top: 80px !important;
  }
  .sm80-b {
    margin-bottom: 80px !important;
  }
  .sm100-t {
    margin-top: 100px !important;
  }
  .sm100-b {
    margin-bottom: 100px !important;
  }
  .sm1em {
    text-indent: 1em;
  }
  .sm2em {
    text-indent: 2em;
  }
  .sp0-t {
    padding-top: 0 !important;
  }
  .sp0-r {
    padding-right: 0 !important;
  }
  .sp0-b {
    padding-bottom: 0 !important;
  }
  .sp0-l {
    padding-left: 0 !important;
  }
  .sp5 {
    padding: 5px !important;
  }
  .sp5-t {
    padding-top: 5px !important;
  }
  .sp5-r {
    padding-right: 5px !important;
  }
  .sp5-b {
    padding-bottom: 5px !important;
  }
  .sp5-l {
    padding-left: 5px !important;
  }
  .sp10 {
    padding: 10px !important;
  }
  .sp10-t {
    padding-top: 10px !important;
  }
  .sp10-r {
    padding-right: 10px !important;
  }
  .sp10-b {
    padding-bottom: 10px !important;
  }
  .sp10-l {
    padding-left: 10px !important;
  }
  .sp20 {
    padding: 20px !important;
  }
  .sp20-t {
    padding-top: 20px !important;
  }
  .sp20-r {
    padding-right: 20px !important;
  }
  .sp20-b {
    padding-bottom: 20px !important;
  }
  .sp20-l {
    padding-left: 20px !important;
  }
  .sp30 {
    padding: 30px !important;
  }
  .sp30-t {
    padding-top: 30px !important;
  }
  .sp30-r {
    padding-right: 30px !important;
  }
  .sp30-b {
    padding-bottom: 30px !important;
  }
  .sp30-l {
    padding-left: 30px !important;
  }
  .sp40 {
    padding: 40px !important;
  }
  .sp40-t {
    padding-top: 40px !important;
  }
  .sp40-r {
    padding-right: 40px !important;
  }
  .sp40-b {
    padding-bottom: 40px !important;
  }
  .sp40-l {
    padding-left: 40px !important;
  }
  .sp50 {
    padding: 50px !important;
  }
  .sp50-t {
    padding-top: 50px !important;
  }
  .sp50-r {
    padding-right: 50px !important;
  }
  .sp50-b {
    padding-bottom: 50px !important;
  }
  .sp50-l {
    padding-left: 50px !important;
  }
  .sp60 {
    padding: 60px !important;
  }
  .sp60-t {
    padding-top: 60px !important;
  }
  .sp60-r {
    padding-right: 60px !important;
  }
  .sp60-b {
    padding-bottom: 60px !important;
  }
  .sp60-l {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sp-submenu {
    display: none;
  }
  .logo_img {
    margin: 0 0 10px;
  }
  .content_on_text_position {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 70px;
  }
  .top_count .content_on_text .content_on_text_position h2 {
    font-size: 20px;
    margin-bottom: 0 !important;
    border-left: none;
    font-family: "メイリオ", sans-serif;
    color: #333;
    padding: 0;
    font-weight: 400;
  }
  .top_count .content_on_text .content_on_text_position h2 span {
    font-size: 14px;
  }
  .content_on_text_position p {
    font-size: 14px;
  }
  .sp-submenu {
    display: none;
  }
  .swiper-slide {
    width: 100%;
  }
  .menu_border .menu_bg .dropmenu li ul li a {
    font-size: 12px;
  }
  .menu_border > .menu_bg > .container > ul > li > a > span {
    margin-left: 30px;
  }
  .dropmenu li ul {
    width: 747px;
  }
  .dropmenu li:first-child ul {
    left: 0;
  }
  .dropmenu li:nth-child(2) ul {
    left: -144px;
  }
  .dropmenu li:nth-child(3) ul {
    left: -288px;
  }
  .dropmenu li:nth-child(4) ul {
    right: -172px;
  }
  .dropmenu li:nth-child(5) ul {
    right: -0px;
  }
  .menu_border > .menu_bg > .container > ul > li:first-child {
    background: url(../img/menu1.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(2) {
    background: url(../img/menu2.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(3) {
    background: url(../img/menu3.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(4) {
    background: url(../img/menu4.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(5) {
    background: url(../img/menu5.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:first-child:hover {
    background-image: url(../img/menu1_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(2):hover {
    background-image: url(../img/menu2_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(3):hover {
    background-image: url(../img/menu3_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(4):hover {
    background-image: url(../img/menu4_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(5):hover {
    background-image: url(../img/menu5_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .top_slider .swiper-pagination-bullet {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-color: #2F6851;
    opacity: 1;
    border: 1px solid #fff;
  }
  .top_slider .swiper-pagination-bullet-active {
    padding: 8px;
    background-color: #fff;
    border: 8px solid #2F6851;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  #MainVisual, .ls-wrapper {
    width: 100%;
  }
  #MainVisual div.frame {
    display: none !important;
  }
  .mainbody {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .side_banner {
    margin-bottom: 10px;
  }
  .content_banner_2 {
    margin-bottom: 40px;
  }
  .ls-nav {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -69px;
  }
  #slider-id-nav-ul li a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #2F6851;
    opacity: 1;
    border: 1px solid #fff;
    margin: 0 8px;
  }
  #slider-id-nav-ul .current a {
    padding: 5px;
    background-color: #fff;
    border: 4px solid #2F6851;
  }
  .page_img_title h2 {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    margin-bottom: 0;
    border-left: 6px solid #2F6851;
    padding: 5px 0 5px 12px;
    color: #2F6851;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .breadcrumb {
    background: #2F6851;
    color: #fff;
    padding: 17px 20px;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  .breadcrumb span.arrow {
    padding: 0 20px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: underline;
  }
  .page_box_textarea h2 {
    font-weight: 900;
    font-size: 26px;
    border-left: 4px solid #6D9585;
    padding: 4px 0 4px 8px;
    color: #2F6851;
    margin: 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .page_box_textarea .page_top_box h3 {
    font-weight: 400;
    font-size: 26px;
    border-bottom: 2px solid #6D9585;
    padding: 0 0 8px 4px;
    color: #333;
    margin: 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .link_title {
    background: #fff;
  }
  .link_title h4 {
    margin: 0 20px;
    padding: 20px;
    font-size: 16px;
    background: #2F6851;
    color: #fff;
  }
  .page_box_textarea {
    padding: 30px 20px;
  }
  .page_box_textarea2 {
    padding: 30px 20px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mainbody {
    background-color: #FCEDE0;
  }
  .page_in_menu ul {
    margin-left: 0;
    padding-left: 0;
    display: table;
    margin-bottom: 0;
  }
  .page_in_menu ul li {
    padding-right: 20px;
    display: table-cell;
    font-size: 16px;
  }
  .mincho {
    line-height: 1.5;
    font-size: 24px;
    color: #2C6651;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .row20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row20 .col-lg-1, .row20 .col-lg-10, .row20 .col-lg-11, .row20 .col-lg-12, .row20 .col-lg-2, .row20 .col-lg-3, .row20 .col-lg-4, .row20 .col-lg-5, .row20 .col-lg-6, .row20 .col-lg-7, .row20 .col-lg-8, .row20 .col-lg-9, .row20 .col-md-1, .row20 .col-md-10, .row20 .col-md-11, .row20 .col-md-12, .row20 .col-md-2, .row20 .col-md-3, .row20 .col-md-4, .row20 .col-md-5, .row20 .col-md-6, .row20 .col-md-7, .row20 .col-md-8, .row20 .col-md-9, .row20 .col-sm-1, .row20 .col-sm-10, .row20 .col-sm-11, .row20 .col-sm-12, .row20 .col-sm-2, .row20 .col-sm-3, .row20 .col-sm-4, .row20 .col-sm-5, .row20 .col-sm-6, .row20 .col-sm-7, .row20 .col-sm-8, .row20 .col-sm-9, .row20 .col-xs-1, .row20 .col-xs-10, .row20 .col-xs-11, .row20 .col-xs-12, .row20 .col-xs-2, .row20 .col-xs-3, .row20 .col-xs-4, .row20 .col-xs-5, .row20 .col-xs-6, .row20 .col-xs-7, .row20 .col-xs-8, .row20 .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row10 .col-lg-1, .row10 .col-lg-10, .row10 .col-lg-11, .row10 .col-lg-12, .row10 .col-lg-2, .row10 .col-lg-3, .row10 .col-lg-4, .row10 .col-lg-5, .row10 .col-lg-6, .row10 .col-lg-7, .row10 .col-lg-8, .row10 .col-lg-9, .row10 .col-md-1, .row10 .col-md-10, .row10 .col-md-11, .row10 .col-md-12, .row10 .col-md-2, .row10 .col-md-3, .row10 .col-md-4, .row10 .col-md-5, .row10 .col-md-6, .row10 .col-md-7, .row10 .col-md-8, .row10 .col-md-9, .row10 .col-sm-1, .row10 .col-sm-10, .row10 .col-sm-11, .row10 .col-sm-12, .row10 .col-sm-2, .row10 .col-sm-3, .row10 .col-sm-4, .row10 .col-sm-5, .row10 .col-sm-6, .row10 .col-sm-7, .row10 .col-sm-8, .row10 .col-sm-9, .row10 .col-xs-1, .row10 .col-xs-10, .row10 .col-xs-11, .row10 .col-xs-12, .row10 .col-xs-2, .row10 .col-xs-3, .row10 .col-xs-4, .row10 .col-xs-5, .row10 .col-xs-6, .row10 .col-xs-7, .row10 .col-xs-8, .row10 .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row5 .col-lg-1, .row5 .col-lg-10, .row5 .col-lg-11, .row5 .col-lg-12, .row5 .col-lg-2, .row5 .col-lg-3, .row5 .col-lg-4, .row5 .col-lg-5, .row5 .col-lg-6, .row5 .col-lg-7, .row5 .col-lg-8, .row5 .col-lg-9, .row5 .col-md-1, .row5 .col-md-10, .row5 .col-md-11, .row5 .col-md-12, .row5 .col-md-2, .row5 .col-md-3, .row5 .col-md-4, .row5 .col-md-5, .row5 .col-md-6, .row5 .col-md-7, .row5 .col-md-8, .row5 .col-md-9, .row5 .col-sm-1, .row5 .col-sm-10, .row5 .col-sm-11, .row5 .col-sm-12, .row5 .col-sm-2, .row5 .col-sm-3, .row5 .col-sm-4, .row5 .col-sm-5, .row5 .col-sm-6, .row5 .col-sm-7, .row5 .col-sm-8, .row5 .col-sm-9, .row5 .col-xs-1, .row5 .col-xs-10, .row5 .col-xs-11, .row5 .col-xs-12, .row5 .col-xs-2, .row5 .col-xs-3, .row5 .col-xs-4, .row5 .col-xs-5, .row5 .col-xs-6, .row5 .col-xs-7, .row5 .col-xs-8, .row5 .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table_pattern_1 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_2 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
    width: 20%;
    vertical-align: middle;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1, .table_pattern_6 table.tablepress tbody tr td.column-2 {
    text-align: center;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_2 table.tablepress tbody tr td.column-2 {
    width: 80%;
    padding: 10px 20px;
  }
  .table_pattern_1 table.tablepress tbody tr th, .table_pattern_1 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .table_pattern_6 table.tablepress tbody tr th, .table_pattern_6 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .table_pattern_2 table.tablepress tbody tr th, .table_pattern_2 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
    line-height: 1.8;
  }
  .examinee table {
    font-size: 16px;
  }
  .examinee_1 .column-4 {
    text-align: center;
    width: 90px;
  }
  .examinee_2 dl.accordion dt {
    padding: 19px 10px 19px 20px;
  }
  h3.maintitle_greenbg {
    background: #2F6851;
    cursor: pointer;
    word-wrap: break-word;
    display: block;
    padding: 19px 10px 19px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  ul.voice_tab {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 80%;
    margin-bottom: 0;
  }
  ul.voice_tab li {
    font-size: 18px;
  }
  ul.voice_list li {
    padding: 0 1.5%;
    float: left;
    width: 33.3%;
    margin-top: 30px;
    height: 260px;
    overflow: hidden;
  }
  ul.voice_list li img {
    margin: 0 0 10px;
  }
  .post_type_list li {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .post_type_list li img {
    margin-right: 10px;
  }
  .faq_list p {
    position: relative;
    margin-bottom: 50px !important;
  }
  .table_pattern_7 table.tablepress, .table_pattern_9 table.tablepress {
    font-size: 20px;
  }
  .table_pattern_8 .tablepress thead th {
    font-size: 14px;
  }
  .table_pattern_8 table.tablepress td {
    font-size: 14px;
  }
  .table_pattern_8 table.tablepress td a {
    font-size: 18px;
  }
  .table_font_size {
    font-size: 12px !important;
  }
  .examinee table td strong:first-child span, .examinee_icon_2, .examinee table td strong:nth-child(2) span, .examinee_icon_1, .examinee table td strong:nth-child(3) span, .examinee_icon_3 {
    width: 80px;
  }
  .video-js {
    height: 242px !important;
  }
  .p_r_b {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .page_top_box {
    min-height: 180px;
  }
  .examinee table td strong {
    display: block;
    padding-left: 0 !important;
    margin-bottom: 10px;
  }
  .examinee table td strong:last-child {
    margin-bottom: 0;
  }
  .border_green_life_dotted {
    border-top: 1px dashed #2E6751;
    border-bottom: 1px dashed #2E6751;
    padding: 20px;
  }
  .link_detail_sp {
    text-align: center;
    font-size: 0.9em;
  }
  .content_banner_4 {
    padding: 15px;
  }
  ul.voice_list {
    margin-bottom: 50px;
  }
  .tokucho_box {
    padding: 20px;
  }
  h3.tokucho_text {
    color: #2C6651;
    font-size: 28px;
    margin: 0;
    font-weight: 900;
  }
  .post_type_list li {
    height: 90px;
    overflow: hidden;
  }
  .orange_border, .green_tokucho_border {
    padding: 20px;
  }
  .jitsugi_title_table p {
    font-size: 20px;
  }
  .jitsugi_title_table .title_table_cell {
    width: 38px;
    height: auto;
    padding-right: 5px;
  }
  .top_title span {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #4A795F;
  }
  .m0 {
    margin: 0 !important;
  }
  /*周りからのmarginを0に*/
  .m0-t {
    margin-top: 0 !important;
  }
  /*上からのmarginを0に*/
  .m0-r {
    margin-right: 0 !important;
  }
  /*右からのmarginを0に*/
  .m0-b {
    margin-bottom: 0 !important;
  }
  /*下からのmarginを0に*/
  .m0-l {
    margin-left: 0 !important;
  }
  /*左からのmarginを0に*/
  .m3-t {
    margin-top: 3px !important;
  }
  .m5 {
    margin: 5px !important;
  }
  .m5-t {
    margin-top: 5px !important;
  }
  .m5-r {
    margin-right: 5px !important;
  }
  .m5-b {
    margin-bottom: 5px !important;
  }
  .m5-l {
    margin-left: 5px !important;
  }
  .m10 {
    margin: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-t {
    margin-top: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-r {
    margin-right: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-b {
    margin-bottom: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-l {
    margin-left: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m15-l {
    margin-left: 15px !important;
  }
  .m20 {
    margin: 20px !important;
  }
  .m20-t {
    margin-top: 20px !important;
  }
  .m20-r {
    margin-right: 20px !important;
  }
  .m20-b {
    margin-bottom: 20px !important;
  }
  .m20-l {
    margin-left: 20px !important;
  }
  .m30 {
    margin: 30px !important;
  }
  .m30-t {
    margin-top: 30px !important;
  }
  .m30-r {
    margin-right: 30px !important;
  }
  .m30-b {
    margin-bottom: 30px !important;
  }
  .m30-l {
    margin-left: 30px !important;
  }
  .m40 {
    margin: 40px !important;
  }
  .m40-t {
    margin-top: 40px !important;
  }
  .m40-r {
    margin-right: 40px !important;
  }
  .m40-b {
    margin-bottom: 40px !important;
  }
  .m40-l {
    margin-left: 40px !important;
  }
  .m50 {
    margin: 50px !important;
  }
  .m50-t {
    margin-top: 50px !important;
  }
  .m50-r {
    margin-right: 50px !important;
  }
  .m50-b {
    margin-bottom: 50px !important;
  }
  .m50-l {
    margin-left: 50px !important;
  }
  .m60 {
    margin: 60px !important;
  }
  .m60-t {
    margin-top: 60px !important;
  }
  .m60-r {
    margin-right: 60px !important;
  }
  .m60-b {
    margin-bottom: 60px !important;
  }
  .m60-l {
    margin-left: 60px !important;
  }
  .m70 {
    margin: 70px !important;
  }
  .m70-t {
    margin-top: 70px !important;
  }
  .m70-r {
    margin-right: 70px !important;
  }
  .m70-b {
    margin-bottom: 70px !important;
  }
  .m70-l {
    margin-left: 70px !important;
  }
  .m80-t {
    margin-top: 80px !important;
  }
  .m80-b {
    margin-bottom: 80px !important;
  }
  .m100-t {
    margin-top: 100px !important;
  }
  .m100-b {
    margin-bottom: 100px !important;
  }
  .m1em {
    text-indent: 1em;
  }
  .m2em {
    text-indent: 2em;
  }
  .p0-t {
    padding-top: 0 !important;
  }
  .p0-r {
    padding-right: 0 !important;
  }
  .p0-b {
    padding-bottom: 0 !important;
  }
  .p0-l {
    padding-left: 0 !important;
  }
  .p5 {
    padding: 5px !important;
  }
  .p5-t {
    padding-top: 5px !important;
  }
  .p5-r {
    padding-right: 5px !important;
  }
  .p5-b {
    padding-bottom: 5px !important;
  }
  .p5-l {
    padding-left: 5px !important;
  }
  .p10 {
    padding: 10px !important;
  }
  .p10-t {
    padding-top: 10px !important;
  }
  .p10-r {
    padding-right: 10px !important;
  }
  .p10-b {
    padding-bottom: 10px !important;
  }
  .p10-l {
    padding-left: 10px !important;
  }
  .p20 {
    padding: 20px !important;
  }
  .p20-t {
    padding-top: 20px !important;
  }
  .p20-r {
    padding-right: 20px !important;
  }
  .p20-b {
    padding-bottom: 20px !important;
  }
  .p20-l {
    padding-left: 20px !important;
  }
  .p30 {
    padding: 30px !important;
  }
  .p30-t {
    padding-top: 30px !important;
  }
  .p30-r {
    padding-right: 30px !important;
  }
  .p30-b {
    padding-bottom: 30px !important;
  }
  .p30-l {
    padding-left: 30px !important;
  }
  .p40 {
    padding: 40px !important;
  }
  .p40-t {
    padding-top: 40px !important;
  }
  .p40-r {
    padding-right: 40px !important;
  }
  .p40-b {
    padding-bottom: 40px !important;
  }
  .p40-l {
    padding-left: 40px !important;
  }
  .p50 {
    padding: 50px !important;
  }
  .p50-t {
    padding-top: 50px !important;
  }
  .p50-r {
    padding-right: 50px !important;
  }
  .p50-b {
    padding-bottom: 50px !important;
  }
  .p50-l {
    padding-left: 50px !important;
  }
  .p60 {
    padding: 60px !important;
  }
  .p60-t {
    padding-top: 60px !important;
  }
  .p60-r {
    padding-right: 60px !important;
  }
  .p60-b {
    padding-bottom: 60px !important;
  }
  .p60-l {
    padding-left: 60px !important;
  }
}

@media (min-width: 992px) and (max-width: 1179px) {
  .sp-submenu {
    display: none;
  }
  .swiper-slide {
    width: 100%;
  }
  .content_on_text_position {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 155px;
    height: 90px;
  }
  .top_count .content_on_text .content_on_text_position h2 {
    font-size: 26px;
    margin-bottom: 0 !important;
    border-left: none;
    font-family: "メイリオ", sans-serif;
    color: #333;
    padding: 0;
    font-weight: 400;
  }
  .top_count .content_on_text .content_on_text_position h2 span {
    font-size: 14px;
  }
  .content_on_text_position p {
    font-size: 14px;
  }
  .menu_border > .menu_bg > .container > ul > li > a > span {
    margin-left: 30px;
  }
  .menu_border .menu_bg .dropmenu li ul li a {
    font-size: 14px;
  }
  .dropmenu li ul {
    width: 968px;
  }
  .dropmenu li:first-child ul {
    left: 0;
  }
  .dropmenu li:nth-child(2) ul {
    left: -188px;
  }
  .dropmenu li:nth-child(3) ul {
    left: -375px;
  }
  .dropmenu li:nth-child(4) ul {
    right: -221px;
  }
  .dropmenu li:nth-child(5) ul {
    right: -0px;
  }
  .menu_border > .menu_bg > .container > ul > li:first-child {
    background: url(../img/menu1.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(2) {
    background: url(../img/menu2.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(3) {
    background: url(../img/menu3.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(4) {
    background: url(../img/menu4.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(5) {
    background: url(../img/menu5.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:first-child:hover {
    background-image: url(../img/menu1_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(2):hover {
    background-image: url(../img/menu2_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(3):hover {
    background-image: url(../img/menu3_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(4):hover {
    background-image: url(../img/menu4_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(5):hover {
    background-image: url(../img/menu5_on.png);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  .top_slider .swiper-pagination-bullet {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-color: #2F6851;
    opacity: 1;
    border: 1px solid #fff;
  }
  .top_slider .swiper-pagination-bullet-active {
    padding: 8px;
    background-color: #fff;
    border: 8px solid #2F6851;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  #MainVisual, .ls-wrapper {
    width: 100%;
  }
  #MainVisual div.frame {
    display: none !important;
  }
  .mainbody {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .side_banner {
    margin-bottom: 10px;
  }
  .content_banner_2 {
    margin-bottom: 40px;
  }
  .ls-nav {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -69px;
  }
  #slider-id-nav-ul li a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #2F6851;
    opacity: 1;
    border: 1px solid #fff;
    margin: 0 8px;
  }
  #slider-id-nav-ul .current a {
    padding: 5px;
    background-color: #fff;
    border: 4px solid #2F6851;
  }
  .page_img_title h2 {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    margin-bottom: 0;
    border-left: 6px solid #2F6851;
    padding: 5px 0 5px 12px;
    color: #2F6851;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .breadcrumb {
    background: #2F6851;
    color: #fff;
    padding: 17px 20px;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  .breadcrumb span.arrow {
    padding: 0 20px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: underline;
  }
  .page_box_textarea h2 {
    font-weight: 900;
    font-size: 26px;
    border-left: 4px solid #6D9585;
    padding: 4px 0 4px 8px;
    color: #2F6851;
    margin: 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .page_box_textarea .page_top_box h3 {
    font-weight: 400;
    font-size: 26px;
    border-bottom: 2px solid #6D9585;
    padding: 0 0 8px 4px;
    color: #333;
    margin: 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .link_title {
    background: #fff;
  }
  .link_title h4 {
    margin: 0 20px;
    padding: 20px;
    font-size: 16px;
    background: #2F6851;
    color: #fff;
  }
  .page_box_textarea {
    padding: 30px 20px;
  }
  .page_box_textarea2 {
    padding: 30px 20px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mainbody {
    /*background-color: #FCEDE0;*/
  }
  .page_in_menu ul {
    margin-left: 0;
    padding-left: 0;
    display: table;
    margin-bottom: 0;
  }
  .page_in_menu ul li {
    padding-right: 20px;
    display: table-cell;
    font-size: 16px;
  }
  .mincho {
    line-height: 1.5;
    font-size: 24px;
    color: #2C6651;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .row20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row20 .col-lg-1, .row20 .col-lg-10, .row20 .col-lg-11, .row20 .col-lg-12, .row20 .col-lg-2, .row20 .col-lg-3, .row20 .col-lg-4, .row20 .col-lg-5, .row20 .col-lg-6, .row20 .col-lg-7, .row20 .col-lg-8, .row20 .col-lg-9, .row20 .col-md-1, .row20 .col-md-10, .row20 .col-md-11, .row20 .col-md-12, .row20 .col-md-2, .row20 .col-md-3, .row20 .col-md-4, .row20 .col-md-5, .row20 .col-md-6, .row20 .col-md-7, .row20 .col-md-8, .row20 .col-md-9, .row20 .col-sm-1, .row20 .col-sm-10, .row20 .col-sm-11, .row20 .col-sm-12, .row20 .col-sm-2, .row20 .col-sm-3, .row20 .col-sm-4, .row20 .col-sm-5, .row20 .col-sm-6, .row20 .col-sm-7, .row20 .col-sm-8, .row20 .col-sm-9, .row20 .col-xs-1, .row20 .col-xs-10, .row20 .col-xs-11, .row20 .col-xs-12, .row20 .col-xs-2, .row20 .col-xs-3, .row20 .col-xs-4, .row20 .col-xs-5, .row20 .col-xs-6, .row20 .col-xs-7, .row20 .col-xs-8, .row20 .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row10 .col-lg-1, .row10 .col-lg-10, .row10 .col-lg-11, .row10 .col-lg-12, .row10 .col-lg-2, .row10 .col-lg-3, .row10 .col-lg-4, .row10 .col-lg-5, .row10 .col-lg-6, .row10 .col-lg-7, .row10 .col-lg-8, .row10 .col-lg-9, .row10 .col-md-1, .row10 .col-md-10, .row10 .col-md-11, .row10 .col-md-12, .row10 .col-md-2, .row10 .col-md-3, .row10 .col-md-4, .row10 .col-md-5, .row10 .col-md-6, .row10 .col-md-7, .row10 .col-md-8, .row10 .col-md-9, .row10 .col-sm-1, .row10 .col-sm-10, .row10 .col-sm-11, .row10 .col-sm-12, .row10 .col-sm-2, .row10 .col-sm-3, .row10 .col-sm-4, .row10 .col-sm-5, .row10 .col-sm-6, .row10 .col-sm-7, .row10 .col-sm-8, .row10 .col-sm-9, .row10 .col-xs-1, .row10 .col-xs-10, .row10 .col-xs-11, .row10 .col-xs-12, .row10 .col-xs-2, .row10 .col-xs-3, .row10 .col-xs-4, .row10 .col-xs-5, .row10 .col-xs-6, .row10 .col-xs-7, .row10 .col-xs-8, .row10 .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row5 .col-lg-1, .row5 .col-lg-10, .row5 .col-lg-11, .row5 .col-lg-12, .row5 .col-lg-2, .row5 .col-lg-3, .row5 .col-lg-4, .row5 .col-lg-5, .row5 .col-lg-6, .row5 .col-lg-7, .row5 .col-lg-8, .row5 .col-lg-9, .row5 .col-md-1, .row5 .col-md-10, .row5 .col-md-11, .row5 .col-md-12, .row5 .col-md-2, .row5 .col-md-3, .row5 .col-md-4, .row5 .col-md-5, .row5 .col-md-6, .row5 .col-md-7, .row5 .col-md-8, .row5 .col-md-9, .row5 .col-sm-1, .row5 .col-sm-10, .row5 .col-sm-11, .row5 .col-sm-12, .row5 .col-sm-2, .row5 .col-sm-3, .row5 .col-sm-4, .row5 .col-sm-5, .row5 .col-sm-6, .row5 .col-sm-7, .row5 .col-sm-8, .row5 .col-sm-9, .row5 .col-xs-1, .row5 .col-xs-10, .row5 .col-xs-11, .row5 .col-xs-12, .row5 .col-xs-2, .row5 .col-xs-3, .row5 .col-xs-4, .row5 .col-xs-5, .row5 .col-xs-6, .row5 .col-xs-7, .row5 .col-xs-8, .row5 .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table_pattern_1 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_2 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
    width: 20%;
    vertical-align: middle;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1, .table_pattern_6 table.tablepress tbody tr td.column-2 {
    text-align: center;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_2 table.tablepress tbody tr td.column-2 {
    width: 80%;
    padding: 10px 20px;
  }
  .table_pattern_1 table.tablepress tbody tr th, .table_pattern_1 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .table_pattern_6 table.tablepress tbody tr th, .table_pattern_6 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .table_pattern_2 table.tablepress tbody tr th, .table_pattern_2 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
    line-height: 1.8;
  }
  .examinee table {
    font-size: 16px;
  }
  .examinee_1 .column-4 {
    text-align: center;
    width: 90px;
  }
  .examinee_2 dl.accordion dt {
    padding: 19px 10px 19px 20px;
  }
  h3.maintitle_greenbg {
    background: #2F6851;
    cursor: pointer;
    word-wrap: break-word;
    display: block;
    padding: 19px 10px 19px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  ul.voice_tab {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 50%;
    margin-bottom: 0;
  }
  ul.voice_tab li {
    font-size: 18px;
  }
  ul.voice_list li {
    padding: 0 1.5%;
    float: left;
    width: 33.3%;
    margin-top: 30px;
    height: 260px;
    overflow: hidden;
  }
  ul.voice_list li img {
    margin: 0 0 10px;
  }
  .post_type_list li {
    float: left;
    width: 47%;
    margin-bottom: 20px;
  }
  .post_type_list li:nth-child(odd) {
    margin-right: 3%;
  }
  .post_type_list li:nth-child(even) {
    margin-left: 3%;
  }
  .faq_list p {
    position: relative;
    margin-bottom: 50px !important;
  }
  .table_pattern_7 table.tablepress, .table_pattern_9 table.tablepress {
    font-size: 24px;
  }
  .table_pattern_8 .tablepress thead th {
    font-size: 16px;
  }
  .table_pattern_8 table.tablepress td {
    font-size: 16px;
  }
  .table_pattern_8 table.tablepress td a {
    font-size: 24px;
  }
  .examinee table td strong:first-child span, .examinee_icon_2, .examinee table td strong:nth-child(2) span, .examinee_icon_1, .examinee table td strong:nth-child(3) span, .examinee_icon_3 {
    width: 80px;
  }
  .examinee table td strong {
    display: block;
    padding-left: 0 !important;
    margin-bottom: 10px;
  }
  .examinee table td strong:last-child {
    margin-bottom: 0;
  }
  .video-js {
    height: 324px !important;
  }
  .p_r_b {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .page_top_box {
    min-height: 150px;
  }
  .border_green_life_dotted {
    border-top: 1px dashed #2E6751;
    border-bottom: 1px dashed #2E6751;
    padding: 20px;
  }
  .link_detail_sp {
    text-align: center;
    font-size: 0.9em;
  }
  .content_banner_4 {
    padding: 30px;
  }
  ul.voice_list {
    margin-bottom: 50px;
  }
  .tokucho_box {
    padding: 20px;
  }
  h3.tokucho_text {
    color: #2C6651;
    font-size: 30px;
    margin: 0;
    font-weight: 900;
  }
  .post_type_list li {
    height: 90px;
    overflow: hidden;
  }
  .orange_border, .green_tokucho_border {
    padding: 20px;
  }
  .jitsugi_title_table p {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 18px;
    font-weight: 900;
  }
  .jitsugi_title_table .title_table_cell {
    width: 38px;
    height: auto;
    padding-right: 5px;
  }
  .top_title span {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #4A795F;
  }
  .contact_form table.tablepress tbody tr td.column-1 {
    white-space: nowrap;
  }
  .m0 {
    margin: 0 !important;
  }
  /*周りからのmarginを0に*/
  .m0-t {
    margin-top: 0 !important;
  }
  /*上からのmarginを0に*/
  .m0-r {
    margin-right: 0 !important;
  }
  /*右からのmarginを0に*/
  .m0-b {
    margin-bottom: 0 !important;
  }
  /*下からのmarginを0に*/
  .m0-l {
    margin-left: 0 !important;
  }
  /*左からのmarginを0に*/
  .m3-t {
    margin-top: 3px !important;
  }
  .m5 {
    margin: 5px !important;
  }
  .m5-t {
    margin-top: 5px !important;
  }
  .m5-r {
    margin-right: 5px !important;
  }
  .m5-b {
    margin-bottom: 5px !important;
  }
  .m5-l {
    margin-left: 5px !important;
  }
  .m10 {
    margin: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-t {
    margin-top: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-r {
    margin-right: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-b {
    margin-bottom: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-l {
    margin-left: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m15-l {
    margin-left: 15px !important;
  }
  .m20 {
    margin: 20px !important;
  }
  .m20-t {
    margin-top: 20px !important;
  }
  .m20-r {
    margin-right: 20px !important;
  }
  .m20-b {
    margin-bottom: 20px !important;
  }
  .m20-l {
    margin-left: 20px !important;
  }
  .m30 {
    margin: 30px !important;
  }
  .m30-t {
    margin-top: 30px !important;
  }
  .m30-r {
    margin-right: 30px !important;
  }
  .m30-b {
    margin-bottom: 30px !important;
  }
  .m30-l {
    margin-left: 30px !important;
  }
  .m40 {
    margin: 40px !important;
  }
  .m40-t {
    margin-top: 40px !important;
  }
  .m40-r {
    margin-right: 40px !important;
  }
  .m40-b {
    margin-bottom: 40px !important;
  }
  .m40-l {
    margin-left: 40px !important;
  }
  .m50 {
    margin: 50px !important;
  }
  .m50-t {
    margin-top: 50px !important;
  }
  .m50-r {
    margin-right: 50px !important;
  }
  .m50-b {
    margin-bottom: 50px !important;
  }
  .m50-l {
    margin-left: 50px !important;
  }
  .m60 {
    margin: 60px !important;
  }
  .m60-t {
    margin-top: 60px !important;
  }
  .m60-r {
    margin-right: 60px !important;
  }
  .m60-b {
    margin-bottom: 60px !important;
  }
  .m60-l {
    margin-left: 60px !important;
  }
  .m70 {
    margin: 70px !important;
  }
  .m70-t {
    margin-top: 70px !important;
  }
  .m70-r {
    margin-right: 70px !important;
  }
  .m70-b {
    margin-bottom: 70px !important;
  }
  .m70-l {
    margin-left: 70px !important;
  }
  .m80-t {
    margin-top: 80px !important;
  }
  .m80-b {
    margin-bottom: 80px !important;
  }
  .m100-t {
    margin-top: 100px !important;
  }
  .m100-b {
    margin-bottom: 100px !important;
  }
  .p0-t {
    padding-top: 0 !important;
  }
  .p0-r {
    padding-right: 0 !important;
  }
  .p0-b {
    padding-bottom: 0 !important;
  }
  .p0-l {
    padding-left: 0 !important;
  }
  .p5 {
    padding: 5px !important;
  }
  .p5-t {
    padding-top: 5px !important;
  }
  .p5-r {
    padding-right: 5px !important;
  }
  .p5-b {
    padding-bottom: 5px !important;
  }
  .p5-l {
    padding-left: 5px !important;
  }
  .p10 {
    padding: 10px !important;
  }
  .p10-t {
    padding-top: 10px !important;
  }
  .p10-r {
    padding-right: 10px !important;
  }
  .p10-b {
    padding-bottom: 10px !important;
  }
  .p10-l {
    padding-left: 10px !important;
  }
  .p20 {
    padding: 20px !important;
  }
  .p20-t {
    padding-top: 20px !important;
  }
  .p20-r {
    padding-right: 20px !important;
  }
  .p20-b {
    padding-bottom: 20px !important;
  }
  .p20-l {
    padding-left: 20px !important;
  }
  .p30 {
    padding: 30px !important;
  }
  .p30-t {
    padding-top: 30px !important;
  }
  .p30-r {
    padding-right: 30px !important;
  }
  .p30-b {
    padding-bottom: 30px !important;
  }
  .p30-l {
    padding-left: 30px !important;
  }
  .p40 {
    padding: 40px !important;
  }
  .p40-t {
    padding-top: 40px !important;
  }
  .p40-r {
    padding-right: 40px !important;
  }
  .p40-b {
    padding-bottom: 40px !important;
  }
  .p40-l {
    padding-left: 40px !important;
  }
  .p50 {
    padding: 50px !important;
  }
  .p50-t {
    padding-top: 50px !important;
  }
  .p50-r {
    padding-right: 50px !important;
  }
  .p50-b {
    padding-bottom: 50px !important;
  }
  .p50-l {
    padding-left: 50px !important;
  }
  .p60 {
    padding: 60px !important;
  }
  .p60-t {
    padding-top: 60px !important;
  }
  .p60-r {
    padding-right: 60px !important;
  }
  .p60-b {
    padding-bottom: 60px !important;
  }
  .p60-l {
    padding-left: 60px !important;
  }
}

@media (min-width: 1180px) {
  .sp-submenu {
    display: none;
  }
  .swiper-slide {
    width: 1180px;
  }
  .content_on_text_position {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 155px;
    height: 90px;
  }
  .top_count .content_on_text .content_on_text_position h2 {
    font-size: 38px;
    margin-bottom: 0 !important;
    border-left: none;
    font-family: "メイリオ", sans-serif;
    color: #333;
    padding: 0;
    font-weight: 400;
  }
  .top_count .content_on_text .content_on_text_position h2 span {
    font-size: 14px;
  }
  .content_on_text_position p {
    font-size: 18px;
  }
  .menu_border > .menu_bg > .container > ul > li > a > span {
    margin-left: 30px;
  }
  .dropmenu li ul {
    width: 1178px;
  }
  .dropmenu li:first-child ul {
    left: 0;
  }
  .dropmenu li:nth-child(2) ul {
    left: -228px;
  }
  .dropmenu li:nth-child(3) ul {
    left: -455px;
  }
  .dropmenu li:nth-child(4) ul {
    right: -270px;
  }
  .dropmenu li:nth-child(5) ul {
    right: 0px;
  }
  .container {
    width: 1180px;
  }
  .mainbody > .container > .row > .col-sm-4 {
    width: 25.4%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2.502%;
  }
  .mainbody > .container > .row > .col-sm-8 {
    width: 69.5%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2.6%;
  }
  .sp-submenu {
    display: none;
  }
  .menu_border > .menu_bg > .container > ul > li:first-child {
    background: url(../img/menu1.png);
    background-position: 58px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(2) {
    background: url(../img/menu2.png);
    background-position: 50px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(3) {
    background: url(../img/menu3.png);
    background-position: 58px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(4) {
    background: url(../img/menu4.png);
    background-position: 58px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(5) {
    background: url(../img/menu5.png);
    background-position: 64px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:first-child:hover {
    background-image: url(../img/menu1_on.png);
    background-position: 58px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(2):hover {
    background-image: url(../img/menu2_on.png);
    background-position: 50px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(3):hover {
    background-image: url(../img/menu3_on.png);
    background-position: 58px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(4):hover {
    background-image: url(../img/menu4_on.png);
    background-position: 58px 14px;
    background-repeat: no-repeat;
  }
  .menu_border > .menu_bg > .container > ul > li:nth-child(5):hover {
    background-image: url(../img/menu5_on.png);
    background-position: 64px 14px;
    background-repeat: no-repeat;
  }
  .mainbody > .p0 {
    padding: 0 !important;
  }
  .top_slider .swiper-pagination-bullet {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-color: #2F6851;
    opacity: 1;
    border: 1px solid #fff;
  }
  .top_slider .swiper-pagination-bullet-active {
    padding: 8px;
    background-color: #fff;
    border: 8px solid #2F6851;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .ls-wrapper {
    max-width: 1400px !important;
  }
  .mainbody {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .side_banner {
    margin-bottom: 10px;
  }
  .content_banner_2 {
    margin-bottom: 40px;
  }
  .ls-nav {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -69px;
  }
  #slider-id-nav-ul li a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #2F6851;
    opacity: 1;
    border: 1px solid #fff;
    margin: 0 8px;
  }
  #slider-id-nav-ul .current a {
    padding: 5px;
    background-color: #fff;
    border: 4px solid #2F6851;
  }
  .page_img_title h2 {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    margin-bottom: 0;
    border-left: 6px solid #2F6851;
    padding: 5px 0 5px 12px;
    color: #2F6851;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .breadcrumb {
    background: #2F6851;
    color: #fff;
    padding: 17px 20px;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  .breadcrumb span.arrow {
    padding: 0 20px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: underline;
  }
  .page_box_textarea h2 {
    font-weight: 900;
    font-size: 26px;
    border-left: 4px solid #6D9585;
    padding: 4px 0 4px 8px;
    color: #2F6851;
    margin: 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .page_box_textarea .page_top_box h3 {
    font-weight: 400;
    font-size: 26px;
    border-bottom: 2px solid #6D9585;
    padding: 0 0 8px 4px;
    color: #333;
    margin: 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .link_title {
    background: #fff;
  }
  .link_title h4 {
    margin: 0 20px;
    padding: 20px;
    font-size: 16px;
    background: #2F6851;
    color: #fff;
  }
  .page_box_textarea {
    padding: 30px 20px 50px;
  }
  .page_box_textarea2 {
    padding: 30px 20px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mainbody {
    /*background-color: #FCEDE0;*/
  }
  .page_in_menu ul {
    margin-left: 0;
    padding-left: 0;
    display: table;
    margin-bottom: 0;
  }
  .page_in_menu ul li {
    padding-right: 20px;
    display: table-cell;
    font-size: 16px;
  }
  .mincho {
    line-height: 1.5;
    font-size: 24px;
    color: #2C6651;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .row20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row20 .col-lg-1, .row20 .col-lg-10, .row20 .col-lg-11, .row20 .col-lg-12, .row20 .col-lg-2, .row20 .col-lg-3, .row20 .col-lg-4, .row20 .col-lg-5, .row20 .col-lg-6, .row20 .col-lg-7, .row20 .col-lg-8, .row20 .col-lg-9, .row20 .col-md-1, .row20 .col-md-10, .row20 .col-md-11, .row20 .col-md-12, .row20 .col-md-2, .row20 .col-md-3, .row20 .col-md-4, .row20 .col-md-5, .row20 .col-md-6, .row20 .col-md-7, .row20 .col-md-8, .row20 .col-md-9, .row20 .col-sm-1, .row20 .col-sm-10, .row20 .col-sm-11, .row20 .col-sm-12, .row20 .col-sm-2, .row20 .col-sm-3, .row20 .col-sm-4, .row20 .col-sm-5, .row20 .col-sm-6, .row20 .col-sm-7, .row20 .col-sm-8, .row20 .col-sm-9, .row20 .col-xs-1, .row20 .col-xs-10, .row20 .col-xs-11, .row20 .col-xs-12, .row20 .col-xs-2, .row20 .col-xs-3, .row20 .col-xs-4, .row20 .col-xs-5, .row20 .col-xs-6, .row20 .col-xs-7, .row20 .col-xs-8, .row20 .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row10 .col-lg-1, .row10 .col-lg-10, .row10 .col-lg-11, .row10 .col-lg-12, .row10 .col-lg-2, .row10 .col-lg-3, .row10 .col-lg-4, .row10 .col-lg-5, .row10 .col-lg-6, .row10 .col-lg-7, .row10 .col-lg-8, .row10 .col-lg-9, .row10 .col-md-1, .row10 .col-md-10, .row10 .col-md-11, .row10 .col-md-12, .row10 .col-md-2, .row10 .col-md-3, .row10 .col-md-4, .row10 .col-md-5, .row10 .col-md-6, .row10 .col-md-7, .row10 .col-md-8, .row10 .col-md-9, .row10 .col-sm-1, .row10 .col-sm-10, .row10 .col-sm-11, .row10 .col-sm-12, .row10 .col-sm-2, .row10 .col-sm-3, .row10 .col-sm-4, .row10 .col-sm-5, .row10 .col-sm-6, .row10 .col-sm-7, .row10 .col-sm-8, .row10 .col-sm-9, .row10 .col-xs-1, .row10 .col-xs-10, .row10 .col-xs-11, .row10 .col-xs-12, .row10 .col-xs-2, .row10 .col-xs-3, .row10 .col-xs-4, .row10 .col-xs-5, .row10 .col-xs-6, .row10 .col-xs-7, .row10 .col-xs-8, .row10 .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row5 .col-lg-1, .row5 .col-lg-10, .row5 .col-lg-11, .row5 .col-lg-12, .row5 .col-lg-2, .row5 .col-lg-3, .row5 .col-lg-4, .row5 .col-lg-5, .row5 .col-lg-6, .row5 .col-lg-7, .row5 .col-lg-8, .row5 .col-lg-9, .row5 .col-md-1, .row5 .col-md-10, .row5 .col-md-11, .row5 .col-md-12, .row5 .col-md-2, .row5 .col-md-3, .row5 .col-md-4, .row5 .col-md-5, .row5 .col-md-6, .row5 .col-md-7, .row5 .col-md-8, .row5 .col-md-9, .row5 .col-sm-1, .row5 .col-sm-10, .row5 .col-sm-11, .row5 .col-sm-12, .row5 .col-sm-2, .row5 .col-sm-3, .row5 .col-sm-4, .row5 .col-sm-5, .row5 .col-sm-6, .row5 .col-sm-7, .row5 .col-sm-8, .row5 .col-sm-9, .row5 .col-xs-1, .row5 .col-xs-10, .row5 .col-xs-11, .row5 .col-xs-12, .row5 .col-xs-2, .row5 .col-xs-3, .row5 .col-xs-4, .row5 .col-xs-5, .row5 .col-xs-6, .row5 .col-xs-7, .row5 .col-xs-8, .row5 .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table_pattern_1 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
  }
  .table_pattern_2 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
    width: 20%;
    vertical-align: middle;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-1 {
    background: #EEF0EE;
    text-align: center;
  }
  .table_pattern_6 table.tablepress tbody tr td.column-2 {
    text-align: center;
  }
  .table_pattern_2 table.tablepress tbody tr td.column-2 {
    width: 80%;
    padding: 10px 20px;
  }
  .table_pattern_1 table.tablepress tbody tr th, .table_pattern_1 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .table_pattern_6 table.tablepress tbody tr th, .table_pattern_6 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
  }
  .table_pattern_2 table.tablepress tbody tr th, .table_pattern_2 table.tablepress tbody tr td {
    border: 1px solid #C3CBC8;
    line-height: 1.8;
  }
  .examinee table {
    font-size: 16px;
  }
  .examinee_1 .column-4 {
    text-align: center;
    width: 90px;
  }
  .examinee_2 dl.accordion dt {
    padding: 19px 10px 19px 20px;
  }
  h3.maintitle_greenbg {
    background: #2F6851;
    cursor: pointer;
    word-wrap: break-word;
    display: block;
    padding: 19px 10px 19px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  ul.voice_tab {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 50%;
    margin-bottom: 0;
  }
  ul.voice_tab li {
    font-size: 18px;
  }
  ul.voice_list li {
    padding: 0 1.5%;
    float: left;
    width: 33.3%;
    margin-top: 30px;
    height: 260px;
    overflow: hidden;
  }
  ul.voice_list li img {
    margin: 0 0 10px;
  }
  .post_type_list li {
    float: left;
    width: 47%;
    margin-bottom: 20px;
  }
  .post_type_list li:nth-child(odd) {
    margin-right: 3%;
  }
  .post_type_list li:nth-child(even) {
    margin-left: 3%;
  }
  .faq_list p {
    position: relative;
    margin-bottom: 50px !important;
  }
  .table_pattern_7 table.tablepress, .table_pattern_9 table.tablepress {
    font-size: 28px;
  }
  .table_pattern_8 .tablepress thead th {
    font-size: 16px;
  }
  .table_pattern_8 table.tablepress td {
    font-size: 16px;
  }
  .table_pattern_8 table.tablepress td a {
    font-size: 28px;
  }
  .examinee table td strong:first-child span, .examinee_icon_2, .examinee table td strong:nth-child(2) span, .examinee_icon_1, .examinee table td strong:nth-child(3) span, .examinee_icon_3 {
    width: 80px;
  }
  .video-js {
    height: 440px !important;
  }
  .p_r_b {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .page_top_box {
    min-height: 130px;
  }
  .border_green_life_dotted {
    border-top: 1px dashed #2E6751;
    border-bottom: 1px dashed #2E6751;
    padding: 20px;
  }
  .link_detail_sp {
    text-align: center;
    font-size: 0.9em;
  }
  .content_banner_4 {
    padding: 30px;
  }
  ul.voice_list {
    margin-bottom: 50px;
  }
  #MainVisual {
    max-width: 1400px !important;
    height: auto;
  }
  .tokucho_box {
    padding: 20px;
  }
  h3.tokucho_text {
    color: #2C6651;
    font-size: 30px;
    margin: 0;
    font-weight: 900;
  }
  .post_type_list li {
    height: 90px;
    overflow: hidden;
  }
  .orange_border, .green_tokucho_border {
    padding: 20px;
  }
  .jitsugi_title_table p {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 24px;
    font-weight: 900;
  }
  .jitsugi_title_table .title_table_cell {
    width: 50px;
    height: auto;
    padding-right: 5px;
  }
  .top_title span {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #4A795F;
  }
  .contact_form table.tablepress tbody tr td.column-1 {
    white-space: nowrap;
  }
  .m0 {
    margin: 0 !important;
  }
  /*周りからのmarginを0に*/
  .m0-t {
    margin-top: 0 !important;
  }
  /*上からのmarginを0に*/
  .m0-r {
    margin-right: 0 !important;
  }
  /*右からのmarginを0に*/
  .m0-b {
    margin-bottom: 0 !important;
  }
  /*下からのmarginを0に*/
  .m0-l {
    margin-left: 0 !important;
  }
  /*左からのmarginを0に*/
  .m3-t {
    margin-top: 3px !important;
  }
  .m5 {
    margin: 5px !important;
  }
  .m5-t {
    margin-top: 5px !important;
  }
  .m5-r {
    margin-right: 5px !important;
  }
  .m5-b {
    margin-bottom: 5px !important;
  }
  .m5-l {
    margin-left: 5px !important;
  }
  .m10 {
    margin: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-t {
    margin-top: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-r {
    margin-right: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-b {
    margin-bottom: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m10-l {
    margin-left: 10px !important;
  }
  /*周りからのmarginを10pxに*/
  .m15-l {
    margin-left: 15px !important;
  }
  .m20 {
    margin: 20px !important;
  }
  .m20-t {
    margin-top: 20px !important;
  }
  .m20-r {
    margin-right: 20px !important;
  }
  .m20-b {
    margin-bottom: 20px !important;
  }
  .m20-l {
    margin-left: 20px !important;
  }
  .m30 {
    margin: 30px !important;
  }
  .m30-t {
    margin-top: 30px !important;
  }
  .m30-r {
    margin-right: 30px !important;
  }
  .m30-b {
    margin-bottom: 30px !important;
  }
  .m30-l {
    margin-left: 30px !important;
  }
  .m40 {
    margin: 40px !important;
  }
  .m40-t {
    margin-top: 40px !important;
  }
  .m40-r {
    margin-right: 40px !important;
  }
  .m40-b {
    margin-bottom: 40px !important;
  }
  .m40-l {
    margin-left: 40px !important;
  }
  .m50 {
    margin: 50px !important;
  }
  .m50-t {
    margin-top: 50px !important;
  }
  .m50-r {
    margin-right: 50px !important;
  }
  .m50-b {
    margin-bottom: 50px !important;
  }
  .m50-l {
    margin-left: 50px !important;
  }
  .m60 {
    margin: 60px !important;
  }
  .m60-t {
    margin-top: 60px !important;
  }
  .m60-r {
    margin-right: 60px !important;
  }
  .m60-b {
    margin-bottom: 60px !important;
  }
  .m60-l {
    margin-left: 60px !important;
  }
  .m70 {
    margin: 70px !important;
  }
  .m70-t {
    margin-top: 70px !important;
  }
  .m70-r {
    margin-right: 70px !important;
  }
  .m70-b {
    margin-bottom: 70px !important;
  }
  .m70-l {
    margin-left: 70px !important;
  }
  .m80-t {
    margin-top: 80px !important;
  }
  .m80-b {
    margin-bottom: 80px !important;
  }
  .m100-t {
    margin-top: 100px !important;
  }
  .m100-b {
    margin-bottom: 100px !important;
  }
  .p0-t {
    padding-top: 0 !important;
  }
  .p0-r {
    padding-right: 0 !important;
  }
  .p0-b {
    padding-bottom: 0 !important;
  }
  .p0-l {
    padding-left: 0 !important;
  }
  .p5 {
    padding: 5px !important;
  }
  .p5-t {
    padding-top: 5px !important;
  }
  .p5-r {
    padding-right: 5px !important;
  }
  .p5-b {
    padding-bottom: 5px !important;
  }
  .p5-l {
    padding-left: 5px !important;
  }
  .p10 {
    padding: 10px !important;
  }
  .p10-t {
    padding-top: 10px !important;
  }
  .p10-r {
    padding-right: 10px !important;
  }
  .p10-b {
    padding-bottom: 10px !important;
  }
  .p10-l {
    padding-left: 10px !important;
  }
  .p20 {
    padding: 20px !important;
  }
  .p20-t {
    padding-top: 20px !important;
  }
  .p20-r {
    padding-right: 20px !important;
  }
  .p20-b {
    padding-bottom: 20px !important;
  }
  .p20-l {
    padding-left: 20px !important;
  }
  .p30 {
    padding: 30px !important;
  }
  .p30-t {
    padding-top: 30px !important;
  }
  .p30-r {
    padding-right: 30px !important;
  }
  .p30-b {
    padding-bottom: 30px !important;
  }
  .p30-l {
    padding-left: 30px !important;
  }
  .p40 {
    padding: 40px !important;
  }
  .p40-t {
    padding-top: 40px !important;
  }
  .p40-r {
    padding-right: 40px !important;
  }
  .p40-b {
    padding-bottom: 40px !important;
  }
  .p40-l {
    padding-left: 40px !important;
  }
  .p50 {
    padding: 50px !important;
  }
  .p50-t {
    padding-top: 50px !important;
  }
  .p50-r {
    padding-right: 50px !important;
  }
  .p50-b {
    padding-bottom: 50px !important;
  }
  .p50-l {
    padding-left: 50px !important;
  }
  .p60 {
    padding: 60px !important;
  }
  .p60-t {
    padding-top: 60px !important;
  }
  .p60-r {
    padding-right: 60px !important;
  }
  .p60-b {
    padding-bottom: 60px !important;
  }
  .p60-l {
    padding-left: 60px !important;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.overflow-h {
  overflow: hidden;
}

.p65-b_border {
  padding-bottom: 65px;
  border-bottom: 3px solid #BCC5C1;
}

.height_auto {
  height: auto !important;
}

body {
  font-family: "メイリオ", sans-serif;
}

.triangle {
  margin-right: 4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.default_triangle {
  border-left: 4px solid #4A795F;
}

.w100 {
  width: 100%;
}

.p-rl {
  position: relative;
}

.border-b-none {
  border-bottom: none !important;
}

.border-t-none {
  border-top: none !important;
}

/*------------------------------------------------------------
ヘッダー
-------------------------------------------------------------*/
.header {
  border-top: 6px solid #2F6851;
}

.header-ul {
  margin-top: 10px;
  overflow: hidden;
  color: #2F6851;
}

.header-ul ul {
  float: right;
  display: table;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.header-ul li {
  display: table-cell;
  padding-left: 20px;
  font-size: 0.8em;
}

.header-ul li a {
  margin-left: 4px;
  text-decoration: underline;
  color: #2F6851;
}

.logo_img {
  float: left;
}

.logo_text {
  float: left;
  max-width: 210px;
  font-size: 12px;
  margin-top: 18px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.logo_text p {
  margin-bottom: 0;
}

.right_inner {
  margin-top: 0;
}

.green_link a {
  color: #4A795F;
  text-decoration: underline;
}

.green_color {
  color: #4A795F;
}

.header-last-row {
  text-align: right;
  position: relative;
  overflow: hidden;
}

#fontSize {
  margin-top: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 110px;
}

#fontSize ul {
  overflow: hidden;
  margin: 0;
  padding-left: 0;
}

#fontSize ul li {
  float: left;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  text-align: center;
}

#fontSize ul li:first-child {
  margin-right: 4px;
}

#fontSize ul li:hover {
  border: 1px solid #aaa;
  background: #aaa;
  color: #fff;
  cursor: pointer;
}

.header-last-row form {
  float: right;
}

#s {
  font-size: 10px;
  width: 170px;
  height: 20px;
  margin: 0 -5px 0 0;
  padding: 2px;
  border: 1px solid #a6a6a6;
  border-radius: 0;
}

.searchform input {
  vertical-align: middle;
}

input, textarea {
  outline: none;
}

.list_set {
  margin-left: 0;
  padding-left: 1em;
}

/*------------------------------------------------------------
メニュー
-------------------------------------------------------------*/
.menu_bg {
  border-top: #FCEDE0 1px solid;
  border-bottom: #FCEDE0 1px solid;
  background: #519177;
  /* Old browsers */
  background: -moz-linear-gradient(top, #519177 0%, #447562 35%, #2f6851 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #519177 0%, #447562 35%, #2f6851 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #519177 0%, #447562 35%, #2f6851 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519177', endColorstr='#2f6851',GradientType=0 );
  /* IE6-9 */
}

.menu_border {
  border-top: #8EA499 3px solid;
  border-bottom: #8EA499 3px solid;
}

.menu_border > .menu_bg > .container > ul {
  width: 100%;
  display: table;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  border-left: #204838 1px solid;
  border-right: #CCCCCC 1px solid;
}

.menu_border > .menu_bg > .container > ul > li {
  display: table-cell;
  border-right: #204838 1px solid;
  border-left: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu_border > .menu_bg > .container > ul > li a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
}

.menu_border > .menu_bg > .container > ul > li::before, .menu_border > .menu_bg > .container > ul > li::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.menu_border > .menu_bg > .container > ul > li::before, .menu_border > .menu_bg > .container > ul > li::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu_border > .menu_bg > .container > ul > li:hover {
  background-color: #fff;
}

.menu_border > .menu_bg > .container > ul > li > a > span {
  vertical-align: middle;
}

.menu_border ul > li > a {
  text-decoration: none;
  color: #fff;
  display: block;
}

/*------------------------------------------------------------
pcドロップダウン
-------------------------------------------------------------*/
.dropmenu li {
  position: relative;
}

.dropmenu li ul {
  display: table;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  list-style: disc;
  display: table-cell;
}

.dropmenu li ul li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.menu_border .menu_bg .dropmenu li ul li a {
  color: #2F6851;
  padding: 20px 20px;
  border-top: 1px solid #fff;
  background: #fff;
  text-align: left;
}

.dropmenu li:hover > a {
  color: #2F6851;
}

.dropmenu li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}

.dropmenu li ul li a:hover {
  color: #2F6851;
  background: #fff;
}

.dropmenu li:hover ul {
  visibility: visible;
  opacity: 1;
}

.dropmenu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.dropmenu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/*------------------------------------------------------------
スライダー
-------------------------------------------------------------*/
.swiper-container {
  width: 100%;
  margin: 0 auto;
}

.swiper-container img {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*
*  Liquid Slider v2
*  Copyright 2012 Kevin Batdorf
*  http://liquidslider.com
*  MIT license
*/
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll;
}

.ls-preloader {
  background: url(../img/slider_js/loading.gif) #fff no-repeat center 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*** Containers ***/
.ls-wrapper {
  margin: 0 auto;
  clear: both;
  overflow: auto;
  position: relative;
}

.liquid-slider {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

.ls-responsive .liquid-slider {
  max-width: 100%;
  margin: 0;
}

.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}

.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.liquid-slider .ls-panel {
  width: 100%;
  display: block;
  float: left;
}

/*** Panels ***/
.panel-wrapper {
  position: relative;
  margin: 0 auto;
}

.panel-wrapper img {
  margin: 0 auto;
  width: 100%;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow: hidden;
  clear: both;
  z-index: 11;
}

.ls-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none;
}

.ls-nav .current a {
  background: #f2f2f2;
}

.currentCrossLink {
  font-weight: bold;
}

.ls-nav ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}

.ls-nav ul li {
  display: inline;
}

.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box {
  width: 100%;
  height: 35px;
  overflow: hidden;
}

.ls-select-box select {
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor: pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top: 0;
  float: left;
  clear: both;
}

.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}

.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}

.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}

.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}

.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}

[class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(../img/slider_js/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position: relative;
}

.ls-nav-right-arrow {
  background-position: top right;
  margin-right: 5px;
}

.ls-nav-left-arrow {
  background-position: top left;
  margin-left: 5px;
}

.ls-nav-left-arrow:hover {
  background-position: bottom left;
}

.ls-nav-right-arrow:hover {
  background-position: bottom right;
}

.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0;
  z-index: 5;
}

.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  top: 43%;
  margin-top: 0;
  z-index: 5;
}

.slider_pager {
  margin: 0;
}

#slider-id-nav-ul {
  display: table;
}

#slider-id-nav-ul li {
  display: table-cell;
  vertical-align: middle;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.mvslider-wrap {
  background: #FCEDE0;
}

@media (max-width: 767px) {
  .mvslider-wrap {
    display: none;
  }
}

#mvslider {
  padding-bottom: 44px;
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-right: 20px;
}

.sp-bottom-thumbnails {
  margin-top: 35px;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows {
  margin-top: 20px;
}

.sp-top-thumbnails .sp-thumbnail-arrows {
  margin-top: 20px;
}

/*-----------------------------------------------------
MainVisual
-------------------------------------------------------*/
.pc_slider {
  display: none;
}

@media (max-width: 767px) {
  .pc_slider {
    display: block;
  }
}

#slider-id {
  display: none;
}

#MainVisual {
  position: relative;
  margin: auto;
}

#MainVisual div.frame {
  display: none;
}

#MainVisual div.frame p {
  width: 160px;
  height: 320px;
  position: absolute;
  top: 0;
}

#MainVisual div.frame p img {
  height: 100%;
}

#MainVisual div.frame p.left {
  left: 0;
  z-index: 4;
}

#MainVisual div.frame p.right {
  right: 0;
  z-index: 4;
}

/*------------------------------------------------------------
サイドバー
-------------------------------------------------------------*/
.side_ad_1 {
  margin-bottom: 10px;
}

.side_menu {
  display: block;
}

.side_menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.side_menu dl.accordion, .side_menu dl.accordion2 {
  margin-bottom: 0;
  border-left: 1px solid #6E9580;
  border-right: 1px solid #6E9580;
}

.side_menu dl.accordion .triangle, .side_menu dl.accordion2 .triangle {
  border-left: 4px solid #4A795F;
  margin-right: 10px;
}

.side_menu dl.accordion dt, .side_menu dl.accordion2 dt {
  font-weight: 400;
  background: #6E9580;
  cursor: pointer;
  border-bottom: 1px dotted #fff;
  word-wrap: break-word;
}

.side_menu ul li:last-child dl.accordion dt, .side_menu ul li:last-child dl.accordion2 dt {
  border-bottom: none;
}

.side_menu dl.accordion dt, .side_menu dl.accordion2 dt {
  display: block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  font-size: 16px;
}

.side_menu dl.accordion dt::before, .side_menu dl.accordion2 dt::before {
  content: '';
  position: relative;
  float: left;
  border: 6px solid transparent;
  border-left-color: #6E9580;
  width: 0;
  height: 0;
  top: 4px;
  left: 4px;
  z-index: 999;
}

.side_menu dl.accordion dt.open::before, .side_menu dl.accordion2 dt.open::before {
  content: '';
  position: relative;
  float: left;
  border: 6px solid transparent;
  border-top-color: #6E9580;
  width: 0;
  height: 0;
  top: 8px;
  left: 0px;
  z-index: 999;
}

.side_menu dl.accordion dt::after, .side_menu dl.accordion2 dt::after {
  content: '';
  position: relative;
  float: left;
  background-color: #fff;
  /* border-top-color: #fff; */
  width: 20px;
  height: 20px;
  top: 0px;
  right: 1em;
  border-radius: 50%;
}

.side_menu dl.accordion dd, .side_menu dl.accordion2 dd {
  word-wrap: break-word;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  background: #fff;
}

.side_menu dl.accordion dd ul li, .side_menu dl.accordion2 dd ul li {
  list-style: none;
}

.side_menu dl.accordion dd ul li a, .side_menu dl.accordion2 dd ul li a {
  color: #333;
  display: block;
  padding: 10px 10px 10px 15px;
  text-decoration: underline;
}

/*accordion*/
/*------------------------------------------------------------
フッター
-------------------------------------------------------------*/
.footer {
  background: #F8E3CF;
}

.footer > .container > .row > .col-sm-7 {
  padding-left: 0;
}

.footer > .container > .row > .col-sm-5 {
  padding-right: 0;
}

.footer > .container > .row > .col-sm-5 > .col-xs-6:first-child {
  padding-right: 10px;
  padding-left: 0;
}

.footer > .container > .row > .col-sm-5 > .col-xs-6:nth-child(2) {
  padding-right: 0;
  padding-left: 10px;
}

.footer > .container > .row > .col-sm-5 > .col-xs-6 img {
  width: 100%;
}

.footer_logo {
  margin-left: 20px;
  margin-right: 20px;
}

.footer_banner {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer_adress p {
  margin: 0 0 4px;
  line-height: 1.2;
}

.footer_copyright {
  background: #2F6851;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}

.footer_copyright p {
  margin-bottom: 0;
}

.footer_copyright ul {
  display: table;
  float: right;
  overflow: hidden;
  width: 300px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer_copyright li {
  display: table-cell;
  width: 33%;
  text-align: center;
  border-left: #fff solid 1px;
}

.footer_copyright li:first-child {
  border-left: none;
}

.footer_copyright ul li a {
  color: #fff;
}

.footer-menu-div {
  width: 16.6%;
  float: left;
}

.footer-menu {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.footer-menu ul.sub-menu {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 18px;
  font-size: 10px;
}

.footer-menu ul.sub-menu li {
  margin-bottom: 4px;
  font-size: 12px;
}

.sub-menu {
  margin-top: 10px;
}

.footer_menu {
  overflow: hidden;
}

.footer_menu a {
  color: #655559;
}

.footer_menu i {
  margin-right: 4px;
  color: #fff;
  padding: 0px 4px;
  background: #316750;
  border: 1px solid #93A590;
}

.confirm .confirm_on {
  display: none;
}

.comfarm_on .mwform-checkbox-field {
  float: none;
  width: auto;
}

/*------------------------------------------------------------
コンテンツ
-------------------------------------------------------------*/
.page_img_title {
  position: relative;
}

/*------------------------------------------------------------
table
-------------------------------------------------------------*/
table {
  margin-bottom: 0;
}

table.tablepress {
  margin-bottom: 0;
}

.examinee table th, .examinee table td {
  border: 1px solid #C3CBC8;
  padding: 10px;
}

.examinee table th {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #7C9689;
}

.examinee table td {
  background: #F1F3F2;
}

.examinee table td strong:first-child {
  color: #71B55E;
}

.examinee table td strong:first-child span {
  font-size: 16px;
  background: #71B55E;
  color: #fff;
  padding: 4px 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.examinee_icon_2 {
  font-size: 16px;
  background: #71B55E;
  color: #fff;
  padding: 4px 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.examinee table td strong:nth-child(2) {
  padding-left: 20px;
  color: #6280B0;
}

.examinee table td strong:nth-child(2) span {
  font-size: 16px;
  background: #6280B0;
  color: #fff;
  padding: 4px 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.examinee_icon_1 {
  font-size: 16px;
  background: #6280B0;
  color: #fff;
  padding: 4px 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.examinee table td strong:nth-child(3) {
  padding-left: 20px;
  color: #AF6F61;
}

.examinee table td strong:nth-child(3) span {
  font-size: 16px;
  background: #AF6F61;
  color: #fff;
  padding: 4px 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.examinee_icon_3 {
  font-size: 16px;
  background: #AF6F61;
  color: #fff;
  padding: 4px 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.table_pattern_1 table.tablepress td {
  word-break: break-all;
}

.table_pattern_3 table.tablepress tbody tr td {
  border: 1px solid #C3CBC8;
  padding: 10px 4px;
}

.table_pattern_3 table.tablepress tr th {
  border: 1px solid #C3CBC8;
  padding: 10px 4px;
  text-align: center;
  background: #EEF0EE;
}

.table_center table.tablepress tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.vertical-m table.tablepress tbody th, .vertical-m table.tablepress tbody td {
  vertical-align: middle;
}

.table_pattern_4 table.tablepress tbody tr th, .table_pattern_4 table.tablepress tbody tr td {
  border: 1px solid #C3CBC8;
}

.table_pattern_4 .tablepress tfoot th, .table_pattern_4 .tablepress thead th {
  text-align: center;
  background: #EEF0EE;
  border: 1px solid #C3CBC8;
}

.table_pattern_4 .column-1 {
  width: 40%;
  text-align: center;
  vertical-align: middle;
}

.table_pattern_4 .column-2 {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

.table_pattern_4 .column-3 {
  width: 50%;
}

.table_pattern_5 table.tablepress tbody tr th, .table_pattern_5 table.tablepress tbody tr td {
  border: 2px solid #ddd;
}

.table_al-c table.tablepress tbody tr .column-1 {
  text-align: center;
}

.table_al-c2 table.tablepress tbody td.column-1, .table_al-c2 table.tablepress tbody td.column-3, .table_al-c2 table.tablepress tbody td.column-4 {
  text-align: center;
  vertical-align: middle;
}

.table_pattern_7 .tablepress thead th {
  text-align: center;
  background: #2D6651;
  color: #fff;
  border: 1px solid #2D6651;
}

.table_pattern_7 table.tablepress tbody tr td.column-1 {
  text-align: center;
  color: #2D6651;
  border: 1px solid #999;
  border-top: none;
}

.table_pattern_8 .tablepress thead th {
  width: 50%;
  text-align: center;
  background: #2D6651;
  color: #fff;
  border: 1px solid #ccc;
  padding: 20px 10px;
}

.table_pattern_8 table.tablepress td {
  text-align: center;
  vertical-align: middle;
  color: #2D6651;
  border: 1px solid #ccc !important;
  padding: 20px 10px;
}

.table_pattern_9 .tablepress thead th {
  width: 50%;
  text-align: center;
  color: #fff;
  border: 1px solid #ccc;
  padding: 20px 10px;
}

.table_green .tablepress thead th {
  background: #2D6651;
}

.table_green table.tablepress td {
  color: #2D6651;
}

.table_orange .tablepress thead th {
  background: #EB984E;
}

.table_orange table.tablepress td {
  color: #EB984E;
}

.table_blue .tablepress thead th {
  background: #2C3E50;
}

.table_blue table.tablepress td {
  color: #2C3E50;
}

.table_blue2 .tablepress thead th {
  background: #3498DB;
}

.table_blue2 table.tablepress td {
  color: #3498DB;
}

.table_pattern_9 table.tablepress td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 10px;
}

.table_pattern_8 table.tablepress td a {
  color: #2D6651;
}

.contact_form .column-2 {
  vertical-align: middle;
}

.contact_form .column-1 span {
  color: #FF2626;
}

.contact_red {
  color: #FF2626;
}

.contact_form .column-1 {
  text-align: center;
  vertical-align: middle;
  line-height: 1.8;
  padding: 10px;
}

.contact_form .column-2 {
  line-height: 1.8;
  padding: 10px;
}

.text_input {
  width: 100% !important;
}

input.contact_button {
  background: url(../img/contact.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-color: #6E9580;
  font-size: 20px;
  color: #fff;
  padding: 15px 30px 15px 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}

input.contact_button:hover {
  background-color: #2F6851 !important;
  box-shadow: none;
}

input[name="submitBack"]:hover, input.contact_button:focus, input[name="submitBack"]:focus {
  background-color: #2F6851 !important;
  box-shadow: none;
}

/**
* error message
*/
.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
}

.mw_wp_form input.error {
  display: inline-block;
}

.checkbox, .radio {
  display: inline-block;
}

/**
* error message of akismet
*/
.mw_wp_form .akismet_error {
  display: block;
}

.mw_wp_form .vertical-item {
  display: block;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

/**
* vertical style of radio and checkbox
*/
/**
* horizontal style of radio and checkbox
*/
/**
* radio and checkbox
*/
.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.mwform-checkbox-field input, .mwform-radio-field input {
  margin-right: 5px;
}

/**
* datepicker
*/
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}

/**
* deprecated message
*/
.mw-wp-form-deprecated-message {
  background: #F5A9A9;
  border: #B40404 solid 2px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 5px;
  padding: 5px;
}

/**
* file
*/
.mw_wp_form input[type="file"] {
  display: inline-block;
}

/**
* file delete button
*/
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

/**
* tel and zip
*/
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

.contact_button_ver2 {
  padding: 20px 100px 20px 100px !important;
}

.mwform-checkbox-field {
  width: 50%;
  display: block;
  float: left;
  margin-left: 0 !important;
}

/*------------------------------------------------------------
TOP
-------------------------------------------------------------*/
.news_list_header {
  overflow: hidden;
  padding-bottom: 10px;
}

.news_list_header ul {
  margin-top: 10px;
  margin-bottom: 12px;
  display: table;
  margin-left: 0;
  padding-left: 0;
}

.news_list_header ul li {
  display: table-cell;
  padding-right: 20px;
}

.news_list_header ul li:first-child .triangle {
  border-left: 4px solid #4A795F;
}

.news_list_header ul li:nth-child(2) .triangle {
  border-left: 4px solid #E74C3C;
}

.news_list_header ul li:nth-child(3) .triangle {
  border-left: 4px solid #F39C12;
}

.news_list_header ul li a {
  text-decoration: underline;
  color: #333;
}

.all_post_link i {
  padding-right: 8px;
}

.all_post_link a {
  padding: 8px 12px;
  background: #4A7B60;
  /*text-decoration: underline;*/
  color: #fff;
  font-size: 12px;
}

.news-list {
  border-top: 2px solid #4A7A5F;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 4px;
}

.news-list li {
  /*border-bottom: 1px dashed #8E876A;*/
}

.news-list a {
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
  color: #333;
  font-size: 12px;
}

.news-list a:hover {
  text-decoration: none;
}

.news-list .date {
  vertical-align: middle;
  color: #29674E;
  font-size: 10px;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .news-list .date {
    font-size: 1.4rem;
  }
}

.news-list .category {
  padding: 5px 0px;
  display: inline-block;
  width: 50px;
  text-align: center;
  background: #F39C12;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
  margin: 0 10px;
}

.news-list .test-takers {
  background: #4A7A5F;
}

.news-list .admission {
  background: #E74C3C;
}

.content_banner_1 {
  margin-bottom: 40px;
}

.content_banner_2 {
  border: 1px solid #4A7A5F;
  padding: 10px;
}

.content_banner_3 {
  margin-bottom: 0;
}

.content_on_text {
  position: relative;
}

.content_on_text_position h2 {
  margin: 0 0 10px 0;
}

.content_on_text_position p {
  margin: 0;
}

.link_detail {
  margin-top: 12px;
  color: #4A7A5F;
  margin-bottom: 30px;
}

.link_detail a {
  color: #4A7A5F;
  text-decoration: underline;
}

.link_detail .triangle {
  border-left: 4px solid #4A7A5F;
}

.news_list_wrap {
  overflow: hidden;
}

.news_list_l {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.news_list_r {
  width: 50%;
  float: right;
}

.news_list_header span {
  font-size: 1.8rem;
  color: #29674E;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

/*------------------------------------------------------------
固定ページ
-------------------------------------------------------------*/
.page_box_textarea {
  background: #fff;
  color: #333;
  margin-bottom: 0 !important;
  max-width: 820px;
}

.page_box_textarea2 {
  background: #fff;
  color: #333;
  border-bottom: 4px solid #2E6751;
}

.link_title h4 {
  margin-bottom: 0 !important;
}

.page_box_textarea .page_top_box2 h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.page_box_textarea > h4 {
  padding: 4px 0 4px 8px;
  border-left: 4px solid #6D9585;
  font-size: 18px;
  color: #2C6651;
  margin: 0;
}

.examinee_2 h4, .page_box_textarea .border_green h4, .border_gray h4 {
  padding: 4px 0 4px 8px;
  border-left: 4px solid #6D9585;
  font-size: 18px;
  color: #2C6651;
  margin: 0;
}

.page_box_textarea p {
  line-height: 1.8;
  margin: 0;
}

.page_box_textarea .top_text a, .page_box_textarea .border_green a {
  color: #4A4A4A;
  text-decoration: underline;
}

.page_top_box a, .link_title li a {
  color: #4A795F;
  text-decoration: underline;
}

.adminssion_list1 ul li a {
  color: #333;
  text-decoration: underline;
}

.link_title ul, .adminssion_list1 ul {
  margin-left: 0;
  padding-left: 0;
  display: table;
  margin-bottom: 0;
}

.link_title li, .adminssion_list1 li {
  padding-right: 20px;
  display: table-cell;
  font-size: 15px;
}

.main_footer_banner {
  margin-bottom: 20px;
}

.examinee_2 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.examinee_2 dl.accordion {
  margin-bottom: 0;
}

.examinee_2 dl.accordion dt {
  background: #2F6851;
  cursor: pointer;
  word-wrap: break-word;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.examinee_2 dl.accordion dt::before {
  content: '';
  position: relative;
  float: left;
  border: 6px solid transparent;
  border-left-color: #fff;
  width: 0;
  height: 0;
  top: 4px;
  left: -10px;
  z-index: 999;
}

.examinee_2 dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: left;
  border: 6px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  top: 8px;
  left: -14px;
  z-index: 999;
}

/*accordion*/
#tablepress-36 td, #tablepress-37 td, #tablepress-38 td, #tablepress-39 td {
  background: #fff;
}

.examinee_2 dl.accordion dd {
  word-wrap: break-word;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  background: #fff;
}

.examinee_2 dl.accordion dd ul li {
  list-style: none;
}

.examinee_2 dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 10px 10px 15px;
  text-decoration: underline;
}

.border_green {
  border-bottom: 2px solid #BCC5C1;
}

.border_gray {
  border-bottom: 3px solid #DDDDDD;
}

.border_none {
  border: none;
}

.page_in_menu ul a {
  color: #333333;
  text-decoration: underline;
}

.gothic {
  line-height: 1.5;
  font-size: 22px;
  color: #2C6651;
}

.chosei_about_box {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px solid #BCC5C1;
}

.spend_box {
  position: relative;
}

.spend_box .blue {
  color: #336397 !important;
}

.spend_box span {
  background: #558CC6;
  border-radius: 20px;
  color: #fff;
  padding: 3px 8px;
}

.training_box span {
  display: inline-block;
  background: #2D6651;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 1px 0;
}

.hitokoto {
  border-top: 2px dotted #2D6651;
  padding-top: 10px;
  position: relative;
}

.hitokoto span {
  position: absolute;
  top: -13px;
  display: inline-block;
  background: #2D6651;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 1px 0;
}

.border_dotted {
  padding: 20px 0;
  border-top: dotted 2px #558CC6;
  border-bottom: dotted 2px #558CC6;
}

.border-b-none span {
  position: absolute;
  top: -14px;
  left: 0;
}

.border_dotted_bottom {
  border-bottom: dotted 2px #EBEBEB;
}

.mirror i {
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}

.kyuhukin_list {
  margin-left: 0;
  padding-left: 1em;
}

.kyuhukin_list a {
  text-decoration: underline;
  color: #333;
}

.faq_list p span {
  margin-left: 60px;
  display: inline-block;
}

.faq_list p img {
  position: absolute;
  top: -5px;
}

.orange_bar {
  background: #EB984E;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.blue_bar {
  background: #3498DB;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.green_bar {
  background: #2ECC71;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.border_green_life {
  border: 1px solid #2E6751;
  padding: 20px 16px;
}

.border_green_life h4 {
  margin: 0;
  color: #2E6751;
  margin-bottom: 20px;
}

.border_green_life span {
  color: #2D6651;
}

.border_green_life_dotted p {
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 18px;
}

.border_green_life_dotted img {
  margin: 0 auto;
}

.content_banner_4 {
  background: #fff;
  border: #8AB99F 5px solid;
  box-shadow: 0 0 0 4px #fff inset, 0 0 0 6px #8AB99F inset;
}

.faq_link {
  background: #f1f3f2;
  border: #bcc5c1 1px solid;
  padding: 10px 20px;
}

.faq_link a {
  color: #2F6851;
}

.faq_link i {
  margin-right: 4px;
  color: #fff;
  padding: 0px 4px;
  background: #316750;
  border: 1px solid #93A590;
}

.tokucho_box1 {
  border: #97BB42 1px solid;
}

.tokucho_box2 {
  border: #E8AC51 1px solid;
}

.tokucho_box3 {
  border: #4784BF 1px solid;
}

.tokucho_box4 {
  border: #A55B9A 1px solid;
}

.tokucho_box5 {
  border: #DE6641 1px solid;
}

.tokucho_box1 .tokucho_color, .tokucho_box1 .jitsugi_title_table p {
  color: #97BB42;
  font-weight: 900;
}

.tokucho_box2 .tokucho_color, .tokucho_box2 .jitsugi_title_table p {
  color: #E8AC51;
  font-weight: 900;
}

.tokucho_box3 .tokucho_color, .tokucho_box3 .jitsugi_title_table p {
  color: #4784BF;
  font-weight: 900;
}

.tokucho_box4 .tokucho_color, .tokucho_box4 .jitsugi_title_table p {
  color: #A55B9A;
  font-weight: 900;
}

.tokucho_box5 .tokucho_color, .tokucho_box5 .jitsugi_title_table p {
  color: #DE6641;
  font-weight: 900;
}

.orange_border {
  border: #D39333 1px solid;
  border-top: none;
}

.green_tokucho_border {
  border: #2F6851 1px solid;
  border-top: none;
}

.orange_title {
  background: #D39333;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
}

.green_tokucho_title {
  background: #2F6851;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
}

.border_gray_under_line {
  border-bottom: 2px solid #BCC5C1;
}

.jitsugi_title_table {
  display: table;
}

.jitsugi_title_table .title_table_cell, .jitsugi_title_table p {
  display: table-cell;
  vertical-align: middle;
}

.orange_border .jitsugi_title_table p {
  color: #D39333;
}

.green_tokucho_border .jitsugi_title_table p {
  color: #2F6851;
}

.jitsugi_title_table p {
  line-height: 1.2;
}

/*------------------------------------------------------------
長生学園の声
-------------------------------------------------------------*/
ul.voice_tab li {
  float: left;
  width: 25%;
  text-align: center;
}

ul.voice_tab li a {
  padding: 10px 0;
  display: block;
  color: #333;
  border-top: #2F6851 1px solid;
  border-right: #2F6851 1px solid;
}

ul.voice_tab li a:hover {
  text-decoration: none;
  color: #fff;
}

ul.voice_tab li:nth-child(2) a:hover {
  background: #DD6673;
}

ul.voice_tab li:nth-child(3) a:hover {
  background: #E8AC51;
}

ul.voice_tab li:nth-child(4) a:hover {
  background: #4784BF;
}

ul.voice_tab li:first-child {
  padding: 10px 0;
  background: #2F6851;
  color: #fff;
  border-top: #2F6851 1px solid;
  border-right: #2F6851 1px solid;
}

.voice_border {
  height: 4px;
  border-bottom: #2F6851 1px solid;
  border-top: #2F6851 1px solid;
}

ul.voice_list {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding-left: 0;
  list-style: none;
}

ul.voice_list li a:hover {
  text-decoration: none;
}

ul.voice_list li p {
  margin-top: 10px;
  color: #925F33;
}

ul.voice_list li .voice_name {
  color: #525252;
  margin-left: 1em;
}

.teacher {
  display: inline-block;
  text-align: center;
  width: 56px;
  background: #4784BF;
  color: #fff;
}

.graduates {
  display: inline-block;
  text-align: center;
  width: 56px;
  background: #E8AC51;
  color: #fff;
}

.student {
  display: inline-block;
  text-align: center;
  width: 56px;
  background: #DD6673;
  color: #fff;
}

.single_img_thum img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post_type_list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

.post_type_list li a {
  color: #525252;
  text-decoration: underline;
}

.pagination {
  text-align: center;
}

a.page-numbers {
  color: #333;
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}

.pagination .current {
  color: #333;
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
  background: #2F6851;
  border: solid 1px #2F6851;
  color: #fff;
}

.slider_bg {
  background: #FCEDE0;
}

/*------------------------------------------------------------
検索ページ
-------------------------------------------------------------*/
article.student {
  display: block;
  text-align: left;
  width: auto;
  background: transparent;
}

.search_page_css a {
  color: #333;
  text-decoration: underline;
}

/*------------------------------------------------------------
2017リニューアル
-------------------------------------------------------------*/
.footer_banner_area {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer_banner_area li {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_adress {
  text-align: right;
}

.wrap:after {
  clear: both;
  display: table;
  content: "";
}

.footer_adress ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.footer_adress ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #333;
}

.footer_adress ul li:last-child {
  border: none;
  padding-right: 0;
}

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

.footer_banner_area_2 img {
  width: 100%;
  max-width: 700px;
  float: right;
}

.footer-menu ul.sub-menu {
  padding-left: 0;
}

.footer-menu li > ul li:before {
  display: inline-block;
  content: '»';
  letter-spacing: -0.5px;
  padding-right: 5px;
}

.footer-menu li > ul li a {
  color: #333;
  font-weight: 700;
}

.footer-menu-div > ul > li {
  position: relative;
}

.footer-menu-div > ul > li > a {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #2F6851;
  font-weight: 700;
  font-size: 16px;
}

.footer-menu-div > ul > li > a::after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  right: 0;
  width: 12px;
  content: '';
  display: inline-block;
  height: 2px;
  background-color: #2F6851;
}

.footer-menu-div > ul > li > a::before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  left: 0;
  width: 12px;
  content: '';
  display: inline-block;
  height: 2px;
  background-color: #2F6851;
}

.life_box {
  border: 1px solid;
  padding: 20px;
}

.life_box_title {
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.life_box p {
  margin-bottom: 9px;
}

.life_box p:last-child {
  margin-bottom: 0;
}

.life_box_wrap h3 {
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.life_box_wrap p {
  font-size: 26px;
  color: #333;
  line-height: 1.8;
}

.day .life_box {
  border-color: #de6641;
}

.day .life_box_title {
  background-color: #de6641;
}

.day .life_box_wrap h3, .day .life_box p span {
  color: #de6641;
}

.night .life_box {
  border-color: #1f3773;
}

.night .life_box_title {
  background-color: #1f3773;
}

.night .life_box_wrap h3 {
  color: #1f3773;
  padding-top: 0;
}

.night .life_box_wrap p {
  font-size: 14px;
  line-height: 1.5;
}

.night .life_box p span {
  color: #1f3773;
}

.event_photo .inner {
  width: 25%;
  float: left;
}

.event_title {
  position: relative;
  text-align: center;
}

.event_title span {
  position: relative;
  z-index: 2;
  font-size: 40px;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}

.event_title::before {
  position: absolute;
  top: 45%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}

.event_title::after {
  position: absolute;
  top: 55%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}

.next_event {
  padding-bottom: 30px;
  border-bottom: 2px solid #333;
}

.next_event img {
  margin: 0 auto;
}

.next_event h4 {
  position: relative;
  text-align: center;
  margin: 40px 0 30px;
  border: none;
}

.next_event h4 span {
  position: relative;
  z-index: 2;
  font-size: 40px;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  color: #333;
  font-size: 24px;
}

.next_event h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.event_box {
  margin-bottom: 40px;
}

.event_box h3 {
  padding-top: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}

.event_box p {
  line-height: 1.8;
  font-size: 16px;
}

.event_open .event_box h3 {
  color: #f07800;
}

.event_open .event_title span {
  color: #f07800;
}

.event_open .event_title::before, .event_open .event_title::after {
  background-color: #f07800;
}

.event_mini .event_box h3 {
  color: #1f3773;
}

.event_mini .event_title span {
  color: #1f3773;
}

.event_mini .event_title::before, .event_mini .event_title::after {
  background-color: #1f3773;
}

.next_event h4.tour_title {
  text-align: center;
  color: #27a95f;
  margin-top: 10px;
  margin-bottom: 0;
}

.event_tour .event_box h3, .event_tour .event_title span {
  color: #27a95f;
}

.event_tour .tour_title::before, .event_tour .tour_title::after {
  content: none;
}

.event_tour .next_event {
  border-bottom: none;
}

.event_tour .event_title::before, .event_tour .event_title::after {
  background-color: #27a95f;
}

.border_none {
  border: none !important;
}

.detail_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.detail_btn a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  text-decoration: none;
}

.detail_btn a:before {
  content: '>>';
  display: inline-block;
}

.detail_btn a:after {
  content: '<<';
  display: inline-block;
}

.detail_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.detail_btn.open_btn a {
  background-color: #f07800;
}

.detail_btn.mini_btn a {
  background-color: #1f3773;
}

.detail_btn.tour_btn a {
  background-color: #27ae60;
}

.open_box .col-sm-6 .inner_box, .mini_box .col-sm-6 .inner_box, .tour_box .col-sm-6 .inner_box {
  position: relative;
}

.text_input_old {
  width: 80px !important;
}

.behind_span {
  margin-left: 5px;
}

.checkwrap {
  float: left;
  width: 50%;
}

.contact_btn_area {
  font-size: 16px;
}

form label {
  font-weight: 400;
}

input[name="submitBack"], input.contact_button {
  font-size: 36px;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  background-color: #6E9580;
  color: #fff;
  padding: 15px 30px 15px 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin-top: 30px;
  width: 200px;
}

input[name="年齢"] {
  width: 100px !important;
}

input.contact_button[name="submitConfirm"], input[name="住所"], input[name="メールアドレス"] {
  width: 100%;
}

.applybox-wrap {
  overflow: hidden;
}

.applybox {
  background: url(../img/2018/event/open_5.jpg) no-repeat;
  width: 100%;
  height: 100%;
  padding: 23px 24px;
  overflow: hidden;
  background-size: 100%;
  margin: auto;
}

.applybox.applymini {
  background: url(../img/2018/event/mini_5.jpg) no-repeat;
  background-size: 100%;
}

.applybox.applytour {
  background: url(../img/2018/event/tour_4.jpg) no-repeat;
  background-size: 100%;
}

@media (max-width: 480px) {
  .applybox.applytour {
    padding: 3% 0;
  }
}

@media (max-width: 1024px) {
  .applybox.applytour .applybox-l {
    padding: 0 3% 0 5px;
  }
}

@media (max-width: 1024px) {
  .applybox.applytour .applybox-r {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .applybox.applytour .applybox-r p {
    font-size: 1rem;
  }
}

@media (max-width: 1180px) {
  .applybox {
    padding: 18px 24px;
  }
}

@media (max-width: 1024px) {
  .applybox {
    width: 100%;
    padding: 3.4% 10px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .applybox {
    width: 98%;
    padding: 4% 10px;
  }
}

@media (max-width: 480px) {
  .applybox {
    padding: 3% 10px;
  }
}

@media (max-width: 320px) {
  .applybox {
    padding: 3% 10px;
  }
}

.applybox .applybox-l {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
}

.applybox .applybox-l figure {
  text-align: center;
}

@media (max-width: 1024px) {
  .applybox .applybox-l {
    padding: 0 4% 0 0;
  }
}

.applybox .applybox-l p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
}

@media (max-width: 1180px) {
  .applybox .applybox-l p {
    margin-bottom: 14px;
  }
}

@media (max-width: 1024px) {
  .applybox .applybox-l p {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .applybox .applybox-l p {
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .applybox .applybox-l p {
    font-size: 1.1rem;
  }
}

.applybox .applybox-r {
  float: right;
  width: 50%;
  padding: 0 0 0 4%;
}

.applybox .applybox-r figure {
  text-align: center;
}

@media (max-width: 1024px) {
  .applybox .applybox-r {
    padding: 0 0 0 15px;
  }
}

.applybox .applybox-r p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
}

.applybox .applybox-r p span {
  font-weight: normal;
}

@media (max-width: 1180px) {
  .applybox .applybox-r p {
    margin-bottom: 14px;
  }
}

@media (max-width: 1024px) {
  .applybox .applybox-r p {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .applybox .applybox-r p {
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .applybox .applybox-r p {
    font-size: 1.1rem;
  }
}

/* balloon-1 top */
.dropmenu li:hover ul {
  color: #19283C;
  position: absolute;
  display: inline-block;
  padding: 15px 15px 15px 25px;
  width: auto;
  min-width: 315px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  border: 3px solid #679c86;
  z-index: 16;
  top: 82px;
}

.dropmenu li:hover ul:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -68px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 26px 26px 26px;
  border-color: transparent transparent #fff transparent;
  z-index: 16;
}

.dropmenu li:hover ul:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -72px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #679c86 transparent;
  z-index: 15;
}

.dropmenu li ul {
  width: auto;
  min-width: 315px;
  left: 0 !important;
  right: 0 !important;
}

.dropmenu li ul li {
  list-style: disc;
  padding-left: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu_border .menu_bg .dropmenu li ul li a {
  padding: 8px 5px;
}

.dropmenu li ul h4 a {
  font-size: 24px !important;
  text-align: left !important;
  color: #2F6851;
}

.dropmenu li ul li::before, .dropmenu li ul li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.dropmenu li ul li::before {
  width: 20px;
  height: 20px;
  left: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #679c86;
  content: '';
}

.dropmenu li ul li::after {
  left: 12px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  content: '';
}

.dropmenu li:nth-child(5):hover ul:before, .dropmenu li:nth-child(4):hover ul:before {
  margin-left: -8px;
}

.dropmenu li:nth-child(5):hover ul:after, .dropmenu li:nth-child(4):hover ul:after {
  margin-left: -12px;
}

.dropmenu li:nth-child(5) ul, .dropmenu li:nth-child(4) ul {
  left: auto !important;
  right: 0 !important;
}

.dropmenu > li:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  display: block;
  height: 50px;
  width: 100%;
  z-index: 20 !important;
}

.caution {
  border: 2px solid #e95c4b;
  padding: 10px;
  margin-bottom: 30px;
}

.caution strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #e95c4b;
}

.before_name, .center_name {
  margin-right: 5px;
}

.name_input {
  width: 200px;
  margin-right: 20px;
}

.content_banner_4 .wrap {
  margin: 0 -10px 10px;
}

.content_banner_4 p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.top_wrap {
  width: 33.333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.top_wrap img {
  width: 100%;
  vertical-align: top;
}

.column-2 select {
  padding: 10px 0;
}

.mw_wp_form_preview .center_name, .mw_wp_form_preview .before_name, .mw_wp_form_preview .ex {
  display: none;
}

.wrap_border {
  border: 1px solid;
  padding: 20px;
  margin-bottom: 30px;
}

#rinsho {
  background-color: #2f6851;
  margin-bottom: 0;
}

#rinsho + .wrap_border {
  border-color: #2f6851;
}

#choseiin {
  background-color: #638c0b;
  margin-bottom: 0;
}

#choseiin + .wrap_border {
  border-color: #638c0b;
}

#ninteiin {
  background-color: #b7aa00;
  margin-bottom: 0;
}

#ninteiin + .wrap_border {
  border-color: #b7aa00;
}

@media (max-width: 767px) {
  .wrap_border {
    padding: 10px;
  }
  .column-2 input[type="text"], .column-2 input[type="mail"] {
    width: 100%;
    font-size: 16px;
  }
  .column-2 select {
    width: 100%;
    font-size: 16px;
    letter-spacing: -1.5px;
  }
  .column-2 input.name_input, .column-2 input#zip2 {
    width: 80px !important;
  }
  .life_box_wrap * {
    font-size: 18px;
  }
  .night .life_box_wrap p {
    font-size: 14px;
  }
  .event_title {
    line-height: 2;
    margin-bottom: 10px !important;
  }
  .event_title span {
    font-size: 17px;
    font-weight: 700;
    padding: 0 5px;
  }
  .event_box p {
    font-size: 14px;
  }
  .event_box h3 {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
  }
  .next_event h4 span {
    font-size: 16px;
  }
  input[name="submitBack"], input.contact_button {
    width: 100%;
    font-size: 18px;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .detail_btn {
    position: static;
  }
  .life_box_title {
    font-size: 18px;
  }
  .life_box_wrap h3 {
    font-size: 18px;
    padding-top: 0;
    font-weight: 700;
  }
  .life_box_wrap p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .next_event h4.tour_title {
    font-size: 12px;
  }
  .inner_box .page_box_textarea p {
    line-height: 1.2;
  }
  .next_event h4 {
    margin-bottom: 10px;
  }
  .mwform-checkbox-field {
    font-size: 12px;
  }
  .mwform-checkbox-field:nth-child(odd) {
    padding-right: 5px;
  }
  .contact_btn_area * {
    font-size: 12px;
  }
  .content_banner_4 p {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .column-2 input[type="text"], .column-2 input[type="mail"] {
    width: 100%;
  }
  .column-2 input.name_input, .column-2 input#zip2 {
    width: 80px !important;
  }
  .column-2 select {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1179px) {
  .column-2 input[type="text"], .column-2 input[type="mail"] {
    width: 100%;
  }
  .column-2 input.name_input {
    width: 100px;
  }
  .column-2 input#zip2 {
    width: 80px !important;
  }
  .column-2 select {
    font-size: 12px;
  }
}

/*------------------------------------------------------------
オープンキャンパス・ミニ説明会LP
-------------------------------------------------------------*/
.op_box_inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.next_wrap {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 120px;
  margin-top: 20px;
}

.next_on {
  position: absolute;
  right: 0;
  top: 0;
}

.p_title_next {
  padding-bottom: 9px;
}

.op_box_inner a {
  text-decoration: underline;
  color: #333;
  margin-top: 20px;
  font-size: 20px;
  display: inline-block;
}

.conver_op {
  text-align: center;
  padding: 10px 0 25px;
  border-top: 5px solid #316853;
  border-bottom: 5px solid #316853;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 95px;
}

.conver_op img {
  margin-right: auto;
  margin-left: auto;
}

.op_box_inner img {
  margin-right: auto;
  margin-left: auto;
}

#about_chosei {
  background: url(../img/2017/op_mini_lp/center_img.gif);
  background-size: cover;
  background-position: center center;
  margin-bottom: 100px;
}

.about_on {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about_on img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}

.about_on p {
  font-size: 18px;
  line-height: 1.8;
}

.experience_lp h3 {
  color: #316853;
  text-align: center;
}

.experience_lp .col-sm-4 {
  margin-bottom: 50px;
}

.voice_lp .col-sm-4 {
  margin-bottom: 40px;
}

.access_lp .col-sm-6 {
  margin-bottom: 70px;
}

.access_lp p {
  font-size: 16px;
  margin-top: 10px;
}

.access_lp h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.experience_lp p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.experience_lp p span {
  color: red;
}

.op_mini img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .next_on {
    display: none;
  }
  .next_wrap .col-sm-6 {
    margin-bottom: 20px;
  }
  .next_title, .sp_title_lp {
    width: 150px;
    padding-bottom: 10px;
  }
  .next_wrap {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .next_wrap a {
    font-size: 14px;
  }
  .conver_op {
    margin-bottom: 20px;
  }
  .about_on {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .about_on img {
    margin-bottom: 10px;
  }
  .about_on p {
    font-size: 14px;
  }
  .experience_lp p, .access_lp p {
    font-size: 14px;
  }
  #about_chosei {
    margin-bottom: 50px;
  }
}
