@charset "UTF-8";
/* CSS Document */

.cover {
	margin: 0 auto;
    padding: 40px 0;
    width: 100%;
}
.contact {
	margin: 0 auto;
    padding: 80px 20px 50px;
	width: 100%;
	background: #daebcf;
	border-radius: 10px;
	display: inline-block;
}
.contact h4 {
	margin: 0 auto;
	padding: 0;
	font-family: "Caslon", serif;
    font-size: 48px;
    letter-spacing: 5px;
    color: #004d2d80;
}
.contact h4 span {
    font-size: 16px;
    position: relative;
    bottom: 25px;
    color: #004d2d;
    letter-spacing: 1.2px;
	font-family: 'Noto Sans JP', sans-serif;
}
.contact-message {
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
}
.error-message {
	margin: 0 auto;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}
.back-home {
	margin: 0 auto;
	padding: 50px 0 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #285521;
}
.back-home a {
	text-decoration: none;
}
/* promotion */
.promotion {
	margin: 0 auto;
    padding: 60px 50px 50px;
	width: 100%;
	background: #daebcf;
	border-radius: 10px;
	display: inline-block;
}
.promotion-contents{
	margin: 0 auto;
    width: 100%;
}
.promotion h4 {
    margin: 0 auto 20px;
    padding: 0;
    font-family: "Caslon", serif;
    font-size: 48px;
    letter-spacing: 5px;
    color: #004d2d80;
}
.promotion h5 {
	margin: 0 0;
    padding: 0 10px 10px;
	color: #285521;
}
.promotion-contents dl {
	width: 100%;
	margin: 0 auto;
    padding: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.promotion-contents dl dt {
	width: 30%;
	margin: 1px auto;
    padding: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
    background: #5ea96e;
	box-sizing: border-box;
}
.promotion-contents dl dd {
	width: 70%;
	margin: 1px auto;
    padding: 20px;
	text-align: left;
	font-size: 16px;
    line-height: 24px;
	background: #fff;
	box-sizing: border-box;
}
.promotion-contents dl dd a{
	text-decoration: none;
}
.letter dd a {
	line-height: 32px;
}

img.pdf-ico {
	padding: 0 10px;
    width: 45px;
    vertical-align: bottom;
    box-sizing: border-box;
}
.seisaku {
	margin: 0 auto;
    padding: 50px 0;
    font-size: 18px;
}

/* contactBtn */
.moushikomiBtn {
	margin: 0 auto;
	padding: 50px 0;
}
.moushikomiBtn h6 {
	margin: 0 auto;
	padding: 10px 0;
	font-size: 16px;
    font-weight: bold;
    color: #285521;
}
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-moushikom,
a.btn-moushikom {
  color: #fff;
  background-color: #5ea93E;
}

.btn-moushikom:hover,
a.btn-moushikom:hover {
  color: #fff;
  background: #66b744;
}

a.btn--radius {
  border-radius: 100vh;
}

/* contact */
.cf7{
	margin: 0 auto;
	padding: 3% 5% 10%;
}

.cf7__list {
	margin: 0 auto;
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cf7__list p {
	margin: 0!important;
	padding: 0;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 20px;
}
.cf7__list dt.contact-parsonal {
	margin-top: 20px; 
}

.cf7__list dt {
  margin: 0;
  width: 25%;
  padding-top: 15px;
	text-align: left;
}

.cf7__list dd {
  margin: 0;
  width: 75%;
text-align: left;
}
.contact-parsonal {
	font-size: 20px;
	font-weight: bold;
    color: #285521;

}
.parsonal-message {
	margin-top: 20px;
	padding: 15px 0 0;
	font-size: 14px;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #e76200;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
input, select {
    margin: 0 0;
    padding: 0 0;
}

.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
	color: #606060;
  background: #F4F4F4;
 border: 1px solid #767676;
}
/* input・checkbox */
.cf7__list dd input[type="checkbox"] {
	margin: 0 0;
	padding: 0 0;
  background: #F4F4F4;
  border: 1px solid #767676;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}
.check-choice {
	vertical-align: super;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: -3px;
background: #F4F4F4;
border: 1px solid #767676;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
fieldset {
	margin: 0 0!important;
	padding: 0 0;
}


input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 14px;
  border-right: 3px solid #606060;
  border-bottom: 3px solid #606060;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
letter-spacing: 1.5px;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  font-size: 16px;
  background: #004d2d;
  color: #fff;
  letter-spacing: 1.5px;
  transition: opacity .6s;
border: none;
	border-radius: 4px;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}
/*給付ページ */

.kyuuhu-table {
	margin: 0 auto;
	padding: 20px 0;
}
.kyuuhu-table h6 {
	text-align: left;
    margin: 0 0;
    padding: 10px 0 5px;
    color: #285521;
}
.kyuuhu-table table {
  border-collapse: collapse; /* セルの境界線を重ねる */
  width: 100%; /* 表の幅を調整 */
}
.kyuuhu-table table th, .kyuuhu-table table td{
  border: 1px solid #333; /* 線の太さ、種類、色 */
  padding: 8px; /* セルの余白 */
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
}
.kyuuhu-table table th.grey {
	background: #ededed;
}
.kyuuhu-table table td.money {
	text-align: right!important;
}

.kyuuhu-table table th {
		 vertical-align: middle;
}
.kyuuhu-table table th .vertical {
		writing-mode: vertical-rl;
		text-orientation: upright;
		display: inline-block;
		white-space: nowrap;
		line-height: 1;
    }


.sub-message {
    margin: 0 auto;
	padding: 0;
    font-size: 14px;
    line-height: 20px;
	text-align: left;
}


/*投稿ページ・一覧ページ */
.promotion h4.info-title{
	margin: 0 auto 20px;
    padding: 0 0;
	font-family: "Noto Sans JP";
	font-size: 25px;
    line-height: 28px;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #004d2d;
    text-align: left;
}
img.info {
    padding: 10px;
    width: 50px;
    vertical-align: middle;
}

.promotion h4.s-title {
	margin: 0 auto;
    padding: 0 0 10px;
    font-family: "Noto Sans JP";
    font-size: 38px;
    letter-spacing: 5px;
    color: #606060;
    border-bottom: 1px solid #606060;
}
p.s-date {
	text-align: right;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.s-content {
	margin: 0 auto;
	padding: 20px 0 50px;
	border-bottom: 1px solid #606060;
	line-height: 28px;
	text-align: left;
	font-family: "Noto Sans JP";
}
.text-box {
	margin: 0 auto;
	padding: 30px 0;
}
.info-list {
	margin: 0 0;
    padding: 0 0 20px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
}
.info-list a {
	text-decoration: none;
	color: #285521;
	transition: 0.5s;
}
span.list-date {
	display: inline-block;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    text-decoration: none;
}
.text-box a {
	width: 100%;
	display: inline-block;
	margin: 0 ;
	padding: 20px 0;
	text-decoration: none;
	color: #285521;
	transition: 0.5s;
	border-bottom: 1px solid #fff;	
}
.info-list a:hover {
	opacity: 0.7;
}

.info-list h2 {
	margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
}
p.list-date {
	margin: 0;
	padding: 5px 0;
	text-align: right;
	font-size: 14px;
}
.text {
	margin: 0;
	padding: 0 0;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
}

@media screen and (max-width: 980px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
.cf7__button {
    padding: 0;
}
  input[type="submit"] {
    width: 180px;
    height: 45px;
  }

}
/* END contact */

@media(max-width:768px){
.cover {
    padding: 2%;
}
.contact {
    padding: 50px 10px;
}
.promotion {
    margin: 0 auto;
    padding: 40px 20px 30px;
}
.promotion-contents dl {
	display: block;
}
.promotion-contents dl dt {
	width: 100%;
}
.promotion-contents dl dd {
	margin: 0 0;
	padding: 20px;
	width: 100%;
	background: #fff
}
.kyuuhu-table table th, .kyuuhu-table table td{
  padding: 5px; /* セルの余白 */
	font-size: 12px;
	line-height: 18px;
}

}

@media screen and (max-width:480px) { 
.kyuuhu-table {
		display: none;
}
.sub-message {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 13px;
    line-height: 18px;
}
.contact {
        padding: 40px 10px;
}
.contact h4 {
    font-size: 28px;
    letter-spacing: 3px;
}
.contact h4 span {
    font-size: 12px;
    position: relative;
    bottom: 12px;
    letter-spacing: 1px;
}
.promotion h4 {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 28px;
    letter-spacing: 5px;
}
.contact-message {
    font-size: 13px;
    line-height: 18px;
}
.cf7 {
    margin: 0 auto;
    padding: 3% 0 10%;
	font-size: 14px;
}
.check-choice {
    font-size: 12px;
}

input[type="checkbox"], input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: -3px;
}
.cf7__button {
    padding: 0;
    text-align: center;
    letter-spacing: 1.5px;
}
promotion {
    margin: 0 auto;
    padding: 40px 10px 30px;
}
.seisaku {
	margin: 0 auto;
    padding: 50px 0;
    font-size: 18px;
}
}