﻿@charset "UTF-8";
@import url("../css");
@import url("../releases/v5.0.6/css/all.css");
.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

/* __________________________________________________ コンセプト */
#contact .sec {
  padding: 100px 0;
}
#contact .flex{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  gap: 16px 32px;
  list-style-type: none;
  margin-bottom: 1em;
}
#contact .flex label{
  display: contents;
}

.panel-confirm {
  border: 2px solid #F8BAC2;
  border-radius: 10px;
  overflow: hidden;
}
.panel-confirm > .panel-head {
  padding: 5px 10px;
/*  font-size: 1.25rem;*/
  /*20px*/
  font-weight: bold;
  /*
  line-height: 1.5;
  text-align: center;
  */
  background-color: #F8BAC2;
  border-bottom: none;
  color: #fff;
}
.panel-confirm > .panel-body {
  padding: 10px 10px 10px;
  background: #fff;
}
/* __________________________________________________ pageTtl */
#pageTtl {
  overflow: hidden;
  position: relative;
  border-radius: 0 194px 194px 0;
  display: block;
  height: 388px;
  background: #ccc;
  background-image: url(img/23770043_m.jpg);
  background-size: 70%;
  background-position: left center;
  margin-right: 10px;
  background-repeat: no-repeat;
  /* __________________________________________________ breadcrumbs */
}
@media screen and (max-width: 767px) {
  .panel-confirm > .panel-body {
    padding: 10px 20px;
    text-align: left !important;
  }
  #pageTtl {
    height: 150px;
    border-radius: 0 75px 75px 0;
    background-position: left;
    background-position-x: -30px;
}
}
.panel-confirm > .panel-body p {
  margin: auto;
  padding: 0;
}
.panel-confirm > .panel-body p strong {
  font-size: 1.25rem;
  /*20px*/
}
@media screen and (max-width: 767px) {
  .panel-confirm > .panel-body p strong {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #contact .sec {
    padding: 40px 0;
  }
}
#contact .sec .panel .panel-body {
  padding: 35px 80px;
}
#contact .sec .panel-confirm .panel-body {
  padding: 10px 10px;
}
@media screen and (max-width: 767px) {
  #contact .sec .panel .panel-body {
    padding: 15px 20px 2.5rem;
  }
}
#contact .sec .panel .panel-body > p.text-right {
  font-size: 0.875rem;
  /*14px*/
}
#contact .sec .panel .panel-body label {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
#contact .sec .panel .panel-body input[type=text], #contact .sec .panel .panel-body input[type=email] {
  width: 100%;
  max-width: 490px;
  display: block;
  margin-bottom: 1.5625rem;
}
#contact .sec .panel .panel-body input[type=text], #contact .sec .panel .panel-body input[type=select] {
  width: 100%;
  max-width: 490px;
  display: block;
  margin-bottom: 1.5625rem;
}

#contact .sec .panel .panel-body textarea {
  width: 100%;
  margin-bottom: 2.5rem;
}
#contact .sec .panel .panel-body .btnCont input {
  width: 100%;
  max-width: 300px;
}
/*
#contact .sec .panel .panel-body ul {
  list-style-type: disc;
  display: block;
}
  */
#contact .sec .panel .panel-body ul li {
  text-align: left;
}