@charset "UTF-8";
/* org.css の打消しなど */
/*
#header{
	background-image: none;
	height:70px;
}
#header_in{
	background-image: none;
}
#header #siteid{
	float: none;
	margin:0 auto;
}
	*/
#header {
  height: 100px;
}

#header_in {
  height: 100px;
}
#header_in #siteid {
  float: none;
  width: 930px;
  width: 1200px;
  margin: 0 auto;
}
#header_in #siteid h1 {
  width: 930px;
  width: 1200px;
  background-position: center;
}
#header_in #hcontents {
  float: none;
  width: 930px;
  width: 1200px;
  margin: 0 auto;
}
#header_in #hcontents .header_tool {
  float: none;
  width: 930px;
  width: 1200px;
}
#header_in #hcontents .header_tool ul.useset {
  float: none;
  width: 930px;
  width: 1200px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

h1 {
  text-align: center;
}

address {
  float: none;
  margin: 0 auto 12px;
  width: 570px;
}

.page-header {
  background-image: url("../all_img/org/bg01.png");
  background-repeat: repeat-x;
  min-height: 96px !important;
  margin: 10px 0 -16px !important;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.page-header h1.page-header-title {
  background-color: transparent;
  font-size: 2em;
  /*position: relative;*/
  padding-top: 30px;
  color: #503730;
  border: none;
}

h2 {
  background-color: rgba(249, 198, 122, 0.15);
  padding-left: 0.3em;
  border-radius: 10px;
  border-top: none;
  font-size: 1.5em;
  padding-top: 16px;
  padding-bottom: 14px;
  position: relative;
  background-image: url("../all_img/org/bg02.png") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 30px;
}

h3 {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 0.3em;
  font-size: 1.3em;
  border-radius: 10px 10px 0 0;
  background-color: #fafced;
  border-left: none;
  position: relative;
}
h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3em;
  background: repeating-linear-gradient(-45deg, #f9c67a, #f9c67a 5px, #ffffff 5px, #ffffff 10px);
}

h4 {
  background-color: transparent;
  border-bottom: 1px solid #999999;
}

.gopagetop {
  background-image: url("../all_img/org/footer_line.jpg");
  background-position: center 12px;
  background-repeat: repeat-x;
}

#footer {
  background-color: #fef7eb;
}

#copy {
  background-color: #f9c67a;
  font-size: 0.8em;
  padding: 4px;
}

/* ここから */
body {
  background-color: #fafafa;
}

/* 文字サイズを変更するためのスタイル */
#mail_form, #footer {
  font-size: 16px; /* 標準のサイズ */
}

/* 文字サイズ変更を大・特大に対応 */
#mail_form.font-larger, #footer.font-larger {
  font-size: 18.4px; /* 大 (標準の1.15倍) */
}

#mail_form.font-xlarger, #footer.font-xlarger {
  font-size: 22.4px; /* 特大 (標準の1.4倍) */
}

.font-larger {
  font-size: 18.4px !important;
}

.font-xlarger {
  font-size: 22.4px !important;
}

ul.useset li ul li a.active {
  color: #ff0000;
  background-color: #fff !important;
  border: 1px solid #cccccc;
}

#mail_form {
  background-color: #fff;
  width: 870px;
  width: 1170px;
  margin: 0 auto;
  padding: 15px 30px 60px;
}

.msg {
  color: #ff0000;
}

.necessary {
  color: #ff0000;
  font-size: 0.9em;
}

table {
  max-width: initial !important;
  width: 100% !important;
}

#form-tbl {
  /*background-color:#ffee11;*/
  width: 100%;
}

#form {
  width: 100%;
  font-size: 16px;
  border: 1px dotted #808080;
}

#form th {
  width: 25%;
  /*background-color:$base_color_d;*/
  background-color: rgba(249, 198, 122, 0.15);
  border-right: 1px dotted #808080;
}

#form td {
  color: #464646;
}

#form ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#form ul li {
  list-style: none;
  /*margin-right:26px;*/
  line-height: 2.4em;
  /*display: inline-flex;*/
  align-items: center;
}

#form ul li:last-child {
  margin-right: 0px;
}

#form th,
#form td {
  padding: 15px 20px 15px;
  vertical-align: top;
  border-bottom: 1px dotted #808080;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea,
.btn input {
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  font-family: inherit;
}

select {
  max-width: 98%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 96%;
  height: 2.4em;
  padding: 0 16px;
}

.nenrei input {
  width: 15%;
}

input[type=radio],
input[type=checkbox] {
  display: none; /* ラジオボタンを非表示にする */
}

/* フォーカス時に色を変更 */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  background-color: #e6f7ff; /* フォーカス時の色 */
  border-color: #66b3ff !important; /* フォーカス時の枠線の色 */
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  background: #188630; /* マウス選択時の背景色を指定する */
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-label {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #9e9e9e;
  color: #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  font-size: 16px;
}

.radio-label:hover {
  background-color: #188630; /* ホバー時に背景色変更 */
  color: #fff;
}

.radio-label input {
  margin-right: 10px;
  transform: scale(1.2); /* ラジオボタンを少し大きく */
}

.tool {
  gap: 20px !important;
}
.tool label {
  display: inline-block; /* ブロックレベル要素化する */
  /*float: left;*/ /* 要素の左寄せ・回り込を指定する */
  width: 127px; /* ボックスの横幅を指定する */
  height: 45px; /* ボックスの高さを指定する */
  padding-left: 3px; /* ボックス内左側の余白を指定する */
  padding-right: 3px; /* ボックス内御右側の余白を指定する */
  color: #000000; /* フォントの色を指定 */
  text-align: center; /* テキストのセンタリングを指定する */
  line-height: 42px; /* 行の高さを指定する */
  cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
  border: 1px solid #9e9e9e; /* ボックスの境界線を実線で指定する */
  border-radius: 4px; /* 角丸を指定する */
  transition: background-color 0.2s, border-color 0.2s;
}
.tool label:hover {
  background-color: #188630; /* マウスオーバー時の背景色を指定する */
  color: #fff;
}
.tool input[type=text] {
  max-width: 216px;
  margin-left: 17px;
}

select {
  padding: 5px 15px;
  cursor: pointer;
}

textarea {
  width: 96%;
  padding: 10px 16px;
}

.btn input {
  padding: 16px 40px;
  margin: 10px 30px;
  cursor: pointer;
}

/* タブレット (959px以下)-----------w700 */
@media only screen and (max-width: 1200px) {
  #header_in {
    /*background-color: #4abb6c;*/
  }
  #header_in #siteid {
    width: 100% !important;
  }
  #header_in #siteid h1 {
    width: 100% !important;
  }
  #header_in #hcontents {
    width: 100% !important;
  }
  #header_in #hcontents .header_tool {
    width: 100% !important;
  }
  #header_in #hcontents .header_tool ul.useset {
    width: 100% !important;
  }
  #mail_form {
    width: calc(100% - 60px);
  }
  #form ul {
    gap: 2px;
  }
  #form th {
    width: 24%;
  }
  #form td {
    padding: 15px;
  }
}
/* タブレット (959px以下)-----------w700 */
/* スマホ-----------w300 */
@media only screen and (max-width: 700px) {
  #header {
    width: 100% !important;
  }
  #header #header_in {
    width: 100% !important;
  }
  #header #header_in #siteid {
    width: 100% !important;
  }
  #header #header_in #siteid h1 {
    width: 100% !important;
    background-size: 90% !important;
  }
  #header #header_in #hcontents {
    width: 100% !important;
  }
  #header #header_in #hcontents .header_tool {
    width: 100% !important;
  }
  #header #header_in #hcontents .header_tool ul.useset {
    width: 100% !important;
    gap: 1px;
  }
  #header #header_in #hcontents .header_tool ul.useset li ul li a {
    margin: 0;
  }
  #header #header_in #hcontents .header_tool ul.useset li.font_size,
  #header #header_in #hcontents .header_tool ul.useset li.bg_color {
    padding-left: 0;
    background-image: none;
    font-size: 0.8em;
  }
  h1 {
    font-size: 1.4em !important;
    width: 100%;
  }
  h2 {
    width: calc(100% - 20px);
    text-align: center;
  }
  h3 {
    width: calc(100% - 18px);
  }
  h4 {
    width: calc(100% - 22px);
  }
  #mail_form {
    width: calc(100% - 30px) !important;
    padding: 10px !important;
  }
  #mail_form #form th {
    width: calc(100% - 40px) !important;
  }
  #mail_form #form td {
    width: calc(100% - 30px) !important;
    padding-bottom: 40px;
  }
  #mail_form #form input[type=text],
  #mail_form #form input[type=tel],
  #mail_form #form textarea {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.8em;
  }
  input[type=text]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    font-size: 0.8em;
  }
  #form ul {
    /*gap: 12px;*/
    justify-content: space-around;
  }
  .tool label {
    height: 50px; /* ボックスの高さを指定する */
    width: 130px;
    line-height: 47px; /* 行の高さを指定する */
  }
  .tool input[type=text] {
    max-width: 106px;
    margin-left: 17px;
  }
  address {
    float: none;
    margin: 0 auto 12px;
    padding-left: 0;
    width: 300px;
    background-image: none;
  }
  /*	#form th{
  		padding:8px 5px;
  	}
  	#form td{
  		margin-bottom:20px;
  		border:none;
  	}
  	input[type="text"] ,
  	input[type="email"],
  	input[type="tel"]{
  		width:86%;
  	}
  	.nenrei input{
  		width:30%;
  	}
  	#form ul li{
  		margin-right:18px;
  	}
  	textarea{
  		width:86%;
  	}

  */
}
/*名前とふりがな*/
.name_furigana {
  /*background-color: #66b3ff;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*gap: 0px 20px;*/
}
.name_furigana input[type=text] {
  width: 44%;
}

@media only screen and (max-width: 860px) {
  .name_furigana {
    /*background-color: #66b3ff;*/
  }
  .name_furigana input[type=text] {
    width: 40%;
  }
}
@media only screen and (max-width: 700px) {
  .name_furigana input[type=text] {
    width: 42% !important;
  }
}/*# sourceMappingURL=mform.css.map */