@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* General
------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.8em;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.07em;
  /*font-feature-settings: "palt";*/
  background: url(/hamamatsu/img/bg.jpg) repeat;
}
@media screen and (max-width: 1023px) {
  body {
    line-height: 1.6em;
    font-size: 1.4rem;
  }
}

a {
  /*vertical-align: bottom;*/
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover,
a:active {
  color: #333333;
  text-decoration: none;
  opacity: 0.7;
}

*::-moz-selection {
  background: #97cbe2;
}

*::selection {
  background: #97cbe2;
}

*::-moz-selection {
  background: #97cbe2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"],
img[src$=".svgz"] {
  max-width: 100%;
  height: auto;
}

a img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a img:hover {
  opacity: 0.8;
}

/*  layout -------------------------------*/
.content_3column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 736px) {
  .content_3column_wrap {
    margin: 0;
  }
}
.content_3column_wrap .content_3column {
  position: relative;
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  .content_3column_wrap .content_3column {
    width: 100%;
    margin: 0 0 30px;
  }
}

.content_4column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 736px) {
  .content_4column_wrap {
    margin: 0 -5px;
  }
}
.content_4column_wrap .content_4column {
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  .content_4column_wrap .content_4column {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
}

.content_2column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 736px) {
  .content_2column_wrap {
    display: block;
    margin: 0;
  }
}
.content_2column_wrap .content_2column {
  position: relative;
  width: calc(50% - 32px);
  margin: 0 16px 25px;
}
@media screen and (max-width: 736px) {
  .content_2column_wrap .content_2column {
    width: 100%;
    margin: 0 0 30px;
  }
}

/* header ---------------------------- */
.container_header {
  width: 100%;
  background: #fff;
  border-top: solid 5px #ed8219;
  padding: 20px 3%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1115px) {
  .container_header {
    padding: 5px 3%;
  }
}
.container_header .container_header_inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_contact {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1115px) {
  .header_contact {
    width: 50%;
    max-width: 250px;
  }
}
.header_contact span {
  display: block;
  margin-bottom: 7px;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 5px 0 5px 75px;
  background: url(/hamamatsu/img/icon_tel.png) center left/62px 41px no-repeat;
}

.logo_header {
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.logo_header img {
  vertical-align: middle;
}
@media screen and (max-width: 1115px) {
  .logo_header img {
    max-width: 180px;
  }
}
@media screen and (max-width: 1115px) and (max-width: 736px) {
  .logo_header img {
    max-width: 130px;
  }
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* contents ---------------------------- */
.content_wrap {
  padding: 0 3% 50px;
}

.content {
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 736px) {
  .content {
    padding: 0 3%;
    margin: 0 auto 40px;
  }
}

.content_small {
  max-width: 70%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1023px) {
  .content_small {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

/* footer ---------------------------- */
.container_footer {
  position: relative;
}
@media screen and (max-width: 736px) {
  .container_footer {
    padding-bottom: 75px;
  }
}

.container_footer_bg {
  background: url(/hamamatsu/img/bg_bottom.png) right bottom no-repeat;
}
@media screen and (max-width: 736px) {
  .container_footer_bg {
    background-image: none;
  }
}

.container_footer_inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 3%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .container_footer_inner {
    display: block;
    padding: 25px 3%;
  }
}

.footer_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .footer_content_wrap {
    display: block;
    margin-bottom: 50px;
  }
}
.footer_content_wrap .footer_content {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 736px) {
  .footer_content_wrap .footer_content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer_content_wrap .footer_content h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .footer_content_wrap .footer_content p {
    padding: 0 20px;
  }
}
.footer_content_wrap .footer_content .footer_content_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.footer_content_wrap .footer_content .footer_content_btn a {
  padding: 10px 0px;
  width: calc(50% - 10px);
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 736px) {
  .footer_content_wrap .footer_content .footer_content_btn a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer_content_wrap .footer_content .footer_content_btn a::after {
  content: "";
  width: 8px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/hamamatsu/img/arrow_btn.png) no-repeat center center;
  background-size: contain;
}
.footer_content_wrap .footer_content .footer_contact {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 736px) {
  .footer_content_wrap .footer_content .footer_contact {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
.footer_content_wrap .footer_content .footer_contact a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 600;
  padding: 5px 0 5px 75px;
  background: url(/hamamatsu/img/icon_tel.png) center left/62px 41px no-repeat;
}
@media screen and (max-width: 736px) {
  .footer_content_wrap .footer_content .footer_contact a {
    font-size: 3rem;
  }
}

.management {
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
.management h5 {
  margin-bottom: 0.5em;
  position: relative;
}
.management h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.8rem;
  background: #fff;
}
.management h5:before {
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: #000;
  content: " ";
}
.management p {
  font-size: 2.1rem;
  font-weight: 600;
}

.page_top {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  background: #f18216;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 736px) {
  .page_top {
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.page_top:before {
  top: 21px;
  right: 0;
  left: 0;
  position: absolute;
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 736px) {
  .page_top:before {
    width: 15px;
    height: 15px;
  }
}
.page_top:hover {
  opacity: 0.8;
}

/*
a.sp_tel_fixed{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    background: #EEEBDA;
    height: 50px;
    text-align: center;
    font-size: .9rem;
    line-height: 1.4em;
    padding-top: 11px;
    @include mq(sp){
        display: block;
    }
    span{
        display: inline-block;
        padding-left: 40px;
        font-size: 2rem;
        font-weight: bold;
        background: url(/hamamatsu/img/icon_tel.png) center left /32px 21px no-repeat;
    }
}
*/
.sp_fixed_bottom p {
  display: none;
}
.sp_fixed_bottom .sp_tel_fixed {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1000;
  }
  .sp_fixed_bottom::after {
    content: "";
    display: block;
    background-color: #a7d753;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .sp_fixed_bottom img {
    display: block;
    margin: auto;
    max-width: 330px;
    width: 90%;
  }
  .sp_fixed_bottom .page_top {
    right: auto;
    position: relative;
  }
  .sp_fixed_bottom .inner {
    padding: 0 5%;
    max-width: 400px;
    margin: 0 auto;
  }
  .sp_fixed_bottom p {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .sp_fixed_bottom p span {
    color: #f4ee95;
  }
  .sp_fixed_bottom .sp_tel_fixed {
    display: block;
    width: calc(100% - 70px);
    float: left;
    max-width: 300px;
  }
  .sp_fixed_bottom .page_top {
    float: right;
  }
}

.copyright {
  padding: 20px 3%;
  text-align: center;
  color: #fff;
  background: #f18216;
}
@media screen and (max-width: 736px) {
  .copyright {
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
  }
}

a.link_text {
  position: relative;
  color: #8f132c;
}
a.link_text:hover {
  opacity: 0.7;
}

.btn_wrap {
  margin: 15px 0 0;
  text-align: center;
}

a.btn_default,
input.btn_default,
input.btn_default,
.submit input.btn_default,
button.btn_default {
  -webkit-appearance: none;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  min-width: 150px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #fff;
  background: #163e8d;
}
@media screen and (max-width: 736px) {
  a.btn_default,
input.btn_default,
input.btn_default,
.submit input.btn_default,
button.btn_default {
    margin-bottom: 5px;
  }
}
a.btn_default:hover,
input.btn_default:hover,
input.btn_default:hover,
.submit input.btn_default:hover,
button.btn_default:hover {
  opacity: 0.8;
}

a.btn_contact {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 17px 0.8em 17px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #0b3ca9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #0b3ca9), to(#09276b));
  background: linear-gradient(to bottom, #0b3ca9 54%, #09276b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0b3ca9", endColorstr="#09276b",GradientType=0 );
}
@media screen and (max-width: 736px) {
  a.btn_contact {
    font-size: 1.4rem;
  }
}
a.btn_contact span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 45px;
  background: url(/ostech/img/common/icon_mail2.png) left center/32px 23px no-repeat;
}
@media screen and (max-width: 736px) {
  a.btn_contact span {
    padding: 0 20px 0 35px;
    background: url(/ostech/img/common/icon_mail2.png) left center/24px 16px no-repeat;
  }
}
a.btn_contact span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 736px) {
  a.btn_contact span:after {
    width: 10px;
    height: 10px;
  }
}
a.btn_contact:hover {
  opacity: 0.7;
}

.ttl_page {
  text-align: center;
  line-height: 1.2em;
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #83612b;
}
@media screen and (max-width: 736px) {
  .ttl_page {
    font-size: 2.6rem;
  }
}

.ttl_content {
  margin-bottom: 1.2em;
  font-size: 2.4rem;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #83612b;
}
@media screen and (max-width: 1023px) {
  .ttl_content {
    font-size: 2.2rem;
  }
}

.tlt_sub_content {
  margin-bottom: 1.5em;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #163e8d;
  line-height: 1.4em;
}
@media screen and (max-width: 736px) {
  .tlt_sub_content {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

.ttl_part_content {
  color: #83612b;
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 736px) {
  .ttl_part_content {
    font-size: 1.8rem;
  }
}

.ttl_paragraph {
  position: relative;
  margin-bottom: 1.2em;
  padding: 0 0 0.5em 1.8em;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #959595;
}
@media screen and (max-width: 736px) {
  .ttl_paragraph {
    margin-bottom: 0.6em;
    font-size: 1.6rem;
  }
}
.ttl_paragraph:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: solid 5px #163e8d;
  content: " ";
  background: transparent;
}
@media screen and (max-width: 736px) {
  .ttl_paragraph:before {
    width: 9px;
    height: 9px;
  }
}

.txt_default {
  line-height: 1.6em;
}
@media screen and (max-width: 736px) {
  .txt_default {
    line-height: 1.6em;
  }
}

.txt_lead {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6em;
  font-size: 1.4rem;
}

.ul_default {
  margin: 10px 0 10px 10px;
}
@media screen and (max-width: 736px) {
  .ul_default {
    margin: 10px 0;
  }
}
.ul_default li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}

.dl_default {
  border-top: solid 1px #d6d6d6;
}
.dl_default::after {
  content: "";
  display: block;
  clear: both;
}
.dl_default dt {
  position: relative;
  clear: both;
  float: left;
  width: 25%;
  font-weight: bold;
  padding: 12px 0 0 10px;
}
@media screen and (max-width: 736px) {
  .dl_default dt {
    width: 100%;
    padding: 12px 0 0 10px;
  }
}
.dl_default dd {
  padding: 12px 0 12px 30%;
  border-bottom: solid 1px #d6d6d6;
}
@media screen and (max-width: 736px) {
  .dl_default dd {
    width: 100%;
    padding: 12px 10px;
  }
}
.dl_default dd:nth-of-type(odd) {
  background: #f8f8f8;
}

.table_wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .table_wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .table_wrap::-webkit-scrollbar {
    height: 6px;
  }
}
@media screen and (max-width: 736px) {
  .table_wrap::-webkit-scrollbar-track {
    margin: 30px 0;
    background: #ccc;
    border-radius: 3px;
  }
}
@media screen and (max-width: 736px) {
  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #999;
  }
}

.table_default {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #cccccc;
}
.table_default tr th, .table_default tr td {
  padding: 10px 0;
  border-collapse: collapse;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .table_default tr th, .table_default tr td {
    display: block;
  }
}
.table_default tr th {
  width: 25%;
}
@media screen and (max-width: 736px) {
  .table_default tr th {
    width: 100%;
    border-bottom: none;
    padding: 0.8em 0 0.5em;
  }
}
.table_default tr td {
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  .table_default tr td {
    padding: 0 0 0.8em 0;
  }
}

.map {
  position: relative;
  margin-top: 30px;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .map {
    padding-bottom: 90%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube {
  position: relative;
  margin-top: 30px;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.overflow {
  overflow-y: hidden;
  overflow-x: scroll;
}
@media screen and (max-width: 736px) {
  .overflow img {
    max-width: 700px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .overflow::-webkit-scrollbar {
    height: 6px;
  }
}
@media screen and (max-width: 736px) {
  .overflow::-webkit-scrollbar-track {
    margin: 30px 0;
    background: #ccc;
    border-radius: 3px;
  }
}
@media screen and (max-width: 736px) {
  .overflow::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #999;
  }
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  background-color: #efefef;
  border-radius: 0;
}
input[type=text].input_mdl,
input[type=email].input_mdl,
textarea.input_mdl {
  max-width: 370px;
}
input[type=text].input_sml,
input[type=email].input_sml,
textarea.input_sml {
  max-width: 210px;
}

input.submit,
button.submit {
  display: inline-block;
  max-width: 300px;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  input.submit,
button.submit {
    max-width: 280px;
  }
}

input[type=submit],
button[type=submit] {
  margin: 0 20px;
}
@media screen and (max-width: 736px) {
  input[type=submit],
button[type=submit] {
    margin: 10px 0;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.required {
  display: inline-block;
  color: #e00d0d;
  font-size: 1.3rem;
}

.form_message {
  margin-bottom: 10px;
}

.privacy_policy_check {
  text-align: center;
}

.btn_form {
  margin-top: 50px;
  text-align: center;
}

.txt_indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.warning {
  color: #333333;
}

.txt_underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff1d2));
  background: linear-gradient(transparent 50%, #fff1d2 0%);
}

.limited {
  color: #eb6100;
}

.txt_smaller {
  font-size: smaller;
}

.txt_bold {
  font-weight: bold;
}

.txt_red {
  color: #ff0000;
}

.txt14 {
  font-size: 1.4rem;
}

.txt12 {
  font-size: 1.2rem;
  line-height: 1.2em;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_only {
    display: inline-block;
  }
}

.sp_only_block {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_only_block {
    display: block;
  }
}

.tbsp_only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tbsp_only {
    display: inline-block;
  }
}

.tb_only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_only {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) and (max-width: 736px) {
  .tb_only {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .pctb_only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc_only {
    display: none;
  }
}

.nav_wrap {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .nav_wrap {
    margin-bottom: 40px;
  }
}

.main_visual img {
  width: 100%;
}

.page_nav {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -30px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .page_nav {
    bottom: -60px;
  }
}
@media screen and (max-width: 736px) {
  .page_nav {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .page_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  .page_nav ul {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page_nav ul li {
    width: calc(100% / 3);
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .page_nav ul li {
    width: 50%;
  }
}
.page_nav ul li a {
  display: inline-block;
  padding: 15px 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page_nav ul li a {
    padding: 10px 0;
  }
}
.page_nav ul li a span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}
.page_nav ul li a span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #83612b;
}
@media screen and (max-width: 736px) {
  .page_nav ul li a {
    display: block;
    font-size: 1.4rem;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
  }
}

.tokucyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 736px) {
  .tokucyo {
    margin: -5px;
  }
}
.tokucyo li {
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px 10px;
}
@media screen and (max-width: 736px) {
  .tokucyo li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}

.about {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .about {
    margin-bottom: 20px;
  }
}

.about_cyokuso h2 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 3.2rem;
}
@media screen and (max-width: 736px) {
  .about_cyokuso h2 {
    margin-bottom: 15px;
  }
}
.about_cyokuso .ttl_part_content {
  color: #333333;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  .about_cyokuso .ttl_part_content {
    margin-bottom: 12px;
  }
}
.about_cyokuso p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.about_cyokuso p:last-child {
  margin-bottom: 0;
}

.osusume {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .osusume {
    margin-bottom: 40px;
  }
}

.osusume_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.osusume_item {
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px 10px;
}
@media screen and (max-width: 736px) {
  .osusume_item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.osusume_item p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}

.dif {
  margin-bottom: 120px;
}
@media screen and (max-width: 736px) {
  .dif {
    margin-bottom: 40px;
  }
}

.plan {
  background: url(/hamamatsu/img/bg_plan.jpg) right top no-repeat #fff;
  padding: 25px;
  border: solid 1px #000;
}
@media screen and (max-width: 736px) {
  .plan {
    padding: 20px;
  }
}
.plan h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .plan h3 {
    margin-bottom: 20px;
  }
}
.plan .plan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.plan .plan_wrap div {
  position: relative;
  width: calc(100% / 5 - 20px);
  margin: 0 10px 20px;
}
@media screen and (max-width: 736px) {
  .plan .plan_wrap div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
.plan .note {
  text-align: right;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 736px) {
  .plan .note {
    font-size: 1.1rem;
  }
}

#partnership {
  text-align: center;
}
#partnership h3 {
  font-size: 2.2rem;
  color: #3d448b;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 150%;
}
@media screen and (max-width: 736px) {
  #partnership h3 {
    margin-bottom: 20px;
  }
}
#partnership ul {
  overflow: hidden;
  margin: 20px 0 0;
}
#partnership ul li {
  display: inline-block;
  max-width: 280px;
  min-width: 200px;
  margin: 0 10px 20px;
}
@media screen and (max-width: 736px) {
  #partnership ul li:first-child {
    margin-bottom: 20px;
  }
}
#partnership ul li p {
  font-size: 1.6rem;
}

.flow_wrap {
  background: #fff;
  padding: 40px 80px;
}
@media screen and (max-width: 736px) {
  .flow_wrap {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 736px) {
  .flow_wrap p {
    text-align: left;
  }
}
.flow_wrap .ttl_flow {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 40px;
  background: url(/hamamatsu/img/icon_arrow_above.png) center left no-repeat;
}
@media screen and (max-width: 736px) {
  .flow_wrap .ttl_flow {
    font-size: 2rem;
  }
}
.flow_wrap .flow_section {
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .flow_wrap .flow_section {
    margin-bottom: 30px;
  }
}
.flow_wrap .flow_item {
  margin-bottom: 20px;
}
.flow_wrap .flow_item p {
  padding: 0 10px;
}
.flow_wrap .flow_item .note {
  display: inline-block;
  font-size: 1.6rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 736px) {
  .flow_wrap .flow_item .note {
    font-size: 1.2rem;
  }
}
.flow_wrap .ttl_flow_item {
  padding: 0 0.5em;
  font-weight: bold;
  background: #eeebd9;
  color: #83612b;
  margin-bottom: 0.5em;
}
.flow_wrap .options_wrap {
  margin: 10px 0 20px;
}
.flow_wrap .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .flow_wrap .options {
    display: block;
  }
}
.flow_wrap .options.option_option {
  color: #0075a9;
}
.flow_wrap .options.option_plan {
  color: #83612b;
}
.flow_wrap .options .ttl_options {
  width: 130px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .flow_wrap .options .ttl_options {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
  }
}
.flow_wrap .options .ttl_options.ttl_option_plan {
  background: #83612b;
}
.flow_wrap .options .ttl_options.ttl_option_option {
  background: #0075a9;
}
.flow_wrap .options ul {
  padding-left: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 736px) {
  .flow_wrap .options ul {
    font-size: 1.4rem;
  }
}
.flow_wrap .options ul li {
  line-height: 1.4em;
}

.total_place {
  text-align: center;
  margin-top: 10px;
}
.total_place p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.total_place p span {
  color: #ff0000;
  font-weight: 600;
}

.content_faq {
  padding: 85px 0 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 736px) {
  .content_faq {
    padding: 40px 0 0;
  }
}

.list_faq dt {
  position: relative;
  font-size: 2.4rem;
  padding: 15px 10px 15px 50px;
  color: #83612b;
  border-bottom: solid 1px #d6d6d6;
}
@media screen and (max-width: 736px) {
  .list_faq dt {
    padding: 10px 14px 10px 25px;
    font-size: 1.4rem;
  }
}
.list_faq dt:hover {
  cursor: pointer;
}
.list_faq dt:before {
  position: absolute;
  top: 30px;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "Q";
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #8f132c;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .list_faq dt:before {
    font-size: 1.6rem;
    left: 4px;
    top: 20px;
  }
}
.list_faq dt:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
}
@media screen and (max-width: 736px) {
  .list_faq dt:after {
    right: 5px;
  }
}
.list_faq dt.answer_on:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666;
  border-top: none;
}
@media screen and (max-width: 736px) {
  .list_faq dt.answer_on:after {
    right: 5px;
  }
}
.list_faq dd {
  display: none;
  position: relative;
  padding: 10px 10px 17px 50px;
}
@media screen and (max-width: 736px) {
  .list_faq dd {
    padding: 10px 10px 17px 30px;
  }
}
.list_faq dd:before {
  position: absolute;
  top: 25px;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "A";
  font-size: 1.8rem;
  font-weight: bold;
  color: #666666;
}
@media screen and (max-width: 736px) {
  .list_faq dd:before {
    top: 21px;
    left: 7px;
    font-size: 1.4rem;
  }
}

.content_shinobu img {
  width: 100%;
}

#voice.content {
  text-align: center;
}

.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}
.voice_list img {
  margin: 0 5px;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 736px) {
  .voice_list img {
    width: 100%;
    margin: 0;
  }
  .voice_list img:not(:last-child) {
    margin-bottom: 10px;
  }
}

#flow {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  #flow {
    margin-bottom: 30px;
  }
}
#flow .flow_list {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 736px) {
  #flow .flow_list {
    padding: 30px;
  }
}
#flow .flow_list li {
  position: relative;
  margin: 54px 0 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  #flow .flow_list li {
    margin: 0 0 0 80px;
  }
}
#flow .flow_list li:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  #flow .flow_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#flow .flow_list li:last-child::before {
  display: none;
}
#flow .flow_list li::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 736px) {
  #flow .flow_list li::after {
    width: 70px;
    height: 70px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: -85px;
  }
}
@media screen and (max-width: 736px) {
  #flow .flow_list li::before {
    content: "";
    display: block;
    width: 9px;
    height: calc(100% + 30px);
    background-color: #e7e7e7;
    position: absolute;
    top: 35px;
    left: -55px;
  }
}
#flow .flow_list li.one::after {
  background: url(../../hamamatsu/img/step1.png) no-repeat center center;
  background-size: contain;
}
#flow .flow_list li.two::after {
  background: url(../../hamamatsu/img/step2.png) no-repeat center center;
  background-size: contain;
}
#flow .flow_list li.three::after {
  background: url(../../hamamatsu/img/step3.png) no-repeat center center;
  background-size: contain;
}
#flow .flow_list li.four::after {
  background: url(../../hamamatsu/img/step4.png) no-repeat center center;
  background-size: contain;
}
#flow .flow_list li .img {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 736px) {
  #flow .flow_list li .img {
    width: 100%;
    margin: 0 0 10px;
  }
  #flow .flow_list li .img img {
    width: 100%;
    height: auto;
    margin: 0 0 5px;
  }
}
#flow .flow_list li .text-area {
  width: 55%;
}
@media screen and (max-width: 736px) {
  #flow .flow_list li .text-area {
    width: 100%;
  }
}
#flow .flow_list li .text-area .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  #flow .flow_list li .text-area .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#flow .flow_list li .text-area a {
  color: #319e2d;
}

#reason {
  margin-bottom: 50px;
}

.content_shinobu_inner {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px 50px;
}
@media screen and (max-width: 736px) {
  .content_shinobu_inner {
    padding: 30px 3% 10px;
  }
}
@media screen and (max-width: 736px) {
  .content_shinobu_inner p {
    text-align: left;
  }
}
.content_shinobu_inner .ttl_shinobu {
  margin-bottom: 1.2em;
  font-size: 3.6rem;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .content_shinobu_inner .ttl_shinobu {
    font-size: 2rem;
  }
}

#corona_measures {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  #corona_measures {
    margin-bottom: 30px;
  }
}
#corona_measures p {
  margin-bottom: 15px;
  font-size: 15px;
}
@media screen and (max-width: 736px) {
  #corona_measures p {
    font-size: 14px;
    text-align: left;
  }
}
#corona_measures ul li {
  display: inline-block;
  margin: 0 10px 10px;
  border: 1px solid #333;
  border-radius: 3px;
  background: #fff;
  padding: 0 15px 0 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
#corona_measures ul li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#corona_measures ul li:nth-child(1)::before {
  background: url(/hamamatsu/img/corona_measures_img1.png) center center no-repeat;
  background-size: contain;
}
#corona_measures ul li:nth-child(2)::before {
  background: url(/hamamatsu/img/corona_measures_img2.png) center center no-repeat;
  background-size: contain;
}
#corona_measures ul li:nth-child(3)::before {
  background: url(/hamamatsu/img/corona_measures_img3.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 736px) {
  #corona_measures ul li {
    width: 260px;
  }
}

.top_tel_btn {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .top_tel_btn {
    margin-bottom: 40px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}