/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 14:36:32 */
/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 10px;
	font-weight: bolder;
	text-align: left;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}



@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 90%;
  border: 1px solid #999;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#06036B;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
	background: #477c54;
	color: #FFFFFF;
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.7em;
padding: 4px;
border-radius: 3px;
margin-left: 6px;
background: #9b0202;
color: #ffffff;
}

/*ーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーー*/

.table-type1,
.table-type2 {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
  box-sizing: border-box;
}

.table-type1,
.table-type1 tbody,
.table-type1 tr,
.table-type1 td,
.table-type2,
.table-type2 tbody,
.table-type2 tr,
.table-type2 td {
  box-sizing: border-box;
}

.table-type1 td,
.table-type2 td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: anywhere;
  max-width: 100%;
}

.table-type1 td {
  border: 1px solid #cccccc;
}

.table-type2 td {
  border: none;
}

.table-type1 td:first-child,
.table-type2 td:first-child {
  width: 30%;
}

.table-type1 td:nth-child(2),
.table-type2 td:nth-child(2) {
  width: 70%;
}

@media only screen and (max-width: 750px) {
  .table-type1,
  .table-type2 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .table-type1 tbody,
  .table-type1 tr,
  .table-type1 td,
  .table-type2 tbody,
  .table-type2 tr,
  .table-type2 td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .table-type1 td,
  .table-type2 td {
    white-space: normal !important;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
}
/* h2のタイトル */
h2.santaro-grad-title {
  position: relative;
  padding: 0.25em 0;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  line-height: 1.4;
}

h2.santaro-grad-title::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 0.35em;
  background: -webkit-linear-gradient(left, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}
