/* ------------------------------------------------------------------
サイドメニュー / mainBox
------------------------------------------------------------------ */
.sideBox ul {
  margin-bottom: 20px;
}

.sideBox ul li a {
  padding: 13px 0;
  color: #2d2d2d;
  display: inline-block;
  font-size: 1.3rem;
}

.sideBox ul li a:hover {
  text-decoration: underline;
  color: #073190;
}

.sideBox ul li .day {
  color: #2d2d2d;
  margin: 0;
  font-size: 1.3rem;
  display: block;
}

.sideBox ul li a:hover .day {
  color: #073190;
}

.sideBox ul li h5 {
  font-size: 2.0rem;
  margin: 0 0 .3em;
}

.sideBox ul:nth-child(1) {
  background: #fff;
  padding: 0px 0px 20px;
}

.sideBox ul:nth-child(1) li {
  border-bottom: dotted 1px #000;
}

.sideBox ul:nth-child(1) li:last-child {
  border-bottom: dotted 0px #000;
}

.sideBox ul:nth-child(1) li:first-child {
  border-bottom: solid 3px #000;
}

.sideBox ul:nth-child(1) li h5 {
  color: #000;
}

.sideBox ul:nth-child(2) {
  background: #eee;
  padding: 30px 30px 20px;
}

.sideBox ul:nth-child(2) a {
  padding: 10px 0;
}

.sideBox ul:nth-child(2) li a:hover {
  text-decoration: underline;
  color: #073190;
}

.sideBox ul:nth-child(2) li:first-child {
  border: solid 0px #000;
  width: 100%;
  display: block;
}

.sideBox ul:nth-child(2) li h5 {
  color: #000;
}

@media(min-width:768px) {
  .mainBox {
    width: 100%;
  }

  .sideBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .mainBox {
    float: left;
    width: 620px;
    margin-bottom: 0px;
  }

  .sideBox {
    float: right;
    width: 260px;
  }
}

@media(min-width:1366px) {
  .mainBox {
    float: left;
    width: 730px;
    margin-bottom: 0px;
  }

  .sideBox {
    float: right;
    width: 320px;
  }
}

@media only screen and (max-width: 736px) {
  .sideBox ul:nth-child(1) {
    background: #fff;
    padding: 30px 0px 20px;
  }

  .sideBox ul:nth-child(2) {
    padding: 30px 30px 20px;
  }
}

/* ------------------------------------------------------------------
youtube
------------------------------------------------------------------ */
#topYoutube {
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 736px) {
  #topYoutube {
    margin: 15px 0;
    padding: 15px;
  }
}
/* ------------------------------------------------------------------
プロモーション動画
------------------------------------------------------------------ */
div.video-box{text-align:center}
video#player{width:100%;margin:auto}

@media only screen and (min-width: 320px) {
video#player{
max-width:280px;
}
}
@media only screen and (min-width: 390px) {
video#player{
max-width:360px;
}
}
@media only screen and (min-width: 768px) {
video#player{
max-width:410px;
}
}
/* ------------------------------------------------------------------
見出し トップページ
------------------------------------------------------------------ */
.recruitment-box{/*募集要項訴求 外箱*/
   width:100%;
   height:auto;
   text-align:center;
   margin:0.2rem 0.5rem
   }

.recruitment{/*募集要項訴求*/
	width: 100%;
	font-size:2rem;
	padding: .75rem;
	margin-top:.7rem;
}
.recruitment:hover{background-color: #FF9600}

.topTitle {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) {
	.recruitment-box{
        margin:auto;
        width: 320px;
    }
}

@media only screen and (max-width: 820px) {
	.recruitment-box{
        clear: both;
    }
}

@media only screen and (min-width: 1024px) {
	.recruitment-box{
    float: right;
    max-width: 410px;
    }
}

.header-title {
  display: inline-block;
  margin: 0;
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
}

.header-title .sub-span {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-top: .5em;
  font-weight: 600;
  letter-spacing: normal;
}

.titleBox {
  margin: 0;
}

.titleBox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media(min-width:768px) {
  .header-title {
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 736px) {
  .topTitle {
    margin-bottom: 20px;
  }

  .header-title {
    font-size: 2.2rem;
  }

  .header-title .sub-span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 320px) {
  .header-title {
    font-size: 1.9rem;
  }
}

/* ------------------------------------------------------------------
見出し 下層ページ
------------------------------------------------------------------ */

.under-page-header {
  height: 200px;
  display: table;
  width: 100%;
  margin-top: 0px;
  background: #f0f6fa;
}

.under-header-box {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.under-header-title {
  text-align: center;
  color: #46abf2;
  font-size: 4.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0;
  letter-spacing: .1em;
  font-weight: 600;
}

.under-header-title .sub-span {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-top: .3em;
  letter-spacing: normal;
}

.under-page-bg {
  background: #f7f7f7;
}

.header-subtitle {
  font-size: 1.8rem;
  margin: 0 0 30px;
  background: #ebeff3;
  padding: 10px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #006ac5;
}

.header-title-line {
  text-align: center;
  font-size: 2.2rem;
  border-bottom: solid 2px #c8ddeb;
  padding: 0 .5em .5em;
  color: #2d2d2d;
  display: inline-block;
}

.header-title-line .sub-span {
  display: block;
  font-size: 1.3rem;
  padding-top: .5em;
  font-weight: 400;
}

.header-title-radius {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 0;
  background: #fde67c;
  color: #8f8f8d;
  padding: 12px 10px 12px 1.5em;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}

.header-title-linear {
  font-size: 2.6rem;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #00af3a;
}

.header-title-linear object {
  display: inline-block;
  padding: 0 .3em;
  position: relative;
}

.header-title-linear object:before,
.header-title-linear object:after {
  border-top: 4px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

.header-title-linear object:before {
  right: 100%;
}

.header-title-linear object:after {
  left: 100%;
}

.header-title-linearLeft {
  font-size: 1.6rem;
  margin: 0 0 20px;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

.header-title-linearLeft object {
  display: inline-block;
  padding: 0 .3em;
  position: relative;
}

.header-title-linearLeft object:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
  left: 100%;
}

@media only screen and (max-width: 736px) {
  .under-page-header {
    height: 100px;
    padding-top: 0px;
  }

  .under-header-title {
    font-size: 2.8rem;
    text-align: center;
  }

  .under-header-title .sub-span {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .header-subtitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .header-title-line {
    font-size: 1.8rem;
  }

  .header-title-radius {
    font-size: 1.7rem;
    margin-bottom: 20px;
    padding: 10px 8px 10px 1em;
  }

  .header-title-linear {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
}

/* ------------------------------------------------------------------
注意事項
------------------------------------------------------------------ */
.caution {
  background: #f7f3ef;
  border-radius: .2em;
  padding: 30px;
}

.caution ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.caution ul li:last-child {
  margin-bottom: 0;
}

.caution ul li:before {
  display: block;
  content: "※";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 736px) {
  .caution {
    padding: 15px;
  }
}

/* ------------------------------------------------------------------
下層ページ　アンカーリンク
------------------------------------------------------------------ */
#content {
  padding-top: 100px;
}

ul.btnArea {
  letter-spacing: -.4em;
  margin-bottom: 40px;
}

ul.btnArea li:first-child {
  margin-left: 0px;
}

ul.btnArea li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 10px;
}

ul.btnArea li .btn {
  padding: 0 10px;
  font-weight: 400;
}

@media only screen and (max-width: 736px) {
  #content {
    padding-top: 50px;
  }

  ul.btnArea li .btn {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------------------
プレイボゥドッグトレーナーズアカデミーの特徴
------------------------------------------------------------------ */
.toppage_about {
  padding: 100px 0;
}

ul.featureList li {
  background-color: #fff;
  border: 1px solid #dddddd;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  padding: 40px 30px;
}

ul.featureList li .photaria {
  margin-bottom: 15px;
}

ul.featureList li h3 {
  font-weight: 800;
  color: #00af3a;
  margin: 0 0 15px;
}

ul.featureList p {
  font-size: 1.4rem;
  text-align: left;
  font-weight: 600;
}

.bottomBox {
  position: relative;
  margin: 20px 0 0;
  padding: 20px 0px 40px 200px;
}

.bottomBox img {
  position: absolute;
  width: 180px;
  left: 10px;
  bottom: 0;
}

.bottomBox p {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;
}

@media(min-width:768px) {
  ul.featureList li {
    min-height: 450px;
    padding: 40px 15px;
    margin-bottom: 0;
  }

  ul.featureList li h3 {
    font-size: 1.6rem;
  }

}

@media(min-width:1024px) {
  ul.featureList li {
    min-height: 448px;
    padding: 40px 30px;
  }

  ul.featureList li h3 {
    font-size: 2.0rem;
  }

}

@media(min-width:1366px) {
  ul.featureList li {
    min-height: 485px;
  }

  ul.featureList li h3 {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_about {
    padding: 30px 0 0;
  }

  ul.featureList li h3 {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------------------------
卒業生の活動
------------------------------------------------------------------ */
.sotsugyousei {
  padding: 100px 0;
  background-color: #fff;
}

ul.sotsugyouseiList li {
  text-align: left;
  background-color: #f2f2f2;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  padding: 40px 30px;
}

ul.sotsugyouseiList li .photaria {
  margin-bottom: 15px;
}

ul.sotsugyouseiList li h3 {
  letter-spacing: -.05em;
  margin: 0 0 10px;
  font-size: 1.8rem;
}

ul.sotsugyouseiList li h3 span {
  font-size: 1.3rem;
}

ul.sotsugyouseiList li strong {
  display: block;
  font-size: 1.4rem;
  border-top: solid 2px #00af3a;
  padding-top: 2px;
  margin: 0 0 10px;
}

.sotsugyousei .white_bg {
  border: solid 4px #f2f2f2;
}

.sotsugyousei .white_bg .photaria {
  width: 480px;
  margin-bottom: 25px;
}

@media(min-width:768px) {
  ul.sotsugyouseiList li {
    min-height: 670px;
    padding: 40px 20px;
  }
}

@media(min-width:1024px) {
  ul.sotsugyouseiList li {
    min-height: 600px;
  }
}

@media(min-width:1366px) {
  ul.sotsugyouseiList li {
    min-height: 635px;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 736px) {
  .sotsugyousei {
    padding: 30px 0;
  }

  ul.sotsugyouseiList li {
    padding: 30px 15px;
  }

  ul.sotsugyouseiList li h3 {
    font-size: 1.6rem;
  }

  ul.sotsugyouseiList li strong {
    font-size: 1.2rem;
  }

  .sotsugyousei .white_bg {
    padding: 30px 15px;
  }

  .sotsugyousei .white_bg .photaria {
    width: 100%;
    margin-bottom: 25px;
  }
}

/* ------------------------------------------------------------------
プレイボゥの想い
------------------------------------------------------------------ */
.top_omoi {
  padding: 100px 0 0;
  background-color: #fff;
}

.top_omoi ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.top_omoi ol li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  color: #ff7000;
  font-size: 2.2rem;
  font-weight: 700;
}

.top_omoi ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: solid 2px #ff7000;
  color: #ff7000;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  font-size: 1.7rem;
  position: absolute;
  left: 0;
  top: 3px;
}

.top_omoi .photoRight {
  border: 1px solid #dddddd;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  padding: 15px 20px;
}

.profile {
  margin-top: 5px;
  font-size: 1.2rem;
}

.profile strong {
  display: block;
  margin-bottom: 3px;
}

@media only screen and (max-width: 736px) {
  .top_omoi {
    padding: 30px 0 0;
  }

  .top_omoi ol li {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 1.5rem;
  }

  .top_omoi ol li:before {
    line-height: 12px;
    height: 18px;
    width: 18px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 411px) {
  .top_omoi .photoRight {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------------
プレイボゥが選ばれる理由
------------------------------------------------------------------ */
.top_riyuu {
  padding: 100px 0 60px;
  background-color: #fff;
}

ul.erabuList li {
  background-color: #fff;
  border: 4px solid #00af3a;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  color: #00af3a;
  font-weight: 600;
  padding: 40px 40px;
}

ul.erabuList li .photaria {
  width: 80px;
  margin-bottom: 15px;
}

ul.erabuList li h3 {
  margin: 0 0 15px;
  font-weight: 800;
}

ul.erabuList li p {
  text-align: left;
}

@media(min-width:768px) {
  ul.erabuList li {
    min-height: 400px;
    padding: 30px 20px;
  }

  ul.erabuList li h3 {
    font-size: 1.9rem;
  }
}

@media(min-width:1024px) {
  ul.erabuList li {
    min-height: 372px;
    padding: 40px 20px;
  }

  ul.erabuList li .photaria {
    width: 100px;
  }
}

@media(min-width:1366px) {
  ul.erabuList li {
    padding: 40px;
  }

  ul.erabuList li h3 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 736px) {
  .top_riyuu {
    padding: 30px 0;
  }

  ul.erabuList li {
    padding: 40px 15px;
  }

  ul.erabuList li h3 {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
}

/* ------------------------------------------------------------------
卒業生の声
------------------------------------------------------------------ */
.toppage_work {
  padding: 100px 0 0;
  background-color: #fff;
}

.toppage_work .inner {
  border-radius: .6em;
}

ul.reviewList li {
  background-color: #fff;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  -moz-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  -webkit-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  box-shadow: 0 0 14px 0px rgba(115, 115, 115, .4);
  margin-bottom: 30px;
}

ul.reviewList li h3 {
  border-bottom: solid 4px #00af3a;
  padding-bottom: 5px;
  margin: 0 0 10px;
  font-size: 2.0rem;
}

ul.reviewList li p {
  font-weight: 600;
}

@media(min-width:768px) {
  ul.reviewList li .leftBox {
    width: 28%;
  }

  ul.reviewList li .rightBox {
    width: 68%;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_work {
    padding: 30px 0px 0;
  }

  ul.reviewList li {
    padding: 30px 15px;
  }

  ul.reviewList .photaria {
    margin-bottom: 10px;
  }

  ul.reviewList li h3 {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }

  ul.reviewList li p {
    font-weight: 600;
  }
}

/* ------------------------------------------------------------------
教室のご案内
------------------------------------------------------------------ */
.toppage_company {
  padding: 100px 0;
  background-color: #fff;
}

.toppage_company .toptex {
  font-size: 1.6rem;
}

.toppage_company .photaria {
  margin-bottom: 30px;
}

.maplink {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-top: 2px;
}

a.maplink {
  text-decoration: underline;
}

.maplink::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url('../img/pin.png') no-repeat 0 0;
  background-size: 15px 15px;
}

.acf-map {
  width: 100%;
  height: 350px;
  margin: 0px 0 20px;
}

.acf-map img {
  max-width: inherit !important;
}

@media(min-width:768px) {
  .toppage_company .header-title {
    font-size: 4.2rem;
  }
}

@media(min-width:1024px) {
  .toppage_company .header-title {
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_company {
    padding: 30px 15px 30px;
  }

  .toppage_company .innerBox {
    padding: 30px 0 20px;
  }

  .toppage_company .toptex {
    font-size: 1.3rem;
  }

  .company ul.teble-list li div {
    display: block;
    padding: 13px 5px;
  }

  .company ul.teble-list li div:first-child {
    text-align: left;
    width: 100%;
    padding: 5px 5px 5px;
  }

  .company ul.teble-list li div:last-child {
    padding: 3px 5px 10px;
  }
}

/* ------------------------------------------------------------------
よくあるご質問
------------------------------------------------------------------ */
.toppage_faq {
  padding: 60px 0;
  background-color: #eee;
}

.toppage_faq .innerBox {
  padding-top: 0;
  padding-bottom: 0;
}

.toppage_faq ul li {
  background-color: #fff !important;
}

ul.faq-list {
  text-align: left;
}

ul.faq-list li {
  position: relative;
  padding: 20px;
  background-color: #f0f6fa;
  margin-bottom: 20px;
  border-radius: .2em;
}

ul.faq-list li:last-child {
  margin-bottom: 0px;
}

.q-box {
  padding: 10px 0px 10px 35px;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  border-bottom: dotted 2px #2758a7;
}

.q-box:before {
  content: "Q";
  font-weight: 900;
  color: #2758a7;
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  width: 25px;
  text-align: center;
  line-height: 1;
}

.a-box {
  padding: 10px 0px 10px 35px;
  font-size: 1.8rem;
  position: relative;
}

.a-box:before {
  content: "A";
  font-weight: 900;
  color: #93abd3;
  position: absolute;
  top: 6px;
  left: 0px;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 25px;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 736px) {
  .toppage_faq {
    padding: 30px 0 0;
  }

  ul.faq-list li {
    margin-bottom: 15px;
  }

  ul.faq-list li:last-child {
    margin-bottom: 0px;
  }

  .q-box {
    padding: 0px 0px 15px 30px;
    font-size: 1.5rem;
  }

  .q-box:before {
    left: -5px;
    font-size: 28px;
  }

  .a-box {
    padding: 5px 0px 0px 30px;
    font-size: 1.3rem;
    position: relative;
  }

  .a-box:before {
    top: 0px;
    left: -5px;
    font-size: 28px;
  }
}

/* ------------------------------------------------------------------
最後に、ご検討中のお客様へ
------------------------------------------------------------------ */
.toppage_message {
  padding: 0px 0 60px;
  background-color: #fff;
}

.toppage_message p {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 2.2em;
}

.toppage_message .photaria img {
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
}

@media(min-width:1024px) {
  .toppage_message p {
    text-align: center;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_message {
    padding: 0px 0px 30px;
    margin-bottom: -20px;
  }

  .toppage_message p {
    font-size: 1.3rem;
  }

  .toppage_message .innerBox {
    padding: 0;
  }
}

/* ------------------------------------------------------------------
フォーム トップページ
------------------------------------------------------------------ */
/* ------トップフォーム---- */
.toppage_contact {
  padding: 60px 0;
  background-color: #ddecff;
}

.toppage_contact .formbox .btn {
  margin-bottom: 0px;
}

@media only screen and (max-width: 736px) {
  .toppage_contact {
    padding: 30px 0px;
  }

  .toppage_contact .titleBox img {
    width: 320px;
    margin-bottom: 20px;
  }

  .toppage_contact .formbox .btn {
    margin-bottom: 0px;
  }
}

/* ------------------------------------------------------------------
お問い合わせ-リスト
------------------------------------------------------------------ */
ul.form-list li {
  margin-bottom: 40px;
}

ul.form-list li:last-child {
  margin-bottom: 0px;
}

ul.form-list li .title-label, ul.form-list li .form-item {
  display: block;
}

ul.form-list li .title-label, ul.form-list li .title-label01, ul.form-list li .form-item {
  display: block;
}

.title-label {
  background-color: #f1f1f1;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  border-radius: .5em;
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 16px 25px;
  position: relative;
}

@media(min-width:768px) {
  ul.form-list li:last-child {
    margin-bottom: 30px;
  }

  .form-item {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 736px) {
  ul.form-list li {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  ul.form-list li:last-child {
    margin-bottom: 15px;
  }

  .title-label {
    font-size: 1.4rem;
    padding: 12px 15px;
    line-height: 1.4em;
  }

  .form-item {
    margin: 0 0px;
  }
}

/* ------------------------------------------------------------------
お問い合わせ-共通
------------------------------------------------------------------ */
.formbox {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
}

.formbox .btn {
  width: 100%;
}

.form-control {
  color: #000;
  border: 1px solid #b5babd;
  height: auto;
  padding: 20px;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  border-radius: .5em;
}

.label-hissu, .label-nini {
  padding: 0 8px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
}

.label-hissu {
  color: #e5412b;
  border: solid 2px #e5412b;
}

.label-nini {
  color: #0897FF;
  border: solid 2px #0897FF;
}

.form-control-add {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form .form-group {
  margin-bottom: 0px;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 4px 0 0px;
}

.reservation label {
  background-color: #eeeeef;
  font-size: 13px;
  border: 0px solid #dbdcdc;
  border-radius: 6px;
  padding: 8px 15px;
  margin-bottom: 6px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.reservation span {
  margin-left: 0;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.checkbox01-list span.wpcf7-list-item {
  display: block !important;
}

.checkbox01-list span.wpcf7-list-item label {
  cursor: pointer;
  margin-bottom: 0px;
}

.radio-lab span.wpcf7-list-item {
  padding-right: 1em;
}

span.wpcf7-list-item-label::before {
  content: "";
}

@media(min-width:768px) {
  .toppage_contact .btn, .contact .btn {
    width: 300px;
    margin-top: 30px;
    line-height: 58px;
    font-size: 2.2rem;
  }

  .formbox {
    width: 660px;
    padding: 50px 30px;
  }

  .label-hissu, .label-nini {
    line-height: 26px;
  }
}

@media(min-width:1024px) {
  .formbox {
    width: 880px;
    padding: 50px 80px;
  }
}

@media(min-width:1366px) {
  .formbox {
    width: 880px;
    padding: 50px 120px;
  }
}

@media only screen and (max-width: 736px) {
  .label-hissu, .label-nini {
    line-height: 22px;
    right: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .contact .btn {
    font-size: 14px !important;
  }
}

/* ------------------------------------------------------------------
お問い合わせ-width
------------------------------------------------------------------ */
.w-20, .w-30, .w-40, .w-50, .w-70, .w-80, .w-100, .w-5-sm, .w-10-sm, .w-20-sm {
  display: inline-block;
}

.w-30-blok, .w-40-blok {
  display: block;
}

.w-20 {
  width: 100%;
}

.w-30 {
  width: 100%;
}

.w-40 {
  width: 100%;
}

.w-50 {
  width: 100%;
}

.w-70 {
  width: 100%;
}

.w-80 {
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-5-sm {
  width: 100%;
}

.w-10-sm {
  width: 100%;
}

.w-20-sm {
  width: 100%;
}

.w-30-blok {
  width: 100%;
}

.w-40-blok {
  width: 100%;
}

@media(min-width:768px) {
  .w-20, .w-30, .w-40, .w-50, .w-70, .w-80, .w-100, .w-5-sm, .w-10-sm, .w-20-sm {
    line-height: 34px;
  }

  .w-20 {
    width: 20%;
  }

  .w-30 {
    width: 30%;
  }

  .w-40 {
    width: 40%;
  }

  .w-50 {
    width: 50%;
  }

  .w-70 {
    width: 67%;
  }

  .w-80 {
    width: 79%;
  }

  .w-100 {
    width: 100%;
  }

  .w-5-sm {
    width: 5%;
  }

  .w-10-sm {
    width: 10%;
  }

  .w-20-sm {
    width: 10%;
  }

  .w-30-blok {
    width: 30%;
  }

  .w-40-blok {
    width: 40%;
  }
}

@media only screen and (max-width: 736px) {
  .w-5-sm {
    width: 10%;
  }

  .w-10-sm {
    width: 10%;
  }

  .w-20-sm {
    width: 20%;
  }
}

