@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
 strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

small {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 80%;
  vertical-align: baseline;
}

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}


@media screen and (max-width: 640px) {
  .pc {
    display: none; } }

@media screen and (min-width: 640px) {
  .sp {
    display: none; } }

img {
  vertical-align: bottom; }
  @media screen and (max-width: 640px) {
    img {
      max-width: 100%;
      width: auto;
      height: auto; } }

html {
  line-height: 1.6;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #FFF;
  color: #3C3C3C;
  font-size: 13px; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #FF8124; }
    a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }

a[href^="tel:"] {
  cursor: default; }
  a[href^="tel:"]:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.vertical-middle {
  vertical-align: middle; }

@media screen and (min-width: 640px) {
  .alignright {
    float: right; } }

.p20 {
  padding: 20px !important; }

#header__outer {
  border-top: solid 4px #61AA31;
  z-index: 9999;
  background-color: #FFF;
  width: 100%;
}
@media screen and (min-width: 640px) {
  #header__outer {
    position: fixed; } }

#header__inner {
  margin: 0 auto; }
  @media screen and (min-width: 640px) {
    #header__inner {
      position: relative;
      width: 964px;
      height: 76px; } }

@media screen and (min-width: 640px) {
  #header__logo {
    position: absolute;
    top: 50%;
    left: 32px;
    margin-top: -30px;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold; }
    #header__logo img {
      margin-right: 12px; } }
@media screen and (max-width: 640px) {
  #header__logo {
    text-align: center;
    margin: 2% 0; } }

@media screen and (max-width: 640px) {
  #header__logo__lead {
    display: block; } }

/*@media screen and (min-width: 640px) {
  #header__contact {
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -21.5px; } }
@media screen and (max-width: 640px) {
  #header__contact {
    border-top: solid 1px #3C3C3C;
    padding: 4% 2%; } }*/
    @media screen and (min-width: 640px) {
      #header__open {
        position: absolute;
        cursor: pointer;
        top: 8px;
        right: 30px; } }
    @media screen and (max-width: 640px) {
      #header__open {
        border-top: solid 1px #3C3C3C;
        padding: 4% 2%; } }

#gn__outer {
  background: url("/images/common/bg__gn.png") repeat-x;
  position: fixed;
  z-index: 9000;
  top: 80px;
  width: 100%;
}

#gn__inner {
  width: 964px;
  height: 62px;
  margin: 0 auto; }

.gn__item {
  color: #FFF;
  font-size: 15px;
  font-size: 1.15385rem;
  font-weight: bold;
  float: left;
  line-height: 62px;
  background: url("/images/common/separator__gn.png") no-repeat center right;
  padding: 0 20px;
  cursor: pointer;
 }
.gn__item:last-child {
    background: none; }
.gn__item:hover{
  color: #259ded;
}
.submenu {
  box-sizing: border-box;
  width: 964px;
  background-color: #0E2256;
//  background-color: rgba(227, 227, 227, 0.90);
  margin: 0 auto;
  padding: 20px;
  display: none;
}
.submenu.on {
  display: block;
  animation: lnEmerge 1s linear 0s;
}
.submenu li {
  float: left;
}
.submenu li a {
  width: 280px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
//  background: #5A9732;
  background: #FFF;
  margin: 5px;
  font-weight: bold;
//  color: #FFF;
  color: #0E2256;
  transition: 0.5s;
}
.submenu li a:hover {
  background: #259DED;
  color: #FFF;
}

@media screen and (min-width: 640px) {
  main{
    position: relative;
    top: 142px;
  }
}

#ln__outer {
  border-bottom: solid 1px #CCCCCC; }
@media screen and (min-width: 640px) {
  #ln__outer{
    position: relative;
    top: 142px;
  }
}

#ln__inner {
  width: 964px;
  height: auto;
  margin: 0 auto;
  padding: 5px 0; }

.ln__item {
  font-size: 12px;
  font-size: 0.92308rem;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  background-color: #E6E6E6;
  border: solid 1px #CCCCCC;
  padding: 0 12px;
  margin: 5px 0 5px 10px;
  display: inline-block; }

#pan__outer {
  border-bottom: solid 1px #CCCCCC; }
@media screen and (min-width: 640px) {
  #pan__outer{

    position: relative;
    top: 142px;
  }
}
@media screen and (max-width: 640px) {
  #pan__outer{
    display: block;
  }
}

#pan__inner {
    box-sizing: border-box;
  width: 964px;
  height: 35px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    #pan__inner {
      max-width: 100%;
      height: auto;
    }
  }

.pan__item {
  float: left;
  line-height: 35px;
  margin-right: 10px; }
  .pan__item a:after {
    content: ">";
    margin-left: 10px; }

#second__title {
  color: #162a5d;
  font-size: 32px;
  font-size: 2.46154rem;
  font-weight: bold;
  margin: 0 auto;
  padding-left: 20px; }
  @media screen and (min-width: 640px) {
    #second__title {
        box-sizing: border-box;
      width: 964px;
      height: 78px;
      line-height: 78px; } }

.single-post #second__title {
  font-size: 18px;
  font-size: 1.38462rem;
  height: auto;
  line-height: 1.4;
  padding: 10px 0; }

.second_title{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-left: solid 10px #3fb839;
    color: #3fb839;
    margin: 15px 0px; }


#footer__nav {
  width: 964px;
  margin: 12px auto;
  text-align: center; }
  .footer__nav__menu{display:block;font-size:15px;font-size:1.15385rem;width:150px;float:left;text-align:left;margin:0 10px;}
  /* .footer__nav__menu:after{content:" | ";} */
  /* .footer__nav__menu:last-child:after{content:"";} */
  .footer__nav__submenu{font-size:12px;font-size:0.92308rem;}
  .footer__nav__submenu:before{content:"└";}

#copy {
  font-size: 12px;
  font-size: 0.92308rem; }
  @media screen and (min-width: 640px) {
    #copy {
      width: 964px;
      margin: 0 auto;
      text-align: right; } }
  @media screen and (max-width: 640px) {
    #copy {
      border-top: solid 1px #3C3C3C;
      padding: 4% 2%;
      text-align: center; } }

a.menu_btn,
.modal .close a.icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  line-height: 42px;
  padding: 0 12px;
  margin: 0;
  width: 100%;
  background-color: #585953;
  text-decoration: none;
  border-radius: 2px;
  text-align: center; }

a.menu_btn i,
.modal .close a.icon i {
  font-size: 18px; }

.modal .close a.icon {
  margin-top: 0;
  padding: 0;
  width: 45px;
  line-height: 45px;
  text-align: center; }

.modal {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding-left: 45px; }

.modal:after {
  content: ' ';
  position: absolute;
  z-index: 5000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248, 249, 250, 0.8);
  opacity: 0;
  --webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all 0.3s ease-out; }

.modal .close {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  opacity: 0;
  --webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all 0.3s ease-out; }

.modal .close a {
  display: block;
  background-color: #333; }

.modal .close a.b {
  position: absolute;
  background: none;
  display: block;
  top: 45px;
  left: 0;
  width: 45px;
  bottom: 0; }

.modal .wrap {
  --webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  z-index: 8000;
  min-width: 250px;
  margin-left: 100%;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.modal .wrap .block {
  font-size: 13px;
  position: relative; }

.modal .wrap .block h4 {
  background-color: #ECEEE4;
  padding-left: 30px;
  color: #333;
  line-height: 45px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3; }

.modal .wrap .block .sp_menu_banner {
  margin: 10px auto 10px;
  width: 280px;
  text-align: center; }

.modal .wrap .block .sp_menu_banner img {
  width: auto;
  border: 1px solid #DDD; }

.modal .wrap .block h5 {
  padding-left: 15px;
  color: #AEB490;
  line-height: 2.0; }

.modal .wrap .block ul li a {
  display: block;
  line-height: 40px;
  border-bottom: 1px dotted #E3E3E3;
  padding-left: 15px; }

.modal .wrap .block ul li.sub_menu a {
  padding-left: 45px; }

.modal .wrap .block ul li.w_last_child a {
  border-bottom-style: solid; }

.modal .wrap .block .sp_search_box {
  margin: 15px; }

.modal .wrap .block .n_s_input {
  height: 38px;
  float: left; }

.modal .wrap .block .n_s_input input {
  height: 34px;
  padding: 0; }

.modal .wrap .block ul.sp_pick_up {
  margin-bottom: 40px; }

.modal .wrap .block ul.sp_pick_up li {
  float: left;
  font-size: 10px; }

.modal .wrap .block ul.sp_pick_up li a {
  line-height: 1.4;
  text-decoration: underline; }

.modal .wrap .block .sp_side_footer_banner {
  background-color: #E4E4D9;
  padding: 20px 10px;
  text-align: center; }

.modal .wrap .block .sp_side_footer_banner img {
  width: auto;
  max-width: 100%; }

#sp_side_footer_freedial {
  width: 70%;
  max-width: 309px;
  padding: 20px 10px; }

#sp_side_footer_contact_btn {
  width: 50%;
  max-width: 180px;
  padding: 0 15px 30px; }

#sp_side_footer_person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%; }

.modal .wrap .block .btn {
  margin: 20px; }

.modal .wrap .block .btn a {
  display: block;
  line-height: 60px;
  background-color: #003e81;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.modal .wrap .block .btn a img {
  margin-right: 3px; }

.modal .wrap .block .form {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc; }

.modal .wrap .block .form form {
  border: 1px solid #dcdcdc;
  *zoom: 1; }

.modal .wrap .block .form form input[type=text] {
  height: 30px;
  margin: 0;
  border: none;
  padding: 0 10px; }

.modal .wrap .block .form form input[type=text]:focus {
  outline: none; }

.modal .wrap .block .form form input[type=submit] {
  float: right;
  width: 60px;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  border-left: 1px solid #dcdcdc;
  background-color: #e6e6e6;
  font-size: 12px; }

.modal .wrap .block .form form:before, .modal .wrap .block .form form:after {
  content: ' ';
  display: table; }

.modal .wrap .block .form form:after {
  clear: both; }

.modal.open:after {
  opacity: 1; }

.modal.open .close {
  opacity: 1; }

.modal.open .wrap {
  margin-left: 0; }

.modal.show {
  left: 0; }

.title-bg {
  height: 42px; }
  .title-bg .title-heading {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 18px;
    font-size: 1.38462rem;
    font-weight: bold;
    line-height: 42px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .title-bg .title-heading {
        text-align: center; } }
    .title-bg .title-heading.title-black {
      color: #3C3C3C; }
  @media screen and (min-width: 640px) {
    .title-bg .title-full {
      width: 964px;
      padding: 0 40px; } }
  @media screen and (min-width: 640px) {
    .title-bg .title-100 {
      width: 100%;
      padding: 0 40px; }
      .title-bg .title-100.pl20 {
        padding-left: 20px; } }
  .title-bg .title-center {
    text-align: center; }

.title-bg-orange {
  background: url("/images/common/title_bg_orange.png") repeat-x; }

.title-bg-yellow {
  background: url("/images/common/title_bg_yellow.png") repeat-x; }

.title-bg-blue {
  background: url("/images/common/title_bg_blue.png") repeat-x; }

.news {
  margin: 20px 0;
  padding: 12px 8px;
  border: 1px solid #CCCCCC; }
  .news .news__title {
    font-size: 20px;
    font-size: 1.53846rem;
    font-weight: bold;
    color: #1E82E0;
    border-bottom: 3px solid #1E82E0; }
  .news .news--all {
    float: right;
    margin-top: -30px; }
  .news .news__article {
    padding: 12px 0;
    border-bottom: 1px dashed #CCCCCC; }
  @media screen and (min-width: 640px) {
    .news .news--date {
      float: left;
      width: 80px; } }
  @media screen and (max-width: 640px) {
    .news .news--date {
      display: block; } }
  @media screen and (min-width: 640px) {
    .news .news--headline {
      float: right;
      width: 710px; } }
  @media screen and (max-width: 640px) {
    .news .news--headline {
      display: block; } }
  @media screen and (min-width: 640px) {
    .news .news--new {
      float: left;
      margin: 0 20px;
      background-color: #f90510;
      color: #FFF;
      padding: 0 10px; } }
  @media screen and (max-width: 640px) {
    .news .news--new {

      display: block; width:25px;background-color:#f90510;color:#FFF;padding:0 10px 0 5px;} }

.post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 25px;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  overflow: hidden; }
  .post h2 {
    color: #FFF;
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 10px 8px 20px;
    margin: 50px -10px 20px;
    background: #15295D; }
  .post h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border-left: solid 10px #15295D;
    color: #15295D;
    margin: 15px 0px; }
  .post th, .post td {
    padding: 10px;
    border: 1px solid #DDD; }
  .post th {
    background: #F4F4F4; }

.pagelink {
  margin: 50px 0; }
  .pagelink .pageprev {
    display: block;
    margin-bottom: 10px; }
  .pagelink .pagenext {
    display: block;
    text-align: right; }

#nendebcopy {
  display: none; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-color: #CCC;
  color: #fff;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 640px) {
    #pageTop {
      opacity: 0.8; } }
  #pageTop:hover {
    opacity: 0.8; }

.post p a {
  text-decoration: underline; }

@media screen and (min-width: 640px) {
  #second2__contents {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1040px;
    margin: 20px auto; } }

@media screen and (min-width: 640px) {
  #second2__main {
    float: right;
    width: 800px; } }

@media screen and (min-width: 640px) {
  #second2__sub {
    float: left;
    width: 200px; } }


#second03__area_search {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC; }
  @media screen and (min-width: 640px) {
    #second03__area_search {
      position: relative;
      width: 100%;
      height: 450px;
      float: left; }
      #second03__area_search li {
        margin-bottom: 2px;
        text-align: center; }
        #second03__area_search li a {
          padding: 0 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          #second03__area_search li a:hover {
            font-size: 24px;
            font-size: 1.84615rem;
            z-index: 99; }
      #second03__area_search .area_map {
        position: absolute;
        top: 60px;
        left: 30px; }
      #second03__area_search #area_map--hokkaido {
        position: absolute;
        top: 60px;
        right: 30px; }
        #second03__area_search #area_map--hokkaido a {
          background-color: #91C5E0; }
      #second03__area_search #area_map--tohoku {
        position: absolute;
        top: 110px;
        right: 30px; }
        #second03__area_search #area_map--tohoku a {
          background-color: #B9E3F9; }
      #second03__area_search #area_map--kanto {
        position: absolute;
        bottom: 20px;
        right: 23px; }
        #second03__area_search #area_map--kanto a {
          background-color: #DAE473; }
      #second03__area_search #area_map--koshin {
        position: absolute;
        top: 60px;
        left: 200px; }
        #second03__area_search #area_map--koshin a {
          background-color: #C2DD96; }
      #second03__area_search #area_map--chubu {
        position: absolute;
        bottom: 50px;
        right: 130px; }
        #second03__area_search #area_map--chubu a {
          background-color: #C2DD96; }
      #second03__area_search #area_map--kansai {
        position: absolute;
        top: 60px;
        left: 112px; }
        #second03__area_search #area_map--kansai a {
          background-color: #FDDE5F; }
      #second03__area_search #area_map--chugoku {
        position: absolute;
        top: 60px;
        left: 40px; }
        #second03__area_search #area_map--chugoku a {
          background-color: #F8BB62; }
      #second03__area_search #area_map--shikoku {
        position: absolute;
        bottom: 20px;
        right: 220px; }
        #second03__area_search #area_map--shikoku a {
          background-color: #D497B8; }
      #second03__area_search #area_map--kyushu {
        position: absolute;
        top: 180px;
        left: 34px; }
        #second03__area_search #area_map--kyushu a {
          color: #FFF;
          background-color: #A987B9; }
          #second03__area_search #area_map--kyushu a:hover {
            color: #FF8124; } }
.area_space {
		float: left;
		padding: 3px 3px;
}
#second2__area_search {
  background-color: #FBFBEF;
  border: 1px solid #CCCCCC; }
  @media screen and (min-width: 640px) {
    #second2__area_search {
      position: relative;
      width: 500px;
      height: 450px;
      float: left; }
      #second2__area_search li {
        margin-bottom: 1px;
        text-align: center; }
        #second2__area_search li a {
          padding: 0 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          #second2__area_search li a:hover {
            z-index: 99; }
      #second2__area_search .area_map {
        position: absolute;
        top: 60px;
        left: 30px; }
      .hokkaido_outline {
        width: 50px;
        border: 1px solid #91C5E0;
      }
      #second2__area_search #title_hokkaido {
        position: absolute;
        top: 55px;
        right: 15px; }
      #second2__area_search #area_map--hokkaido {
        position: absolute;
        top: 75px;
        right: 30px; }
        #second2__area_search #area_map--hokkaido a {
          background-color: #91C5E0; }
      #second2__area_search #title_tohoku {
        position: absolute;
        top: 150px;
        right: 60px; }
      .tohoku_outline {
        width: 98px;
        border: 1px solid #B9E3F9;
      }
      #second2__area_search #area_map--tohoku {
        position: absolute;
        top: 170px;
        right: 40px; }
        #second2__area_search #area_map--tohoku a {
          background-color: #B9E3F9; }
      #second2__area_search #title_kanto {
        position: absolute;
        top: 270px;
        right: 30px; }
      .kanto_outline {
        width: 98px;
        border: 1px solid #DAE473;
      }
      #second2__area_search #area_map--kanto {
        position: absolute;
        top: 290px;
        right: 15px; }
        #second2__area_search #area_map--kanto a {
          background-color: #DAE473; }
      #second2__area_search #title_koshin {
        position: absolute;
        top: 50px;
        left: 160px; }
      #second2__area_search #area_map--koshin {
        position: absolute;
        top: 70px;
        left: 150px; }
      .koshin_outline {
        width: 98px;
        border: 1px solid #C2DD96;
      }
        #second2__area_search #area_map--koshin a {
          background-color: #C2DD96; }
      #second2__area_search #area_map--chubu {
        position: absolute;
        bottom: 30px;
        right: 125px; }
      .chubu_outline {
        width: 98px;
        border: 1px solid #C2DD96;
      }
        #second2__area_search #area_map--chubu a {
          background-color: #C2DD96; }
      #second2__area_search #title_chubu {
        position: absolute;
        bottom: 85px;
        right: 145px; }
      #second2__area_search #area_map--kansai {
        position: absolute;
        top: 195px;
        left: 150px; }
      .kansai_outline {
        width: 111px;
        border: 1px solid #FDDE5F;
      }
        #second2__area_search #area_map--kansai a {
          background-color: #FDDE5F; }
      #second2__area_search #title_kansai {
        position: absolute;
        top: 175px;
        left: 160px; }
      #second2__area_search #area_map--chugoku {
        position: absolute;
        top: 70px;
        left: 30px; }
      .chugoku_outline {
        width: 98px;
        border: 1px solid #F8BB62;
      }
        #second2__area_search #area_map--chugoku a {
          background-color: #F8BB62; }
      #second2__area_search #title_chugoku {
        position: absolute;
        top: 50px;
        left: 50px; }
      #second2__area_search #area_map--shikoku {
        position: absolute;
        bottom: 10px;
        right: 240px; }
      .shikoku_outline {
        width: 98px;
        border: 1px solid #D497B8;
      }
      #second2__area_search #title_shikoku {
        position: absolute;
        bottom: 65px;
        right: 260px; }
        #second2__area_search #area_map--shikoku a {
          background-color: #D497B8; }
      #second2__area_search #area_map--kyushu {
        position: absolute;
        top: 185px;
        left: 30px; }
      .kyushu_outline {
        width: 98px;
        border: 1px solid #A987B9;
      }
      #second2__area_search #title_kyushu {
        position: absolute;
        top: 165px;
        left: 50px; }
        #second2__area_search #area_map--kyushu a {
          color: #FFF;
          background-color: #A987B9; }
          #second2__area_search #area_map--kyushu a:hover {
            color: #FF8124; }}
]]]
#second2__special {
  border: 1px solid #CCCCCC; }
  @media screen and (min-width: 640px) {
    #second2__special {
      width: 290px;
      height: 450px;
      float: left; } }
  #second2__special .second2__special__panels .second2__special__panel a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 125px;
    height: 100px;
    line-height: 100px;
    border: 3px solid #FFF;
    background-color: #FF8124;
    -moz-box-shadow: #CCCCCC 0 0 3px 1px;
    -webkit-box-shadow: #CCCCCC 0 0 3px 1px;
    box-shadow: #CCCCCC 0 0 3px 1px;
    text-align: center;
    float: left;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 30px; }
    #second2__special .second2__special__panels .second2__special__panel a:hover {
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
  #second2__special .second2__special__panels .second2__special__panel.rows2 a {
    line-height: 30px;
    padding-top: 20px; }
@media screen and (max-width: 640px) {
    second2__special__panels:after{
        content: "";
        display: table;
        clear: both;
    }
    li.second2__special__panel{
        width: 50%;
        float: left;
    }
    #second2__special .second2__special__panels .second2__special__panel a{
        width: 100%;
        margin: 0;
    }
}
.news .second2__news__articles {
  height: 200px;
  overflow: auto; }

#second2__banners__inner .grid-item {
  text-align: center; }
  @media screen and (min-width: 640px) {
    #second2__banners__inner .grid-item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 320px;
      margin-bottom: 20px;
      margin-left: 5px;
      background-color: #FFF; }
      #second2__banners__inner .grid-item img {
        vertical-align: bottom;
        width: 100%; } }
  @media screen and (max-width: 640px) {
    #second2__banners__inner .grid-item {
      margin: 4%; } }
@media screen and (min-width: 640px) {
  #second2__banners__inner .grid-item--width2 {
    width: 645px;
    padding: 0; } }

#second2__sub {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCCCCC; }
  #second2__sub #searchitem {
    padding: 10px; }
  #second2__sub .search__title,
  #second2__sub .jsearch_chiiki,
  #second2__sub .jsearch_kakaku,
  #second2__sub .jsearch_system,
  #second2__sub .jsearch_setsubi,
  #second2__sub .jsearch_rimawari,
  #second2__sub .jsearch_syokyaku,
  #second2__sub .jsearch_syunyu {
    display: block !important;
    background-color: #FEF0BF;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 20px 0 5px !important;
    padding: 0 10px; }
    #second2__sub .search__title:before,
    #second2__sub .jsearch_chiiki:before,
    #second2__sub .jsearch_kakaku:before,
    #second2__sub .jsearch_system:before,
    #second2__sub .jsearch_setsubi:before,
    #second2__sub .jsearch_rimawari:before,
    #second2__sub .jsearch_syokyaku:before,
    #second2__sub .jsearch_syunyu:before {
      content: "■"; }
  #second2__sub .setsubi_item {
    display: block; }
    #second2__sub .setsubi_item label {
      margin-left: 10px; }
  #second2__sub #btn {
    background-color: #FFF;
    color: #FFF;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 10px 0;
    cursor: pointer; }

    .office--item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (min-width: 640px) {
        .office--item {
          width: 415px;
          height: 230px;
          float: left;
          padding: 20px 0;
          border-right: 1px solid #CCCCCC;
          border-bottom: 1px solid #CCCCCC; }
          .office--item:nth-child(even) {
            padding-left: 20px;
            border-right: 0; }
          .office--item:nth-child(odd) {
            padding-right: 20px; }
        #header__open dd{
          position: absolute;
          top: 68px;
          right: 0;
          width: 936px;
          z-index: 9999;
          display: none;
        }
        #header__open .office--item {
          width: 312px;
          height: 160px;
          float: left;
          padding: 0;
          background-color: #FFF;
          border-right: solid 1px #CCC;
        }
        #header__open .office--name {
          font-size: 18px;
          background-color: #EA0001;
          box-shadow: 0 0 0 0;
        }
        #header__open .office--area {
          font-size: 12px;
          padding: 0 15px;
          height: 60px;
        }
        #header__open .office--tel {
          text-shadow: 0 0 0;
          font-size: 24px;
          padding: 0 15px;
          color: #000;
        }
        #header__open .office--tel img{
          vertical-align: middle;
        }
           }
      @media screen and (max-width: 640px) {
        .office--item {
          padding: 20px 5%; }
          #header__open .office--name {
            font-size: 18px;
            background-color: #EA0001;
            box-shadow: 0 0 0 0;
          }
          #header__open .office--area {
            font-size: 12px;
            padding: 0 15px;
            height: auto;
          }
          #header__open .office--tel {
            text-shadow: 0 0 0;
            font-size: 24px;
            padding: 0 15px;
            color: #000;
          }
          #header__open .office--tel img{
            vertical-align: middle;
          }
        }
        .office--name {
          font-size: 20px;
          font-size: 1.53846rem;
          font-weight: bold;
          background-color: #081058;
          color: #FFF;
          padding: 5px 10px;
          margin-bottom: 10px;
          -moz-box-shadow: #3C3C3C 10px 10px 15px -5px;
          -webkit-box-shadow: #3C3C3C 10px 10px 15px -5px;
          box-shadow: #3C3C3C 10px 10px 15px -5px; }

        .office--area {
          font-size: 15px;
          font-size: 1.15385rem; }
          @media screen and (min-width: 640px) {
            .office--area {
              height: 48px; } }
          .office--area .bold {
            font-weight: bold;
            margin-right: 10px; }

        .office--tel {
          font-weight: bold;
          color: #CF0000;
          text-shadow: 2px 2px 2px #3C3C3C; }
          @media screen and (min-width: 640px) {
            .office--tel {
              font-size: 32px;
              font-size: 2.46154rem; } }
          @media screen and (max-width: 640px) {
            .office--tel {
              font-size: 24px;
              font-size: 1.84615rem; } }

.post h2.midashi01 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
}

.post h2.midashi01:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}

.post h3.midashi02 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}
.sample-dashed {
    border-style: dashed;
    border-color: #333333;
    border-width: 1px;
    height: 100%;
    width: 100%;
    padding: 3px 5px 3px 5px;
}
.b1-1pad { padding: 12px 8px 12px 12px; backGround-color: #cdcccc; }

/* テーブル01 */
table.simu01 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.simu01 th,
table.simu01 td {
    padding: 10px;
}

table.simu01 th {
    background: #1253A4;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

table.simu01 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.simu01 th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.simu01 td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

/* テーブル02*/
table.simu02 {
    width: 760px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.simu02 th,
table.simu02 td {
    padding: 10px;
}

table.simu02 th {
    background: #F26964;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

table.simu02 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #F26964;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.simu02 th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #F26964 10px solid;
        margin-top: -10px;
    }
}

table.simu02 td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

/* 見出しチェック */
.post h2.midashi02{
position: relative;
color: white;
background: #1253A4;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.post h2.midashi02:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #FFD464;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
 	font-size: 0.7em;
 	line-height: 1;
 	letter-spacing: 0.05em
  }

/* 見出しチェック */
.post h2.midashi03{
position: relative;
color: white;
background: #F26964;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.post h2.midashi03:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #FFD464;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
 	font-size: 0.7em;
 	line-height: 1;
 	letter-spacing: 0.05em
  }

.point-box-01 {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.point-box-01::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.dotted-box-01 {
    background-color: #F4F4F2;
    border: 2px dashed #1253A4;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #F4F4F2;
    color: #1253A4;
    margin: 2em 0;
    padding: 2em;
}

/* スタイル */
.nav {
    display: table;
    width: 100%;
    background: #fff;
}
.nav__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.nav__item + .nav__item {
    border-left: 0px solid #CCC;
}
.nav__item a {
    display: block;
    padding: 15px 0;
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

/* スタイル01 */
.nav01 {
    display: table;
    width: 100%;
    background: #fff;
}
.nav01__item {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
	padding: 0px 10px;
}
.nav01__item + .nav01__item {
    border-left: 0px solid #CCC;
}
.nav01__item a {
    display: block;
    padding: 10px;
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

/* テーブル03 */
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #1253A4;
}

table.type01 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #1253A4;
	border-right: 1px solid #1253A4;
	border-left: 1px solid #1253A4;
	border-bottom: 2px solid #1253A4;
	background: #FFD464;
}
table.type01 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #1253A4;
	border-left: 1px solid #1253A4;
	border-bottom: 1px solid #1253A4;
	background: #FFD464;
}
table.type01 td {
	width: 550px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #1253A4;
	border-bottom: 1px solid #1253A4;
}
table.type01 .last {
	background: #F26964;
}

/* 見出しチェック */
.post h2.midashi04{
  position: relative;
  color: white;
  background: #ff9933;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.post h2.midashi04:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

/* 画像サイズ */
p.resizeimage img { width: 100%; }

/* 文字強調 */
.sample01 {
    background-color: #ffff66;
    color: #ff3333;
	border-top: 1px solid #ff3333;
	border-bottom: 2px solid #ff3333;
	font-size: 115%;
}

.sample02 {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.sample03{
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    color: #ff3333;
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.outer {
  width: 100%;
}
table.simu01 {
  border-collapse: collapse;
		max-width: 100%;
	  height:auto;
}
table.simu01 td, table.simu01 th {
  display: block;
    width: 100%;
   height:auto;
  padding: 10px;
}
table.simu01 th {
  background-color: #1253A4;
}
.nav {
    display: table;
    width: 100%;
    background: #fff;
}
.nav__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.nav__item + .nav__item {
    border-left: 0px solid #CCC;
}
.nav__item a {
    display: block;
    padding: 15px 0;
    color: #666;
    text-decoration: none;
    font-size: 16px;
}
	}
/* 2行目以降空白 */
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.taiyo_contact.clearfix{
    margin: 20px 0;
}
.neighbors{
    width: 860px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .neighbors{
      max-width: 100%;
      margin: 0 10px;
  }
}
.neighbors .neighborhood{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.neighbors .neighborhood a{
    display: block;
    padding: 3px;
    background-color: #ed7c0e;
    color: #FFF;
    border-radius: 3px;
}
.neighbors .neighborhood a:hover{
    background-color: #FFF;
    color: #ed7c0e;
}

.interview_title{
	color: #1E82E0;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}
