@charset "UTF-8";


/* ============================================================
 * reset
 * ============================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1200px;
  overflow-x: auto;
  overflow-y: auto;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: none;
    overflow-x: hidden;
  }
  body > div {
    overflow-x: hidden;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  word-wrap: break-word;
}

td {
  vertical-align: middle;
}

[disabled] {
  cursor: default;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: inherit;
}

input::-ms-expand, button::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  display: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

input[type="text"] {
  max-width: 100%;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="submit"], input[type="button"], button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

sub {
  font-size: 10px;
  vertical-align: bottom;
}

.-onlySp {
  display: none;
}
.-onlyPc {
  display: block;
}

@media screen and (max-width: 767px) {
  .-onlySp {
    display: block;
  }
  .-onlyPc {
    display: none;
  }
}

/***************************************************
.static-globalHeader
***************************************************/
.static-globalHeader {
  position: relative;
  z-index: 11;
}

.static-globalHeader__bg01 {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__bg01 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__bg01 {
    min-width: 1200px;
  }
}

.static-globalHeader__pt01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
    height: 60px;
  }
}

.static-globalHeader__pt01 > .div01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 {
    position: relative;
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-globalHeader__pt01 > .div01 > .a01 > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 150px;
  }
}

/***************************************************
.static-globalFooter
***************************************************/
.static-globalFooter .static-globalFooter__pattern-1.sp-1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .static-globalFooter .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter .-onlySp {
    display: none;
  }
}

.static-globalFooter__bg01 {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__bg01 {
    padding: 40px 15px;
    min-width: 1200px;
  }
}

.static-globalFooter__pt01 > figure {
  text-align: center;
}

.static-globalFooter__pt01 > figure a {
  display: inline-block;
}

.static-globalFooter__pt01 > figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > figure img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > figure img {
    width: 70px;
  }
}

.static-globalFooter__pt01 > p {
  color: #999;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p > span {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}

.top.inner {
  background-repeat: no-repeat;
  padding: 50px 15px 40px;
  font-weight: bold;
  font-size: 15px;
  max-width: 375px;
}

h1,h2,h3 {
  color: #000;
}

h1 {
  font-size: 26px;
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;
}

h1 span {
  text-shadow: none;
  font-size: 38px;
  padding: 0 3px 3px;
  margin: 0 -3px;
  background: linear-gradient(transparent 72%, #FFEF85 72%); 
}

.top.inner p {
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;
  color: #000;
}

@media screen and (min-width: 768px) {
  .top.inner {
    max-width: 750px;
    padding: 30px 0 40px 70px;
    font-size: 23px;
  }
  h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  h1 span {
    font-size: 66px;
    background: linear-gradient(transparent 81%, #FFEF85 81%);
    background-position: 0px -12px;
  }
}

.sectionWrap_bg01 {
  background-color: #F7F5F0;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 45px;
}
h2 span {
  font-size: 22px;
}


h2:after {
  content: '';
  position: absolute;
  bottom: -7px;
  display: inline-block;
  width: 58px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
  h2 span {
    font-size: 30px;
    margin-right: 5px;
  }
  h2:after {
    width: 118px;
    bottom: -10px;
  }
}

.sec_popular {
  padding: 30px 0;
}
.list_popular {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list_popular li {
  width: 49%;
  font-weight: bold;
  text-align: center;
}
.list_popular li figure img {
  max-width: 40px;
  width: auto;
  height: 26px;
  margin-bottom: 10px;
}
.list_popular li p span {
  font-size: 11px;
}
.list_popular li a {
  display: block;
  padding: 13px 0 11px;
  border-radius: 10px;
  background: url(../images/common/arw_01.png) no-repeat right 7px top 50%/ 7px 12.5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  transition-duration: 0.2s;
  color: #640000;
}

.list_popular li a:hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(186,149,91,0.64);
  box-shadow: 0px 2px 6px 0px rgba(186,149,91,0.64);
}

.list_popular li p.text_letter {
  letter-spacing: -0.6px;
}

@media screen and (max-width: 767px) {
  .list_popular li:nth-of-type(n+3) {
    margin-top: 11px;
  }
  .list_popular li.list_line_two a {
    padding: 9px 0 8px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec_popular {
    padding: 50px 0;
  }
  .list_popular li {
    width: 142px;
  }
  .list_popular li:nth-of-type(n+6) {
    margin-top: 20px;
  }
  .list_popular li a {
    padding: 22px 0 0;
    height: 110px;
  }
  .list_popular li a p {
    padding-top: 5px;
  }
  .list_popular li a p.item_text_box {
    padding: 0;
    line-height: 1.2;
  }
  .list_popular li figure img {
    max-width: 46px;
    height: 34px;
    width: auto;
    margin-bottom: 10px;
  }
  .list_popular li p .letter_spacing {
    margin: 0 -1px;
  }
}

.sec_recommend {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec_recommend section + section {
  margin-top: 55px;
}
.sec_recommend h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sec_recommend {
    padding-bottom: 100px;
  }
  .sec_recommend section + section {
    margin-top: 60px;
  }
  .sec_recommend h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.list_recommend {
  background-color: #FDFBF8;
  border-radius: 10px;
  border: 1px solid rgba(186,149,91,0.2);
  -webkit-box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  font-size: 16px;
}
.list_recommend li:nth-of-type(n+2) {
  border-top: 1px solid rgba(186,149,91,0.2);
}
.list_recommend li a {
  display: block;
  padding: 15px 35px 15px 20px;
  background: url(../images/common/arw_01.png) no-repeat right 20px top 50%/ 7px 12.5px;
  transition-duration: 0.2s;
}
.list_recommend li:nth-of-type(1) a {
  border-radius: 10px 10px 0 0;
}
.list_recommend li:last-of-type a {
  border-radius: 0 0 10px 10px;
}
.list_recommend li a:hover {
  background-color: #FAF3E8;
}
.list_recommend li .mark {
  display: inline;
  font-size: 12px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .list_recommend li .mark.-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .list_recommend li a {
    padding: 13px 40px 13px 25px;
    background-position: right 25px top 50%;
  }
  .list_recommend li:nth-of-type(1) a {
    padding-top: 17px;
  }
  .list_recommend li:last-of-type a {
    padding-bottom: 17px;
  }
  .list_recommend li .mark.-onlySp {
    display: none;
  }
  .list_recommend li .mark.-onlyPc {
    vertical-align: middle;
    margin-left: 5px;
  }
}

.holiday h3 span {
  padding-left: 37px;
  background: url(../images/common/icon_13.svg) no-repeat 0 0px / 26px 25px;
}

.holiday .mark_text {
  text-align: right;
  margin-top: 8px;
}

.salary h3 span {
  padding-left: 35px;
  background: url(../images/common/icon_07.svg) no-repeat 0 center / 25px 24px;
}

.shift h3 span {
  padding-left: 30px;
  background: url(../images/common/icon_08.svg) no-repeat 0 center / 20px 21px;
}

.time h3 span {
  padding-left: 30px;
  background: url(../images/common/icon_12.svg) no-repeat 0 center / 20px 20px;
}

.service h3 span {
  padding-left: 27px;
  background: url(../images/common/icon_14.svg) no-repeat 0 center / 17px 20px;
}

.treatment h3 span {
  padding-left: 43px;
  background: url(../images/common/icon_15.svg) no-repeat 0 center / 33px 20px;
}

.icon_popular {
  font-size: 16px;
  padding: 10px 35px 10px 0;
  background: url(../images/common/icon_popular.png) no-repeat right 0 top 50%/ 25px 30px;
}

@media screen and (max-width: 767px) {
  h3 span {
    padding: 5px 0;
  }
}

@media screen and (min-width: 768px) {
  .salary h3 span {
    background-position: 0 3px;
  }
  .shift h3 span {
    background-position: 0 5px;
  }
  .time h3 span {
    background-position: 0 5px;
  }
  .service h3 span {
    background-position: 0 5px;
  }
  .treatment h3 span {
    background-position: 0 6px;
  }
}

.sec_occupation {
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec_occupation h2 {
  font-size: 20px;
}
.list_occupation {
  background-color: #fff;
  border-radius: 10px;
}
.list_occupation li:nth-of-type(n+2) {
  border-top: 1px solid #E6CEA8;
}
.list_occupation li a {
  display: block;
  padding: 15px 45px 15px 20px;
  background: url(../images/common/arw_01.png) no-repeat right 20px top 50%/ 7px 12.5px;
  transition-duration: 0.2s;
}
.list_occupation li:nth-of-type(1) a {
  border-radius: 10px 10px 0 0;
}
.list_occupation li:last-of-type a {
  border-radius: 0 0 10px 10px;
}
.list_occupation li a:hover {
  background-color: #FFFDF9;
}

@media screen and (min-width: 768px) {
  .sec_occupation {
    padding-top: 60px;
  }
  .sec_occupation h2 {
    font-size: 22px;
  }
  .list_occupation li a {
    padding: 15px 50px 15px 25px;
    background-position: right 25px top 50%;
  }
  .list_occupation {
    -webkit-box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
    box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  }
}

.sec_summary {
  padding: 30px 0 60px;
}
.border {
  border-top: 10px solid #BA955B;
}
.sec_summary h2 img {
  width: auto;
  height: 29px;
  margin-right: 5px;
}
.sec_summary h2 {
  padding-bottom: 7px;
  font-size: 20px;
}
.text_summary {
  text-align: center;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sec_summary {
    padding: 60px 0;
  }
  .sec_summary h2 img {
    height: 53px;
  }
  .sec_summary h2 {
    font-size: 35px;
    padding-bottom: 8px;
  }
  .column_two_pc {
    display: -webkit-flex;
    display: flex;
  }
  .sec_summary .column_two_pc {
    -webkit-align-items: center;
    align-items: center;
    padding: 47px 41px 31px 27px;
    background: url(../images/common/img_bg_summary.png) no-repeat center 0 / 750px 325px;
    margin-bottom: 30px;
  }
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec_summary h3 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .text_summary h3 {
    margin-bottom: 15px;
  }
}

.img_summary img {
  display: block;
  width: 306px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .img_summary {
    margin-top: 10px;
    background: url(../images/common/img_bg_summary_sp.png) repeat-x 0 0 / 515px 377px;
  }
  .img_summary img {
    padding: 68px 0 74px;
  }
}

@media screen and (min-width: 768px) {
  .img_summary img {
    width: 333px;
  }
}

.list_function {
  margin-bottom: 34px;
}
.list_function li {
  background-color: #F7F5F0;
  border-radius: 10px;
  padding: 16px 10px 16px; 
}
.list_function li figure img {
  width: 86px;
  height: auto;
}
.list_function li figure {
  margin-right: 15px;
}
.list_function li .column_two {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .list_function li + li {
    margin-top: 15px;
  }
  .list_function li figure {
    min-width: 86px;
  }

  .list_function li .mark_text {
    color: #444;
    margin-top: 10px;
    font-size: 12px;
  }
}



@media screen and (min-width: 768px) {
  .list_function li .column_two {
    margin-bottom: 5px;
  }
  .list_function {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .list_function li {
    width: 370px;
    height: 260px;
    padding: 20px 22px 10px;

  }
  .list_function li:nth-of-type(n+3) {
    height: 280px;
  }
  .list_function li .mark_text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .list_function li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .list_function li figure img {
    width: auto;
    height: 72px;
  }
  .list_function li figure {
    margin-right: 20px;
  }
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #640000;
  margin-bottom: 3px;
}

.bt_01{
  display: block;
}
.bt_01 a {
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #780000;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 48%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 48%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition-duration: 0.2s;
  background-image: url(../images/common/arw_02.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 8px 13px;
}

@media screen and (min-width: 768px) {
  .bt_01 a {
    font-size: 18px;
    background-position: right 25px top 50%;
  }
}

.bt_01 a:hover {
  background-color: rgba(120, 0, 0, 0.65);
  -webkit-box-shadow: 0 3px 10px rgba(81, 52, 52, 0.81);
  box-shadow: 0 3px 10px rgba(81, 52, 52, 0.81);
}
.sec_summary .bt_01 a {  
  min-height: 65px;
  padding: 9px 20px;
}

@media screen and (max-width: 767px) {
  .sec_summary .bt_01 a {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .sec_summary .bt_01 a {
    width: 451px;
    padding: 20px;
  }
}

.sec_magazine {
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec_magazine h2 {
  padding-bottom: 6px;
}
.sec_magazine h2 img {
  width: 188px;
  height: auto;
}
.sec_magazine h3 {
  margin-bottom: 30px;
}
.sec_magazine .bt_01 a {
  max-width: 300px;
  min-height: 50px;
  padding: 13px 20px;
}

@media screen and (min-width: 768px) {
  .sec_magazine {
    padding-top: 60px;
  }
  .sec_magazine h2 img {
    width: 316px;
    height: auto;
  }
  .sec_magazine h2 {
    padding-bottom: 12px;
  }
  .sec_magazine h3 {
    font-size: 20px;
  }
  .sec_magazine .bt_01 a {
    max-width: 452px;
    min-height: 65px;
    padding: 20px 20px;
  }
}

.list_article {
  margin-bottom: 40px;
}
.list_article li + li {
  margin-top: 15px;
}
.list_article li a {
  display: block;
  transition-duration: 0.3s;
}
.list_article li a:hover {
  color: #ba945b;
}
.list_article li a img {
  transition-duration: 0.3s;
}
.list_article li a:hover img {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .list_article {
    margin-bottom: 30px;
  }
  .list_article li + li {
    margin-top: 20px;
  }
}

.item_article {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
}
.item_article figure img {
  width: 135px;
}
.item_article figure {
  min-width: 135px;
}
.text_article {
  margin: auto 0;
  padding: 0 5px 0 8px;
}

@media screen and (min-width: 768px) {
  .item_article figure img {
    width: 231px;
  }
  .item_article figure {
    min-width: 231px;
  }
  .text_article {
    padding: 0 22px;
    font-size: 15px;
  }
  .text_article p span {
    font-size: 18px;
    font-weight: bold;
  }
  .text_article p + p {
    margin-top: 10px;
  }
}

.sec_app {
  background-color: #780000;
}
.area_app {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area_app {
    max-width: 345px;
    padding: 20px 0 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec_app .inner {
    padding: 30px 85px 0 44px;
  }
}

.download {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .download {
    margin-top: 0px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .download .column_two_pc {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .download .column_two_pc a img {
    height: 55px;
    width: auto;
    transition-duration: 0.2s;
  }
  .download .column_two_pc a {
    background: #fff;
    border-radius: 10px;
  }
  .download .column_two_pc a:hover img{
    opacity: 0.8;
  }
}

.area_bt p {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}
.area_bt img {
  width: 146px;
  height: auto;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .area_bt {
    max-width: 146px;
    min-width: 120px;
    margin-right: 14px;
  }
}

@media screen and (min-width: 768px) {
  .area_bt {
    width: 362px;
    margin-top: 20px;
  }
  .area_bt p + p {
    font-size: 18px;
    margin: 28px 0 28px;
  }
  .area_bt img {
    margin-top: 0;
  }
  .area_app .download p.-onlyPc {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .img_mobile {
    max-width: 172px;
  }
}

@media screen and (min-width: 768px) {
  .img_mobile img {
    width: 225px;
    height: auto;
  }
}