<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body,
textarea {
  font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  text-align: center;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

::selection {
  background-color: yellow;
}

::-moz-selection {
  background-color: yellow;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

ol,
ul {
  list-style: none;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

em {
  font-style: normal;
  line-height: 1em;
}

body {
  text-align: left;
  background-color: #FFFBBF;
}

@media screen and (min-width: 959px) {
  body {
    font-size: 88%;
    text-align: left;
  }
}

em {
  line-height: 1em;
}

a {
  font-weight: bold;
  line-height: 3em;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  outline: none;
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 1em;
}

.mailform_wrap {
  width: 100%;
  padding: 2em 0;
  background: #fff;
}

@media screen and (min-width: 959px) {
  .mailform_wrap {
    width: 880px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
  }
}

.step_wrap {
  width: 100%;
}

@media screen and (min-width: 959px) {
  .step_wrap {
    background: none;
  }
}

.container_wrap {
  overflow: hidden;
  width: 100%;
  background: #FFFBBF;
  background-size: 203px;
}

@media screen and (min-width: 959px) {
  .container {
    width: 100%;
    padding-bottom: 50px;
  }
}

#mailform {
  padding: 0 15px;
}

@media screen and (min-width: 959px) {
  #mailform {
    width: 100%;
    min-height: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}

.hide {
  display: none;
}

.view_pc {
  display: none;
}

@media screen and (min-width: 959px) {
  .view_pc {
    display: block;
  }
}

@media screen and (min-width: 959px) {
  .view_sp {
    display: none;
  }
}

br.pc {
  display: none;
}

@media screen and (min-width: 959px) {
  br.sp {
    display: none;
  }
}

.li-txt {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  text-decoration: underline;
  color: #404040;
}

.li-txt:hover {
  text-decoration: none;
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 1em;
}

h3 {
  font-size: 100%;
  font-style: normal;
  clear: both;
  margin: 0;
  text-align: left;
  color: #009A69;
  background: #FFFBBF;
}

h3 i {
  line-height: 2em;
  display: inline-block;
  margin-right: 1em;
  padding: 0 2.5em;
  color: #fff;
  background: #009A69;
  font-style: normal;
}

h4 {
  margin-bottom: 2em;
}

h5 {
  font-size: 88%;
  margin-bottom: 1em;
  color: #009A69;
  border-bottom: 1px solid #009A69;
}

h6 {
  font-size: 88%;
  margin-bottom: 1em;
  padding-left: 1em;
  color: #009A69;
}

h6:before {
  display: inline-block;
  margin-left: -1em;
  content: '■';
}

header {
  width: 100%;
  background: #009A69;
}

section {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 959px) {
  section {
    width: 960px;
    padding: 0;
    text-align: left;
  }
}

dl {
  clear: both;
  padding: 1em 0;
  background: #fff;
}

dt {
  font-weight: bold;
  line-height: 1.8em;
  clear: both;
  padding: 20px 0;
  color: #404040;
}

@media screen and (min-width: 959px) {
  dt {
    position: relative;
    float: left;
    min-width: 180px;
    margin-left: 10px;
    padding: 10px 0;
    text-align: right;
  }
}

dd {
  margin: 0 0 20px;
}

@media screen and (min-width: 959px) {
  dd {
    margin: 0 0 30px;
    padding: 10px 30px 10px 300px;
    text-align: left;
  }
}

.txt_notes {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #009A69;
}

@media screen and (min-width: 959px) {
  .txt_notes {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 959px) {
  .select_wrap {
    display: flex;
    width: 100%;
  }
}

.select_item {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (min-width: 959px) {
  .select_item {
    width: 48%;
  }
  .select_item:first-child {
    margin: 0 4% 0 0;
  }
}

.select_item span {
  position: relative;
  top: 50%;
  transform: translate(0, 25%);
}

@media screen and (min-width: 959px) {
  .select_item span {
    top: auto;
    transform: translate(0, 20%);
  }
}

.select_item .select_deco_wrap {
  width: 75%;
}

@media screen and (min-width: 480px) {
  .select_item .select_deco_wrap {
    width: 85%;
  }
}

@media screen and (min-width: 690px) {
  .select_item .select_deco_wrap {
    width: 90%;
  }
}

@media screen and (min-width: 959px) {
  .select_item .select_deco_wrap {
    width: 75%;
  }
}

@media screen and (min-width: 959px) {
  .exception {
    transform: translate(0, 20%);
  }
}

input,
select,
input[type='checkbox'] {
  font-family: inherit;
  font-size: inherit;
}

input {
  font-size: 100%;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-bottom: .5em;
  padding: 0 6px;
  vertical-align: sub;
  letter-spacing: .1em;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media screen and (min-width: 959px) {
  input {
    width: 100%;
    height: 2em;
  }
}

input[type='checkbox'],
input[type='radio'],
.form_radio,
.form_map {
  display: inline-block;
  box-sizing: inherit;
  width: 20px;
  height: 1.5em;
  border: none;
}

input[type='checkbox'],
input[type='radio'],
.form_radio {
  position: absolute;
  top: 26%;
  left: 10px;
}

.form_map {
  margin-top: 10px;
}

select {
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 959px) {
  select {
    height: 3em;
  }
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

.select_deco_wrap {
  position: relative;
  width: 100%;
  height: 3em;
}

@media screen and (min-width: 959px) {
  .select_deco_wrap {
    padding-left: 5spx;
  }
}

.select_deco_wrap .select_deco {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.padding-bottom {
  padding-bottom: 60px;
}

@media screen and (min-width: 959px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}

.kome {
  padding-top: 10px;
}

@media screen and (min-width: 959px) {
  .radio {
    border: none;
    background: none;
  }
}

textarea {
  font-size: 100%;
  box-sizing: border-box;
  width: 100%;
  height: 185px;
  padding: 10px;
  text-align: left;
  vertical-align: sub;
  letter-spacing: .1em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.agree {
  display: flex;
  align-items: center;
}

.agree,
.check,
.radio {
  background: #fff;
}

@media screen and (min-width: 959px) {
  .agree,
  .check {
    padding: 0;
  }
}

.agree label {
  width: 190px;
}

@media screen and (min-width: 959px) {
  .agree label {
    width: 306px;
  }
}

.agree label,
.check label,
.radio label {
  position: relative;
  display: block;
  padding: 15px 10px 15px 45px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 959px) {
  .agree label,
  .check label,
  .radio label {
    line-height: 2;
    padding: 10px 6px 11px 45px;
  }
}

.agree label:hover,
.check label:hover,
.radio label:hover {
  background: #80CCB4;
}

.agree label {
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.check label:last-child,
.radio label:last-child {
  border: none;
}

@media screen and (min-width: 959px) {
  .check label:first-child,
  .check label:last-child,
  .radio label:first-child,
  .radio label:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

input[type='submit'],
input[type='button'] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

#submit {
  line-height: 1.5em;
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
}

#submitBtn {
  font-size: 180%;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  border: 2px solid #E8546B;
  border-radius: 5px;
  background: #E8546B;
  background-size: 100%;
}

@media screen and (min-width: 959px) {
  #submitBtn {
    clear: both;
    width: 370px;
    margin: 1em auto;
    padding-left: 5px;
  }
}

.subbtn_b {
  font-size: 35px;
  font-weight: bold;
}

#submitBtn.hover {
  background: #ff274b;
}

#submitBtn.hover {
  background: #ff274b;
}

#submitBtn.closed {
  color: #fff;
  border: none;
  background: #898989;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTxkZWZzPg0KCQk8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMC4wIiB5MT0iMC4wIiB4Mj0iMC4wIiB5Mj0iMS4wIj4NCgkJCTxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4OTg5ODkiLz4NCgkJCTxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3YzhjOCIvPiANCgkJPC9saW5lYXJHcmFkaWVudD4NCgk8L2RlZnM+DQoJPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz4NCjwvc3ZnPg0K");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #898989), color-stop(100%, #c7c8c8));
  background-image: -moz-linear-gradient(#898989, #c7c8c8);
  background-image: -webkit-linear-gradient(#898989, #c7c8c8);
  background-image: linear-gradient(#898989, #c7c8c8);
  box-shadow: none;
}

#backBtn {
  display: block;
  width: 94%;
  margin: 1em 3%;
  color: #fff;
  border: 4px solid #777;
  background: #888;
  background-image: linear-gradient(#aaa, #888);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaa), color-stop(100%, #888));
  background-image: -moz-linear-gradient(#aaa, #888);
  background-image: -webkit-linear-gradient(#aaa, #888);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
}

@media screen and (min-width: 959px) {
  #backBtn {
    clear: both;
    width: 300px;
    margin: 1em auto;
  }
}

#backBtn.hover {
  color: #777;
  background: #ddd;
}

#please {
  font-weight: normal;
}

@media screen and (min-width: 959px) {
  #please {
    font-weight: normal;
    width: 100%;
    margin: 0;
    text-align: left;
  }
}

#privacy-policy {
  clear: both;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 200px;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 2px;
}

#privacy-policy h4 {
  color: #009A69;
}

#privacy-policy p {
  font-size: 88%;
  margin-bottom: 1.5em;
}

#privacy-policy ul {
  font-size: 88%;
  margin: 0 0 1.5em;
  padding-left: 1em;
  list-style-type: square;
}

#privacy-policy dl {
  margin-bottom: 2em;
}

#privacy-policy dl:last-child {
  display: block;
}

#privacy-policy dt {
  font-size: 94%;
  line-height: 1.4em;
}

#privacy-policy dd {
  margin-bottom: .4em;
}

#privacy-policy b {
  font-size: 88%;
  display: block;
}

.confirm {
  padding: 5px 15px 15px;
}

@media screen and (min-width: 959px) {
  .confirm {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .confirm:after {
    display: block;
    clear: both;
    content: '';
  }
}

.confirm:nth-last-child(3) {
  display: none;
}

.question.co2 .check {
  margin: 0 0 1em;
}

@media screen and (min-width: 959px) {
  .question.co2 .check {
    margin: 0 0 2em;
  }
}

@media screen and (min-width: 959px) {
  .question {
    clear: both;
    overflow: auto;
    width: 100%;
    margin-bottom: 2em;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .question label {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    border-right: 1px solid #ccc;
  }
  .question label:last-child {
    border-bottom: 1px solid #ccc;
  }
  .question label:nth-child(7) {
    width: 66.66%;
  }
  .question label:nth-child(3), .question label:nth-child(8), .question label:nth-child(6) {
    border-right: none;
  }
  .question label:nth-child(9), .question label:nth-child(10), .question label:nth-child(11) {
    border-bottom: none;
  }
  .question.co2 {
    margin: 0;
  }
  .question.co2 label {
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #ccc;
  }
  .question.co2 label:nth-child(2n) {
    border-right: none;
    border-top: 1px solid #ccc;
  }
  .question.co2 label:nth-child(3) {
    border-right: none;
    border-bottom: none;
  }
  .question.co2 label:nth-child(5) {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
  .question .style_border {
    border-top: 1px solid #ccc;
  }
}

.question.co2 .notes {
  font-size: 12px;
  display: block;
}

.question_naire {
  height: 135px;
}

@media screen and (min-width: 959px) {
  .question_naire {
    height: 55px;
  }
}

.necessary .sample {
  line-height: 1.8;
}

@media screen and (min-width: 959px) {
  .sample {
    position: relative;
    right: 0;
  }
}

.check_txt {
  font-weight: bold;
  color: #404040;
}

@media screen and (min-width: 959px) {
  .send {
    margin-bottom: 0;
    padding-bottom: 1em;
    text-align: center;
  }
}

.ex {
  font-size: 88%;
  display: block;
  margin-bottom: 2em;
  color: #666;
}

#error_texts {
  padding: 1em 10px 2em;
  text-align: left;
  color: #e50020;
  background: #fff;
}

#confirm_end {
  font-size: 125%;
  font-weight: bold;
}

@media screen and (min-width: 959px) {
  #confirm_end {
    font-size: 144%;
  }
}

.necessary {
  font-size: 88%;
  width: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  display: inline-block;
  margin: 2px 1em 0;
  padding: 0 8px;
  color: #e50020;
  border: 1px solid #e50020;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 959px) {
  .necessary {
    position: absolute;
    right: -7em;
  }
}

@media screen and (min-width: 959px) {
  .first_p {
    position: relative;
    right: 0;
    margin: 2px 1rem 0 0;
  }
}

.necessary .sample {
  line-height: 1.8;
}

.sample {
  top: -1px;
}

@media screen and (min-width: 959px) {
  .sample {
    position: relative;
    right: 0;
  }
}

@media screen and (min-width: 959px) {
  .send {
    margin-bottom: 0;
    padding-bottom: 1em;
    text-align: center;
  }
}

.ex {
  font-size: 88%;
  display: block;
  margin-bottom: 2em;
  color: #666;
}

.step {
  position: relative;
  margin: 0 auto;
  padding: 2em 15px 0;
}

@media screen and (min-width: 959px) {
  .step {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 65px;
  }
  .step .step_thanks {
    padding: 65px 10px 2em;
  }
}

.step p span {
  margin: 1em 1em 0 0;
}

@media screen and (min-width: 959px) {
  .step p span {
    margin: .5em .5em 0 0;
  }
}

.step ul {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 959px) {
  .step ul {
    margin-bottom: 20px;
  }
}

.step1,
.step2,
.step3 {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  display: block;
  float: left;
  width: 32%;
  height: 50px;
  margin: 0 2% 0 0;
  padding: 6px 0;
  color: #fff;
  background: #80CCB4;
}

@media screen and (min-width: 959px) {
  .step1,
  .step2,
  .step3 {
    font-size: 18px;
    width: 312px;
    margin: 0 12px 0 0;
    padding: 15px 0;
  }
}

.step ul li:last-child {
  margin: 0;
}

.step span {
  font-size: 12px;
}

/* active */
.active {
  color: #fff;
  background: #009A69;
}

/* 文字 */
.step1 p {
  padding: 2px 0 0 15px;
}

@media screen and (min-width: 959px) {
  .step1 p {
    padding: 0 0 0 20px;
  }
}

.step2 p {
  line-height: 1.4em;
  padding: 2px 0 0 40px;
}

@media screen and (min-width: 959px) {
  .step2 p {
    padding: 0 0 0 60px;
  }
}

.step3 p {
  padding: 2px 0 0 35px;
}

@media screen and (min-width: 959px) {
  .step3 p {
    padding: 0 0 0 60px;
  }
}

.step1 p,
.step3 p {
  line-height: 1.6em;
}

@media screen and (min-width: 959px) {
  .step1 p,
  .step3 p {
    line-height: 1.4em;
  }
}

/* 三角形 */
.step1:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -31px;
  display: block;
  width: 0;
  content: '';
  border: 31px solid transparent;
  border-right-width: 0;
  border-left-color: #80CCB4;
}

@media screen and (min-width: 959px) {
  .step1:after {
    right: -40px;
    border: 40px solid transparent;
    border-right-width: 0;
    border-left-color: #80CCB4;
  }
}

.step1.active:after {
  border-left-color: #009A69;
}

.step2:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -31px;
  display: block;
  width: 0;
  content: '';
  border: 31px solid transparent;
  border-right-width: 0;
  border-left-color: #80CCB4;
}

@media screen and (min-width: 959px) {
  .step2:after {
    right: -40px;
    border: 40px solid transparent;
    border-right-width: 0;
    border-left-color: #80CCB4;
  }
}

.step2.active:after {
  border-left-color: #009A69;
}

.step2:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  content: '';
  border: 31px solid transparent;
  border-right-width: 0;
  border-left-color: #FFFBBF;
}

@media screen and (min-width: 959px) {
  .step2:before {
    border: 40px solid transparent;
    border-right-width: 0;
    border-left-color: #FFFBBF;
  }
}

.step3:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  content: '';
  border: 31px solid transparent;
  border-right-width: 0;
  border-left-color: #FFFBBF;
}

@media screen and (min-width: 959px) {
  .step3:before {
    border: 40px solid transparent;
    border-right-width: 0;
    border-left-color: #FFFBBF;
  }
}

.description,
.font_white {
  color: #404040;
}

@media screen and (min-width: 959px) {
  .description:nth-of-type(1) {
    margin: 0;
  }
}

@media screen and (min-width: 959px) {
  .description:nth-of-type(2) {
    margin: 0 0 15px;
  }
}

.strong {
  font-weight: bold;
  margin: 0 !important;
  color: #e50020;
}

.pagetop_wrap {
  width: 100%;
  background: #009A69;
}

.pagetop {
  display: block;
  width: 100%;
  height: 100%;
}

.pagetop img {
  display: block;
  width: 63px;
  margin: 0 auto;
  padding: 12px 0;
}

@media screen and (min-width: 959px) {
  .pagetop img:hover {
    opacity: .6;
  }
}

footer {
  font-size: 12px;
  line-height: 1.4em;
  padding: 3em 0;
  text-align: center;
  background: #fff;
}

@media screen and (min-width: 959px) {
  footer {
    padding: 0;
  }
  footer br {
    display: none;
  }
}

footer img {
  display: block;
  width: 170px;
  margin: 0 auto 1em;
}

@media screen and (min-width: 959px) {
  footer img {
    display: inline-block;
    margin: 0 auto .5em;
  }
}

@media screen and (min-width: 959px) {
  .footer_conts {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

#title {
  position: relative;
  height: 60px;
  margin: 0 auto;
  padding: 10px 15px 15px;
}

@media screen and (min-width: 959px) {
  #title {
    width: 960px;
    height: 165px;
    margin: 0 auto;
    padding: 13px 0 0 0;
  }
}

h1 {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 68%;
  max-width: 290px;
  transform: translateY(-50%);
}

@media screen and (min-width: 959px) {
  h1 {
    top: 30px;
    left: 205px;
    width: 100%;
    max-width: 683px;
    transform: translateY(0);
  }
}

h1 img {
  width: 100%;
}

.title_logo {
  float: left;
  width: 80px;
  border: none;
}

@media screen and (min-width: 959px) {
  .title_logo {
    width: 186px;
  }
}

.thanks_wrap {
  margin: 0 auto;
  padding: 20px 15px;
  background: #fff;
}

@media screen and (min-width: 959px) {
  .thanks_wrap {
    width: 960px;
    margin: 40px auto 25px;
    padding: 0;
    border-radius: 20px;
  }
}

.thanks {
  width: 320px;
  min-height: 180px;
  margin: 0 auto;
  padding-bottom: 130px;
  text-align: center;
  background: url(../img/common/img_yutorin.png) no-repeat;
  background-position: 95% 90%;
  background-size: 213px;
}

@media screen and (min-width: 959px) {
  .thanks {
    width: 900px;
    height: 300px;
    padding: 30px 30px 0 30px;
    background-position: 90% 20%;
    background-size: 450px;
  }
}

.thanks_ttl,
.thanks_txt {
  text-align: left;
}

@media screen and (min-width: 959px) {
  .thanks_ttl,
  .thanks_txt {
    font-size: 18px;
  }
}

.txt_img {
  width: 100%;
  max-width: 304px;
  display: block;
  padding-bottom: 5px;
}

.link {
  width: 100%;
  max-width: 285px;
  margin-bottom: 50px;
  transition: opacity 0.4s;
}

@media screen and (min-width: 959px) {
  .link {
    width: 285px;
    margin-bottom: 0;
  }
  .link:hover {
    opacity: 0.6;
  }
}

.thanks_ttl {
  font-size: 110%;
  text-align: left;
  color: #3E3A39;
}

@media screen and (min-width: 959px) {
  .thanks_ttl {
    font-size: 300%;
    line-height: 1.4em;
    margin: 0 0 45px;
  }
}

.ttl_section {
  font-size: 24px;
  line-height: 2.5em;
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background: #009A69;
}

@media screen and (min-width: 959px) {
  .ttl_section {
    font-size: 50px;
    width: 100%;
    margin: 0 auto 50px;
  }
}

/* 地図 */
.places_wrap {
  width: 100%;
  margin: 0 auto;
}

.places_thanks_li {
  padding: 0 0 10px;
  border-bottom: solid 1px #404040;
}

@media screen and (min-width: 959px) {
  .places_wrap {
    width: 900px;
    padding: 0px 30px 30px;
  }

  .places_thanks {
    overflow: hidden;
  }

  .places_thanks_li {
    float: left;
    width: 280px;
    padding: 14px;
  }
	
  .border_none {
    width: 280px;
    padding: 0;
	height: 0;
  }

  .places_thanks li:nth-last-of-type(1),
  .places_thanks li:nth-last-of-type(2),
  .places_thanks li:nth-last-of-type(3) {
    border-bottom: none;
  }

  .places_thanks li:nth-child(3n-2) {
    padding: 14px 14px 14px 0;
    border-right: solid 1px #404040;
  }

  .places_thanks li:nth-child(3n-1) {
    border-right: solid 1px #404040;
  }

  .places_thanks li:nth-child(3n) {
    padding: 14px 0 14px 14px;
  }

  .places_thanks li:nth-child(-n + 3) {
    padding-top: 0;
  }
}

.places_thanks_cont p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 10px;
  color: #404040;
}

.places_thanks_cont p br {
  display: none;
}

@media screen and (min-width: 959px) {
  .places_thanks_cont p {
    font-size: 23px;
  }
  .places_thanks_cont p br {
    display: block;
  }
}

.li_info,
.li_map {
  font-weight: bold;
  line-height: 2.6em;
  display: block;
  margin: 0 10px .5em;
  text-align: left;
  text-decoration: none;
  text-indent: 1em;
  color: #fff;
  border: 2px solid #E8546B;
  border-radius: 6px;
  background: #E8546B;
  background-size: 100%;
  -webkit-tap-highlight-color: pink;
}

@media screen and (min-width: 959px) {
  .li_info:hover,
  .li_map:hover {
    border: 2px solid #EC7285;
    background: #EC7285;
    background-size: 100%;
  }
}

.li_map i {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  vertical-align: middle;
  /*   -moz-background-size: 26px auto;
  -o-background-size: 26px auto;
  -webkit-background-size: 26px auto; */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbs+W9oiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjEwNHB4IiB2aWV3Qm94PSIxNzkuNSAxMDkuMzM0IDIyIDEwNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxNzkuNSAxMDkuMzM0IDIyIDEwNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cmVjdCB4PSIxNzkuNjY3IiB5PSIxNjEuMzM0IiBmaWxsPSJub25lIiB3aWR0aD0iMjIiIGhlaWdodD0iMjYiLz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE5MC42NjcsMTYyLjMzNGMtNS4yNzEsMC05LjUzOCw0LjMwMS05LjUzOCw5LjYwOGMwLDIuNDYyLDAuOTI2LDQuNjk3LDIuNDM0LDYuMzk2aC0wLjAxMmw3LjExNiw4LjcwNw0KCQkJYzAsMCw2Ljg5Ny04LjQ3NSw3LjEwNC04LjcwN2MxLjUxLTEuNjk4LDIuNDM0LTMuOTM4LDIuNDM0LTYuMzk2QzIwMC4yMDUsMTY2LjYzNSwxOTUuOTM2LDE2Mi4zMzQsMTkwLjY2NywxNjIuMzM0eg0KCQkJIE0xOTAuNjY3LDE3OS40OTVjLTQuMTQsMC03LjQ5NC0zLjM4MS03LjQ5NC03LjU1MmMwLTQuMTY4LDMuMzU0LTcuNTUxLDcuNDk0LTcuNTUxczcuNDk0LDMuMzgzLDcuNDk0LDcuNTUxDQoJCQlDMTk4LjE2MSwxNzYuMTE0LDE5NC44MDcsMTc5LjQ5NSwxOTAuNjY3LDE3OS40OTV6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPHJlY3QgeD0iMTc5LjY2NyIgeT0iMTM1LjMzNCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIyIiBoZWlnaHQ9IjI2Ii8+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xOTAuNjY3LDEzNy42NDZjLTUuODUxLDAtMTAuNTk1LDQuNzg1LTEwLjU5NSwxMC42ODhjMCw1LjkwMiw0Ljc0NCwxMC42ODgsMTAuNTk1LDEwLjY4OA0KCQkJczEwLjU5NS00Ljc4MywxMC41OTUtMTAuNjg4QzIwMS4yNjIsMTQyLjQzMSwxOTYuNTE4LDEzNy42NDYsMTkwLjY2NywxMzcuNjQ2eiBNMTg4LjczNiwxNTIuOTgydi01LjM0NWMtMC4yMDMsMC0xLjAyOSwwLTEuMzIzLDANCgkJCWMwLTAuNjY4LDAuNjYxLTEuMzM2LDEuMzIzLTEuMzM2YzAsMCwyLjY0OC0wLjAwMiwyLjY0OCwwYzAuMzQsMC4wMjUsMC42NjMsMC4zMTMsMC42NjMsMC42Njh2NS4zNDVjMC4xOTIsMCwxLjA1LDAsMS4zMjQsMA0KCQkJYzAsMC42NjgtMC42NjMsMS4zMzYtMS4zMjQsMS4zMzZIMTg5LjRDMTg5LjAzNiwxNTMuNjUsMTg4LjczNiwxNTMuMzU0LDE4OC43MzYsMTUyLjk4MnogTTE5Mi4wNDgsMTQyLjI5NXYyLjAwNA0KCQkJYzAsMC4zNzktMC4yODIsMC42NjgtMC42NjMsMC42NjhIMTg5LjRjLTAuMzgxLDAtMC42MzEtMC4zNDYtMC42MzEtMC43MjdsLTAuMDMzLTEuOTQ1YzAtMC4zODEsMC4yODMtMC42NjgsMC42NjQtMC42NjhoMS45ODYNCgkJCUMxOTEuNzY2LDE0MS42MjcsMTkyLjA0OCwxNDEuOTE1LDE5Mi4wNDgsMTQyLjI5NXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8cmVjdCB4PSIxNzkuNjY3IiB5PSIxMDkuMzM0IiBmaWxsPSJub25lIiB3aWR0aD0iMjIiIGhlaWdodD0iMjYiLz4NCgk8Zz4NCgkJPGltYWdlIG92ZXJmbG93PSJ2aXNpYmxlIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHhsaW5rOmhyZWY9IjNCNTJCMUYwLnBuZyIgIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgMTc4IDEwOS40MTY1KSI+DQoJCTwvaW1hZ2U+DQoJCTxnPg0KCQkJPHBvbHlnb24gZmlsbD0iIzMyQjZBMCIgcG9pbnRzPSIxOTkuNjY3LDEyMS4wODggMTkxLjY2NywxMjEuMDg4IDE5MS42NjcsMTEzLjA4OCAxODkuNjY3LDExMy4wODggMTg5LjY2NywxMjEuMDg4IA0KCQkJCTE4MS42NjcsMTIxLjA4OCAxODEuNjY3LDEyMy4wODggMTg5LjY2NywxMjMuMDg4IDE4OS42NjcsMTMxLjA4OCAxOTEuNjY3LDEzMS4wODggMTkxLjY2NywxMjMuMDg4IDE5OS42NjcsMTIzLjA4OCAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxyZWN0IHg9IjE3OS42NjciIHk9IjE4Ny4zMzQiIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNiIvPg0KCTxnPg0KCQk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIHdpZHRoPSIyNSIgaGVpZ2h0PSI5IiB4bGluazpocmVmPSIzQjUyQjFGMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDE3OCAxOTUuNDE2NSkiPg0KCQk8L2ltYWdlPg0KCQk8Zz4NCgkJCTxyZWN0IHg9IjE4MS42NjciIHk9IjE5OS4wMDEiIGZpbGw9IiMzMkI2QTAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-position: 0 -52px;
}

.li_info i {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  vertical-align: middle;
  /*   -moz-background-size: 26px auto;
  -o-background-size: 26px auto;
  -webkit-background-size: 26px auto; */
  background-image: url("../img/common/ico_arrow.svg");
  background-repeat: no-repeat;
}

.places_thanks_cont .li_map,
.places_thanks_cont .li_info {
  display: inline-block;
  box-sizing: border-box;
  width: 49.5%;
  margin: 0;
}

.places_thanks_cont .li_map {
  float: left;
  margin-right: 1%;
}

.li_txt {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  text-decoration: underline;
  color: #404040;
}

@media screen and (min-width: 959px) {
  .li_txt {
    padding: 30px 0 0;
  }
}

.li_txt:hover {
  text-decoration: none;
}
</pre></body></html>