@charset "UTF-8";
/*////////// .altimg //////////*/
.altimg {
  font-size: 0;
  text-indent: -9999px;
}
.altimg a {
  display: block;
  width: 100%;
  height: 100%;
}

/*////////// .clearfix //////////*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

._flex {
  display: flex;
}
._flex._wrap {
  flex-wrap: wrap;
}
._flex._between {
  justify-content: space-between;
}
._flex._center {
  justify-content: center;
}
._flex._align-items_start {
  align-items: flex-start;
}
._flex._align-items_center {
  align-items: center;
}

@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック体", YuGothic, "Meiryo", "Helvetica", serif, "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5em;
  font-weight: 500;
  background-color: #f8f5e7;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1300px;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

hr {
  display: none;
}

p,
h1, h2, h3, h4, h5, h6,
ul, li,
dl, dt, dd,
form {
  margin: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6,
dt,
th {
  color: #333;
  font-weight: bold;
}

p,
li,
dd,
td {
  color: #333;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  line-height: 1.8em;
}

a {
  text-decoration: none;
}

html, body {
  height: 100%;
}

body {
  background: url(../images/bg_sp.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
}
@media print, screen and (min-width: 769px) {
  body {
    background: url(../images/bg.jpg) repeat-y center top;
    background-size: 100% auto;
  }
}

header,
footer {
  width: 100%;
}

p {
  line-height: 1.8em;
  text-align: justify;
}

ul {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

header {
  width: 100%;
  height: 100px;
  padding-top: 15px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  header {
    height: auto;
    padding: 2% 0;
  }
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media print, screen and (max-width: 768px) {
  header .wrap {
    width: 100%;
    padding: 0 0 0 2%;
  }
}
header #header_body {
  width: 670px;
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  header #header_body {
    width: 40%;
  }
}
header h1 {
  width: 350px;
}
@media print, screen and (max-width: 768px) {
  header h1 {
    width: 55%;
  }
}
header .tel {
  width: 450px;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  header .tel {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  header .tel a {
    pointer-events: none;
  }
}

footer {
  padding: 20px 0 10px;
  background-color: #fff;
}
footer p {
  width: 50%;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 769px) {
  footer p {
    width: 20%;
  }
}
footer address {
  font-style: normal;
  font-size: 2.4vw;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  footer address {
    font-size: 11px;
  }
}

.red {
  color: #CB3668;
}

.blue {
  color: #186F80;
}

.btn_entry {
  width: 400px;
  height: 80px;
  margin: 50px auto;
  text-align: center;
  background-color: #C93848;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #810C1F;
}
@media print, screen and (max-width: 768px) {
  .btn_entry {
    width: 90%;
    height: 70px;
    margin: 10px auto;
  }
}
.btn_entry img {
  width: auto;
  height: 100%;
}
.btn_entry a {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .btn_entry {
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
  }
  .btn_entry:hover {
    opacity: 0.7;
  }
}

.accordion {
  cursor: pointer;
}

#mv {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #mv {
    height: 620px;
  }
}
@media print, screen and (min-width: 769px) {
  #mv h2 {
    width: 100%;
    height: 100%;
    background: url(../images/mv.png) no-repeat center top rgba(255, 255, 255, 0.5);
    background-size: auto 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #mv h2 {
    width: 100%;
  }
}
#mv .btn_entry {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 90%;
  margin: 0;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  #mv .btn_entry {
    left: calc(50% - 330px);
    bottom: 130px;
    width: 450px;
    height: 90px;
  }
}

#voice {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #voice {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #voice h2 {
    width: 630px;
    margin: 0 auto;
  }
}
#voice .voice_body {
  width: 96%;
  margin: 0 auto;
  padding: 5% 0 3%;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#voice .voice_list {
  width: 100%;
  margin: 0 auto;
}
#voice .voice_list li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 3.5vw;
  line-height: 1.5;
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_list li {
    margin-top: 20px;
    padding-left: 35px;
    font-size: 24px;
  }
}
#voice .voice_list li::before {
  content: "■";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #CB3668;
}
#voice .voice_list li small {
  font-weight: normal;
  color: #4D4D4D;
}
#voice .voice_read {
  background: url(../images/voice_pic_sp.png) no-repeat right bottom 30px;
  background-size: 100% auto;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_read {
    margin-bottom: 50px;
    background-image: url(../images/voice_pic.jpg);
    background-position: right bottom;
    background-size: 400px auto;
  }
}
#voice .voice_read .read {
  text-align: center;
  font-size: 4.6vw;
  font-weight: bold;
  color: #736357;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_read .read {
    width: 750px;
    margin: 0 auto;
    font-size: 28px;
  }
}
#voice .voice_read .read strong {
  font-size: 110%;
}
#voice .voice_read .read strong span {
  font-size: 130%;
}
#voice .voice_read .voice_list {
  width: 90%;
  margin: 3% auto 0;
  padding: 3% 0 0;
  border-top: dashed 2px #CB3668;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_read .voice_list {
    width: 750px;
    padding: 50px 0;
  }
}
#voice .voice_read .voice_list li {
  font-size: 4vw;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_read .voice_list li {
    font-size: 24px;
  }
}
#voice .voice_item {
  width: 94%;
  margin: 15px auto 0;
  padding-bottom: 0.01em;
  background-size: auto auto;
  background-color: #f2e779;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #f8f2bd 4px, #f8f2bd 8px);
  box-shadow: 3px 3px 3px #865d01;
}
#voice .voice_item h3 {
  background: url(../images/icon_open.svg) no-repeat center right 10px;
  background-size: 24px 24px;
}
#voice .voice_item h3.active {
  background-image: url(../images/icon_close.svg);
}
#voice .voice_item_body {
  display: none;
  width: 96%;
  margin: 0 auto 2%;
  padding: 2% 5%;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_item_body {
    padding: 2.5% 5%;
  }
}
#voice .voice_item_body .pic {
  margin: 0 auto 5px;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_item_body .pic {
    width: 50%;
  }
}
#voice .voice_item_body h4 {
  width: 90%;
  margin: 5px auto;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_item_body h4 {
    width: 50%;
  }
}
#voice .voice_item_body .read {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_item_body .read {
    font-size: 20px;
  }
}
#voice .voice_item_body .read strong {
  font-size: 110%;
  color: #CB3668;
}
#voice .voice_item_body .read strong span {
  font-size: 130%;
}
@media print, screen and (min-width: 769px) {
  #voice .voice_item_child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  #voice .voice_item_child .voice_list {
    width: 50%;
  }
  #voice .voice_item_child .voice_list li {
    padding-left: 25px;
    font-size: 15px;
  }
}
#voice .voice1 .voice_list li {
  padding-bottom: 10px;
}
#voice .voice1 .voice_list.no1 li {
  border-bottom: dashed 1px #B48011;
}
#voice .voice1 .voice_list.no1 li::before {
  color: #B48011;
}
#voice .voice1 .voice_list.no2 li {
  border-bottom: dashed 1px #818181;
}
#voice .voice1 .voice_list.no2 li::before {
  color: #818181;
}
#voice .voice1 .voice_list.no3 li {
  border-bottom: dashed 1px #8F5420;
}
#voice .voice1 .voice_list.no3 li::before {
  color: #8F5420;
}
#voice .voice1 .voice_list.no4 li {
  border-bottom: dashed 1px #4E7BAF;
}
#voice .voice1 .voice_list.no4 li::before {
  color: #4E7BAF;
}
@media print, screen and (min-width: 769px) {
  #voice .voice2 h4 {
    width: 65%;
    margin-bottom: 30px;
  }
  #voice .voice2 .pic {
    width: 80%;
    margin: 0 auto;
  }
}
#voice .voice3 .voice_list li {
  padding-bottom: 10px;
}
#voice .voice3 .voice_list li {
  border-bottom: dashed 1px #AC5D16;
}
#voice .voice3 .voice_list li::before {
  color: #AC5D16;
}
@media print, screen and (min-width: 769px) {
  #voice .voice3 .voice_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .voice3 .voice_list li {
    width: 48%;
    padding-left: 25px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #voice .voice3 h4 {
    width: 100%;
    margin: 30px 0 0;
  }
  #voice .voice3 h4:nth-of-type(1) {
    margin-top: 0;
  }
  #voice .voice3 .voice_item_body {
    padding: 2.5% 10%;
  }
}
#voice .voice4 .voice_list li {
  padding-bottom: 10px;
}
#voice .voice4 .voice_list li {
  border-bottom: dashed 1px #664995;
}
#voice .voice4 .voice_list li::before {
  color: #664995;
}
@media print, screen and (min-width: 769px) {
  #voice .voice4 .voice_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .voice4 .voice_list li {
    width: 48%;
    padding-left: 25px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #voice .voice4 h4 {
    width: 100%;
    margin: 30px 0 0;
  }
  #voice .voice4 h4:nth-of-type(1) {
    margin-top: 0;
  }
  #voice .voice4 .voice_item_body {
    padding: 2.5% 10%;
  }
}

#ideal {
  width: 100%;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  #ideal h2 {
    width: 600px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  #ideal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
  }
  #ideal ul li {
    width: 50%;
    margin: 2% 0 0;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
  }
  #ideal ul li:hover {
    opacity: 0.7;
  }
}
#ideal .btn_entry {
  margin: 0 auto;
}

#reason {
  width: 100%;
}
#reason h2 {
  margin-bottom: -130px;
}
@media print, screen and (min-width: 769px) {
  #reason h2 {
    width: 100%;
    height: 550px;
    text-align: center;
    margin-bottom: -220px;
    background-color: #F4F7F9;
  }
  #reason h2 img {
    width: auto;
    height: 100%;
  }
}
#reason .reason_item {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media print, screen and (min-width: 769px) {
  #reason .reason_item {
    width: 900px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  #reason .txt {
    font-size: 18px;
  }
}
#reason .txt strong {
  color: #CB3668;
}
@media print, screen and (max-width: 768px) {
  #reason .txt img {
    display: block;
    margin: 5px auto 0;
  }
}
#reason .txt .text_right {
  display: block;
  text-align: right;
  font-size: 90%;
}
@media print, screen and (min-width: 769px) {
  #reason .txt .text_right {
    font-size: 14px;
  }
}
#reason .ex {
  position: relative;
  padding-left: 15px;
}
#reason .ex span {
  position: absolute;
  left: 0;
  top: 0;
}
#reason .readmore input[type=checkbox]:checked ~ .readmore_body {
  height: auto;
}
#reason .way_of_working {
  margin-top: 20px;
}
#reason .way_of_working h4 {
  width: 70%;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 769px) {
  #reason .way_of_working h4 {
    width: 30%;
  }
}
@media print, screen and (min-width: 769px) {
  #reason .way_of_working .way_of_working_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#reason .way_of_working_item {
  margin-top: 15px;
  border: solid 2px;
}
@media print, screen and (min-width: 769px) {
  #reason .way_of_working_item {
    width: 32.6666666667%;
    margin: 0;
  }
}
#reason .way_of_working_item h5 {
  position: relative;
}
#reason .way_of_working_item h5::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(../images/icon_open.svg) no-repeat left top;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  #reason .way_of_working_item h5::before {
    width: 20px;
    height: 20px;
  }
}
#reason .way_of_working_item h5.active::before {
  background-image: url(../images/icon_close.svg);
}
#reason .way_of_working_item_body {
  display: none;
  padding: 5%;
}
#reason .way_of_working_item_body div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#reason .way_of_working_item_body .txt {
  width: 70%;
  padding-right: 3%;
}
@media print, screen and (min-width: 769px) {
  #reason .way_of_working_item_body .txt {
    font-size: 14px;
  }
}
#reason .way_of_working_item_body img {
  width: 30%;
}
#reason .way_of_working_item1 {
  border-color: #1E7E97;
}
#reason .way_of_working_item1 .way_of_working_item_body {
  border-top: solid 2px #1E7E97;
}
#reason .way_of_working_item2 {
  border-color: #FFB333;
}
#reason .way_of_working_item2 .way_of_working_item_body {
  border-top: solid 2px #FFB333;
}
@media print, screen and (min-width: 769px) {
  #reason .reason5_pic {
    width: 70%;
    margin: 20px auto;
  }
}

.readmore {
  position: relative;
  padding: 5% 5% 12%;
}
@media print, screen and (min-width: 769px) {
  .readmore {
    padding: 20px 5% 60px;
  }
}
.readmore label {
  position: absolute;
  right: 5%;
  bottom: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px 20px 15px 0;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  font-size: 3.2vw;
  z-index: 1;
  background: url(../images/icon_arrow1.png) no-repeat right center;
  background-size: 16px 16px;
}
@media print, screen and (min-width: 769px) {
  .readmore label {
    padding: 20px 20px 20px 0;
    font-size: 16px;
  }
}
.readmore label::after {
  content: "続きを見る";
}
.readmore input[type=checkbox]:checked ~ label::after {
  content: "閉じる";
}
.readmore input[type=checkbox] {
  display: none;
}
.readmore .readmore_body {
  position: relative;
  height: 50px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .readmore .readmore_body {
    height: 70px;
  }
}
.readmore .txt {
  font-size: 3.5vw;
}
@media print, screen and (min-width: 769px) {
  .readmore .txt {
    font-size: 20px;
  }
}
.readmore .txt strong {
  color: #CB3668;
}
.readmore .txt img {
  display: block;
  margin: 10px auto 0;
}
@media print, screen and (min-width: 769px) {
  .readmore .txt img.pc_only {
    float: right;
    width: 350px;
    margin: 0 0 10px 10px;
    display: none;
  }
}
.readmore .txt .text_right {
  display: block;
  text-align: right;
  font-size: 90%;
}
.readmore .ex {
  position: relative;
  padding-left: 15px;
}
.readmore .ex span {
  position: absolute;
  left: 0;
  top: 0;
}
.readmore input[type=checkbox]:checked ~ .readmore_body {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .readmore input[type=checkbox]:checked ~ .readmore_body .pc_only {
    display: block;
  }
}

#interview {
  position: relative;
  padding: 160px 0 1%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 769px) {
  #interview {
    padding-top: 250px;
  }
}
#interview h2 {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 92%;
  transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #interview h2 {
    width: 600px;
  }
}
#interview .interview_item_body {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: -70px auto 30px;
  background-color: #ECFFF5;
  border-radius: 10px;
  border: solid 2px #78D0AB;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media print, screen and (min-width: 769px) {
  #interview .interview_item_body {
    width: 600px;
    margin: 0;
    border-width: 4px;
  }
}
#interview .interview_item_body::before {
  content: "";
  position: absolute;
  left: 50px;
  top: -16px;
  width: 28px;
  height: 18px;
  background: url(../images/icon_fuki_sp.png) no-repeat left top;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  #interview .interview_item_body::before {
    left: auto;
    right: -27px;
    top: 30px;
    width: 30px;
    height: 42px;
    background: url(../images/icon_fuki.png) no-repeat left top;
    background-size: 100% 100%;
  }
}
#interview .interview_item_body p {
  font-size: 3.5vw;
}
@media print, screen and (min-width: 769px) {
  #interview .interview_item_body p {
    font-size: 16px;
  }
}
#interview .interview_item_body .fuki {
  position: relative;
  padding: 5% 5% 5% calc(5% + 20px);
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  #interview .interview_item_body .fuki {
    padding: 20px 20px 10px 55px;
    font-size: 17px;
  }
}
#interview .interview_item_body .fuki::before {
  content: "■";
  display: block;
  position: absolute;
  left: 5%;
  top: 20px;
  color: #29A074;
}
#interview .interview_item_body .fuki::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  border-bottom: dashed 2px #78D0AB;
  transform: translateX(-50%);
}
#interview .interview_item_body .fuki small {
  font-weight: normal;
  color: #4D4D4D;
}
#interview .interview_item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #interview .interview_item {
    display: flex;
    align-items: center;
    width: 1200px;
    min-height: 456px;
    margin: 0 auto;
  }
  #interview .interview_item .pic {
    position: absolute;
    top: 0;
    width: 780px;
  }
  #interview .interview_item:nth-of-type(1) .pic, #interview .interview_item:nth-of-type(3) .pic {
    right: 0;
  }
  #interview .interview_item:nth-of-type(2) .pic {
    left: 0;
  }
  #interview .interview_item:nth-of-type(2) .interview_item_body {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #interview .interview_item:nth-of-type(2) .interview_item_body::before {
    left: -27px;
    right: auto;
    background-image: url(../images/icon_fuki2.png);
  }
}
#interview .readmore {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media print, screen and (min-width: 769px) {
  #interview .readmore {
    padding: 10px 5% 15px;
  }
  #interview .readmore label {
    display: none;
  }
  #interview .readmore .readmore_body {
    height: auto;
  }
  #interview .readmore .readmore_body p {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #qa {
    width: 700px;
    margin: 0 auto;
  }
}
#qa .qa_item {
  width: 94%;
  margin: 20px auto 0;
  background-color: #fff;
}
#qa .qa_item_ttl {
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-size: 4vw;
  line-height: 1.6;
  background: url(../images/icon_open.svg) no-repeat center right 10px;
  background-size: 24px 24px;
}
@media print, screen and (min-width: 769px) {
  #qa .qa_item_ttl {
    font-size: 20px;
  }
}
#qa .qa_item_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E98068 transparent transparent transparent;
  border-width: 34px 34px 0 0;
}
#qa .qa_item_ttl img {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 8vw;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  #qa .qa_item_ttl img {
    left: 10%;
    width: 30px;
  }
}
#qa .qa_item_ttl.active {
  background-image: url(../images/icon_close.svg);
}
#qa .qa_item_answer {
  display: none;
  padding: 6px;
  background-size: auto auto;
  background-color: #e98a6f;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #eda894 4px, #eda894 8px);
}
#qa .qa_item_answer_body {
  padding: 15px;
  background-color: #fff;
}
#qa .qa_item_answer_body .txt {
  font-size: 3.5vw;
}
@media print, screen and (min-width: 769px) {
  #qa .qa_item_answer_body .txt {
    font-size: 16px;
  }
}
#qa .qa_item_answer_body .pic {
  margin: 20px auto;
  padding-top: 20px;
  border-top: dashed 2px #E98068;
}
@media print, screen and (min-width: 769px) {
  #qa .qa_item_answer_body .pic {
    padding: 20px 80px;
  }
}
#qa .qa_item_answer_body ._flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#qa .qa_item_answer_body ._flex.row-reverse {
  flex-flow: row-reverse;
}
#qa .qa_item_answer_body ._flex .txt {
  width: 65%;
}
#qa .qa_item_answer_body ._flex .txt img {
  float: left;
  display: block;
  width: 8vw;
  margin: 0 10px 10px 0;
}
@media print, screen and (min-width: 769px) {
  #qa .qa_item_answer_body ._flex .txt img {
    width: 30px;
  }
}
#qa .qa_item_answer_body .icon {
  width: 30%;
}
@media print, screen and (min-width: 769px) {
  #qa .qa_item_answer_body .icon {
    padding: 0 15px;
  }
}

#howto .howto_ttl {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 769px) {
  #howto .howto_ttl {
    padding: 50px 0;
  }
  #howto .howto_ttl img {
    display: block;
    width: 830px;
    margin: 0 auto;
  }
}
#howto .howto_ttl .txt {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-left: 15px;
  font-size: 3vw;
}
@media print, screen and (min-width: 769px) {
  #howto .howto_ttl .txt {
    width: 500px;
    font-size: 14px;
  }
}
#howto .howto_ttl .txt span {
  position: absolute;
  left: 0;
  top: 0;
}
#howto .tel {
  padding: 20px 0;
}
@media print, screen and (min-width: 769px) {
  #howto .tel {
    width: 510px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
