@charset "UTF-8";
.yuryou {
    /* font-size: clamp(12px,0.8em,20px); */
    display: inline-block;
    vertical-align: middle;
    /* background-color: #5289ec; */
    /* color: #FFF; */
    padding: 0.2em;
    box-sizing: border-box;
    border-radius: 0.2em;
    margin-top: -2%;
    border: 1px solid #e80000;
}
.textCenter{
  text-align: center;
}
.formContent01 {
    padding-bottom: 5%;
}
.textCaution {
    width: clamp(300px,100%,880px);
    margin: 2% auto;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    /* background-color: #fffaee; */
    /* font-size: 0.8em; */
    /* border: 6px double #dbb352; */
    border-radius: 15px;
    border: 5px solid #4a7e8b;
    color: #001c23;
}
.trialCautionBoxRow {
    display: flex;
}
.trialCautionBoxImgWrap {
    width: 52%;
}
.trialCautionBoxRow img {
    max-width: 100%;
}
.liOffset {
    padding-left: 1em;
    text-indent: -1em;
}
.textColorRed {
    color: #9a0000;
    padding-left: 1em;
    text-indent: -1em;
}
.textColorBule {
    color: #003880;
    padding-left: 1em;
    text-indent: -1em;
}
.sampleSetWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sampleItem {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.sampleItem img{
    display: block;
    margin: auto;
}
table.setType {
  width: 100%;
    font-size: 13px;
    font-feature-settings: "palt";
    margin: 0 auto 30px;
}
.setTitle {
    text-align: center;
    background-color: #dbb352;
    color: #FFF;
    cursor: pointer;
    /* pointer-events: none; */
    padding: 15px 0;
    border-radius: 15px;
    line-height: 1.5;
    pointer-events: none;
}
.toggleButton {
    /* background-color: #FFF; */
    /* color: #654801; */
    /* border-bottom: 1px solid #195967; */
    font-size: 0.8em;
    padding: 0px;
    /* font-family: sans-serif; */
    border-radius: 3px;
    font-feature-settings: "palt";
    display: block;
    display: none;
}
.toggleButton:after{
  content: "を閉じる";
}
.open .toggleButton:after {
    content: "はこちら";
}

.setType tr:nth-child(even) {
    background-color: #f7f7f7;
}
.setType td {
    padding: 0 10px;
    word-break: keep-all;
    color: #000;
    font-size: 15px;
}
.radio + span{
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}
.radio + span:before {
    position: absolute;
    top: 50%;
    transform: translate(0, 35%);
    left: 0;
    display: block;
    margin-top: -16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #4a7e8b;
    background-color: #4a7e8b;
    content: '';
    opacity: 0;
    z-index: 2;
}
.radio + span:after {
    position: absolute;
    top: 50%;
    transform: translate(0, 35%);
    left: 0px;
    display: block;
    margin-top: -16px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 50%;
    content: '';
    z-index: 1;
}
.contact input[type=radio]:checked + span:before {
    opacity: 1;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
    display: inline-block;
}
#formWrap .mw_wp_form .horizontal-item {
    margin-left: 0;
    margin-right: 10px;
}
.radio + span {
    position: relative;
    padding-left: 27px;
}
input#mail {
    font-family: "YuMincho",'Yu Mincho', serif;
    width: 400px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    border-radius: 15px;
    /* color: #b3b3b3; */
    font-size: 17px;
    padding: 0 20px 0 20px;
}
input#mail::placeholder {
  color: #bebebe;
}
.contact #formWrap textarea {
    height: 72px;
    margin-top: 1em;
}
#formWrap select {
    font-family: "YuMincho",'Yu Mincho', serif;
    width: 400px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    border-radius: 15px;
    font-size: 17px;
    padding: 10px 18px;
}
.contact #formWrap textarea.message {
    height: auto;
}
.caution02 {
    text-align: center;
    padding: 20px 0;
    color: #ab3031;
}
.sendButtonWrap {
    margin: 0 auto;
    text-align: center;
}
input[type=submit] {
  -webkit-appearance: none;
}
.sendButtonWrap input[type="submit"]{
      position: relative;
    background-color: #4a7e8b;
    padding: 20px 42px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  font-size: 17px;
    font-family: "YuMincho",'Yu Mincho', serif;
    /* padding: 10px 0 10px 0; */
    padding: 26px 42px;
    margin-top: 60px;
    vertical-align: middle;
      cursor: pointer;
}
/*.sendButtonWrap input[type="submit"]:after {
    content: '';
    display: block;
    width: 39px;
    height: 19px;
    background: url(../img/btn_arrow_w.png) no-repeat;
    background-size: contain;
    float: right;
    margin: 7px 0 0 50px;
    -webkit-transition: .5s cubic-bezier(1,0,0,1);
    -moz-transition: .5s cubic-bezier(1,0,0,1);
    -o-transition: .5s cubic-bezier(1,0,0,1);
    transition: .5s cubic-bezier(1,0,0,1);
}*/
.txt_title.formtitle02 {
    margin: 0 auto;
    padding: 10% 0 5%;
    display: flex;
    justify-content: center;
}
.mw_wp_form {
    /*padding-top: 10%;*/
}
.sp{
  display: none;
}
.mw_wp_form_input .formConfirmTitle {
    display: none;
}
.mw_wp_form_confirm .formInputTitle {
    display: none;
}
.setTypeWrap{
  /*display: none;*/
}
@media screen and (max-width: 768px) {
.txt_title {
  font-weight: normal;
  font-size: clamp(14px,4vw,20px);
  display: inline-block;
}
.sampleItem {
    width: 50%;
}
.setType td {
    padding: 0;
    word-break: inherit;
}
input#mail {
    width: 100%;
    line-height: 60px;
}
.setType tr td:last-child {
    text-align: right;
}
.sampleItem {
    width: 100%;
}
table.setType {
    table-layout: fixed;
}
.trialCautionBoxRow {
    display: block;
}
.trialCautionBoxImgWrap {
    width: 100%;
    margin: auto;
}
}


@media screen and (max-width: 620px) {
.sampleItem {
    width: 100%;
    padding: 0;
}
.setType td {
    padding: 0;
    font-size: 12px;
}
.textCaution {
    padding: 20px;
    line-height: 1.5;
    border: 3px solid #4a7e8b;
}
.formContent01 p {
    font-size: 14px;
    line-height: 1.8;
}
.setTypeWrap{
  display: none;
}
.setTitle{
  position: relative;
  cursor: pointer;
  pointer-events: initial; 
}
/*.setTitle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    right: 3%;
    top: 0%;
    bottom: 0%;
    margin: 6px;
}
.setTitle.open:after {
    transform: rotate(-135deg);
    margin: 12px 6px;
}*/
.caution02 {
    font-size: 11px;
}
.sp{
  display: initial;
}
.formContent101 label {
    width: 100%;
}
.formContent102 label {
    width: 43%;
}
.toggleButton {
    display: block;
}
table.setType {
    table-layout: initial;
}
}