@charset "utf-8";
/*
Theme Name: aichishin　施設サイト
Theme URI: 
Description: 
Author: 
Author URI: 
*/
@import "css/font.css";
@import "css/slick.css";
@import "css/reset.css";

/*===== RESPONSIVE =====*/
.sm {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
  img {
    width: 100%;
  }
}
/*===== COMMON =====*/
.ie br {
  opacity: 0;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hide {
  display: none;
  visibility: hidden;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.ie .text-justify {
  text-justify: distribute;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
a {
  color: #333;
  text-decoration: none;
}
img {
}
.img-inline {
  display: inline-block;
}
/*画像リンクのhover透過*/
a img{
-moz-opacity:1;
opacity:1;
filter: alpha(opacity=100);
}
a:hover img{
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
} 

/*画像リンクの点線消す*/
a:focus { outline:none;}


@media only screen and (min-width: 751px) {
  .trans:hover {
    opacity: .8;
  }
}
.container {
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .container {
    position: relative;
    min-width: 1020px;
  }
  .container.container-b {
    min-width: 1140px;
  }
}
.wrapper,
.wrapper-b {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 751px) {
  .wrapper,
  .wrapper-b {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 751px) {
  .wrapper {
    width: 980px;
  }
}
@media only screen and (min-width: 751px) {
  .wrapper-b {
    width: 1100px;
  }
}
.overlay {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
}
.pin-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.btn-more {
  position: relative;
  display: block;
  width: 120px;
  margin: 12px auto 0;
  padding: 10px 30px 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  font-size: 12px;
}
.btn-more.btn-more-green {
  background-color: #3db49a;
}
.btn-more.btn-more-orange {
  background-color: #ff8042;
}
.btn-more:before {
  content: '\f178';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -8px;
  font-size: 18px;
}
@media only screen and (min-width: 751px) {
  .btn-more {
    width: 150px;
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .edge .btn-more:before,
  .firefox .btn-more:before,
  .ie .btn-more:before {
    margin-top: -9px;
  }
}
.sec-news {
position: relative;
width: 100%;
}
.btn-more1 {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  color: black;
  font-size: 12px;
  text-align: right;
  line-height: 36px;
}
.btn-more1:hover {
text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .btn-more1 {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  color: black;
  font-size: 12px;
  text-align: right;
  line-height: 36px;
  }
}
.title-border {
  padding: 5px 0;
  background: url('img/bgd_breadcrumbs.jpg') repeat;
  background-size: 9px 9px;
  font-weight: normal;
}
.title-border span {
  padding: 2px 0 2px 8px;
  border-left: solid 4px #3db49a;
  color: black;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (min-width: 751px) {
  .title-border {
    padding: 7px 0;
    background-size: 18px 18px;
  }
  .title-border span {
    display: inline-block;
    padding: 2px 0 2px 17px;
    border-left-width: 7px;
    font-size: 24px;
    letter-spacing: 3.5px;
  }
}
.breadcrumb li,
.breadcrumb-b li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li a:after,
.breadcrumb-b li a:after {
  content: '>';
  vertical-align: middle;
  padding: 0 7px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb a,
.breadcrumb-b a,
.breadcrumb span,
.breadcrumb-b span {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 751px) {
  .mac .breadcrumb a,
  .mac .breadcrumb-b a,
  .mac .breadcrumb span,
  .mac .breadcrumb-b span {
    padding: 5px 0 4px;
  }
}
.breadcrumb {
  background: url('img/bgd_breadcrumbs.jpg') repeat 0 8px;
  background-size: 9px 9px;
}
.breadcrumb ul {
  position: relative;
  z-index: 10;
  padding: 3% 0 40px;
  font-size: 0;
}
@media only screen and (min-width: 751px) {
  .breadcrumb {
    background-size: 18px 18px;
  }
  .breadcrumb ul {
    padding: 11px 0 50px;
  }
}
.breadcrumb-b {
  padding: 9px 0;
  border-top:1px solid #EBEAE6;
  border-bottom:1px solid #EBEAE6;
}
/*===== HEADER =====*/
header {
  position: relative;
  z-index: 2000;
  padding: 5px 0;
}
header .btn-menu {
  float: right;
  width: 40px;
  height: 40px;
  background: url('img/icon_menu.png') no-repeat center center;
  background-size: 31px 26px;
}
header .btn-menu.active {
  background-image: url('img/icon_close_menu.png');
  background-size: 27px 27px;
}
header .content-contact {
  margin-top: 0;
}
@media only screen and (min-width: 751px) {
  header {
    padding: 14px 0 0;
  }
}
@media only screen and (min-width: 751px) {
  .row-content {
    *zoom: 1;
  }
  .row-content:before,
  .row-content:after {
    display: table;
    content: "";
  }
  .row-content:after {
    clear: both;
  }
  .row-content:after {
    clear: both;
    content: " ";
    display: table;
  }
}
.content-logo .logo {
  font-size: 0;
}
.content-logo .logo a {
  display: block;
  padding: 14px 0;
}
.content-logo .logo img {
  width: auto;
  height: 14px;
}
.content-logo p {
  color: #666;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media only screen and (min-width: 751px) {
  .content-logo {
    float: left;
  }
  .content-logo .logo a {
    margin-top: 10px;
    padding: 0;
  }
  .content-logo .logo img {
    height: 28px;
  }
}
.content-contact {
  margin-top: 10px;
}
@media only screen and (min-width: 415px) {
  .content-contact .inner > img {
    width: auto;
    height: 18px;
  }
}
.content-contact .group-link {
  margin-top: 8px;
}
.content-contact .group-link a {
  display: block;
  width: 240px;
  height: 44px;
  margin: 8px auto 0;
}
@media only screen and (min-width: 751px) {
  .content-contact {
    float: right;
    margin: 0 -5px 0 0;
  }
  .content-contact .inner > img {
    height: auto;
    margin-right: 7px;
  }
  .content-contact .group-link {
    margin-top: -5px;
    font-size: 0;
  }
  .content-contact .group-link a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
  }
  .content-contact .group-link a:first-child {
    margin-left: 0;
  }
}
.main-menu {
  position: fixed;
  top: 52px;
  left: 100%;
  bottom: 0;
  z-index: 1010;
  overflow-x: hidden;
  overflow-y: auto;
  width: 70%;
  background-color: white;
}
.main-menu .wrapper,
.main-menu .wrapper-b {
  padding: 0;
}
.main-menu li {
  width: 100%;
  border-bottom: solid 2px #ccc;
}
.main-menu a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 15px;
}
.main-menu a:before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -7.5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3db49a;
}
@media only screen and (min-width: 751px) {
  .main-menu {
    position: static;
    overflow: hidden;
    width: 100%;
    margin-top: 23px;
	margin-left: 4px;
    background-color: #3db49a;
  }
  .main-menu ul {
    overflow: hidden;
  }
  .main-menu li {
  width: auto;
  padding-left:20px;
  padding-right: 20px;
    float: left;
    /*width: 20%;*/
    border-bottom: 0;
    border-right: solid 1px #7bd2bf;
    text-align: center;
  }
  .main-menu li:first-child {
    border-left: solid 1px #7bd2bf;
  }
  .main-menu .current-menu-item a {
    background-color: #65cbb4;
  }
  .main-menu .current-menu-item a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent white transparent;
  }
  .main-menu a {
    position: relative;
    padding: 21px 0 17px;
    color: white;
    font-size: 15.5px;
    letter-spacing: 2px;
  }
  .main-menu a:before {
    content: none;
  }
  .main-menu a:hover {
    background-color: #65cbb4;
  }
  .main-menu a:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent white transparent;
  }
}
.header-b {
  padding-bottom: 0;
  background: url('img/bgd_header.jpg') no-repeat center -5px;
}
@media only screen and (min-width: 751px) {
  .header-b {
    padding-bottom: 14px;
  }
}
.main-menu-b a:before {
  color: #3db49a;
}
@media only screen and (min-width: 751px) {
  .main-menu-b {
    margin-top: 14px;
    background-color: transparent;
  }
  .main-menu-b li {
    /*width: 14.28571429%;*/
    border-right-color: #ddd;
  }
  .main-menu-b li:first-child {
    border-left-color: #ddd;
  }
  .main-menu-b .current-menu-item a {
	background: url(img/gnav_hover_bg.gif) bottom center no-repeat;
  }
  .main-menu-b .current-menu-item a:after {
    content: none;
  }
  .main-menu-b a {
    padding: 13px 0 7px;
    color: #533906;
  }
  .main-menu-b a .jp,
  .main-menu-b a .en {
    display: block;
  }
  .main-menu-b a .jp {
    font-weight: bold;
  }
  .main-menu-b a .en {
    margin-top: 4px;
    font-size: 10px;
  }
  .main-menu-b a:hover {
	background: url(img/gnav_hover_bg.gif) bottom center no-repeat;
  }
  .main-menu-b a:hover:after {
    content: none;
  }
}
.row-content-b .content-contact-b {
  *zoom: 1;
}
.row-content-b .content-contact-b:before,
.row-content-b .content-contact-b:after {
  display: table;
  content: "";
}
.row-content-b .content-contact-b:after {
  clear: both;
}
.row-content-b .content-contact-b:after {
  clear: both;
  content: " ";
  display: table;
}
.row-content-b .content-contact-b .link-phone {
  float: left;
  padding-top: 6px;
}
.row-content-b .content-contact-b .link-phone img {
  width: auto;
  height: 27px;
}
.row-content-b .content-contact-b .btn-menu {
  background-image: url('img/icon_menu_blue.png');
}
.row-content-b .content-contact-b .btn-menu.active {
  background-image: url('img/icon_close_menu_blue.png');
}
.row-content-b .content-logo-b {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
.row-content-b .content-logo-b .logo a {
  display: inline-block;
  padding-left: 10px;
}
.row-content-b .content-logo-b .logo img {
  width: auto;
  height: 74px;
}
.row-content-b .content-logo-b .sub-ttl {
  display: inline-block;
  margin-top: 12px;
  padding: 2px 12px;
  background-color:#30C39E;
  color: white;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.row-content-b .content-logo-b .overlay {
  position: absolute;
  top: 7px;
  left: -10px;
  right: -10px;
}
@media only screen and (min-width: 751px) {
  .row-content-b {
    *zoom: 1;
  }
  .row-content-b:before,
  .row-content-b:after {
    display: table;
    content: "";
  }
  .row-content-b:after {
    clear: both;
  }
  .row-content-b:after {
    clear: both;
    content: " ";
    display: table;
  }
  .row-content-b .content-contact-b {
    float: right;
  }
  .row-content-b .content-contact-b .link-phone {
    margin-top: -2px;
    padding-top: 0;
  }
  .row-content-b .content-contact-b .link-phone img {
    height: 54px;
  }
  .row-content-b .content-logo-b {
    float: left;
    padding: 0;
  }
  .row-content-b .content-logo-b .logo,
  .row-content-b .content-logo-b .sub-ttl {
    display: inline-block;
    vertical-align: bottom;
  }
  .row-content-b .content-logo-b .logo {
    margin-top: 3px;
  }
  .row-content-b .content-logo-b .sub-ttl {
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: 3px;
  }
}
/*===== FOOTER =====*/
footer {
  position: relative;
  padding-top: 26px;
}
footer .content-logo .logo a img {
  width: 100%;
  height: auto;
}
footer .copyright {
  margin-top: 20px;
  padding: 5px 0;
  background-color: #3db49a;
  color: white;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
footer .copyright.copyright-b {
  margin: 0;
  padding: 10px 0;
  background-color: transparent;
  color: black;
}
footer .btn-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 23px;
  z-index: 1000;
  width: 24px;
  height: 24px;
  background-color: #ff8042;
}
footer .btn-top.fa-angle-up:before {
  display: block;
  margin-top: -2px;
  color: white;
  font-size: 26px;
}
footer .btn-top-b {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
  width: 45px;
  height: 30px;
  background: url('img/icon_arrow_up.png') no-repeat;
  background-size: 100% 100%;
}
footer .row-content-b {
  margin-top: 40px;
}
footer .row-content-b .content-contact-b .link-phone {
  float: none;
  display: block;
}
footer .row-content-b .content-contact-b .link-phone img {
  height: 54px;
}
@media only screen and (min-width: 450px) {
  footer .content-logo .logo a img {
    width: auto;
    height: 28px;
  }
}
@media only screen and (min-width: 751px) {
  footer {
    padding-top: 46px;
  }
  footer h3 {
  margin: 10px auto;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
  }
  footer h3 span.txt-large {
  font-size: 18px;
  }
  footer .row-content {
    margin-top: 26px;
  }
  footer .content-logo {
    margin-top: 5px;
  }
  footer .copyright {
    margin-top: 24px;
    padding: 8px 0;
    font-size: 12px;
  }
  footer .copyright.copyright-b {
    margin-top: 11px;
    letter-spacing: 2.8px;
  }
  footer .btn-top {
    left: 50%;
    bottom: 31px;
    margin-left: 466px;
  }
  .edge footer .btn-top,
  .firefox footer .btn-top,
  .ie footer .btn-top {
    bottom: 32px;
  }
  footer .btn-top-b {
    top: 35px;
    left: 50%;
    margin-left: 505px;
  }
}
/*.nav-footer*/
.list-text {
  font-size: 0;
  text-align: center;
}
.list-text li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
  margin: 0 6px;
  color: black;
  font-size: 11px;
  line-height: 1.4;
}
@media only screen and (min-width: 751px) {
  .list-text {
    margin-top: 19px;
  }
  .list-text ~ .list-text {
    margin-top: 7px;
  }
  .list-text li {
    padding: 0;
    font-size: 14px;
    letter-spacing: 3px;
  }
  .list-text .txt-large {
    font-size: 18px;
  }
}
@media only screen and (min-width: 751px) {
  .nav-footer-b {
    margin-top: 49px;
    background-color: #EBEAE6;
  }
  .nav-footer-b .wrapper-b {
    padding: 46px 0 40px;
  }
  .nav-footer-b ul {
  width: 1100px;
  margin: 0 auto;
	text-align: center;
  }
  .nav-footer-b li {
    display: inline-block;
	margin: 0 0 10px;
    vertical-align: middle;
    border-left: solid 1px black;
  }
  .nav-footer-b li:first-child {
    border-left: 0;
  }
  .nav-footer-b li:first-child a {
    padding-left: 0;
  }
  .nav-footer-b a {
    display: block;
    padding: 0 10px 0 13px;
    color: black;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 751px) {
.nav-footer-b_imgbox {
width: 1100px;
height: 10px;
margin: 0 auto 0;
}
.nav-footer-b_imgbox img {
position: absolute;
top: 30px;
}
}
/*===== HOMEPAGE =====*/
/*main content*/
.main-content {
  margin-top: -20px;
}
@media only screen and (min-width: 751px) {
  .main-content {
    *zoom: 1;
    margin-top: -38px;
  }
  .main-content:before,
  .main-content:after {
    display: table;
    content: "";
  }
  .main-content:after {
    clear: both;
  }
  .main-content:after {
    clear: both;
    content: " ";
    display: table;
  }
  .main-content + .sec-info-facilities {
    padding-top: 56px;
  }
  .main-content .cont-left {
    float: left;
    width: 680px;
    margin-top: 7px;
  }
  .main-content .cont-right {
    float: right;
    width: 250px;
  }
}
/*section message*/
.sec-message .inner {
  margin-top: 12px;
}
.sec-message p {
  color: black;
  font-size: 12px;
  line-height: 1.7;
}
.sec-message .img-author img {
  width: auto;
  height: 38px;
}
.sec-message .row .col {
  margin-top: 10px;
}
.sec-message .row ~ p {
  margin-top: 12px;
}
.sec-message .row p {
  margin-top: 10px;
}
.sec-message .row p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 751px) {
  .sec-message .inner {
    margin-top: 30px;
  }
  .sec-message p {
    font-size: 14px;
    letter-spacing: 1.3px;
  }
  .sec-message .img-author img {
    height: 76px;
  }
  .sec-message .txt-label {
    padding-left: 3px;
  }
  .sec-message .row {
    margin-top: 27px;
    overflow: hidden;
  }
  .sec-message .row .col {
    margin-top: 0;
  }
  .sec-message .row .col:first-child {
    width: 300px;
    float: left;
    margin: 4px 26px 0 0;
    padding-left: 0;
  }
  .sec-message .row .col:first-child img {
    width: 100%;
  }
  .sec-message .row ~ p {
    margin-top: 30px;
    padding-right: 7px;
    letter-spacing: 2px;
  }
  .sec-message .row p {
    margin-top: 21px;
  }
  .sec-message .row .txt03 {
    margin-top: 57px;
  }
}
/*section new block under*/
.new-block-under {
  padding: 15px 10px;
  background-color: #f4f7f5;
  border-top: solid 4px #3db49a;
}
.new-block-under .title-new {
  font-size: 0;
}
.new-block-under .title-new img {
  width: auto;
  height: 44px;
}
.new-block-under .col-info-new {
  margin-top: 12px;
  padding: 0 12px 12px;
  background-color: white;
}
.new-block-under .col-info-new li {
  padding: 10px 0 3px;
}
.new-block-under .col-info-new .col02 {
  width: 100%;
  padding-left: 0;
}
.new-block-under .btn-more {
  margin-top: 24px;
}
@media only screen and (min-width: 751px) {
  .new-block-under {
    margin-top: 75px;
    padding: 11px 20px 16px;
  }
  .new-block-under .title-new img {
    height: 88px;
  }
  .new-block-under .col-info-new {
    padding: 10px 24px 25px 20px;
  }
  .new-block-under .col-info-new li {
    margin-top: 0;
  }
}
/*group link01*/
.group-link01 {
  margin-top: 20px;
}
.group-link01 li {
  border-bottom: solid 1px #ddd;
}
.group-link01 .current a {
  color: #3db49a;
}
.group-link01 .current a:before {
  border-color: transparent transparent transparent #3db49a;
}
.group-link01 a {
  position: relative;
  display: block;
  padding: 12px 0 12px 12px;
  color: black;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.group-link01 a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ddd;
}
@media only screen and (min-width: 751px) {
  .group-link01 {
    margin-top: 0;
  }
  .group-link01 li {
    padding: 12px 0;
  }
  .group-link01 li:first-child {
    padding-top: 0;
  }
  .group-link01 a {
    padding: 0 0 0 14px;
  }
  .group-link01 a:hover {
    color: #3db49a;
  }
  .group-link01 a:hover:before {
    border-color: transparent transparent transparent #3db49a;
  }
  .group-link01 a:before {
    left: 2px;
    margin-top: -5px;
    border-width: 5px 0 5px 6px;
  }
}
/*group link02*/
.group-link02 {
  margin-top: 20px;
}
.group-link02 li {
  margin-top: 11px;
  border: solid 5px #eee;
  text-align: center;
}
.group-link02 li:first-child {
  margin-top: 0;
}
.group-link02 a {
  display: block;
  padding: 12px 12px 11px;
  color: #666;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (min-width: 751px) {
  .group-link02 {
    margin-top: 33px;
  }
  .group-link02 a {
    letter-spacing: 4px;
  }
}
/*group link03*/
.group-link03 {
  margin-top: 34px;
}
.group-link03 a {
  margin-top: 17px;
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.group-link03 a:first-child {
  margin-top: 0;
}
/*group link04*/
.group-link04 {
  margin-top: 42px;
}
.group-link04 .img-blog {
  width: auto;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
.group-link04 .outer {
  margin-top: 19px;
  padding: 6px 20px 23px;
  border: solid 5px #eee;
}
.group-link04 li {
  border-bottom: dashed 1px #999;
}
.group-link04 li a {
  display: block;
  padding: 16px 0 10px;
}
.group-link04 .inner {
  display: table;
  width: 100%;
  margin-top: 5px;
}
.group-link04 .image,
.group-link04 .desc {
  display: table-cell;
  vertical-align: top;
}
.group-link04 .image {
  width: 80px;
}
.group-link04 .desc {
  padding-left: 7px;
}
.group-link04 .txt-date,
.group-link04 .text span {
  font-size: 12px;
  line-height: 1.4;
}
.group-link04 .txt-date,
.group-link04 .txt-new {
  display: inline-block;
  vertical-align: middle;
}
.group-link04 .txt-new {
  margin-left: 9px;
  color: #ee3322;
  font-size: 11px;
}
.group-link04 .text span {
  display: inline-block;
  text-decoration: underline;
}
.group-link04 .btn-more {
  margin-top: 25px;
}
@media only screen and (min-width: 751px) {
  .group-link04 .image,
  .group-link04 .desc {
    vertical-align: middle;
  }
  .group-link04 .text span {
    font-size: 13px;
  }
}
/*b-index*/
.banner-block-b {
  position: relative;
}
.banner-block-b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 33vw;
  background: url(img/img_slide_bg.png) top center no-repeat;
  background-size: cover;
}
.banner-block-b .wrapper-b {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 751px) {
  .banner-block-b {
	text-align: center;
  }
  .banner-block-b img {
  width: auto;
  height: 380px;
  margin: 0 auto;
  }
  .banner-block-b:before {
    height: 380px;
  }
}
/*main content b*/
.main-content-b {
  margin-top: 25px;
}
.main-content-b .cont-right .txt-top img {
  width: auto;
  height: 67px;
}
.main-content-b .cont-right .sec-hospital {
  margin-top: 40px;
  padding-top: 14px;
  border-top: dotted 2px #EBEAE6;
}
.main-content-b .cont-right .sec-hospital .ttl-hospital {
  font-size: 0;
}
.main-content-b .cont-right .sec-hospital .ttl-hospital img {
  width: auto;
  height: 36px;
}
.main-content-b .cont-right .sec-hospital .inner {
  margin-top: 19px;
}
.main-content-b .cont-right .sec-what-new {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #EBEAE6;
}
.main-content-b .cont-right .sec-what-new .ttl-new {
  font-size: 0;
}
.main-content-b .cont-right .sec-what-new .ttl-new img {
  width: auto;
  height: 30px;
}
.main-content-b .cont-right .sec-what-new ul {
  margin-top: 20px;
  padding: 0 15px;
  background-color: white;
}
.main-content-b .cont-right .sec-what-new li {
  padding: 12px 0;
  border-top: dashed 1px #999;
}
.main-content-b .cont-right .sec-what-new li:first-child {
  border-top: 0;
}
.main-content-b .cont-right .sec-what-new .txt-date,
.main-content-b .cont-right .sec-what-new .text a {
  color: black;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .5px;
}
.main-content-b .cont-right .sec-what-new .text {
  margin-top: 5px;
  line-height: 1.6em;
}
.main-content-b .cont-right .sec-what-new .text a {
  display: inline-block;
  text-decoration: underline;
}
.main-content-b .cont-left .clinical-info {
  margin-top: 29px;
}
.main-content-b .cont-left .desc {
  margin-top: 15px;
}
.main-content-b .cont-left .desc p,
.main-content-b .cont-left .desc li {
  color: black;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.4px;
}
.main-content-b .cont-left .desc p {
  margin-top: 12px;
}
.main-content-b .cont-left .desc p:first-child {
  margin-top: 0;
}
.main-content-b .cont-left .desc li {
  position: relative;
  padding-left: 17px;
}
.main-content-b .cont-left .desc li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: black;
}
.main-content-b .cont-left .item-article {
  margin-top: 21px;
}
@media only screen and (min-width: 751px) {
  .main-content-b {
    margin-top: 50px;
  }
  .main-content-b.main-content-b-under {
    margin: 35px 0 10px;
  }
  .main-content-b.main-content-b-under .cont-right {
  }
  .main-content-b .wrapper-b {
    *zoom: 1;
  }
  .main-content-b .wrapper-b:before,
  .main-content-b .wrapper-b:after {
    display: table;
    content: "";
  }
  .main-content-b .wrapper-b:after {
    clear: both;
  }
  .main-content-b .wrapper-b:after {
    clear: both;
    content: " ";
    display: table;
  }
  .main-content-b .cont-right {
    width: 750px;
    float: right;
  }
  .main-content-b .cont-right .txt-top img {
    height: 134px;
  }
  .main-content-b .cont-right .sec-hospital {
    margin-top: 54px;
  }
  .main-content-b .cont-right .sec-hospital .ttl-hospital {
    padding-left: 7px;
  }
  .main-content-b .cont-right .sec-what-new {
    margin-bottom: 10px;
    padding: 20px 55px 20px 45px;
  }
  .main-content-b .cont-right .sec-what-new ul {
    padding: 6px 21px 4px;
  }
  .main-content-b .cont-right .sec-what-new li {
    *zoom: 1;
    padding: 10px 0 10px;
  }
  .main-content-b .cont-right .sec-what-new li:before,
  .main-content-b .cont-right .sec-what-new li:after {
    display: table;
    content: "";
  }
  .main-content-b .cont-right .sec-what-new li:after {
    clear: both;
  }
  .main-content-b .cont-right .sec-what-new li:after {
    clear: both;
    content: " ";
    display: table;
  }
  .main-content-b .cont-right .sec-what-new .txt-date {
    float: left;
    width: 140px;
    padding-left: 7px;
    font-size: 13px;
  }
  .main-content-b .cont-right .sec-what-new .text {
    float: right;
    width: 468px;
    margin-top: 0;
  }
  .main-content-b .cont-right .sec-what-new .text a {
    margin-left: 10px;
    font-size: 14px;
  }
  .ie .main-content-b .cont-right .sec-what-new .text {
    width: 480px;
  }
  .main-content-b .cont-left {
    width: 300px;
    float: left;
  }
  .main-content-b .cont-left .doctor-intro,
  .main-content-b .cont-left .clinical-info {
    height: 100px;
  }
  .main-content-b .cont-left .doctor-intro {
    margin-top: 3px;
  }
  .main-content-b .cont-left .list-doctor {
    margin-top: 16px;
  }
  .main-content-b .cont-left .list-doctor .link-intro {
    padding: 11px 28px 8px 0;
    font-size: 15px;
    letter-spacing: 2.5px;
  }
  .main-content-b .cont-left .desc p,
  .main-content-b .cont-left .desc li {
    font-size: 14px;
  }
  .main-content-b .cont-left .desc p {
    margin-top: 23px;
  }
  .main-content-b .cont-left .desc li:before {
    top: 7px;
    left: 4px;
  }
  .main-content-b .cont-left .item-article .ttl-article {
    letter-spacing: 4px;
  }
  .main-content-b .cont-left .item-article .inner {
    margin-top: 7px;
  }
}

/*ITO ADD-----------------------------------------------------------------*/
h1.under_h1 {
padding:40px 0;
font-size: 30px;
font-weight: normal;
letter-spacing: 10px;
text-align: center;
background-color: #EBEAE6;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
body.page h1.under_h1 {
display: none;
}
@media only screen and (max-width: 479px) {
h1.under_h1 {
padding:20px 0;
font-size: 18px;
}
}
.post_content{
margin-bottom: 30px;
}
.post_content h2 {
  padding: 0 90px 0 0;
  min-height: 57px;
  color: #30C39E;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: right;
  background: url('img/post_content_h2_bg.png') center right no-repeat;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 479px) {
.post_content{
margin-bottom: 30px;
}
  .post_content h2 {
    padding: 0 20px 0 0;
    width: 100%;
	min-height: 40px;
    font-size: 24px;
	font-weight: bold;
    letter-spacing: 2px;
	text-align: left;
	background-size: 40px 40px;
  }
}
.post_content h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 20px 0 9px 65px;
	background: url(img/h3_bg.png) top left no-repeat;
	border-top:1px dashed #cccccc;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 3px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.post_content h3 a {
	color: #ffffff;
}
.post_content h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
@media only screen and (max-width: 479px) {
	.post_content h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	padding: 10px 0 0 35px;
	font-size: 18px;
	background-size: 30px 30px;
	background-position: 0 5px;
	}
}
.post_content h4 {
	clear: both;
	font-size: 18px;
	margin: 1.5em 0 1em;
	padding-left: 15px;
	border-left:4px solid #8A8A7B;
	text-align:left;
	font-weight:nomal;
	line-height: 1.6;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 479px) {
	.post_content h4 {
	font-size: 16px;
	}
}
.post_content h5 {
	clear: both;
	font-size: 18px;
	margin: 1em 0 3px;
	text-align:left;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 479px) {
	.post_content h5 {
	font-size: 16px;
	}
}

.post_content h5:before {
content: '〇';
color: #EE86A1;
font-size: 20px;
}

.post_content p {
	margin: 0.5em 0 ;
	font-size:14px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
.post_content a{
color: #0071BE;
}
.post_content a:hover {
color: #333333;
}
.post_content p a {
font-weight: bold;
text-decoration: underline;
}
.post_content p a:hover {
text-decoration: none;
}
.post_content img {
	margin-top:10px ;
	margin-bottom:10px ;
	max-width:100%;
	height:auto;
}

.post_content ul, .post_content ol {
	margin:10px 10px 15px;
	text-align:left;
}

.post_content ul li {
	margin-left: 2em;
	line-height: 1.7;
	list-style-position:outside;
}

.post_content ol li {
	margin-left: 2em;
	line-height: 1.7;
	list-style-position:outside;
}

.post_content ul {
	list-style: disc;
}

.post_content ol {
	list-style: decimal;
}


.post_content pre {
	margin: 2em 0 1em;
	padding:0.8em 1em;
	border:2px solid #dddddd;
	border-radius:8px;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	font-size:14px;
	text-align:left;
	line-height: 1.7;
	font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}
.post_content blockquote {
	margin: 2em 3em 1em;
	padding:0.3em 1em;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	font-size:16px;
	font-weight: bold;
	color: #999999;
	line-height: 1.7;
	text-align:left;
	background: url(../img/quotation.png) top left no-repeat;
}


.post_conten hr {
	clear:both;
	display:block;
	margin:0;
	height: 1px;
	background-color:#cccccc;
	border: none;
}
/* table*/
.post_content table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999999;
	line-height:1.6;
}

.post_content th {
	width:13em;
	font-weight:bold;
	background-color:#f1f1f1;
	border: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 1.5em 0.8em;
	vertical-align: middle;
}
.post_content td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 1.5em 0.8em;
	vertical-align: middle;
}
post_content td:last-child {
	border-right: 1px solid #999999;
}
.post_content td ul li, .post_content td ol li {
	margin:0;
	font-size: 12px;
}
.post_content table th{
padding: 10px;
text-align: inherit;
}
.post_content table td {
padding: 10px;
text-align: inherit;
}
@media only screen and (max-width: 479px) {
	.post_content iframe {
	width: 100%;
	height: 280px;
	}
}

a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
	margin-left: 5px;
	margin-bottom: -3px;
    width: 16px;
    height: 16px;
    background: url(img/pdf.png) no-repeat;
}
/*---------------------------------------------------------------------------*/
/*ページング*/
/*---------------------------------------------------------------------------*/
.posts_count_box {
overflow:hidden;
clear:both;
margin:40px 0;
padding:0;
font-size:14px;
text-align:center;
}
 
.posts_count_box span, .posts_count_box a {
display:inline-block;
margin: 2px 2px 2px 0;
padding:10px 15px;
text-decoration:none;
width:auto;
color:#333333;
background: #ffffff;
border:2px solid #dddddd;
border-radius:5px;
}
 
.posts_count_box a:hover{
color:#333333;
background: #dddddd;
border:2px solid #dddddd;
}
 
.posts_count_box .current{
color:#333333;
background-color: #dddddd;
border:2px solid #dddddd;
}
/*------------------------------------------------------------------------------*/
/*ウィジェット*/
/*------------------------------------------------------------------------------*/
.widget_media_image img{
}
.cont-left aside {
	margin:0 0 20px;
}
.cont-left aside h3{
  margin-bottom: 10px;
  padding: 7px 5px 7px 15px;
  background: url('img/cont-left aside_h3_bg.png') left center no-repeat #EBEAE6;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: normal;
}
.cont-left aside a.link_bl {
color: #0085B2;
font-weight: bolder;
}
.cont-left aside a.link_bl:hover {
color: #333333;
}
.widget {
	text-align:left;
	margin-bottom:15px;
}
.widget p {
margin: 10px 0;
line-height: 1.6em;
}
.widget img {
max-width:100%;
height: auto;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #333333;
}

.widget a:hover {
	color: #cccccc;
}
/*widget_nav_menu*/
.widget_nav_menu ul li {
width: 100%;
}
.widget_nav_menu ul li a{
	width: 100%;
	display:block;
	font-size:14px;
	padding:10px 0;
	border-bottom:1px dashed #cccccc;
}
.widget_nav_menu ul li a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#F4F4F4;
}
.widget_nav_menu ul li a:before {
	content:"■";
	padding-right:5px;
	font-size:12px;
	vertical-align:middle;
}
/* Search widget */
.widget_search {
	padding:0 5px 10px 10px;
	border:1px solid #eeeeee;
}
.widget_search input[type="text"] {
	border:none;
	border:1px solid #cccccc;
	width:178px;
	padding:10px 0 10px 10px;
	font-size:12px;
	background-color:#f0f0f0;
	box-sizing:border-box;
}
.widget_search input[type="submit"] {
	box-sizing:border-box;
	width:55px;
	margin:0 auto;
	padding:0.4em 0;
	font-size:13px;

	font-weight: normal;
	background-repeat: repeat-x;
	border:none;
	box-shadow: none;
	color:#ffffff;

	box-sizing:border-box;
	border-radius:5px;
	box-shadow: 0 3px 0 #333333;

	background-color:#666666;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #666666, #666666);
	background-image: -ms-linear-gradient(top, #666666, #666666);
	background-image: -webkit-linear-gradient(top, #666666, #666666);
	background-image: -o-linear-gradient(top, #666666, #666666);
	background-image: linear-gradient(top, #666666, #666666);

}
.widget_search label {
	text-indent:-9999px;
	font-size:0px;
}
.widget_search label:before {
	font-family: FontAwesome;
	content : "\f002";
	font-size:30px;
	position:relative;
	top:8px;
}
/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}
/*tag*/
.tagcloud a {
	display: inline-block;
	margin-bottom: 8px;
	padding:3px 15px;
	line-height:26px;
	font-size: 16px !important;
	border:1px dashed #cccccc;
	text-align:center;
	background-color:#F7F7F7;
	border-radius:3px;
}
.tagcloud a:hover {
	background-color:#ffffff;
	text-decoration:none;
}

/*category page*/
.widget_categories ul li a, .widget_pages ul li a {
	display:block;
	font-size:14px;
	padding:10px 0;
	border-bottom:1px dashed #cccccc;
}
.widget_categories ul li a:hover, .widget_pages ul li a:hover {
	color:#999999;
	text-decoration:none;
	background-color:#F4F4F4;
}
.widget_categories ul li a:before, .widget_pages ul li a:before {
	content:"■";
	padding-right:5px;
	font-size:12px;
	vertical-align:middle;
}

.widget_categories ul li.current-cat a, .widget_pages ul li.current_page_item a {
	color:#999999;
}


.widget_categories ul.children {
	margin:0 0 0 1em;
	padding:0;
}
.widget_categories ul.children li a {
	font-size:11px;
}
.widget_categories ul.children li a:before {
	content:"";
	padding:0;
}

/*recent_entries*/
.widget_recent_entries ul li a{
	display:block;
	font-size:13px;
	padding:10px 0;
	border-bottom:1px dashed #cccccc;
	padding-left:0.8em;
	text-indent:-0.8em;
}
.widget_recent_entries ul li a:hover {
	color:#999999;
	text-decoration:none;
	background-color:#F4F4F4;
}
.widget_recent_entries ul li a:before {
	content:"\f0da";
	padding-right:5px;
	font-size:12px;
	vertical-align:middle;
	font-family: FontAwesome;
}
/*archive*/
.widget_archive label {
	display:none;
}
.widget_archive li a {
	display:block;
	font-size:13px;
	padding:10px 0;
	border-bottom:1px dashed #cccccc;
	padding-left:0.8em;
	text-indent:-0.8em;
}


/*---------------------------------------------------------------------------*/
/*Table　フリック*/
/*---------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

div.scroll_table table{
width:700px;
margin-bottom: 20px;
}
/* table*/
.post_content th {
	padding: 0.5em 0.2em;
	font-size: 13px;
}
.post_content td {
	padding: 0.5em 0.2em;
	font-size: 13px;
}
	div.scroll_table{
		height:auto;
		width:100%;
		/*border:1px solid #ccc;*/
		overflow:auto;
	}
	
/*スクロールバー表示させる*/
.scroll_table::-webkit-scrollbar{
	height: 2px;
}
.scroll_table::-webkit-scrollbar-thumb{ 
}
}


/*その他*/
.post_content p a[href^="tel:"] {
cursor: default;
color: #000000;
font-weight: normal;
text-decoration: none;
}
/*サイド　アクセス*/
#side_access p {
text-align: left;
}
/*左サイド　広報誌*/
#side_magazine ul li a {
display: block;
padding: 12px 5px;
border-top: 1px dashed #dddddd;
border-bottom: 1px dashed #dddddd;
}
#side_magazine ul li a:hover {
color: #cccccc;
}
/*ウィジェット　iframe*/
.widget .custom-html-widget {
text-align: center;
}
.widget .custom-html-widget iframe {
margin: 0 auto;
}

	/*----------------------------------------------------*/
	/*フォーム */
	/*----------------------------------------------------*/
	.form_style {
		margin:0 auto ;
		overflow:hidden;
	}
	.form_style ul {
	margin: 15px 0 20px;
	padding: 0;
	font-size: 12px;
	}
	.form_style ul li {
	padding-top: 0;
	list-style-position: inherit;
	margin: 0;
	}
	.form_style p {
	font-size: 14px;
	line-height: 1.6;
	
	}
	.form_style table {
		width:100%;
		margin-bottom:30px;
	}
	.form_style table tr{
	}
	.form_style table th{
		width:14em;
		padding: 0.8em;
		vertical-align:middle;
		box-sizing:border-box;
		border-color:#dddddd;
		font-size: 13px;
		font-weight: normal;
	}
	.form_style table td{
		padding: 0.8em;
		vertical-align:middle;
		border-color:#dddddd;
		font-size: 13px;
	}
	.form_style table span.formspan {
		margin-left:7px;
		padding:0.1em 0.6em;
		font-size:11px;
		text-align:center;
		color:#ffffff;
		font-weight:bold;
		background-color:#ff0000;
		border-radius:3px;
	}

	.form_style input[type="text"],
	.form_style input[type="email"],
	.form_style input[type="tel"],
	.form_style textarea {
		width:100%;
		padding:4px;
		border:1px solid #cccccc;
		box-sizing:border-box;
		border-radius:5px;
		font-size:14px;

	}
	.form_style input[type='tel'] {
		width:200px;
	}

	.form_style textarea {
		width:100%;
		height:200px;

	}
	.form_style label {
		padding:5px 0;
	}

	.form_style input[type='text'][name='your-name'],
	.form_style input[type='email'],
	.form_style input[type='text'][name='company-name'],
	.form_style input[type='text'][name='section-name'],
	.form_style input[type='text'][name='seihin']{
		width:300px;
	}
	.form_style input[type='text'][name='address']{
		width:400px;
	}
	.form_style input[type='text'][name='select_other'],
	.form_style input[type='text'][name='select_other2'],
	.form_style input[type='text'][name='select_other3']{
	margin-top: 10px;
	width: 300px;
	
	}
	.form_style select {
		margin:0;
		padding:5px 5px;
		width:200px;
		border:1px solid #cccccc;
	}
	.form_style span.mokuteki label,
	.form_style span.koumoku label,
	.form_style span.shokusyu label{
	display: block;
	margin: -8px 0;
	padding: 0;
	}

	.form_style ::-webkit-input-placeholder { font-size: 11px;}
	.form_style .error {
		font-size :11px;
		color : #B70000;
	}
	span.acceptance { font-size: 14px; font-weight: normal; margin: 10px 0; }

	#btn_box {
		width:200px;
		margin:0 auto;
		text-align:center;
	}
		.conf {
			margin:auto;
			display:inline-block;
		}
	#btn_box2 {
		width:460px;
		margin:0 auto;
		text-align:center;
	}
		.return,
		.comp {
			margin:auto;
			float:left;
		}

	.conf input[type="submit"] {
		width:200px;
	}
	.return input[type="button"],
	.comp input[type="submit"] {
		width:200px;
		margin:0 15px;
	}

	.return input[type="button"],
	.conf input[type="submit"],
	.comp input[type="submit"] {
		cursor: pointer;
	}


	/*確認　送信*/
	.conf input[type="submit"],
	.comp input[type="submit"] {
		font-weight: normal;
		background-repeat: repeat-x;
		border:none;
		box-shadow: none;
		font-size:14px;
		color:#ffffff;

		clear:both;
		padding:10px 20px;

		display:block;
		box-sizing:border-box;
		border-radius:5px;
		box-shadow: 0 2px 0 #666666;

		background-color:#FF8042;
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, #FF8042, #FF8042);
		background-image: -ms-linear-gradient(top, #FF8042, #FF8042);
		background-image: -webkit-linear-gradient(top, #FF8042, #FF8042);
		background-image: -o-linear-gradient(top, #FF8042, #FF8042);
		background-image: linear-gradient(top, #FF8042, #FF8042);
	}
	.conf input[type="submit"]:hover,
	.comp input[type="submit"]:hover {
		text-decoration:none;
		box-shadow: 0 0 0 #666666;
		transform:translate3d(0, 2px,0)
	}
	.conf input[type="submit"]:active,
	.comp input[type="submit"]:active {
		color: #ffffff;
		background-color: #666666;
		background-repeat: repeat-x;
	}
/*もどる*/
	.return input[type="button"]{
		font-weight: normal;
		background-repeat: repeat-x;
		border:none;
		box-shadow: none;
		font-size:14px;
		color:#ffffff;

		clear:both;
		padding:10px 20px;

		display:block;
		box-sizing:border-box;
		border-radius:5px;
		box-shadow: 0 3px 0 #333333;

		background-color:#666666;
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, #666666, #666666);
		background-image: -ms-linear-gradient(top, #666666, #666666);
		background-image: -webkit-linear-gradient(top, #666666, #666666);
		background-image: -o-linear-gradient(top, #666666, #666666);
		background-image: linear-gradient(top, #666666, #666666);
	}
	.return input[type="button"]:hover{
		text-decoration:none;
		box-shadow: 0 0 0 rgba(68,68,68,1);
		transform:translate3d(0, 3px,0)
	}
	.return input[type="button"]:active{
		color: #ffffff;
		background-color: rgba(68,68,68,1);
		background-repeat: repeat-x;
	}

	p.wpcf7c-elm-step1 {
		margin:20px 0;
		text-align:center;
	}
	p.wpcf7c-elm-step2 {
		margin:10px 0;
		text-align:center;
	}
	p.wpcf7c-elm-step3 {
		margin:20px 0;
		padding:0 15px;
	}
	#important_link {
	 clear: both;
	 border: 1px solid #dddddd;
	 padding: 15px 15px 0;
	}
	.form_style textarea.wpcf7c-conf{
		background-color:#FFFFBF;
	}
	div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
		background-color:#ffffff;
	}
	
	@media screen and (max-width:740px){
		.form_style table {
		bottom: none;
		}
		.form_style table th{
			display:block;
			width:100%;
			text-align: left;
		}
		.form_style table td{
			display:block;
			width:100%;
			text-align: left;
		}
		.form_style input[type='text'][name='your-name'],
		.form_style input[type='text'][name='your-name-f'],
		.form_style input[type='email'],
		.form_style input[type='text'][name='companyname'] {
			width:100%;
		}

		.form_style input[type='tel'] {
			width:100%;
		}
		.form_style input[type='text'][name='your-name'],
		.form_style input[type='email'],
		.form_style input[type='text'][name='company-name'],
		.form_style input[type='text'][name='section-name'],
		.form_style input[type='text'][name='seihin']{
			width:100%;
		}
		.form_style input[type='text'][name='address']{
			width:100%;
		}
		.form_style input[type='text'][name='select_other'],
		.form_style input[type='text'][name='select_other2'],
		.form_style input[type='text'][name='select_other3']{
		margin-top: 10px;
			width:100%;

		}
		.form_style select {
			width:100%;
		}

		#btn_box {
			width:100%;
			text-align:center;
		}
		#btn_box2 {
			width:100%;
			text-align:center;
		}
		.return,
		.conf,
		.comp {
			margin:auto;
			display:block;
			width:100%;
			height:60px;
		}

		.conf input[type="submit"],
		.return input[type="button"],
		.comp input[type="submit"]{
			display:block;
			width:100%;
			margin:0 auto;
		}
		.return input[type="button"] {
			margin-bottom:15px;
		}
	}
	.captchabox {
	margin: 0 0 50px;
	text-align: center;
	}
	.captchabox img {
	margin: 10px auto 10px;
	width: 200px;
	border: 1px dotted #cccccc;
	}
	@media screen and (max-width:740px){
	.captchabox img { width: 80px;}
	}
	.captchabox input[type='text'] {
	width: 180px;
	}
	/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* 追記 2021/05/28 SP ハンバーガーメニュー
/*---------------------------------------------------------------------------*/

#menu-item-197 a,
#menu-item-198 a{
	background-color: #f5f5f5;
}

