@charset "UTF-8";
/*.page-pamphlet .more_btn_box{
	display: none;
}*/
.ttl {
 background-image: url("../img/pamphlet/ttl-bg.png");
}
.pamphlet_box_body {
 max-width: 1690px;
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 70px;
}
.pamphlet_box {
 width: calc(25% - 90px / 4);
 padding-bottom: 20px;
 background-color: #fff;
 border: solid 1px #DDD;
 position: relative;
 margin-right: 30px;
 margin-bottom: 30px;
 display: flex;
 flex-direction: column;
}
.pamphlet_box:nth-child(4n) {
 margin-right: 0px;
}
.pamphlet_title {
 color: #fff;
 font-family: source-han-serif-japanese, serif;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 145%;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 55px;
 background-color: #111;
 border-bottom: solid 1px #111;
 margin-bottom: 20px;
}
.pamphlet_imgbox {
 display: flex;
 justify-content: center;
 margin-bottom: 25px;
}
.pamphlet_imgbox img {
 width: 100%;
 height: 400px;
 object-fit: contain;
}
.more_btn {
 position: relative;
 max-width: 300px;
 width: 100%;
 margin: 0 auto;
 line-height: 100%;
 display: flex;
 background: #fff;
 border: solid 1px #8F6D48;
}
.width400 {
 max-width: 400px;
}
.more_text {
 font-family: source-han-serif-japanese, serif;
 font-size: 1.4rem;
 font-weight: 400;
 width: 100%;
 color: #8F6D48;
 text-align: center;
 padding: 15px 0;
}
.more_btn:hover {
 background-color: #8F6D48;
}
.more_text::before {
 content: "";
 position: absolute;
 top: 50%;
 right: 15px;
 /*下線の形状*/
 width: 16px;
 height: 1px;
 background: #8F6D48;
 transition: all .1s linear;
}
.more_text::after {
 content: "";
 /*絶対配置で矢印の位置を決める*/
 position: absolute;
 top: 40%;
 right: 17px;
 /*矢印の形状*/
 width: 1px;
 height: 5px;
 background: #8F6D48;
 transform: skewX(45deg);
 transition: all .1s linear;
}
.more_text:hover {
 color: #fff;
}
.more_text:hover::before {
 right: 10px;
 background: #fff;
}
.more_text:hover::after {
 right: 12px;
 background: #fff;
}
.pamphlet_caption {
 font-size: 1.3rem;
 line-height: 160%;
 max-width: 300px;
 width: 100%;
 margin: 20px auto;
 padding: 0 10px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
 text-overflow: ellipsis;
}
@media all and (max-width : 1280px) {
 .pamphlet_box {
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
  margin-bottom: 30px;
 }
 .pamphlet_box:nth-child(4n) {
  margin-right: 20px;
 }
 .pamphlet_box:nth-child(3n) {
  margin-right: 0px;
 }
 .pamphlet_imgbox img {
  width: 90%;
  height: 300px;
  object-fit: contain;
 }
 .pamphlet_title {
  font-size: 1.2rem;
  padding: 0 10px;
 }
 .more_btn {
  position: relative;
  max-width: 300px;
  width: 90%;
  line-height: 100%;
  display: flex;
  background: #fff;
  border: solid 1px #8F6D48;
 }
 .more_text {
  font-size: 1.3rem;
 }
 .pamphlet_caption {
  font-size: 1.2rem;
  line-height: 145%;
 }
}
/*スマートフォン*/
@media all and (max-width : 767px) {
 .pamphlet_box_body {
  margin-bottom: 30px;
 }
 .pamphlet_box {
  width: calc(50% - 15px / 2);
  padding-bottom: 0px;
  margin-right: 15px;
  margin-bottom: 20px;
 }
 .pamphlet_box:nth-child(2n) {
  margin-right: 0px;
 }
 .pamphlet_box:nth-child(3n) {
  margin-right: 15px;
 }
 .pamphlet_box:nth-child(6), .pamphlet_box:nth-child(12) {
  margin-right: 0px;
 }
 .pamphlet_title_box {
  height: 45px;
  margin-bottom: 10px;
 }
 .pamphlet_title {
  font-size: 1.1rem;
  padding-left: 10px;
 }
 .pamphlet_imgbox {
  margin-bottom: 15px;
 }
 .pamphlet_imgbox img {
  width: 100%;
  height: 200px;
  object-fit: contain;
 }
 .more_text {
  font-size: 1.0rem;
 }
 .pamphlet_caption {
  font-size: 1.1rem;
  padding: 0 10px;
 }
 .more_text::before {
  right: 5px;
 }
 .more_text::after {
  right: 7px;
 }
 .more_text:hover::before {
  right: 5px;
 }
 .more_text:hover::after {
  right: 7px;
 }
}
.page-pamphlet .pamphlet-message p {
 margin-bottom: 20px;
}
.page-pamphlet .pamphlet-message span {
 display: block;
 margin: 10px 0 0;
 font-size: 11px;
 font-size: 1.1rem;
}
.page-pamphlet .pamphlet-message span {
 margin: 20px 0;
}
.page-pamphlet .pamphlet-message span:first-child {
 margin: 0;
}
.page-pamphlet .pamphlet-message span span, .page-pamphlet #form-box table th span {
 display: inline;
 color: #A37E39;
}
.page-pamphlet #form-box {
 margin-top: 20px;
 padding: 40px;
 background-color: #F4F3F0;
 border: 1px solid #E1DDCC;
}
.page-pamphlet #form-box table {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 margin: 0 auto;
}
.page-pamphlet #form-box table:last-child {
 margin-bottom: 0;
}
.page-pamphlet #form-box table tr:last-child {
 border-bottom: none;
}
.page-pamphlet #form-box table th, .page-pamphlet #form-box table td {
 padding: 20px 20px;
}
.page-pamphlet #form-box table tr th {
 width: 36%;
 text-align: right;
 vertical-align: middle;
}
.page-pamphlet #form-box table tr td {
 width: 64%;
}
.page-pamphlet #form-box input[type="text"] {
 width: 100%;
 padding: 10px;
 background-color: #fff;
 border: 1px solid #E1DDCC;
 border-radius: 3px;
}
.page-pamphlet #form-box input.number[type="text"] {
 width: 30%;
}
.page-pamphlet #form-box dl dt {
 font-weight: 700;
}
.page-pamphlet #form-box dl dd {
 margin: 5px 0 20px;
}
.page-pamphlet #form-box dl dd:last-child {
 margin-bottom: 0;
}
.page-pamphlet #form-box textarea {
 width: 100%;
 padding: 10px;
 background-color: #fff;
 border: 1px solid #E1DDCC;
 border-radius: 3px;
 height: 190px;
}
.page-pamphlet #form-box input[type=radio] {
 display: none;
}
.page-pamphlet #form-box .radio {
 position: relative;
 display: block;
 margin: 0;
 padding: 10px 20px 10px 25px;
 border-radius: 3px;
 font-weight: normal;
 vertical-align: middle;
 cursor: pointer;
 -webkit-transition: background-color 0.2s linear;
 transition: background-color 0.2s linear;
}
.page-pamphlet #form-box .radio:after {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 display: block;
 margin-top: -9px;
 width: 16px;
 height: 16px;
 border: 1px solid #dcdcdc;
 border-radius: 3px;
 -webkit-transition: border-color 0.2s linear;
 transition: border-color 0.2s linear;
}
.page-pamphlet #form-box .radio:before {
 content: "";
 position: absolute;
 top: 50%;
 left: 4px;
 display: block;
 margin-top: -5px;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background-color: #8F6D48;
 opacity: 0;
 -webkit-transition: opacity 0.2s linear;
 transition: opacity 0.2s linear;
}
.page-pamphlet #form-box input[type=radio]:checked + .radio:before {
 opacity: 1;
}
.page-pamphlet #form-box p {
 /*text-align:center;*/
}
.page-pamphlet #form-box p.form-error {
 color: #b22;
}
.page-pamphlet #form-box p a {
 color: #8F6D48;
 text-decoration: underline;
}
.page-pamphlet #form-box p a:hover {
 text-decoration: none;
}
@media screen and (max-width: 767px) {
 .page-pamphlet .pamphlet-box h3.pamphlet-ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
 }
 .page-pamphlet .pamphlet-box h4.pamphlet-sub-ttl {
  margin: 10px 0;
  letter-spacing: 0;
 }
 .page-pamphlet #form-box {
  margin-top: 20px;
  padding: 10px;
 }
 .page-pamphlet #form-box table {
  width: 100%;
  padding: 20px;
 }
 .page-pamphlet #form-box table:last-child {
  margin-bottom: 0;
 }
 .page-pamphlet #form-box table th {
  padding: 0;
 }
 .page-pamphlet #form-box table td {
  padding: 5px 0 20px;
 }
 .page-pamphlet #form-box table tr th {
  display: block;
  width: 100%;
  text-align: left;
 }
 .page-pamphlet #form-box table tr td {
  display: block;
  width: 100%;
 }
}
.lead-first {
 margin-bottom: 50px;
 /*text-align: center;*/
}
.thanks-message {
 margin: 50px 0;
}
.stepbar {
 position: relative;
 width: 100%;
 text-align: center;
}
.stepbar::after {
 content: "";
 display: block;
 clear: both;
}
.stepbar .step {
 position: relative;
 float: left;
 display: inline-block;
 line-height: 40px;
 padding: 0 40px 0 20px;
 background-color: #222;
 color: #fff;
 text-align: center;
}
.stepbar .step:before, .stepbar .step:after {
 position: absolute;
 left: -15px;
 display: block;
 content: "";
 background-color: #222;
 border-left: 4px solid #fff;
 width: 20px;
 height: 20px;
}
.stepbar .step:after {
 top: 0;
 -moz-transform: skew(30deg);
 -ms-transform: skew(30deg);
 -webkit-transform: skew(30deg);
 transform: skew(30deg);
}
.stepbar .step:before {
 bottom: 0;
 -moz-transform: skew(-30deg);
 -ms-transform: skew(-30deg);
 -webkit-transform: skew(-30deg);
 transform: skew(-30deg);
}
.stepbar .step:first-child {
 -moz-border-radius-topleft: 4px;
 -webkit-border-top-left-radius: 4px;
 border-top-left-radius: 4px;
 -moz-border-radius-bottomleft: 4px;
 -webkit-border-bottom-left-radius: 4px;
 border-bottom-left-radius: 4px;
}
.stepbar .step:first-child:before, .stepbar .step:first-child:after {
 content: none;
}
.stepbar .step:last-child {
 -moz-border-radius-topright: 4px;
 -webkit-border-top-right-radius: 4px;
 border-top-right-radius: 4px;
 -moz-border-radius-bottomright: 4px;
 -webkit-border-bottom-right-radius: 4px;
 border-bottom-right-radius: 4px;
}
.stepbar .step.current {
 background-color: #74A813;
 font-weight: 700;
}
.stepbar .step.current:before, .stepbar .step.current:after {
 background-color: #74A813;
}
.stepbar.step3 .step {
 width: 33.333%;
}
@media screen and (max-width:767px) {
 .stepbar .step {
  font-size: 10px;
  font-size: 1rem;
 }
}
.btn::after {
 content: "";
 position: absolute;
 top: 50%;
 display: block;
 width: 6px;
 height: 8px;
 margin: -4px 0 0 0;
 -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn {
 position: relative;
 display: inline-block;
 background-color: #74A813;
 border-radius: 2px;
 color: #fff;
 text-align: center;
 cursor: pointer;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
a.btn:hover {
 color: #fff;
}
.btn-formchk {
 display: block;
 margin: 40px auto 0;
 padding: 10px;
 width: 60%;
 background-color: #111;
 font-size: 15px;
 font-size: 1.5rem;
 font-weight: 700;
 letter-spacing: .2em;
 text-align: center;
}
.btn-formchkback {
 display: block;
 margin: 40px auto 0;
 padding: 10px;
 width: 40%;
 background-color: #ccc;
 font-size: 13px;
 font-size: 1.3rem;
 letter-spacing: .2em;
 text-align: center;
 color: #111;
}
.btn-formchk:hover, .btn-formchkback:hover {
 color: #fff;
 background-color: #74A813;
}
.page-pamphlet #form-box table + p {
 text-align: center;
}
.lead-note {
 margin-left: 1em;
 display: block;
}
.lead-note li {
 list-style-type: none;
 text-indent: -1em;
 margin: 0;
 padding: 0;
 font-size: 15px;
 color: #C14911;
}
.lead-note li:nth-child(n+2) {
 margin-top: 5px;
}
@media only screen and (max-width: 767px) {
 .lead-note li {
  font-size: 13px;
 }
}