@charset "UTF-8";
/* PC base
----------------------------------------*/
html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, sans-serif,Helvetica, Arial, Roboto, 'Droid Sans';
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  color: #46290a;
  background-color: #fff7f4;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_view {
    display: none !important;
  }
}

#contents {
  padding-top: 154px;
}

.cont {
  width: 960px;
  margin: 0 auto;
}

.header_cont {
  width: 960px;
  margin: 0 auto;
}

footer {
  width: 100%;
  color: #fff;
  background-color: #91b821;
  text-align: center;
  margin-top: 100px;
  padding: 20px 0;
  font-size: 1rem;
}

footer #btn_home {
  display: none;
}

a {
  color: #91673a;
}

.bold {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.ico:before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #00893f;
}

.bold.ico:before {
  top: 1px;
}

.ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: solid 2px #00893f;
}

.caution {
  color: #fa3239;
  font-weight: bold;
}

.btn {
  width: 220px;
  margin: 0 auto;
}

.btn a,
.btn input {
  -webkit-appearance: none;
  display: block;
  text-align: center;
  width: 220px;
  padding: 20px 0;
  background-color: #00893f;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 3px;
  border: none;
}

a:hover,
.btn input:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.txt_small {
  font-size: 1.2rem;
  line-height: 1.4;
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 1.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-sink:before {
  content: "\f13a";
  position: absolute;
  left: 0;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

dl.table {
  overflow: hidden;
  width: 960px;
  margin: 10px auto 40px;
  border-top: solid 1px #91b821;
  border-bottom: solid 1px #91b821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl.table dt {
  display: inline;
  float: left;
  width: 260px;
  padding: 20px 40px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background-color: #e0e8c9;
  border-bottom: dotted 1px #91b821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl.table dd {
  float: left;
  width: 700px;
  padding: 20px 40px;
  background-color: #fefbf9;
  border-bottom: dotted 1px #91b821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl.table dt:last-of-type, dl.table dd:last-of-type {
  border-bottom: 0;
}

#pagetop {
  position: fixed;
  bottom: 4%;
  right: 4%;
}

/* PC header
----------------------------------------*/
header {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 154px;
  padding: 30px 0 0 0;
  border-bottom: solid #91b821 4px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header_menu_sp {
  display: none;
}

header img {
  vertical-align: baseline;
}

header a {
  display: block;
}

header h1 {
  height: 50px;
  float: left;
  margin-bottom: 10px;
  line-height: 1;
}

header .header_right {
  float: right;
  height: 50px;
}

header .header_right .header_menu {
  float: left;
  margin-right: 10px;
}

header .header_right .header_menu .header_tel {
  height: 15px;
  margin-bottom: 10px;
}

header .header_right .header_menu .company {
  float: left;
  height: 25px;
  margin-right: 10px;
}

header .header_right .header_menu .recruit {
  height: 25px;
  float: left;
}

header .header_right .btn_contact {
  float: left;
}

header nav {
  clear: both;
  padding: 14px 0;
}

header nav ul {
  width: 960px;
  height: 32px;
}

header nav ul li {
  width: 191px;
  height: 32px;
  float: left;
  border-right: solid 1px #91b821;
}

header nav ul li a {
  width: 191px;
  height: 32px;
  text-indent: -9999px;
  background-position-x: center;
  background-repeat: no-repeat;
}

header nav ul li a:hover, header nav ul li a.current, header nav ul li.current a {
  background-position: bottom;
}

header nav ul li:first-child {
  border-left: solid 1px #91b821;
}

header nav ul li:last-child {
  width: 190px;
}

header nav ul li:last-child a {
  width: 190px;
}

header nav ul .service a {
  background-image: url(../img/nav_btn_service.jpg);
  background-position: top;
}

header nav ul .voice a {
  background-image: url(../img/nav_btn_voice.jpg);
}

header nav ul .staff a {
  background-image: url(../img/nav_btn_staff.jpg);
}

header nav ul .news a {
  background-image: url(../img/nav_btn_news.jpg);
}

header nav ul .flow a {
  background-image: url(../img/nav_btn_flow.jpg);
}

header nav ul .access a {
  background-image: url(../img/nav_btn_access.jpg);
}

/* index
----------------------------------------*/
#index html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}

#index section {
  overflow: hidden;
  width: 100%;
}

#index .cont {
  padding: 120px 0 100px;
}

#index section:nth-child(even) {
  background: #faebe1;
}

#index #mainvisual {
  height: 416px;
  text-indent: -9999px;
  background: url(/common/img/img_main.jpg) no-repeat center;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
}

#index #sp_mainvisual {
  display: none;
}

#index h2 {
  text-align: center;
  margin: 0 0 60px;
}

#index #service h3 {
  float: left;
  margin-right: 30px;
  padding: 60px 0 0 0;
}

#index #service dl {
  padding: 60px 0 60px 250px;
  border-top: solid 1px #c7b7a7;
}

#index #service dl dt {
  line-height: 1.6;
}

#index #service dl dd {
  margin-bottom: 30px;
  margin-left: 26px;
}

#index #service dl dd:last-child {
  margin-bottom: 0;
}

#index #service .schedule {
  padding: 60px 0 0 0;
  text-align: center;
  background-color: #fff;
}

#index #service dl.last {
  margin-bottom: 60px;
  border-bottom: solid 1px #c7b7a7;
}

#index #voice .voice_cont_first {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
}

#index #voice .voice_cont_first .voice_person {
  float: left;
  width: 298px;
  text-align: center;
  line-height: 1;
  margin-right: 30px;
  border: solid #91b821 6px;
}

#index #voice .voice_cont_first .voice_person .voice_img {
  padding: 6px;
}

#index #voice .voice_cont_first .voice_person .voice_name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  border-top: solid #91b821 6px;
}

#index #voice .voice_cont_first .voice_person .voice_profile {
  padding-bottom: 10px;
}

#index #voice .voice_cont_first .voice_txt {
  float: left;
  width: 560px;
}

#index #voice .voice_cont_first .voice_txt h3 {
  font-size: 2rem;
  color: #00893f;
  margin-bottom: 10px;
}

#index #voice .voice_cont {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
}

#index #voice .voice_cont .voice_person {
  float: left;
  width: 180px;
  height: 180px;
  text-align: center;
  line-height: 1;
  margin-right: 30px;
  color: #fff;
  background: url(../img/staff_btn_bg.png);
}

#index #voice .voice_cont .voice_person .voice_name {
  padding: 60px 0 20px 0;
  font-size: 2rem;
}

#index #voice .voice_cont .voice_txt {
  float: left;
  width: 690px;
}

#index #voice .voice_cont .voice_txt h3 {
  font-size: 2rem;
  color: #00893f;
  margin-bottom: 10px;
}

#index #staff .staff_box {
  float: left;
  width: 465px;
  /*3列の場合は300px*/
  margin: 0 30px 60px 0;
}

#index #staff .staff_box + p {
  clear: both;
}

#index #staff .staff_box.last {
  margin-right: 0px;
}

#index #staff .staff_img {
  text-align: center;
  margin-bottom: 30px;
}

#index #staff .staff_name span {
  font-size: 1.5rem;
  margin-left: 10px;
}

#index #staff .staff_position {
  margin-bottom: 20px;
}

#index #staff .staff_lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

#index #staff .staff_lead span {
  display: block;
}

#index #news dl {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: solid 1px #c7b7a7;
  line-height: 1.6;
}

#index #news dl dt {
  float: left;
  width: 200px;
  padding-top: 30px;
  border-top: solid 1px #c7b7a7;
}

#index #news dl dd {
  padding: 30px 0 30px 200px;
  border-top: solid 1px #c7b7a7;
}

#index #news dl .news_pdf a:after {
  font-family: FontAwesome;
  content: " \f1c1";
}

#index #news dl .news_blank a:after {
  font-family: FontAwesome;
  content: " \f08e";
}

#index #flow .flowchart {
  background: #fff;
  padding: 60px 100px;
  margin-bottom: 30px;
}

#index #flow .flowchart h3 {
  text-align: center;
  margin-bottom: 60px;
}

#index #flow ol {
  background: url(../img/flow_img_flowchartbg.jpg) repeat-y left;
}

#index #flow ol li {
  padding: 10px 0 40px 170px;
}

#index #flow ol li h4 {
  font-size: 2rem;
  margin-bottom: 5px;
}

#index #flow ol li p {
  line-height: 1.6;
}

#index #flow ol .flowchart_cont01 {
  background: url(../img/flow_img_flowchart01.png) no-repeat top left;
}

#index #flow ol .flowchart_cont01 .btn_contact {
  float: left;
  margin-right: 10px;
}

#index #flow ol .flowchart_cont01 .tel {
  margin-top: 15px;
  font-weight: bold;
}

#index #flow ol .flowchart_cont02 {
  background: url(../img/flow_img_flowchart02.png) no-repeat top left;
}

#index #flow ol .flowchart_cont03 {
  background: url(../img/flow_img_flowchart03.png) no-repeat top left;
}

#index #flow ol .flowchart_cont04 {
  background: url(../img/flow_img_flowchart04.png) no-repeat top left;
  height: 73px;
}

#index #access .visual {
  margin-bottom: 60px;
}

#index #access address {
  font-style: normal;
  margin: 10px 0 30px 26px;
  line-height: 1.6;
}

#index #access .cont {
  margin-bottom: 60px;
  padding-bottom: 0;
}

#index .google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

#index .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#index footer {
  margin-top: 0;
}

/* SP base
----------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
  section > div {
    padding: 40px 0 25px;
  }
  #contents {
    padding-top: 0;
  }
  .cont {
    width: 92%;
    margin: 0 auto;
    padding: 0 4%;
  }
  .header_cont {
    width: 92%;
    padding: 0 4%;
  }
  nav {
    display: none;
  }
  header {
    overflow: hidden;
    position: static;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    height: auto;
    border-bottom: solid #91b821 4px;
  }
  header h1 {
    float: none;
    height: auto;
    margin: 0 0 10px 0;
    text-align: center;
  }
  header h1 img {
    width: 80%;
  }
  header .header_right {
    display: none;
  }
  header .header_menu_sp {
    display: block;
    overflow: hidden;
  }
  header .header_menu_sp a {
    text-decoration: none;
    border-radius: 3px;
  }
  header .header_menu_sp .header_btn {
    float: left;
    width: 49%;
    margin-bottom: 2%;
  }
  header .header_menu_sp .header_btn a {
    background-color: #46290a;
    padding: 10px 0;
    color: #fff;
    line-height: 1;
  }
  header .header_menu_sp .company_sp {
    margin-right: 2%;
  }
  header .header_menu_sp .header_tel_sp a {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    color: #46290a;
  }
  header .header_menu_sp .contact_sp a {
    clear: both;
    background-color: #00893f;
    color: #fff;
    padding: 14px 0;
    line-height: 1;
  }
  footer #btn_home {
    display: block;
    margin-bottom: 10px;
  }
  footer #btn_home a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
  }
  .bold {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  img {
    max-width: 100%;
  }
  #pagetop, #pagetop img {
    width: 64px;
  }
}

/* SP index
----------------------------------------*/
@media screen and (max-width: 768px) {
  #index header, #index #contents {
    line-height: 1.6;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
  #index section > div {
    padding: 40px 0 40px;
  }
  #index .cont {
    padding: 0;
  }
  #index #mainvisual {
    display: none;
  }
  #index #sp_mainvisual {
    display: block;
  }
  #index h2 {
    text-align: center;
    margin: 0 0 40px 0;
  }
  #index h2 img {
    max-width: 100%;
  }
  #index #service h3 {
    float: none;
    margin-right: 0;
    text-align: center;
    padding: 30px 0 10px 0;
    border-top: solid 1px #c7b7a7;
  }
  #index #service dl {
    padding: 0;
    border-top: none;
  }
  #index #service dl dd {
    margin-bottom: 15px;
    margin-left: 0;
  }
  #index #service dl dd:last-child {
    margin-bottom: 30px;
  }
  #index #service dl.last {
    margin-bottom: 40px;
    border-bottom: solid 1px #c7b7a7;
  }
  #index #service .schedule {
    padding: 30px 10px 0 10px;
    text-align: center;
    background-color: #fff;
  }
  #index #service .schedule img {
    width: 100%;
  }
  #index #voice .voice_cont_first {
    padding: 20px;
  }
  #index #voice .voice_cont_first .voice_person {
    float: none;
    width: 90%;
    text-align: center;
    margin-right: 0;
    margin: 10px auto 20px auto;
    border: solid #91b821 6px;
  }
  #index #voice .voice_cont_first .voice_person .voice_img {
    padding: 6px;
  }
  #index #voice .voice_cont_first .voice_person .voice_name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-top: solid #91b821 6px;
  }
  #index #voice .voice_cont_first .voice_person .voice_profile {
    padding-bottom: 10px;
  }
  #index #voice .voice_cont_first .voice_txt {
    float: left;
    width: 100%;
  }
  #index #voice .voice_cont_first .voice_txt h3 {
    font-size: 2rem;
    color: #00893f;
    margin-bottom: 10px;
  }
  #index #voice .voice_cont {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
  }
  #index #voice .voice_cont .voice_person {
    float: none;
    width: 180px;
    height: 180px;
    text-align: center;
    line-height: 1;
    margin-right: 0;
    margin: 0 auto 20px auto;
    color: #fff;
    background: url(../img/staff_btn_bg.png);
  }
  #index #voice .voice_cont .voice_person .voice_name {
    padding: 60px 0 20px 0;
    font-size: 2rem;
  }
  #index #voice .voice_cont .voice_txt {
    float: left;
    width: 100%;
  }
  #index #voice .voice_cont .voice_txt h3 {
    font-size: 2rem;
    color: #00893f;
    margin-bottom: 10px;
  }
  #index #staff .staff_box {
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    border-bottom: solid 1px #c7b7a7;
  }
  #index #staff .staff_img {
    text-align: center;
    margin-bottom: 20px;
  }
  #index #staff .staff_name span {
    font-size: 1.5rem;
    margin-left: 10px;
  }
  #index #staff .staff_position {
    margin-bottom: 10px;
  }
  #index #staff .staff_box.first {
    padding: 0 0 30px 0;
  }
  #index #staff .staff_box.last {
    margin-bottom: 30px;
  }
  #index #staff .staff_lead {
    font-size: 1.4rem;
  }
  #index #news dl {
    margin-bottom: 30px;
  }
  #index #news dl dt {
    float: none;
    width: 100%;
    padding-top: 20px;
    border-top: solid 1px #c7b7a7;
  }
  #index #news dl dd {
    padding: 10px 0 20px 0;
    border-top: none;
  }
  #index #flow .flowchart {
    padding: 30px 10px 20px 10px;
    margin-bottom: 20px;
  }
  #index #flow .flowchart h3 {
    margin-bottom: 15px;
  }
  #index #flow .flowchart h3 img {
    width: 100%;
  }
  #index #flow ol {
    background: none;
  }
  #index #flow ol li {
    padding: 10px 0 40px 0;
    border-top: solid 1px #c7b7a7;
  }
  #index #flow ol li h4 {
    font-size: 2rem;
    margin-bottom: 5px;
    margin-top: 120px;
    text-align: center;
  }
  #index #flow ol li p {
    line-height: 1.6;
  }
  #index #flow ol li:first-child {
    border-top: none;
  }
  #index #flow ol .flowchart_cont01 {
    background: url(../img/flow_img_flowchart01.png) no-repeat center 20px;
  }
  #index #flow ol .flowchart_cont01 .btn_contact {
    margin-top: 10px;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #index #flow ol .flowchart_cont01 .tel {
    margin-top: 10px;
    text-align: center;
  }
  #index #flow ol .flowchart_cont02 {
    background: url(../img/flow_img_flowchart02.png) no-repeat center 20px;
  }
  #index #flow ol .flowchart_cont03 {
    background: url(../img/flow_img_flowchart03.png) no-repeat center 20px;
  }
  #index #flow ol .flowchart_cont04 {
    background: url(../img/flow_img_flowchart04.png) no-repeat center 20px;
    height: auto;
    padding: 10px 0 20px;
  }
  #index #flow ol .flowchart_cont04 h4 {
    margin-top: 140px;
  }
  #index #access .visual {
    margin-bottom: 30px;
  }
  #index #access .visual img {
    width: 100%;
  }
  #index #access address {
    font-style: normal;
    margin: 10px 0 30px 26px;
    line-height: 1.6;
  }
  #index #access .cont {
    margin-bottom: 15px;
  }
  #index .google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
  }
  #index footer #btn_home {
    display: none;
  }
}

/* PC form
----------------------------------------*/
.form .req_ico {
  margin-left: 6px;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 1rem;
  color: #fff;
  background-color: #fa3232;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  margin: 0;
  padding: 6px;
  border: none;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #cfcfcf;
  font-size: 1.5rem;
  font-family: inherit;
}

.form input[type="text"],
.form input[type="tel"] {
  width: 300px;
}

.form input[type="email"] {
  width: 500px;
}

.form textarea {
  width: 500px;
}

.form input[type="submit"] {
  font-family: inherit;
}

.form .err_massage {
  margin-bottom: 20px;
  padding: 20px;
  color: #fa3239;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fa3239;
}

.form .txt_err {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  color: #fa3239;
  font-weight: bold;
}

.form .txt_err:before {
  font-family: FontAwesome;
  content: "\f06a";
  position: absolute;
  left: 0;
}

.form .contact_form_name .itemname {
  width: 180px;
  float: left;
}

.form .contact_form_name .txt_small {
  width: auto;
}

.form .contact_form_name input {
  margin-bottom: 14px;
}

.contact_form #mainvisual {
  height: 176px;
  text-indent: -9999px;
  background: url(../img/contact_img_main.jpg) no-repeat center;
  margin-bottom: 40px;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
}

.contact_form #sp_mainvisual {
  display: none;
}

.form_err .req input,
.form_err .req textarea {
  background-color: #fdcecd;
}

.form_confirm .back_btn {
  float: left;
  width: 180px;
  margin: 0 auto;
  font-family: inherit;
}

.form_confirm .back_btn button {
  display: block;
  text-align: center;
  width: 180px;
  padding: 20px 0;
  background-color: #bbb;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 3px;
  border: none;
  font-family: inherit;
}

.form_confirm .back_btn button:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.form_fix .txt_strong {
  font-size: 2rem;
  margin-bottom: 20px;
}

.form_fix p {
  margin-bottom: 10px;
}

.form_fix .txt {
  margin-bottom: 40px;
}

.hopetime {
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #cfcfcf;
}

.hopetime select {
  margin-bottom: 10px;
}

/* SP form
----------------------------------------*/
@media screen and (max-width: 768px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form textarea {
    width: 96%;
    padding: 2%;
  }
  .form .contact_form_name .itemname {
    width: 100%;
    float: none;
  }
  .form .contact_form_name .txt_small {
    width: auto;
  }
  .form .contact_form_name input {
    margin-bottom: 14px;
  }
  .form_confirm .btn_area {
    overflow: hidden;
  }
  .form_confirm .back_btn {
    width: 130px;
  }
  .form_confirm .back_btn button {
    width: 130px;
    font-size: 1.4rem;
  }
  .form_confirm .btn {
    float: right;
    width: auto;
  }
  .form_confirm .btn input {
    width: 130px;
    font-size: 1.4rem;
  }
}

/* PC 新着情報
----------------------------------------*/
#news_index #mainvisual, #news_detail #mainvisual {
  height: 176px;
  margin-bottom: 40px;
  text-indent: -9999px;
  background: url(../img/news_img_main.jpg) no-repeat center;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

#news_index #sp_mainvisual, #news_detail #sp_mainvisual {
  display: none;
}

#news_index dl {
  overflow: hidden;
  border-bottom: solid 1px #c7b7a7;
  line-height: 1.6;
}

#news_index dl dt {
  float: left;
  width: 200px;
  padding-top: 30px;
  border-top: solid 1px #c7b7a7;
}

#news_index dl dd {
  padding: 30px 0 30px 200px;
  border-top: solid 1px #c7b7a7;
}

#news_index dl dd a {
  text-decoration: underline;
}

#news_index dl .news_pdf a:after {
  font-family: FontAwesome;
  content: " \f1c1";
}

#news_index dl .news_blank a:after {
  font-family: FontAwesome;
  content: " \f08e";
}

#news_detail .news_date {
  margin-bottom: 30px;
  font-weight: bold;
}

#news_detail .news_img {
  margin-bottom: 20px;
}

#news_detail .news_txt {
  width: 720px;
  margin-bottom: 20px;
}

#news_detail .news_txt p {
  margin-bottom: 20px;
}

#news_detail .wrap {
  padding-bottom: 30px;
  border-bottom: solid 1px #c7b7a7;
  margin-bottom: 30px;
}

#news_detail .btn {
  margin: 0;
}

#news_detail .link_area {
  margin-top: 30px;
  margin-bottom: 30px;
}

#news_detail .link_area a {
  text-decoration: underline;
}

#news_detail .link_area .news_pdf a:after {
  font-family: FontAwesome;
  content: " \f1c1";
}

#news_detail .link_area .news_blank a:after {
  font-family: FontAwesome;
  content: " \f08e";
}

#news_detail #youtube_area {
  margin: 20px 0 30px 0;
}

/* SP 新着情報
----------------------------------------*/
@media screen and (max-width: 768px) {
  #news_index dl dt {
    float: none;
    padding-top: 20px;
    width: 100%;
  }
  #news_index dl dd {
    padding: 10px 0 20px;
    border-top: none;
  }
  #news_detail .news_txt {
    width: 100%;
  }
  #news_detail #youtube_area {
    width: 100%;
  }
}

/*# sourceMappingURL=maps/common_bk20181025.css.map */
