@charset "UTF-8";
/* h1想定 rootが.81emの場合の18px相当*/
.font-size35 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .font-size35 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size35 {
    font-size: 1.375rem;
  }
}

.font-size28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .font-size28 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size28 {
    font-size: 1.375rem;
  }
}

.font-size26, #contents #main .h5, .headline_center_and_underline {
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .font-size26, #contents #main .h5, .headline_center_and_underline {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size26, #contents #main .h5, .headline_center_and_underline {
    font-size: 1.125rem;
  }
}

.font-size22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .font-size22 {
    font-size: 1.125rem;
  }
}

.font-size18, #contents #main .h6, #contents #main .h4, .js_tgl_open p, .anchor_border a {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .font-size18, #contents #main .h6, #contents #main .h4, .js_tgl_open p, .anchor_border a {
    font-size: 0.88rem;
  }
}

.font-size15, #main table td, .paragraph table td, #main table th, .paragraph table th, #main table thead th, #main table th.green03_bg, #main table td.green03_bg, .paragraph table thead th, .paragraph table th.green03_bg, .paragraph table td.green03_bg {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .font-size15, #main table td, .paragraph table td, #main table th, .paragraph table th, #main table thead th, #main table th.green03_bg, #main table td.green03_bg, .paragraph table thead th, .paragraph table th.green03_bg, .paragraph table td.green03_bg {
    font-size: 0.88rem;
  }
}

.font-size14 {
  font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
  .font-size14 {
    font-size: 0.75rem;
  }
}

.clearText { /*テキストを非表示にする（背景画像を使う）*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.stripe_E8F1F1 { /*背景に薄い緑色のストライプ*/
  background-color: #F1F8F4;
  background-image: linear-gradient(-60deg, transparent 20%, #E8F1F1 20%, #E8F1F1 50%, transparent 50%, transparent 70%, #E8F1F1 70%, #E8F1F1);
  background-size: 6px 10px;
}

.green03_bg { /*tableのｔｈにも使える背景色*/
  background: #327D69;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #main .scroll, .paragraph .scroll {
    overflow-x: scroll;
  }
  #main .scroll::-webkit-scrollbar, .paragraph .scroll::-webkit-scrollbar {
    height: 10px;
  }
  #main .scroll::-webkit-scrollbar-track, .paragraph .scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  #main .scroll::-webkit-scrollbar-thumb, .paragraph .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
@media screen and (max-width: 767px) {
  #main .scroll table, .paragraph .scroll table {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
  }
}
#main table, .paragraph table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #93B7B7;
  border-left: 1px solid #93B7B7;
  empty-cells: show;
}
#main table thead th, #main table th.green03_bg, #main table td.green03_bg, .paragraph table thead th, .paragraph table th.green03_bg, .paragraph table td.green03_bg {
  padding: 10px;
  background: #327D69;
  border-right: 1px solid #93B7B7;
  border-bottom: 1px solid #93B7B7;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 150%;
}
#main table tbody th, .paragraph table tbody th {
  padding: 10px;
  background: #ebf5f0;
  border-right: 1px solid #93B7B7;
  border-bottom: 1px solid #93B7B7;
  font-weight: bold;
  vertical-align: top;
  line-height: 150%;
}
#main table th span,
#main table td span, .paragraph table th span,
.paragraph table td span {
  font-size: 80%;
  line-height: 150%;
}
#main table td, .paragraph table td {
  padding: 10px;
  border-right: 1px solid #93B7B7;
  border-bottom: 1px solid #93B7B7;
  line-height: 150%;
}
#main table td strong, .paragraph table td strong {
  font-weight: bold;
  color: #ff6600;
  font-size: 110%;
}

.anchor_border {
  text-align: center;
  font-size: 0;
}
.anchor_border li {
  display: inline;
  font-size: 0;
}
.anchor_border a {
  display: inline-block;
  margin: 0.2em 0 0.2em -1px;
  padding: 0 0.6em;
  border-right: 1px solid #327D69;
  border-left: 1px solid #327D69;
  text-decoration: none;
}

.headline_center_and_underline {
  position: relative;
  display: block;
  color: #327D69;
  margin: 0 auto;
  text-align: center;
}
.headline_center_and_underline:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 3em;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #327D69;
}
@media screen and (max-width: 768px) {
  .headline_center_and_underline {
    font-size: 22px;
    font-size: 1.375rem;
    /*/smph/layout.css打消し*/
    background-color: transparent !important;
    margin: 0 !important; /*ここまで*/
  }
}

.p, #contents #main p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #212121;
  margin-bottom: 1em;
  line-height: 160%;
}

.p-note, #contents #main p.note {
  font-size: 12px;
  font-size: 0.75rem;
  color: #465158;
}

p.p-note + .p-note, #contents #main p.note + .p-note, #contents #main p.p-note + p.note, #contents #main p.note + p.note {
  margin-top: -1em;
}

li.p-note {
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 0.5em;
}

.ul, #contents #main .ul li {
  margin: 1em 0;
  list-style-type: disc;
}

.ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.mark {
  color: #000;
  font-weight: 600;
  background: linear-gradient(transparent 25%, rgba(99, 185, 146, 0.3) 25%, rgba(99, 185, 146, 0.3) 70%, transparent 70%, transparent 100%);
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt60 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt60 {
    margin-top: 20px;
  }
}

.mt40, #main figure, #contents figure {
  margin-top: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt40, #main figure, #contents figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt40, #main figure, #contents figure {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt30 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt30 {
    margin-top: 10px;
  }
}

.mt20, #contents #main .box-line {
  margin-top: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt20, #contents #main .box-line {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt20, #contents #main .box-line {
    margin-top: 10px;
  }
}

.mb40, #main figure, #contents figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mb40, #main figure, #contents figure {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mb40, #main figure, #contents figure {
    margin-bottom: 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mr20 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mr20 {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mr20 {
    margin-right: 3vw;
  }
}

.ml20 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .ml20 {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .ml20 {
    margin-left: 3vw;
  }
}

.pt40, #contents #main .reference_03 > ul, #contents #main .reference_02 > div, #contents #main .reference_01 > div, #contents #main .column {
  padding-top: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pt40, #contents #main .reference_03 > ul, #contents #main .reference_02 > div, #contents #main .reference_01 > div, #contents #main .column {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pt40, #contents #main .reference_03 > ul, #contents #main .reference_02 > div, #contents #main .reference_01 > div, #contents #main .column {
    padding-top: 20px !important;
  }
}

.pt20 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pt20 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt10 {
  padding-top: 10px;
}

.pb60, #contents #main .reference_01 > div, #contents #main .column {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pb60, #contents #main .reference_01 > div, #contents #main .column {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pb60, #contents #main .reference_01 > div, #contents #main .column {
    padding-bottom: 20px;
  }
}

.pb40, .js_tgl_open p {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pb40, .js_tgl_open p {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pb40, .js_tgl_open p {
    padding-bottom: 20px;
  }
}

.pb30, #contents #main .reference_02 > div {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pb30, #contents #main .reference_02 > div {
    padding-bottom: 20px;
  }
}

.pb20, #contents #main .reference_03 > ul {
  padding-bottom: 20px;
}

.pb10, #contents #main .reference_01 > div > div {
  padding-bottom: 10px;
}

#main figure, #contents figure {
  background-color: #FFF;
}
#main figure img, #contents figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

#main figure:not[class=left], #contents figure:not[class=left] {
  margin-right: auto;
  margin-left: auto;
  display: table; /* 中身に合わせて左右が伸縮するのでfigcaptionがimg幅に合う */
}
#main figure:not[class=left] img, #contents figure:not[class=left] img {
  margin-right: auto;
  margin-left: auto;
}

.anchor_border { /* |縦線区切りの|ページ内リンク|*/
  text-align: center;
  font-size: 0;
}
.anchor_border li {
  display: inline;
  font-size: 0;
}
.anchor_border a {
  font-size: 14px;
  display: inline-block;
  margin: 0.2em 0 0.2em -1px;
  padding: 0 0.6em;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  text-decoration: none;
}

/*...もっと見る　のトグルで利用*/
.js_tgl_opened {
  height: auto !important;
  overflow-y: visible !important;
}

.js_tgl_open {
  text-align: center;
  padding-top: 3em;
  margin-top: -3em;
  background-image: linear-gradient(to top, #FFF 0%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 3em;
  background-position: center top;
  position: relative;
  z-index: 499;
}
.js_tgl_open p {
  padding-top: 1em;
}
.js_tgl_open p:hover {
  cursor: pointer;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 0) {
  #contents {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
#contents #navi {
  right: calc(50vw - 600px);
}
@media screen and (max-width: 1220px) {
  #contents #navi {
    right: 10px;
  }
}
#contents h1 {
  margin-left: calc(50vw - 600px);
  margin-bottom: 0;
  height: 115px;
}
#contents h1 span {
  display: block;
  font-size: 15px;
  margin-top: 6px;
}
@media screen and (max-width: 1220px) {
  #contents h1 {
    margin-left: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents h1 {
    font-size: 20px;
    font-size: 1.25rem;
    height: auto;
    margin: 0 !important;
    padding: 10px 8px;
    background: #F2F2F2;
    display: block !important;
  }
}
#contents #main {
  padding-bottom: 0;
}
#contents #main * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contents #main {
  float: none;
  width: 100%;
}
#contents #main .h2 {
  font-size: 30px;
  padding: 0.4em 0;
  background-color: #212121;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em !important;
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents #main .h2 {
    font-size: 22px; /*/smph/layout.css打消し*/
    background-color: #212121 !important;
    margin: 0 !important; /*ここまで*/
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  #contents #main .h2 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
#contents #main .h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 0.4em 0;
  background-color: #cfdacf;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #contents #main .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    /*/smph/layout.css打消し*/
    margin: 0 !important; /*ここまで*/
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  #contents #main .h3 {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
#contents #main .h4 {
  border-radius: 5px;
  margin-bottom: 0.5em;
  padding: 0.5em 0.8em;
  font-weight: 700;
  color: #fff;
  background: #327D69;
}
#contents #main .h5 {
  line-height: 1;
  font-weight: normal;
  color: #327D69;
  margin-bottom: 0.5em; /*/smph/layout.css打消し*/
}
@media screen and (max-width: 768px) and (min-width: 0) {
  #contents #main .h5 {
    background-color: transparent !important;
  }
}
#contents #main .h5 {
  /*ここまで*/
}
#contents #main .h6 {
  line-height: 1.25rem;
  font-weight: bold; /*/smph/layout.css打消し*/
}
@media screen and (max-width: 768px) and (min-width: 0) {
  #contents #main .h6 {
    background-color: transparent !important;
  }
}
#contents #main .h6 {
  /*ここまで*/
}
#contents #main .h6:before {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  vertical-align: -20.5%;
  padding-bottom: 0.1em;
  background: url(/jp/common/images/share/bullet/circleKey/green.jpg) no-repeat top/contain;
  margin-right: 0.2em;
}
#contents #main .column {
  /*メインコンテンツ幅のボックス*/
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px; /*内法990*/
  letter-spacing: -1em;
}
#contents #main .column * {
  letter-spacing: normal;
}
#contents #main .column {
  /*inline-blockで並べるのに隙間ができるので*/
}
#contents #main .column:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  #contents #main .column {
    width: 100vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents #main .column {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
#contents #main .ul li {
  margin-left: 2em;
}
#contents #main .box-line {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
}
#contents #main .font-size16 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #contents #main .font-size16 {
    font-size: 0.9375rem;
  }
}
#contents #main a {
  word-wrap: break-word;
}
#contents #main {
  /* 初めてFinalCodeファイルを受け取る方向けの案内 */
}
#contents #main .reference_01 {
  background-color: #ffffff;
}
#contents #main .reference_01 > div {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 63% 37%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1220px) {
  #contents #main .reference_01 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents #main .reference_01 > div {
    grid-template-columns: 1fr;
  }
}
#contents #main .reference_01 > div > div .copy_btn {
  display: block;
  padding: 0.7em 1em;
  border: 1px solid #327D69;
  border-radius: 5px;
  width: 440px;
  font-size: 18px;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #contents #main .reference_01 > div > div .copy_btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents #main .reference_01 > div > div .copy_btn {
    margin-right: auto;
    margin-left: auto;
  }
}
#contents #main .reference_01 > div > div .copy_btn:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.67em;
  background: url(/jp/common/images/support/reference/ico_copy.png) no-repeat top left/contain;
}
#contents #main .reference_01 > div > div p.link_btn {
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  #contents #main .reference_01 > div > div p.link_btn {
    margin-right: auto;
    margin-left: auto;
  }
}
#contents #main .reference_01 > div > div p.link_btn a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.75em 1.5em 0.75em 0.5em;
  width: 100%;
  border-radius: 0.4em;
  background-color: #327D69;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 1;
}
#contents #main .reference_01 > div > div p.link_btn a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  right: 0.5em;
  top: calc(50% - 0.5em);
  background: url(/jp/common/images/share/bullet/arrow/circle_w.svg) no-repeat center/contain;
  transform: rotate(0deg);
}
#contents #main .reference_01 > div > div p.link_btn a:hover {
  opacity: 0.7;
}
#contents #main .reference_01 > div > div p.link_btn a:hover:after {
  opacity: 0.7;
}
#contents #main .reference_01 > div > div p.link_btn a {
  padding: 1.17em 1.5em 1.17em 0.5em;
  border-radius: 5px;
  width: 100%;
}
#contents #main .reference_01 > div > div figure {
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
#contents #main {
  /* FinalCodeの仕組みを説明する資料 */
}
#contents #main .reference_02 {
  background-color: #ffffff;
}
#contents #main .reference_02 > div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#contents #main .reference_02 > div p.link_btn {
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
#contents #main .reference_02 > div p.link_btn a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.75em 1.5em 0.75em 0.5em;
  width: 100%;
  border-radius: 0.4em;
  background-color: #327D69;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 1;
}
#contents #main .reference_02 > div p.link_btn a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  right: 0.5em;
  top: calc(50% - 0.5em);
  background: url(/jp/common/images/share/bullet/arrow/circle_w.svg) no-repeat center/contain;
  transform: rotate(0deg);
}
#contents #main .reference_02 > div p.link_btn a:hover {
  opacity: 0.7;
}
#contents #main .reference_02 > div p.link_btn a:hover:after {
  opacity: 0.7;
}
#contents #main .reference_02 > div p.link_btn a {
  padding: 1.17em 1.5em 1.17em 0.5em;
  border-radius: 5px;
  width: 100%;
}
#contents #main {
  /* 操作マニュアル FAQ */
}
#contents #main .reference_03 {
  background-color: #F2F2F2;
}
#contents #main .reference_03 > ul {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 13%;
       column-gap: 13%;
}
@media screen and (max-width: 768px) {
  #contents #main .reference_03 > ul {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
#contents #main .reference_03 > ul li {
  padding-top: 80px;
}
#contents #main .reference_03 > ul li.manual_link {
  background: url(/jp/common/images/support/reference/ico_01.png) no-repeat top center/55px auto;
}
#contents #main .reference_03 > ul li.faq_link {
  background: url(/jp/common/images/support/reference/ico_02.png) no-repeat top center/55px auto;
}
#contents #main .reference_03 > ul li p.link_btn {
  max-width: 290px;
  margin-right: auto;
  margin-left: auto;
}
#contents #main .reference_03 > ul li p.link_btn a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.75em 1.5em 0.75em 0.5em;
  width: 100%;
  border-radius: 0.4em;
  background-color: #327D69;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 1;
}
#contents #main .reference_03 > ul li p.link_btn a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  right: 0.5em;
  top: calc(50% - 0.5em);
  background: url(/jp/common/images/share/bullet/arrow/circle_w.svg) no-repeat center/contain;
  transform: rotate(0deg);
}
#contents #main .reference_03 > ul li p.link_btn a:hover {
  opacity: 0.7;
}
#contents #main .reference_03 > ul li p.link_btn a:hover:after {
  opacity: 0.7;
}
#contents #main .reference_03 > ul li p.link_btn a {
  padding: 1.5em 1.5em;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents #main .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #contents #main .hide_pc_and_ipad {
    display: none;
  }
}