@charset "UTF-8";
/*  ハンバーガーメニュー*/
/* モバイル版用のメニューボタンをPC画面でいったん消す*/
.sp-menu, .openbtn4 {
  display: none;
}

@keyframes animate {
  0%, 100% {
    clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 640px) {
  /* PCのTOPページではタイトル折り返さない */
  .br-sp {
    display: none;
  }
  .br-namae {
    display: none;
  }
  .ask2 {
    display: none;
  }
}
/* CONTACT遷移先 ここから------------------------------*/
.box_con {
  background-color: white;
  max-width: 900px;
  margin: 0 auto;
}

.box_con form {
  width: 100%;
}

.box_con form table {
  width: 100%;
}

.box_con form table tr {
  position: relative;
}

.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  /* border-bottom: dotted #cdcdcd 1px; */
}

.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(136, 133, 237, 0.821);
  color: #fff;
}

.box_con form table tr th span {
  background: red;
  padding: 0 0.3em;
  color: #fff;
  margin-left: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_con form table tr td {
  padding: 0em 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_con form table tr .box_br {
  display: block;
}

.box_con form table tr select {
  border: 1px solid #97ae88;
}

.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
  color: #000;
}

.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #030a3a;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_con form table tr select,
.box_con form table tr input,
.box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #97ae88;
}

.box_con form table tr textarea {
  height: 10em;
}

input {
  border: 1px solid #97ae88;
  width: 20%;
  height: 50px;
}

.contactbtn {
  margin-top: 30px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 1.2em;
}

.contactbtn input {
  display: inline-block;
  background: #7c7cca;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}

.contactbtn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.9;
}

.contact-after {
  font-size: 1em;
  text-align: center;
}

.contact-box {
  width: 80%;
  margin: 20px auto;
}

.contact-coment {
  text-align: center;
  margin-bottom: 10px;
}

span.aks {
  display: inline-block;
  text-align: center;
}

/* CONTACT ここまで------------------------------*/



/* 追記　章 */
/* 横並び */
.flex {
  display: flex; /*横並び*/
  background-color: white;
  align-items: center; /* 子要素を垂直方向に中央揃え */
}
.flex .imagevoice {
  width: 40%;
  margin: 0;
  padding: 2%;
  flex: 0 0 auto; 
}
.flex .imagevoice img {
  width: 100%;
  height: auto;
  padding: 3%;
}
.flex .right {
  width: 60%;
  margin: 0%;
  padding: 3%;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.flex .text {
  margin: 10px 0 0;
  padding: 0;
}

.nopa{
  padding: 1rem 1rem;
}
.inner-m.nopa {
  flex-direction: row;
}

html body .content-wrap .inner-m {
  width: 920px;
  margin: 0 auto;
}

.con-p{
  font-size: 2.2rem;
}

@media screen and (min-width: 640px) {
  
  /* スマホでだけ改行 */
  .spbr{
    display: none;
  }
  
  .pcwidth{
    width: 60%;
  }

  /* pcでだけmargin入 */
  .imgcon{
    margin-top: 10rem;
  }
}