@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

address, em {
  font-style: normal;
}

strong, th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

img, fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 10px相当に設定 */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

/* IE */
img {
  width: 100%;
}

main {
  font-size: 12px;
  background-color: #F5EFE1;
  display: block;
  padding-bottom: 1.5em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

header {
  width: 90%;
  margin: 0 5%;
  background-color: #FFFFFF;
}

h1 {
  padding: 0 10%;
  font-size: 17px;
  margin: 1em 0;
}
h1 img:first-child {
  display: none;
}
h1 img:last-child {
  display: block;
}

nav ul li {
  width: 33%;
  text-align: left;
  padding: 0.5em 0;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
nav ul li a {
  color: #487F2E;
}
nav ul li a img {
  width: 18px;
  margin-right: 2%;
  padding-bottom: 1px;
}
nav ul .q_a {
  clear: left;
  margin-left: 17%;
}

@media (min-width: 768px) {
  header {
    width: 900px;
    margin: 0 auto;
  }

  h1 {
    padding: 0 190px 0 0;
    float: left;
    margin-bottom: 0;
  }
  h1 img:first-child {
    display: block;
  }
  h1 img:last-child {
    display: none;
  }

  nav ul {
    padding-top: 37px;
  }
  nav ul li {
    width: 100px;
    text-align: left;
    padding: 0.5em 0;
    font-size: 13px;
    font-weight: bold;
    float: left;
  }
  nav ul li a {
    color: #487F2E;
  }
  nav ul li a img {
    width: 18px;
    margin-right: 2%;
  }
  nav ul .q_a {
    width: 60px;
    clear: none;
    margin-left: 0;
  }
}
footer {
  clear: both;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #71A15B;
  padding: 0.5em 0;
  text-align: center;
}
footer p {
  margin-bottom: 0.5em;
}
footer small {
  display: block;
}

@media (min-width: 768px) {
  footer p {
    font-size: 16px;
    margin-bottom: 0.25em;
  }
  footer small {
    font-size: 15px;
  }
}
main .mainvisual_fall {
  width: 90%;
  padding: 1.5em 5% 1em;
}
main .mainvisual_fall .mainvisual_fall__leftimage {
  width: 30%;
  padding-right: 5%;
  padding-bottom: 0.5em;
  float: left;
}
main .mainvisual_fall .mainvisual_fall__centertext {
  width: 65%;
  float: right;
  color: #916735;
}
main .mainvisual_fall .mainvisual_fall__centertext p {
  font-size: 13px;
  margin-bottom: 0.5em;
}
main .mainvisual_fall .mainvisual_fall__rightimage {
  width: 30%;
  float: left;
}
main .safe_and_secure {
  width: 90%;
  margin: 0 5%;
  border: 1px dashed #ED714B;
}
main .safe_and_secure .safe_and_secure__border {
  margin: 4px;
  background-color: #FFFFFF;
  padding: 1em 2%;
  position: relative;
}
main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .topimage {
  width: 67%;
  margin: 0 3% 0.25em;
}
main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #565553;
  margin-right: 27%;
  margin-bottom: 0.25em;
}
main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .text {
  font-size: 15px;
  color: #ff8a00;
  margin: 0 4px 0.25em;
  font-weight: bold;
}
main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .text span img {
  width: 15px;
  vertical-align: middle;
  margin-right: 1px;
  margin-bottom: 2px;
}
main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .textdetail {
  font-size: 13px;
  margin: 0 4px;
}
main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__rightside {
  width: 27%;
  position: absolute;
  top: 1em;
  right: 0;
}
main .member {
  width: 90%;
  margin: 1.5em 5%;
  background-color: #72A15B;
  padding: 0.5em 0;
}
main .member .member__border {
  border-top: 1px dashed #FFFDFC;
  border-bottom: 1px dashed #FFFDFC;
  padding: 1em 2%;
}
main .member .member__border .member__border__top .member_girl {
  width: 25%;
  float: left;
}
main .member .member__border .member__border__top h3 {
  width: 50%;
  padding-left: 12.5%;
  float: left;
}
main .member .member__border .member__border__top p {
  width: 72%;
  padding: 1em 0 1em 3%;
  float: left;
  color: #FFFFFF;
}
main .member .member__border .member__border__bottom {
  margin: 0 3%;
}
main .member .member__border .member__border__bottom .member_box {
  border: solid 1px #EDD632;
  background-color: #FFFFFF;
  padding: 1em;
}
main .member .member__border .member__border__bottom .member_box .topmark {
  width: 25%;
  position: relative;
  top: -4em;
  left: -9.5%;
  margin-bottom: -6em;
}
main .member .member__border .member__border__bottom .member_box .topimage {
  width: 75%;
  margin-left: 12.5%;
}
main .member .member__border .member__border__bottom .member_box p {
  color: #906837;
  margin: 1em 0;
}
main .member .member__border .member__border__bottom .member_box .querybutton {
  font-size: 14px;
  background-color: #E86754;
  width: 50%;
  padding: 1%;
  margin-left: 24%;
  text-align: center;
}
main .member .member__border .member__border__bottom .member_box .querybutton a {
  color: #FFFFFF;
}
main .member .member__border .member__border__bottom .member_box .querybutton a .querybutton_border {
  border: solid 1px #FAD7B9;
  padding: 1%;
}
main .member .member__border .member__border__bottom .member_box .querybutton a .querybutton_border img {
  width: 14px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 2px;
}
main .member .member__border .member__border__bottom .add_text {
  clear: both;
  color: #fff;
  margin: 10px 5%;
}
main .member .member__border .member__border__bottom .member_left {
  margin-bottom: 4em;
}
main .voice {
  width: 90%;
  margin: 0 5% 1.5em;
  padding-bottom: 1em;
  background-image: url(../images/voicebg.jpg);
  background-position: left top;
}
main .voice .voice__member {
  background-image: url(../images/voicepaper.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 4em 0 2em;
}
main .voice .voice__member .voicememberimage {
  width: 30%;
  padding: 0 10%;
  float: left;
}
main .voice .voice__member .area_job {
  width: 40%;
  padding-bottom: 1em;
  float: left;
}
main .voice .voice__member .area_job span {
  display: block;
}
main .voice .voice__member .impression {
  width: 40%;
  float: left;
}
main .question {
  width: 85%;
  margin: 0 5% 1.5em;
  padding: 1em 2.5%;
  background-color: #FFFFFF;
}
main .question h3 {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 1em;
}
main .question .question__box h4 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
main .question .question__box h4 span {
  background-image: linear-gradient(transparent 50%, #FEED81 50%);
}
main .question .question__box p {
  font-size: 14px;
  text-indent: -21px;
  padding-left: 21px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
main .question .question__box p.question__box__text {
  color: #7CACDC;
}
main .question .question__box p.answer {
  background-image: url(../images/dotted.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 34px;
}
main .question .question__box p.answer span {
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
main .question .question__box img {
  width: 21px;
  margin-right: 2px;
  vertical-align: middle;
}
main .query {
  width: 85%;
  margin: 0 5%;
  padding: 1em 2.5%;
  background-color: #FFFFFF;
}
main .query h3 {
  background-color: #E86754;
  color: #FFFFFF;
  width: 98%;
  padding: 1%;
  text-align: center;
  margin-bottom: 1em;
}
main .query h3 div {
  font-size: 16px;
  border: solid 1px #FAD7B9;
  padding: 1%;
}
main .query table {
  margin-bottom: 2em;
}
main .query table tbody tr th {
  border: 1px solid #9B9D9C;
  padding: 0.5em 2.5%;
  background-color: #FDE8E5;
  font-weight: bold;
  display: block;
}
main .query table tbody tr th .orange_color {
  color: #E66754;
  display: block;
  font-weight: normal;
}
main .query table tbody tr th .blue_color {
  color: #457DBA;
  display: block;
  font-weight: normal;
}
main .query table tbody tr th .sp_block {
  display: block;
  margin-left: 0.5em;
}
main .query table tbody tr th .non_color {
  margin-left: 0.25em;
  font-weight: normal;
}
main .query table tbody tr td {
  border: 1px solid #9B9D9C;
  padding: 0.5em 2.5%;
  display: block;
}
main .query table tbody tr td input {
  vertical-align: middle;
}
main .query table tbody tr td .wid100, main .query table tbody tr td .wid40, main .query table tbody tr td .wid33 {
  width: 100%;
}
main .query table tbody tr td label {
  margin-right: 0.5em;
  font-size: 16px;
  display: block;
}
main .query table tbody tr td label input {
  margin-right: 0.25em;
}
main .query table tbody tr td .sp_block {
  display: block;
}
main .query table tbody tr td textarea {
  width: 100%;
  height: 7em;
  border: 1px solid #9B9D9C;
}
main .query table tbody tr td.input_text input {
  height: 1.5em;
  border: 1px solid #ccc;
  line-height: 150%;
  height: 25px;
  padding-left: 1%;
  font-size: 14px;
}
main .query .query_btn {
  background-color: #E86754;
  width: 48%;
  padding: 1%;
  text-align: center;
  margin-left: 25%;
  margin-bottom: 0.5em;
}
main .query .query_btn div {
  border: solid 1px #FAD7B9;
  padding: 1%;
}
main .query .query_btn div button {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  display: block;
}
main .query .query_btn div button img {
  width: 16px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  main h2 {
    width: 900px;
    margin: 0 auto;
  }
  main .main_bgcolor {
    background-color: #F5EFE1;
  }
  main .mainvisual_fall {
    width: 810px;
    padding: 3em 45px;
    margin: 0 auto;
  }
  main .mainvisual_fall .mainvisual_fall__leftimage {
    width: 240px;
    padding-right: 0;
  }
  main .mainvisual_fall .mainvisual_fall__centertext {
    width: 330px;
    padding-top: 1.5em;
    float: left;
  }
  main .mainvisual_fall .mainvisual_fall__centertext p {
    font-size: 15px;
    margin-bottom: 1em;
    text-align: center;
  }
  main .mainvisual_fall .mainvisual_fall__centertext p span {
    display: block;
  }
  main .mainvisual_fall .mainvisual_fall__rightimage {
    width: 240px;
  }
  main .safe_and_secure {
    width: 810px;
    margin: 0 auto;
  }
  main .safe_and_secure .safe_and_secure__border {
    margin: 4px;
    padding: 1em 4px;
    position: static;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside {
    width: 514px;
    float: left;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .topimage {
    width: 220px;
    margin: 0 0 0.25em 148px;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .title {
    font-size: 19px;
    margin-right: 0;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .text {
    font-size: 16px;
    text-align: center;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .text span {
    display: block;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .text span img {
    width: 16px;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .textdetail {
    font-size: 12px;
    text-align: center;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__leftside .textdetail span {
    display: block;
  }
  main .safe_and_secure .safe_and_secure__border .safe_and_secure__border__rightside {
    width: 280px;
    position: static;
    top: 0;
    float: left;
  }
  main .member {
    width: 810px;
    margin: 1.5em auto;
    padding: 9px 0;
  }
  main .member .member__border {
    border-top: 1px dashed #FFFDFC;
    border-bottom: 1px dashed #FFFDFC;
    padding: 1em 0;
  }
  main .member .member__border .member__border__top .member_girl {
    width: 90px;
    padding-left: 35px;
    margin-top: -26px;
  }
  main .member .member__border .member__border__top h3 {
    width: 200px;
    padding: 2.5em 10px 0 0;
  }
  main .member .member__border .member__border__top p {
    font-size: 15px;
    width: 445px;
    padding: 1em 30px 1em 0;
  }
  main .member .member__border .member__border__bottom {
    margin: 0;
  }
  main .member .member__border .member__border__bottom .member_box {
    border: solid 1px #EDD632;
    background-color: #FFFFFF;
    padding: 0 0 1em;
    width: 350px;
    float: left;
  }
  main .member .member__border .member__border__bottom .member_box .topmark {
    width: 90px;
    position: relative;
    top: -18px;
    left: -20px;
    margin-bottom: -73px;
  }
  main .member .member__border .member__border__bottom .member_box .topimage {
    width: 200px;
    margin-left: 90px;
  }
  main .member .member__border .member__border__bottom .member_box p {
    font-size: 14px;
    color: #906837;
    margin: 1em;
  }
  main .member .member__border .member__border__bottom .member_box .querybutton {
    font-size: 17px;
    background-color: #E86754;
    color: #FFFFFF;
    width: 215px;
    padding: 2.5px;
    margin-left: 65px;
    text-align: center;
  }
  main .member .member__border .member__border__bottom .member_box .querybutton .querybutton_border {
    border: solid 1px #FAD7B9;
    padding: 0.25em 0;
  }
  main .member .member__border .member__border__bottom .member_box .querybutton .querybutton_border img {
    width: 17px;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 2px;
  }
  main .member .member__border .member__border__bottom .member_left {
    margin-left: 35px;
    margin-right: 21px;
    margin-bottom: 0;
  }
  main .voice {
    width: 786px;
    margin: 0 auto 1.5em;
    padding: 1.5em 0 1em 24px;
  }
  main .voice h3 {
    width: 700px;
    margin: -2.5em 0 1em 55px;
  }
  main .voice .voice__member {
    width: 230px;
    height: 199px;
    float: left;
    padding: 36px 12px 0;
  }
  main .voice .voice__member .voicememberimage {
    width: 86px;
    padding: 0 10px 0 20px;
    float: left;
  }
  main .voice .voice__member .area_job {
    width: 100px;
    padding-bottom: 1em;
    float: left;
    font-size: 15px;
  }
  main .voice .voice__member .area_job span {
    display: block;
    font-size: 16px;
    margin-bottom: 0.25em;
  }
  main .voice .voice__member .impression {
    clear: left;
    width: 196px;
    padding-top: 1em;
    margin-left: 20px;
    float: none;
  }
  main .voice .voice__member.is-pc {
    clear: left;
  }
  main .question {
    width: 786px;
    margin: 0 auto 1.5em;
    padding: 12px;
  }
  main .question h3 {
    width: 731px;
    margin: 2em 0 2em 25px;
  }
  main .question .question__box {
    width: 350px;
    padding-left: 25px;
    padding-right: 11px;
    float: left;
  }
  main .question .question__box h4 {
    font-size: 19px;
    margin-bottom: 0.5em;
  }
  main .question .question__box h4 span {
    background-image: linear-gradient(transparent 50%, #FEED81 50%);
  }
  main .question .question__box p {
    font-size: 17px;
    text-indent: 0;
    padding-left: 47px;
    margin-bottom: 0.5em;
    background-image: url(../images/questionIcon.jpg);
    background-position: top left;
    background-repeat: no-repeat;
  }
  main .question .question__box p.answer {
    font-size: 14px;
    background-image: url(../images/dotted.jpg), url(../images/answerIcon.jpg);
    background-position: bottom left, top left;
    background-repeat: repeat-x, no-repeat;
    padding-bottom: 34px;
  }
  main .question .question__box img {
    display: none;
  }
  main .question .question__box .min_height {
    min-height: 45px;
  }
  main .query {
    width: 762px;
    margin: 0 auto;
    padding: 2em 24px 4em;
  }
  main .query h3 {
    width: 756px;
    padding: 3px;
  }
  main .query h3 div {
    font-size: 16px;
    padding: 4px 0;
  }
  main .query table tbody tr th {
    padding: 0.5em 0 0.5em 1em;
    width: 225px;
    font-size: 15px;
    display: table-cell;
  }
  main .query table tbody tr th .orange_color {
    display: inline;
    font-size: 13.75px;
    margin-left: 0.25em;
  }
  main .query table tbody tr th .blue_color {
    display: inline;
    font-size: 13.75px;
    margin-left: 0.25em;
  }
  main .query table tbody tr th .sp_block {
    display: inline;
    margin-left: 0;
  }
  main .query table tbody tr th .non_color {
    font-size: 13.75px;
  }
  main .query table tbody tr td {
    border: 1px solid #9B9D9C;
    padding: 0.5em 2.5%;
    font-size: 13.75px;
    width: 542px;
    display: table-cell;
  }
  main .query table tbody tr td input {
    vertical-align: middle;
    height: auto;
  }
  main .query table tbody tr td .wid33 {
    width: 170px;
  }
  main .query table tbody tr td .wid40 {
    width: 190px;
  }
  main .query table tbody tr td label {
    margin-right: 3em;
    font-size: 14px;
    display: inline;
  }
  main .query table tbody tr td .pc_block {
    display: block;
    margin-bottom: 0.5em;
  }
  main .query table tbody tr td .sp_block {
    display: inline;
  }
  main .query table tbody tr td textarea {
    height: 105px;
    padding: 1%;
  }
  main .query table tbody tr td.input_text input {
    height: 20px;
  }
  main .query .query_btn {
    background-color: #E86754;
    color: #FFFFFF;
    width: 214px;
    padding: 3px;
    text-align: center;
    margin-left: 271px;
    margin-bottom: 0.5em;
  }
  main .query .query_btn div {
    font-size: 16px;
    border: solid 1px #FAD7B9;
    padding: 3px;
    cursor: pointer;
  }
}
.mail_body {
  height: 100%;
  background-color: #F5EFE1;
}

.contact .contact_top_text {
  line-height: 140%;
  margin-bottom: 20px;
}
.contact table.confirmTable {
  width: 98%;
  margin-left: 2%;
}
.contact table.confirmTable th {
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 100%;
}
.contact table.confirmTable td {
  display: block;
  width: 100%;
  margin: 5px 0 20px;
  line-height: 100%;
}

@media (min-width: 768px) {
  html, body {
    height: 100%;
  }

  main {
    position: relative;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
  }

  .contact {
    height: 100%;
  }
  .contact table.confirmTable {
    width: 500px;
    margin-left: 2%;
  }
  .contact table.confirmTable th {
    display: inline-block;
    width: 30%;
  }
  .contact table.confirmTable td {
    display: inline-block;
    width: 60%;
    margin: 0;
  }
  .contact footer {
    position: absolute;
    width: 100%;
  }
}
