@charset "UTF-8";
body header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body header h1 {
  font-size: 10px;
  text-align: center;
  color: #cccccc;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
body header h1 a {
  color: #cccccc;
  text-decoration: none;
}
body header .header {
  z-index: 1;
  width: 100%;
  position: fixed;
  top: 0.7rem;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 3px double #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
body header .header h2 {
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}
body header .header h2 a {
  color: #f00;
}
body header .header h2 a:hover {
  text-decoration: none;
}
body header .header h2 .isogo {
  border: 1px solid #333;
  margin-left: 3px;
}
body header .header h2 .genki {
  color: #333;
}
body header .header h2 .logo {
  display: block;
  color: #0233B9;
  font-size: 32px;
}
body header .header .gmenu {
  font-size: 12px;
}
body header .header .sns-box {
  background-color: none;
  /* 中の要素を横並びにする */
}
body header .header .sns-box .sns-list {
  display: flex;
  list-style: none;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
body header .header .sns-box .sns-ico a {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 960px) {
  body header .header .sns-box .sns-ico a {
    padding-right: 50px;
  }
}
body header .header .sns-box .bi-facebook {
  color: #0233B9;
}
body header .header .sns-box .bi-youtube {
  color: #f00;
}
body header .header .sns-box .bi-twitter {
  color: rgb(106, 250, 255);
}
body header .header .sns-box .bi-instagram {
  color: rgba(252, 30, 85, 0.808);
}
body .navbar-light .navbar-toggler { /*ハンバーガーメニューのtoggleのデザイン*/
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}
body .navbar-toggler:hover, body .navbar-toggler:focus {
  line-height: 1;
  background-color: #d7effa;
  border: 1px solid transparent;
  outline: 0;
}
@media (max-width: 992px) {
  body .gmenu { /*メニュー表示の際のデザイン*/
    background-color: rgba(198, 220, 250, 0.822);
    padding-left: 3rem;
    padding-right: 3rem;
  }
  body .gmenu .nav-item {
    border-bottom: 1px solid #fff;
    line-height: 3em;
    padding-left: 0;
    font-size: 16px;
  }
}
body .head-margin {
  margin-top: 5.5rem;
}
body .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
body .carousel-indicators li {
  border-radius: 50%;
  margin: 1px 3px;
  height: 10px;
  max-width: 10px;
}
body .carousel-img {
  width: 100%;
}
body .breadcrumb {
  background-color: transparent;
}
body .wrapper { /*wrapperの位置（header固定によるマージン調整）*/
  margin-bottom: 2.5rem;
}
@media (max-width: 960px) {
  body .wrapper { /*ハンバーガーメニューに切り替わる際のwrapperの位置*/
    margin-top: 2.5rem;
  }
}
body .wrapper .main {
  padding: 0;
  padding-bottom: 2em;
  margin-bottom: 100px;
}
body .wrapper .main section {
  display: block;
  clear: both;
}
body .wrapper .main h2.heading {
  font-family: serif;
  font-size: large;
  text-align: center;
  line-height: 1.7rem;
}
@media (max-width: 960px) {
  body .wrapper .main h2.heading .text br {
    display: none;
  }
}
body .wrapper .main .midashi {
  background-image: url(../images/midashi-bg.png);
  background-repeat: repeat;
  background-size: contain;
  text-align: center;
  color: #00f;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-top: 50px;
}
body .wrapper .main .midashi .big {
  font-size: 1.5em;
  color: orange;
}
@media (min-width: 958px) {
  body .wrapper .main .midashi br {
    display: none;
  }
}
body .wrapper .main .btn {
  border: solid 1px #0233B9;
  border-radius: 50px;
  margin: 1rem;
  padding: 5px 30px 3px;
}
@media (min-width: 958px) {
  body .wrapper .main .btn .text br {
    display: none;
  }
}
body .wrapper .main a.btn {
  background: #fff;
  transition-property: background;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
body .wrapper .main a.btn:hover {
  background: rgba(2, 179, 185, 0.7058823529);
  color: #fff;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
body .wrapper .main .news-section {
  margin: 0;
}
body .wrapper .main .news-section .news-list {
  margin-top: 20px;
  height: 100%;
  overflow: scroll;
}
body .wrapper .main .news-section .news-list ol {
  height: 300px;
  padding-left: 0;
}
body .wrapper .main .news-section .news-list ol a {
  display: block;
  color: #333;
  line-height: normal;
}
body .wrapper .main .news-section .news-list ol a:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.125);
  color: #000;
}
body .wrapper .main .news-section .news-list ol li {
  overflow: hidden;
  clear: both;
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
body .wrapper .main .news-section .news-list ol li .news-thumb {
  float: left;
  margin: 2px;
  padding: 2px;
  border: solid 1px #ccc;
  width: 80px;
}
body .wrapper .main .news-section .news-list-right .remort-shiseihoukoku-info {
  margin-top: 20px;
  border: 1px solid #ccc;
}
body .wrapper .main .news-section .news-list-right .remort-shiseihoukoku-info h2 {
  font-size: large;
  color: #fff;
  background-color: #00f;
  padding: 3px 0 2px 5px;
}
body .wrapper .main .news-section .news-list-right .remort-shiseihoukoku-info h2 span {
  font-size: smaller;
}
body .wrapper .main .news-section .news-list-right .remort-shiseihoukoku-info .shiseihoukoku-date {
  margin: 10px;
  font-size: large;
  color: #ff3300;
}
body .wrapper .main .news-section .news-list-right .remort-shiseihoukoku-info p {
  font-size: small;
  margin-left: 10px;
  line-height: 2em;
}
body .wrapper .main .news-section .news-list-right .shiseihoukoku-theme {
  border: 2px dotted #00f;
  margin: 10px;
  padding: 10px 15px;
  font-size: medium;
}
body .wrapper .main .news-section .news-list-right .shiseihoukoku-theme h3 {
  font-size: larger;
}
body .wrapper .main .seimu-news {
  text-align: center;
  margin: 0;
}
body .wrapper .main .seimu-news .seimu-news-ttl {
  font-weight: bold;
  text-align: center;
  color: #00f;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (min-width: 958px) {
  body .wrapper .main .seimu-news .seimu-news-ttl br {
    display: none;
  }
}
body .wrapper .main .card {
  padding: 0;
}
body .wrapper .main .card .img {
  overflow: hidden;
}
body .wrapper .main .card a {
  color: #333;
  font-size: 0.8rem;
  background: #fff;
  transition-property: background;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
body .wrapper .main .card a .img img {
  transition: all 0.15s ease;
}
body .wrapper .main .card a:hover {
  background-color: rgba(255, 165, 0, 0.2);
  color: #333;
  text-decoration: none;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
body .wrapper .main .card a:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
body .wrapper .main .card .ttl {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .wrapper .yokohama-shisei {
  padding: 0;
  margin: 0;
  background-image: url(../images/yokohama-shisei-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body .wrapper .yokohama-shisei .kadai-list {
  padding: 0;
  margin: 0;
}
body .wrapper .yokohama-shisei .kadai-list .border {
  padding: 8px;
  margin: 8px;
  border: 0px solid #dee2e6 !important;
}
body .wrapper .yokohama-shisei .kadai-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
body .wrapper .yokohama-shisei a.kadai-btn {
  color: #333;
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  transition-property: background;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
body .wrapper .yokohama-shisei a.kadai-btn:hover {
  text-decoration: none;
  color: #333;
  background-color: rgba(252, 249, 112, 0.76);
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
body .wrapper .yokohama-shisei-kadai {
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  padding-top: 2em;
  margin-top: 2em;
}
body .wrapper .yokohama-shisei-kadai .contents {
  padding-top: 100px;
}
body .wrapper .yokohama-shisei-kadai .contents_innner {
  padding-top: 100px;
  margin-top: -100px;
  background-color: transparent;
}
body .wrapper .yokohama-shisei-kadai .card {
  border: none;
}
body .wrapper .yokohama-shisei-kadai .card .card-header {
  color: #333;
}
body .wrapper .yokohama-shisei-kadai .card .card-header.red {
  background-color: #f00;
  color: #fff;
}
body .wrapper .yokohama-shisei-kadai .card .card-header.blue {
  background-color: #00f;
  color: #fff;
}
body .wrapper .yokohama-shisei-kadai .card .card-header.green {
  background-color: rgb(33, 136, 1);
  color: #fff;
}
body .wrapper .yokohama-shisei-kadai .card .card-header.pruple {
  background-color: rgb(140, 140, 255);
  color: #fff;
}
body .wrapper .yokohama-shisei-kadai .card .card-header.light-blue {
  background-color: rgba(104, 190, 248, 0.842);
}
body .wrapper .yokohama-shisei-kadai .card ul {
  padding-left: 5px;
  list-style: none;
  margin-left: 5px;
}
body .wrapper .yokohama-shisei-kadai .card ul li {
  margin-bottom: 10px;
  line-height: 1.7em;
}
body .wrapper .yokohama-shisei-kadai .card h3 {
  font-size: 1.4rem;
}
body .wrapper .yokohama-shisei-kadai .card h3 span {
  padding-right: 10px;
}
body .wrapper .profile {
  margin: 0;
  padding: 0;
}
body .wrapper .profile .profile-ttl {
  font-weight: bold;
  text-align: left;
  color: #00f;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  body .wrapper .profile .profile-ttl br {
    display: none;
  }
}
body .wrapper .profile .profile-name {
  text-align: left;
  color: #00f;
  margin-top: 1em;
  margin-bottom: 0;
}
body .wrapper .profile .profile-name span {
  font-size: small;
  line-height: 5px;
}
body .wrapper .profile .en-name {
  font-size: small;
  color: #00f;
  margin-bottom: 0.5em;
}
body .wrapper .profile .prof-img {
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}
body .wrapper .profile .plof-space {
  margin: 0;
  margin-top: 2em;
}
body .wrapper .profile .profile-life {
  margin: 0;
  padding: 0;
}
body .wrapper .profile .profile-life li {
  list-style: none;
}
body .wrapper .profile .profile-life li span {
  display: inline-block;
  padding-right: 30px;
}
body .wrapper .achievement {
  margin: 0;
  padding: 0;
}
body .wrapper .achievement .achievement-ttl {
  font-weight: bold;
  text-align: left;
  color: #00f;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  body .wrapper .achievement .achievement-ttl br {
    display: none;
  }
}
body .wrapper .achievement h3.midashi-shikai {
  background-color: #ccf;
  color: #0233B9;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 20px 0 10px;
}
body .wrapper .achievement .achievement-plof {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
body .wrapper .achievement .achievement-plof table {
  padding-bottom: 0;
  margin-bottom: 0;
}
body .wrapper .achievement .achievement-plof table td {
  white-space: nowrap;
}
@media (min-width: 958px) {
  body .wrapper .achievement .small {
    display: none;
  }
}
body .wrapper .seisaku {
  padding: 0;
  margin: 0;
}
body .wrapper .seisaku h3 {
  color: #00f;
  font-weight: bold;
}
body .wrapper .seisaku .seisaku-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
body .wrapper .seisaku .seisaku-list .accordion {
  width: 100%;
}
body .wrapper .seisaku .seisaku-list .accordion ul {
  padding-left: 30px;
}
body .wrapper .seisaku .seisaku-list .accordion li {
  margin-bottom: 10px;
}
body .wrapper .seisaku .seisaku-list h3 {
  color: #00f;
  font-size: 1rem;
  font-weight: bold;
}
body .wrapper .seisaku .seisaku-list .accordion-btn {
  font-size: small;
  border: 1px solid #ccc;
}
body .wrapper .seisaku .seisaku-list .accordion-btn:focus {
  border: 1px solid #ccc;
}
body .wrapper .seisaku .seisaku-ttl {
  font-weight: bold;
  text-align: left;
  color: #00f;
  margin-top: 2em;
  margin-bottom: 1em;
}
body .wrapper .seisaku .seisaku-ttl .big {
  font-size: 1.5em;
  color: orange;
}
@media (max-width: 960px) {
  body .wrapper .seisaku .seisaku-ttl br {
    display: none;
  }
}
body .wrapper .seisaku .card {
  border: none;
  border-bottom: 1px solid #ccc;
}
body .wrapper .seisaku .seisaku-menu {
  margin-top: 1.5em;
}
body .wrapper .seisaku .seisaku-menu li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
  /*@media (min-width: 958px) {
    width:50%;
  }*/
}
body .wrapper .seisaku .contents {
  padding-top: 100px;
}
body .wrapper .seisaku .contents_innner {
  padding-top: 100px;
  margin-top: -100px;
  background-color: transparent;
}
body .wrapper .seisaku .youtube_player {
  margin-bottom: 2.5rem;
}
body .wrapper .activityReport {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
body .wrapper .activityReport .activityReport-ttl {
  font-weight: bold;
  text-align: left;
  color: #00f;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-image: url(../images/midashi-bg.png);
  width: 100%;
  background-repeat: repeat;
  background-size: contain;
}
body .wrapper .activityReport .activityReport-ttl .big {
  font-size: 1.5em;
  color: orange;
}
@media (max-width: 960px) {
  body .wrapper .activityReport .activityReport-ttl span {
    font-size: 1.5rem;
    display: block;
  }
}
body .wrapper .activityReport ul.activityReport-list {
  display: block;
  clear: both;
  list-style: none;
  padding-left: 0%;
}
body .wrapper .activityReport ul.activityReport-list li {
  padding-bottom: 1em;
  border-bottom: 1px solid #00f;
  margin-bottom: 2em;
}
body .wrapper .activityReport ul.activityReport-list li a {
  color: #333;
  font-size: 16px;
}
body .wrapper .activityReport ul.activityReport-list li a:hover {
  text-decoration: none;
}
body .wrapper .activityReport ul.activityReport-list .ttl {
  color: #00f;
  font-weight: bold;
  border-top: double #00f;
  border-bottom: double #00f;
}
body .wrapper .activityReport ul.activityReport-list .ttl h2 {
  font-size: 1.5rem;
}
body .wrapper .activityReport ul.activityReport-list .img {
  padding: 3px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-right: 20px;
  float: left;
  width: 150px;
}
@media (max-width: 960px) {
  body .wrapper .activityReport ul.activityReport-list .img .img,
body .wrapper .activityReport ul.activityReport-list .img .img img {
    width: 100%;
  }
}
body .wrapper .activityReport ul.activityReport-list a .img img {
  transition: all 0.15s ease;
  width: 142px;
}
body .wrapper .activityReport ul.activityReport-list a:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
body .wrapper .activityReport ul.activityReport-list .date {
  text-align: right;
}
body .wrapper .activityReport ul.activityReport-list a .pdf {
  color: #00f;
}
body .wrapper .activityReport ul.activityReport-list a .pdf .bi-filetype-pdf {
  font-size: 1.5em;
}
body .wrapper .activityReport ul.activityReport-list a:hover .pdf {
  color: rgb(255, 102, 0);
}
body .wrapper .activityReport .activityReport-content {
  margin-top: 1.5rem;
}
body .wrapper .activityReport .activityReport-content p {
  line-height: 1.7rem;
}
body .wrapper .isogogenki {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
body .wrapper .isogogenki .isogogenki-ttl {
  font-weight: bold;
  text-align: left;
  color: #00f;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  body .wrapper .isogogenki .isogogenki-ttl {
    font-size: 20px;
  }
}
body .wrapper .isogogenki .isogogenki-copy {
  margin: 1.5rem;
  margin-left: 0;
  color: #00f;
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 960px) {
  body .wrapper .isogogenki .isogogenki-copy {
    font-size: 20px;
  }
}
body .wrapper .isogogenki .isogogenki-list {
  color: #00f;
  padding-left: 0;
  list-style: none;
}
body .wrapper .isogogenki .entry {
  border: solid 1px #0233B9;
  padding: 10px;
}
body .wrapper .isogogenki .entry .mail {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 960px) {
  body .wrapper .isogogenki .entry .mail {
    font-size: 14px;
  }
}
body .wrapper .sidebar {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
body .wrapper .sidebar .midashi {
  font-size: 20px;
  margin: 0;
  padding: 5px 0;
}
body .wrapper .sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
  padding-top: 1.5em;
}
body .wrapper .sidebar ol li {
  margin-bottom: 7px;
}
body .wrapper .sidebar ol li a {
  display: block;
  color: #333;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 10px solid #ccf;
  transition-property: background;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
body .wrapper .sidebar ol li a:hover {
  text-decoration: none;
  background-color: #ccf;
  padding-left: 10px;
  border-left: 10px solid rgb(150, 150, 192);
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
body .wrapper .sidebar ol ol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1.5em;
}
body .wrapper .sidebar ol ol ul ol ul a {
  display: inline;
}
body .wrapper .content-body {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
body .wrapper .content-body .ttl {
  margin-bottom: 2em;
}
body .wrapper .content-body p.text {
  clear: both;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}
body .wrapper .content-body p.text .marker {
  background-color: rgb(255, 249, 193);
}
body .wrapper .content-body .image-r {
  float: right;
}
body .wrapper .offer {
  margin-top: 2em;
  margin-bottom: 2em;
}
body .wrapper .offer a:hover {
  opacity: 0.8;
}
body .wrapper .link-box {
  padding: 0;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
body .wrapper .link-box a:hover {
  opacity: 0.8;
}
body .wrapper .link-box .link {
  border: 0px solid #ccc;
}
body .wrapper .facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: none;
  text-align: center;
  margin-bottom: 2em;
}
body .wrapper .fb-page,
body .wrapper .fb-page span,
body .wrapper .facebook_wrap iframe {
  width: 100% !important;
  height: 500px !important;
}
body .wrapper .map h2 {
  font-size: 1.5rem;
  color: #00f;
  border-bottom: 3px dotted #00f;
  padding-bottom: 3px;
}
body .wrapper .pageing {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 1em;
  padding-left: 14px;
}
body .wrapper .pageing .page-back {
  display: inline-block;
  text-align: left;
}
body .wrapper .pageing .page-next {
  display: inline-block;
  text-align: right;
}

.footer {
  font-size: 0.7rem;
  background-color: #ccf;
  border-top: 6px double #0233B9;
}
@media (max-width: 767px) {
  .footer {
    font-size: 1rem;
  }
}
.footer .footer-container {
  padding: 0;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 9em;
}
.footer .footer-container .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0.7rem;
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.footer .footer-container .footer-menu a {
  color: #333;
}
.footer .footer-container .footer-info-box {
  padding-top: 1rem;
}
.footer .footer-container .footer-info-box .footer-info {
  list-style: none;
}
.footer .footer-container .footer-info-box .footer-info .name {
  font-size: 1rem;
}
.footer .footer-container .footer-info-box .footer-info .name span {
  font-size: 0.5rem;
  display: block;
}
.footer .footer-container .footer-info-box .footer-info .tel a {
  color: #333;
  font-size: 1rem;
}
.footer .footer-container .footer-info-box .footer-info .fax {
  color: #333;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .footer .footer-container .footer-info-box .footer-info {
    font-size: 1rem;
  }
  .footer .footer-container .footer-info-box .footer-info .name {
    font-size: 2.5rem;
  }
  .footer .footer-container .footer-info-box .footer-info .name span {
    display: block;
    font-size: 1rem;
  }
  .footer .footer-container .footer-info-box .footer-info .tel {
    color: #333;
    font-size: 1.5rem;
  }
  .footer .footer-container .footer-info-box .footer-info .fax a {
    color: #333;
  }
}

.copyright {
  text-align: center;
  font-size: 0.5rem;
  background-color: #fff;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
  opacity: 0.5;
}

/*contactフォームcss*/
.contact {
  padding: 0;
  margin: 0;
}

.wpcf7 input[name=your-name] { /* 名前入力欄 */
  width: 100%;
}

.wpcf7 input[name=your-email] { /* メール入力欄 */
  width: 100%;
}

.wpcf7 input[name=your-tel] { /* 電話番号入力欄 */
  width: 100%;
}

.wpcf7 input[name=your-address] { /* 住所入力欄 */
  width: 100%;
}

.wpcf7 input[name=your-subject] { /* タイトル入力欄 */
  width: 100%;
}

.wpcf7 textarea[name=your-message] { /* 本文入力欄 */
  width: 100%;
}

.contact7 {
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 50px;
}

.contact7 dd {
  margin: 10px 0 30px 0;
  background-color: transparent;
}

.contact7 dt {
  font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
  background: #999;
}

.contact7 .must,
.contact7 .optional {
  color: #FFF;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}

.btn_contact7 {
  text-align: center;
}

.btn_contact7 input {
  margin-top: 2em;
  width: 70%;
  background-color: #fff;
  color: #333;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.2em;
  border: 1px solid #005513;
  border-radius: 5px;
  transition: 0.3s;
}

.btn_contact7 input:hover {
  background-color: #005513;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 1.5em;
    margin: 0;
  }
  .wpcf7 input[name=your-name] { /* 名前入力欄 */
    width: 85%;
  }
  .wpcf7 input[name=your-email] { /* メール入力欄 */
    width: 85%;
  }
  .wpcf7 input[name=your-tel] { /* 電話番号入力欄 */
    width: 85%;
  }
  .wpcf7 input[name=your-address] { /* 住所入力欄 */
    width: 85%;
  }
  .wpcf7 input[name=your-subject] { /* タイトル入力欄 */
    width: 85%;
  }
  .contact7 dt {
    float: left;
    clear: left;
    width: 35%;
    padding: 5px 10px 5px 0;
  }
  .contact7 dd {
    margin-left: 35%;
  }
  .btn_contact7 input {
    margin-top: 2em;
    width: 70%;
    background-color: #fff;
    color: #333;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.2em;
    border: 1px solid #005513;
    transition: 0.3s;
  }
  .btn_contact7 input:hover {
    background-color: #005513;
    color: #fff;
  }
}/*# sourceMappingURL=common.css.map */