h3 {
  text-align:center;
  padding-top: 10px;
}
h4 {
          font-size: 1.8em;
          background-color: #fff;
          margin-top: 50px;
					margin-bottom: 30px;
					text-align:center;
}
h5 {
          padding: 0 70px 0 70px;
}
hr {
          height: 1px;
          background-color: #e6e6e6;
          width: 70%;
          border: none;
          margin-bottom: 20px;
          margin-top: 20px;
}

/*2020/8/11追記*/
.dtable {
          display: table;
          table-layout:fixed; /* ブロックレベル要素を均等に配置 */
          width:70%; /* ブロックレベル要素全体の幅 */
          margin: auto;
}

.dtable_c {
          display: table-cell;
          text-align: left;
}

.privacy {
          font-size: 0.8em;
          text-align: center;
}
/*ここまで*/

.small_space {
          font-size: 0px;
          padding: 0px;
          margin: 0px;
}

.explain {
          font-size: 1em;
          text-align: center;
          color: black;
}
.explain_2 {
          font-size: 0.8em;
          color: black;
          line-height: 25px !important;
          padding: 0 100px 0 100px;
}
.explain_3 {
  font-size: 0.8em;
  color: black;
  line-height: 25px !important;
  padding: 0 170px 0 170px;
  text-align: left;
}
.question {
          color: black;
}

.bold{
          color: black;
          margin-top: 50px;
          font-weight:bold;/*太字にする*/
          font-size: 3em;
          text-align:center;
}

.bold_2{
          font-weight:bold;/*太字にする*/
}

.bold_3{
          font-weight:bold;/*太字にする*/
          text-align:center;
}

/*2021/6/10追記*/
select{
  outline:none;
  margin-bottom: 4px;
  padding-bottom: 10px;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background-color: #f2f2f2;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
select option{
background-color: #fff;
color: #333;
}
select::-ms-expand {
display: none;
}
select:-moz-focusring { 
color: transparent; 
text-shadow: 0 0 0 #828c9a;
}
/*ここまで*/

/* MW WP form CSS template01 */

.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	padding: 10px 0 10px 15px;
	font-weight: normal;
  border:none;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	padding: 10px 5px;
  border:none;
}

.cform {
	width: 70%;
	margin: auto;
  border:none;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

/* 2021/6/10追記 */
.cform_2 th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	padding: 10px 0 10px 15px;
	font-weight: normal;
  border:none;
}

.cform_2 td {
	font-size: 14px;
	line-height: 150%;
	padding: 10px 5px;
  border:none;
}

.cform_2 {
	width: 70%;
	margin: auto;
  border:none;
}

.cform_2 [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform_2 option,
.cform_2 textarea,
.cform_2 input[type=text],
.cform_2 input[type=email],
.cform_2 input[type=search],
.cform_2 input[type=select],
.cform_2 input[type=url] {
	width: 200px;
}

.required-srt {
	font-size: 8pt;
	padding: 2px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #424242;
  border-radius: 40px;
	width: 60%;
	max-width: 300px;
	min-width: 80px;
	margin: 30px auto;
	display: block;
	border: 1px #424242 solid;
	text-align: center;
	padding: 20px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #424242;
}

/*2020/05/25*/
.site-header{
    background: #fff;
    position: fixed;
    width: 100%;
}
.gnav ul{
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
  justify-content:center;
  margin-left: 0em !important;
  margin-right: 0em !important;
}
.gnav ul li{
display: table-cell;
min-width: 50px;
margin-left: 0em !important;
}
.gnav ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #555;
font-weight: bold;
margin-left: 0em !important;
}
.gnav ul li.current{
background-color: #DEEBF7;
margin-left: 0em !important;
}
.gnav ul li.current a{
color: #555;
margin-left: 0em !important;
}
.gnav ul li:hover{
background-color: #FFF2CC;
margin-left: 0em !important;
}
