@charset "UTF-8";
#gronav{
  display: none;
}
/*ここからぜんぜんcommonじゃない*/
.jiwari{
  table-layout:fixed;
}

.col-rank {
  width: 14%;
}

.col-area {
  width: 18%;
}

.banner_contents,.footer_pageTopButton{
  height:auto !important; 
}
/*ここまでcommonじゃない*/
p{
    text-align: justify;
    word-break: break-all;
}

span.bold{
  font-weight: bold;
}

.form-group,h4{
  font-size: 16px;
  border-left: 3px solid var(--themered);
  padding-left: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight:bold;
  margin-bottom: 5px;
  margin-top:20px
}

.required,.optional {
  display: inline-block;
  font-size: 10px;
  padding: 0 3px;
  vertical-align: middle;
  margin: 0 4px;
  margin-bottom: 3px;
}

.required{
  background-color: var(--themered);
  color: #fff;
}

.optional {
  background-color: #eee;
  color: #444;
}

.check{
    border-bottom: solid 1.5px var(--themered);
    font-size: 15px;
}
.formcheck p{
  line-height: inherit;
}

.form-item {
  margin: 0;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Shippori Mincho", serif;
  font-weight:600; 
  font-size: 14px;
}

.form-note {
  margin: 0;
  font-size: 12px;
  text-align: justify;
}


input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="time"],
input[type="date"],
input[type="number"],
input[type="email"],
textarea {
  background-color: #eee;
  border: 2px solid #eee;
  font-weight:400;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 10px;
  width: -webkit-calc(99.9% - 16px - 4px);
  width: calc(99.9% - 16px - 4px);
  margin: 5px 0 5px 0;
}

input[type="text"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border: 2px solid var(--themered);
}



.form-small {
    width: 35% !important;
    margin: 0 5px 0 0 !important;
}

select {
  background-color: #eee;
  border: 2px solid #eee;
  font-size: 14px;
  padding: 5px 3px;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 20px 0;
}

textarea {
  line-height: 1.5em;
  height: -webkit-calc(1.5em * 4 + 14px);
  height: calc(1.5em * 4 + 14px);
  resize: none;
}

/*
input:focus,
textarea:focus,
select:focus {
  border: 2px solid var(--themered);
}
*/

select {
  cursor: pointer;
}


input[type="radio"] {
  opacity:0;
}

input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 50%;
}

input[type="radio"]:checked + label {
  color: #000;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7.5px; /*beforeの幅/2*/
  transform: translate(-50%,-50%);
  width: 11px;
  height: 11px;
  background: var(--themered);
  border-radius: 50%;
}

.keitai{
  padding-left: 30px;
}


.radiobtn,
.checkbox {
  margin-bottom: 5px;
  line-height: 2em;
}

.checkbox-input {
  opacity:0;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
  color: var(--themered);
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid var(--themered);
  border-right: 3px solid var(--themered);
}

/* 数値の入力欄にスピナー(↑↓の矢印)を常時表示する */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
/* 数値の入力欄にスピナーを常時表示する fin*/


button {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
    font-weight:400;
  cursor: pointer;
  margin: 5px 0;
}


.blueButton {
  background-color: var(--themered);
  color: #fff;
}
/*blueじゃないけどとりあえず名前変更めんどくさい*/

.grayButton {
  background-color: #eee;
  color: #444;
}

button:hover {
  opacity: .5;
}

.textbold {
  font-family:"Shippori Mincho", serif;
  font-weight:400; 
}

.main_right h1 {
  font-size: 16px;
  color: var(--themered);
  border: 2px dotted var(--themered);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family:"Shippori Mincho", serif;
  font-weight:400;
}

.backToTop {
  width:100%;
  background-color: var(--themered);
  position:relative;
  margin-top:20px;
}
/*これいらないんじゃね*/

.backToTop:hover {
  opacity:0.5;
}

.backToTop a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.backToTop p {
  font-size:14px;
  color:#fff;
  padding:10px;
  text-align:center;
}

.notes_btn {
  display:inline-block;
  padding:10px 20px;
  margin:5px 10px 5px 0;
  border-radius:5px;
  background-color:#8db7ec;
  color:#fff;
  cursor:pointer;
}

.notes_btn:hover {
  opacity:.5;
}

.uploaded_img {
  max-width:50%;
  max-height:200px;
}


.form-middle{
  width: 60% !important;
    margin: 0 5px 0 0 !important;
}

.underline{
  border-bottom: 1px solid currentColor;
}

/* 表 */

th,
td {
  border: solid 2px #eee;
  padding: 10px;
  text-align: center;
}

th {
  background-color: var(--themered);
  color: #fff;
}

td {
}

table {
  border-collapse: collapse;
  width:100%;
  font-size: 12px;
}

td input[type="text"],
td input[type="time"],
td select,
td textarea,
td input[type="number"]{
  margin:0;
    position: relative;

}


.form-medium {
  width:50% !important;
  margin:0 5px 0 0 !important;
}


#other_fixture_want-2:checked + .other_fixture_table{
    display: none;
}

.time_table{
  width: 90%;
}
.time_table input{
  width: 70%;
}
.time_table td{
  padding: 3px;
}

/* フォームの全貌見る部分ね */
/*
.guidance_link {
    cursor: pointer;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #eee;
    padding: 5px 0 !important;
    margin-top: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    border-left: 20px solid var(--themenavy);
}
.guidance_link::after {
    position: absolute;
    content: '＋';
    top: 4px;
    right: 16px;
    font-size: 24px;
}
.guidance_link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.guidance_wrap {
    font-size: 0;
}
.guidance_left {
    position: relative;
    width: 80%;
    margin: 30px 10% 15px 10%;
    display: inline-block;
    font-size: 14px;
}
.guidance_left:before {
    content: "";
    display: block;
    padding-top: 50vh;
}

.guidance_left iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.guidance_link + .document {
    border: solid 2px var(--themenavy);
    background-color: #F9F9F9;
}
.document .close-btn {
    border: 1px solid #888;
    background-color: #fff;
    color: #888;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    display: block;
    margin: 10px auto;
    cursor: pointer;
}
.guidance_name {
    font-size: 18px;
    padding: 0 50px 0 10px !important;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}
*/
.close-btn i {
    margin-right: 5px;
}
.blue_button {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--themewhite);
    transition: all 0.3s;
    border-radius: 26px;
    border:2px var(--themered) solid;
    padding: 7px 0;
     margin: 20px 0;
}
.blue_button:hover{
  background: #fff;
}
.blue_button img{
    width: 25px;
    height: 25px;
    margin-left: 9px;
}
.blue_button p {
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    margin-left: 10px;
}
.blue_button a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.document {
    display: none;
}
img.gazoukei{
  width: 100%;
}

 .pagelink{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 400;
    text-decoration-color:var(--themered) ;
    color: var(--themered);
 }

/* PC版 */

@media screen and (min-width:1024px){
.form-item {
    font-size: 16px;
  }
.form-note {
    font-size: 14px;
}
.required,.optional {
    font-size: 12px;
}
.form-group, h4 {
    font-size: 18px;
}

table{
font-size:14px;
}

img.gazoukei{
  width: 100%;
}
}
