/*-- Use For Custom Styling --*/
.w-60{
	width: 60%;
}

@media (max-width: 767.98px) {
    .w-60{
		width: 100%;
	}
	.contact-form{
		width: 100% !important;
	}
	.contact-form input, select, textarea {
		max-width: 100%;
		width: 100% !important;
	}
}

.cap{
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
}

h3{
	font-size: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	color: #032a58;
	border-bottom: 1px solid #032a58;
}

table th{
	color: #032a58;
}

.page-title_price{
    position:relative;
    text-align:center;
    padding: 100px 0 70px 0;
	background-image: url("../../images/price_title.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	margin-top: 80px;
}

.page-title_contact{
    position:relative;
    text-align:center;
    padding: 100px 0 70px 0;
	background-image: url("../../images/contact_title.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	margin-top: 80px;
}

.page-title_contact .auto-container{
    position:relative;
}

.page-title_price h2,
.page-title_contact h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:1.8rem;
    text-transform:capitalize;
}

.page-title_price h2 span,
.page-title_contact h2 span{
	color: #FFE601;
	font-size: 15px;
	font-weight: normal;
	display: block;
}

.page-title_price h2 span,
.page-title_contact h2 span{
	font-size: 1rem;
	font-weight: normal;
}
.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a,
.page-breadcrumb li a:visited{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color: #FFE601 !important;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#FFE601;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.contact{
	/*padding-top: 80px;*/
}

.contact-form{
	width: 80%;
	margin: 0 auto;
}

.contact-form table{
	width: 100%;
}

.contact-form input, select, textarea {
    max-width: 100%;
    width: 500px;
}

.contact-form input.formRadio{
	max-width: 100%;
	width:inherit;
	margin-right: 10px;
}

.contact-form input.formCheck{
	max-width: 100%;
	width:inherit;
	margin-right: 10px;
	margin-right: 10px;
}

span.required{
	background: #032a58;
	color: #FFF500;
	font-weight: normal;
	margin-left: 10px;
	padding: 0px 5px;
}

.btn_wrap {
  text-align: center;
  margin-top: 30px; /* お好みで余白を調整してください */
}

.btn {
  background-color: #032a58;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background-color: #0541a0; /* 少し明るめに */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	color: #FFF500;
}

.btn:active {
  background-color: #021d3c; /* 押したときに少し暗く */
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

  #rss-feed a {
    text-decoration: none;
    color: #032a58;
    display: block;
    margin-bottom: 1.2em;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.8em;
  }

  #rss-feed a:hover {
    color: #032a58;
    border-bottom: 2px solid #032a58;
  }

  #rss-feed dl {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    align-items: center;
    margin: 0 30px;
  }

  #rss-feed dt {
    font-weight: bold;
    min-width: 100px;
    font-size: 0.95rem;
    color: #666;
  }

  #rss-feed dd {
    margin: 0;
    flex: 1;
    font-size: 1rem;
  }

  /* スマホ対応 */
  @media (max-width: 600px) {
    #rss-feed dl {
      flex-direction: column;
      align-items: flex-start;
    }

    #rss-feed dt {
      min-width: auto;
      font-size: 0.9rem;
    }

    #rss-feed dd {
      font-size: 0.95rem;
    }
  }