@charset "UTF-8";

body {
  font-family: "Meiryo", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #fff;
  color: #2c2c2c;
  overflow-x: hidden;
}

*{margin:0px;  padding:0px;}

img {
  max-width: 100%;
}
:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus{
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

h2 {
  margin: 80px 0 30px;
  font-weight: 700;
}

.row.five-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.row.five-gutters [class^='col-'],
.row.five-gutters [class*=' col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-on {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.goh_submit,
.navbar-inverse .navbar-nav>li>a,
.navbtn>ul>li>a,
.sideBtn ul>li>a{
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


/* header */
.title_name {
  background: url('../images/top_title.jpg')no-repeat;
  background-position:center;
  background-size: cover;
  height: 60px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.close {
  background: url('../images/close.png')no-repeat;
  /* background-position:right; */
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* header */
.contents{
  max-width: 1000px;
  margin: auto;
  padding: 50px;
  font-weight:900;
}
label span{
  font-size: 14px;
  color: red;
  margin-left: 5px;
}
.contents .txt_group{
  display: flex;
  justify-content: space-between;  
}
.form_group label{
  font-size: 1.3rem;
}

.txt_group .form_group:nth-child(2) label,
.txt_group .form_group:nth-child(3) label{
  padding-top: 10px;
}

textarea.form-control-ex{
  height: 8rem;
  font-size: 0.8rem;
}

input.form-control-ex{
  font-size: 0.8rem;
}

.form-control{
  display:inline-block;
  border: 1.8px solid #969a9f;
  border-style: dashed;
}
.qa_select, #qa_time{
  display: block;
}

.btn-info, .btn-info:hover{
  background-color: #2face6;
}
.btn-info:not(:disabled):not(.disabled):active{
  background-color: #2372b5;
}
.point p:nth-child(1){
  margin-bottom: 5px;
}

.form_submit{
  width: 100%;
  display: flex;
  justify-content: center;
}

#submitBtn{
  background:url("../images/send.png")no-repeat;
  background-size: 100%;
  width: 210px;
  height: 54px;
  border-color:transparent;
  box-shadow: none;
}

#cancelBtn{
  background:url("../images/cancel.png")no-repeat;
  background-size: 100%;
  width: 210px;
  height: 54px;
  border-color:transparent;
  box-shadow: none;
  margin-left: 30px;
}
.qa_select, #qa_time{
  font-size: 0.8rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 12.5rem;
  margin-bottom: 0.5rem;
  height: 2rem;
}

.qa_select{
  padding: 0 0.5rem;
  appearance: none;
}

/* select表示統一 */
.type_box{
  position: relative;
  width: 12.5rem;
}

.type_box::before{
  border-bottom: 4.5px solid #57595b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 0;
}

.type_box::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #57595b;
  content: "";
  position: absolute;
  right: 9px;
  top: 19px;
  width: 0;
}

#qa_time{
  padding: 0 0.5rem;
  line-height: 1.8rem;
}

input[type="datetime-local"]::-webkit-date-and-time-value{
  text-align: left;
}

input[type="datetime-local"] {
  width: 12.5rem;
  height: 2rem;
  position: relative;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="datetime-local"]::after {
  content: '';
  background-image: url('../images/calendar-regular.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
}

.point{
  margin-top: 0.5rem;
}

/*tab-3 notic */
#form_submit {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

#form_submit .notic {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-notic {
  cursor: pointer;
  display: block;
  z-index: 1;
  width: 430px;
  height: 120px;
  margin: auto;
  background: url("../images/send.png") center center no-repeat;
  background-size: contain;
  max-width: 80%;
}

.btn-notic:hover {
  filter: brightness(130%);
}

.notic_pop {
  background-color: #fff;
  height: 250px;
  width: 500px;
  margin: auto;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
}
.notic_pop::before{
  content: "お問い合わせ完了";
  font-size: 1.2em;
  color: #fff;
  margin: auto;
  font-weight: 600;
  background-color: #886dc2;
  width: 500px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.notic_pop.error_title::before {
    content: "送信失敗";
}
.notic_pop .pop_warn {
  position: absolute;
  width: 100%;
  max-width: 330px;
  overflow: auto;
  height: 45%;
  text-align: center;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}

.notic_pop p {
  line-height: 40px;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-bottom: 0;
}
/* .check_btn{
  background-color: #ff3f44;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 50px;
  border-radius: 10px;
} */
/* 
.notic_pop p.small {
  color: rgb(78, 78, 78);
  margin-left: 1rem;
  font-size: 22px;
  line-height: 30px;
} */

.pop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1050;
  width: 500px;
  max-width: 100%;
  height: 100%;
  display: none;
}

.pop .popArea {
  z-index: 1070;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 500px;
  max-width: 100%;
  text-align: center;
}

.pop .popArea img {
  height: 100%;
}

.popStart {
  cursor: pointer;
  z-index: 1;
  outline: none;
  border: none;
  opacity: .9;
  transition: .3s;
}

.pop .btnclose {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin: auto;
  display: block;
  z-index: 1070;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pop .btnclose:hover {
  /* transform: rotateZ(180deg); */
}

.pop .btnclose button {
  display: inline-flex;
  /* text-indent: -99999em; */
  background-color: #ff3f44;
  width: 150px;
  height: 50px;
  border-radius: 10px;
  /* background: transparent url("../images/close.png") no-repeat 0 100%; */

  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.pop .btnclose button::before{
  content: "戻る";
  font-size: 1rem;
  color: #fff;
  margin: auto;
  font-weight: 600;
}
.overlay {
  z-index: 1050;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

footer{
  width: 100%;
  text-align: center;
  background-color: #8d5aa0;
  padding:10 0px;
}
footer a{
  color:#fff;
  font-size: 12px;
}
footer a:nth-of-type(2){
  margin-left: 15px;
}
/* 
#tab-1{
  background: url('../images/content-bg-1.jpg')repeat;
  background-position: top;
  background-size: auto;
  position: relative;
  z-index: 10;
  padding: 8% 0 12% 0;
  overflow: hidden;
}
#tab-1::before{
  content:'';
  background:url('../images/content-1-pic.png')repeat-x;
  background-size: 100%;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */

/* 內容 */




#footer{
  background-color: #a25c80;
}


/* 清除預設nav */

.nav-link:hover, .nav-link:active, .nav-link:focus,.nav-link{
  background: none;
  border: none;
  padding: 0;

}
/* 清除預設nav */


@media (max-width:920px) {
  .txt_group .txt_items:nth-child(1){
    padding-right: 10px;
  }
  .txt_group .txt_items:nth-child(2){
    padding-left: 10px;
  }
}
