@charset "UTF-8";
/**********************************************************
creation date 2019.07.01
https://www.sevenbank.co.jp/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
***********************************************************/
/**********************************************************
http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
***********************************************************/
/*-------------
reset
-------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

#fancybox-wrap a {
  background: none;
  text-decoration: none;
}

#fancybox-close, #fancybox-left, #fancybox-right {
  padding: 0;
}

/*-------------
common
-------------*/
body {
  position: relative;
  width: 100%;
  color: #000000;
  font-family: sans-serif;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  -webkit-text-size-adjust: 100%;
}

body > iframe, body > img {
  display: none;
}

html {
  min-width: 320px;
  font-size: 10px;
  font-size: calc(3.125vw);
  font-size: -webkit-calc(3.125vw);
}

a {
  color: #0071bc;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

a img:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
common
----------------------------------------------------------------- */
#spHeadBtn {
  display: block;
  min-width: 1000px;
  width: 100%;
  background: #ccccff;
  font-size: 75%;
  text-align: center;
}

#spHeadBtn a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #ccccff;
  text-align: center;
}

#s_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  /* header */
  /* contents_field */
  /* pagetop */
}

@media screen and (max-width: 768px) {
  #s_wrapper {
    overflow: hidden;
    width: auto;
    padding-top: 3.2%;
  }
  #s_wrapper img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper .showPC {
    display: none;
  }
}

#s_wrapper .showSP {
  display: none;
}

@media screen and (max-width: 768px) {
  #s_wrapper .showSP {
    display: block;
  }
}

#s_wrapper #header {
  display: flex;
  padding: 0 0 19px 10px;
}

@media screen and (max-width: 768px) {
  #s_wrapper #header {
    padding: 0 6.5vw 3.6% 6.5vw;
  }
}

#s_wrapper #header img {
  width: 100%;
}

#s_wrapper #header .logo {
  width: 159px;
  margin-right: 14px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper #header .logo {
    max-width: 34%;
    width: auto;
    margin-right: 1.7%;
  }
}

#s_wrapper #header .code {
  width: 180px;
  margin-top: 21px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper #header .code {
    max-width: 39.3%;
    width: auto;
    margin-top: 4.4%;
  }
}

#s_wrapper #contents_field #frame {
  /* window */
  /* brackets */
}

#s_wrapper #contents_field #frame a.twindow:hover {
  opacity: 1;
}

#s_wrapper #contents_field #frame a.twindow img {
  width: 14px;
  height: 14px;
  margin-left: 0.5em;
  vertical-align: baseline;
}

#s_wrapper #contents_field #frame a.twindow img:hover {
  opacity: 1;
}

#s_wrapper #contents_field #frame .brackets.before {
  margin-left: -0.5em;
}

#s_wrapper #contents_field #frame .brackets.after {
  margin-right: -0.5em;
}

#s_wrapper #pagetop {
  overflow: hidden;
  position: fixed;
  z-index: 900;
  right: 10px;
  bottom: -150px;
  width: 45px;
  height: 45px;
  text-indent: -65535px;
  transition: opacity 0.3s ease,
 bottom 0.3s ease;
}

@media screen and (max-width: 768px) {
  #s_wrapper #pagetop {
    right: 3px;
    width: 32px;
    height: 32px;
  }
}

#s_wrapper #pagetop a {
  display: block;
  height: 100%;
  background: url(/oos/adv/image/tmp_220/tmp220_pagetop.png) no-repeat;
  background-size: contain;
}

#s_wrapper #pagetop.show {
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  #s_wrapper #pagetop.show {
    bottom: 50px;
  }
}

/* footer */
#footer {
  min-width: 1000px;
  margin: 0 auto 0 auto;
  padding: 65px 0 50px 0;
}

@media screen and (max-width: 768px) {
  #footer {
    min-width: auto;
    padding: 30px 0;
  }
}

#footer.line {
  border-top: 10px solid #e60012;
}

@media screen and (max-width: 768px) {
  #footer.line {
    border-top: 5px solid #e60012;
  }
}

#footer img {
  width: 100%;
}

#footer .logo {
  display: block;
  width: 229px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #footer .logo {
    max-width: 40%;
    width: auto;
  }
}

#footer .copyRight {
  margin-top: 35px;
  color: #535353;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyRight {
    margin-top: 8.7%;
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------
tmp220_1
----------------------------------------------------------------- */
#s_wrapper.tmp220_1 #contents_field #frame #sec_kv h2 {
  font-size: 0;
  line-height: 0;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign {
  padding: 50px 0;
  background: url(/oos/adv/image/tmp_220/tmp220_bg_contents.jpg) repeat-y top -106px left;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign {
    padding: 9.375% 0;
    background: url(/oos/adv/image/tmp_220/tmp220_bg_contents_sp.jpg) repeat-y top -90px left;
    background-size: 100%;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner {
    width: 87.5%;
    padding: 3% 0 9.375% 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner h3 {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner h3 {
    max-width: 520px;
    width: 92.85714285714286%;
    margin: 0 auto;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail {
    display: block;
    margin-top: 7.145%;
    padding: 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item {
  width: 380px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item {
    width: 92.85714285714286%;
    margin: 0 auto;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item:nth-child(n+3) {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item + .detail_item {
    margin-top: 12.5%;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item figure {
  width: 321px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item figure {
    max-width: 473px;
    width: 90.96153846153846%;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item figure img {
  width: 100%;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item h4 {
  margin-top: 20px;
  color: #009944;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item h4 {
    margin-top: 5.775%;
    font-size: 19px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item p {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item p {
    margin-top: 3.465%;
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item > ul {
  display: inline-block;
  text-align: left;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item > ul > li {
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_campaign .inner .campaign_detail .detail_item > ul > li {
    font-size: 13px;
    line-height: 1.38;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner {
  padding: 45px 0;
  background-color: #009944;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner {
    padding: 30px 0 37px 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner h3 {
    font-size: 12px;
    line-height: 1.5;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn {
  justify-content: center;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn {
    margin-top: 16px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn.showPC {
  display: flex;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn.showPC {
    display: none;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn.showSP {
  display: none;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn.showSP {
    display: block;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:first-child a > span {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:first-child a > span {
    padding-top: 18px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:last-child a > span {
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:last-child a > span {
    padding-top: 10px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:last-child a > span > span {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li:last-child a > span > span {
    margin-top: 7px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a {
  display: block;
  position: relative;
  width: 300px;
  height: 56px;
  border-radius: 10px;
  box-shadow: 0 5px 0 #99d6b4;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a {
    max-width: 560px;
    width: 87.5%;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a:hover {
  background-color: transparent;
  opacity: 1;
  text-decoration: none;
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a:hover > span {
  top: 5px;
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 56px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a > span {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a > span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 13px;
  background: url(/oos/adv/image/tmp_220/tmp220_icon_arrow.png) no-repeat center center;
  background-size: 100%;
  content: '';
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a > span:after {
    width: 10.5px;
    height: 15.5px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame .link_faq .inner .link_btn li a > span > span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview {
  padding: 50px 0;
  background: url(/oos/adv/image/tmp_220/tmp220_bg_contents.jpg) repeat-y top -273px left;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview {
    padding: 9.375% 0;
    background: url(/oos/adv/image/tmp_220/tmp220_bg_contents_sp.jpg) repeat-y top 0 left;
    background-size: 100%;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner {
  width: 900px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner {
    width: 87.5%;
    padding: 10px 10px 0 10px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div h3 {
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div h3 {
    max-width: 520px;
    margin: 0 auto;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl {
  padding: 50px 0 44px 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl {
    padding: 20px 0 16px 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dt {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dt {
    font-size: 15px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd + dt {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd + dt {
    margin-top: 18px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > p {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > p + ul {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > p + ul {
    margin-top: 7px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul {
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul {
    margin-top: 5px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul > li {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul > li {
    font-size: 13px;
    line-height: 1.38;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul > li > ul {
  margin-top: 10px;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul > li > ul.annotation {
  margin-top: 0;
  padding-left: 1em;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul > li > ul > li .suica {
  width: 25px;
  margin-right: 0.2em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.summary > dl > dd > ul > li > ul > li .suica {
    width: 20px;
    margin-right: 0.1em;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol {
  padding: 50px 0 44px 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol {
    padding: 20px 0 16px 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li + li {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li + li {
    margin-top: 15px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li h4 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li h4 {
    padding-left: 1em;
    font-size: 15px;
    text-indent: -1em;
    line-height: 1.4;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol {
    margin-top: 2px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol > li {
  padding-left: 2.6em;
  font-size: 16px;
  text-indent: -2.6em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol > li {
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol > li.number .number-item {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol > li span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol > li span > span {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.caution > ol > li > ol > li > a {
    font-size: 13px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.personal > ol {
  padding: 50px 0 44px 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.personal > ol {
    padding: 20px 0 25px 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.personal > ol > li > p {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.personal > ol > li > p {
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.personal > ol > li > ol > li {
  padding-left: 2.6em;
  font-size: 16px;
  text-indent: -2.6em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_overview .inner > div.personal > ol > li > ol > li {
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner {
  padding: 50px 0 44px 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner {
    width: 81.25%;
    margin: 0 auto;
    padding: 30px 0 24px 0;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner h3 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner h3 {
    font-size: 15px;
  }
}

#s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner p {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner p {
    margin-top: 3px;
    font-size: 13px;
    text-align: left;
    line-height: 1.38;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner p span.head {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_1 #contents_field #frame #sec_contact .inner p span.flex {
    display: flex;
  }
}

/* ----------------------------------------------------------------
tmp220_2
----------------------------------------------------------------- */
#s_wrapper.tmp220_2 #contents_field #frame #sec_kv h2 {
  font-size: 0;
  line-height: 0;
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner {
  padding: 27px 0 20px 0;
  background-color: #009944;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner {
    padding: 15px 0 11px 0;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list {
    display: block;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item {
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item {
    padding-bottom: 4px;
    font-size: 12px;
    text-align: center;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item:nth-child(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item:nth-child(n+5) {
    margin-top: 0;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item + .list_item {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item + .list_item {
    margin-top: 26px;
    margin-left: 0;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item.reset {
  margin-left: 0;
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item > a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item > a {
    position: relative;
    padding-bottom: 0;
    font-size: 12px;
    text-decoration: none;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item > a:hover {
  border-bottom: 1px solid #80cca2;
  opacity: 1;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_anchor .inner .anchor_list .list_item > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: -18px;
    width: 11px;
    height: 11px;
    background: url(/oos/adv/image/tmp_220/tmp220_02_icon_anchor.png) no-repeat center center;
    background-size: 100%;
    content: '';
    transform: translateY(-50%);
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary {
  padding: 50px 0;
  background: url(/oos/adv/image/tmp_220/tmp220_bg_contents.jpg) repeat-y top -252px left;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary {
    padding: 30px 0 20px 0;
    background: url(/oos/adv/image/tmp_220/tmp220_bg_contents_sp.jpg) repeat-y top -399px left;
    background-size: 100%;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 300px;
  height: 56px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 0 #99d6b4;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a {
    max-width: 560px;
    width: 87.5%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a:hover {
  background-color: transparent;
  opacity: 1;
  text-decoration: none;
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a:hover > span {
  top: 5px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a:hover > span {
    max-width: 560px;
    width: 100%;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a > span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 56px;
  padding-top: 20px;
  border: 1px solid #009944;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 16px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a > span {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a > span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 13px;
  background: url(/oos/adv/image/tmp_220/tmp220_icon_arrow.png) no-repeat center center;
  background-size: 100%;
  content: '';
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary .back_btn > a > span:after {
    width: 10.5px;
    height: 15.5px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner {
  width: 900px;
  margin: 50px auto 0 auto;
  padding: 20px 20px 0 20px;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner {
    width: 87.5%;
    margin: 30px auto 0 auto;
    padding: 10px 10px 0 10px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > h3 {
  font-size: 0;
  line-height: 0;
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl {
  padding: 45px 0;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl {
    padding: 18px 0;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dt {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dt {
    font-size: 15px;
    line-height: 1.4;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd {
  margin-top: 1px;
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd + dt {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd + dt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd a {
    font-size: 13px;
    line-height: 1.38;
    word-break: break-all;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > p {
  color: #000000;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > p {
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > p + p {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > p + p {
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > p > span {
    font-size: 13px;
    line-height: 1.38;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul.annotation {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul.annotation {
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul.annotation > li {
    font-size: 13px;
    line-height: 1.38;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li {
  padding-left: 1em;
  color: #000000;
  font-size: 16px;
  text-indent: -1em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li {
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li > ul {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li > ul {
    margin-top: 6px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li > ul.annotation {
  margin-top: 0;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li > ul > li {
    font-size: 13px;
    line-height: 1.38;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ul > li > span {
    display: block;
    padding-left: 1em;
    font-size: 13px;
    text-indent: -1em;
    line-height: 1.38;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ol {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ol {
    margin-top: 6px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ol + p {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ol + p {
    margin-top: 6px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ol > li {
  padding-left: 1em;
  color: #000000;
  font-size: 16px;
  text-indent: -1em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div > dl > dd > ol > li {
    font-size: 14px;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div .suica {
  width: 25px;
  margin-right: 0.2em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_summary > .inner > div .suica {
    width: 20px;
    margin-right: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_contact dl.contact__list dd.contact__span {
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_contact dl.contact__list dd.contact__time {
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame #sec_contact dl.contact__list dd.contact__time p span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.43;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner {
  padding: 50px 0;
  background-color: #009944;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner {
    padding: 30px 0;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn {
    display: block;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a {
  display: block;
  position: relative;
  width: 300px;
  height: 56px;
  border-radius: 10px;
  box-shadow: 0 5px 0 #99d6b4;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a {
    max-width: 560px;
    width: 87.5%;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    font-size: 14px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a:hover {
  background-color: transparent;
  opacity: 1;
  text-decoration: none;
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a:hover > span {
  top: 5px;
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 56px;
  padding-top: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a > span {
    width: 100%;
    height: 50px;
    padding-top: 18px;
    border-radius: 5px;
    font-size: 14px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a > span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 13px;
  background: url(/oos/adv/image/tmp_220/tmp220_icon_arrow.png) no-repeat center center;
  background-size: 100%;
  content: '';
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a > span:after {
    width: 10.5px;
    height: 15.5px;
  }
}

#s_wrapper.tmp220_2 #contents_field #frame .link_campaign .inner .link_btn li a > span > span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

/* ----------------------------------------------------------------
tmp220_end
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_end #contents_field #frame .link_faq .inner h3 {
    width: 85.3125%;
    margin: 0 auto;
  }
}

#s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn {
  display: flex;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn {
    display: block;
  }
}

#s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn li:last-child {
  display: block;
  position: relative;
  width: 300px;
  height: 56px;
  margin-left: 40px;
  border-radius: 10px;
  background-color: #808080;
  box-shadow: 0 5px 0 #949495;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn li:last-child {
    max-width: 560px;
    width: 87.5%;
    height: 50px;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    font-size: 14px;
  }
}

#s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn li:last-child > span {
  display: block;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn li:last-child > span {
    padding-top: 10px;
  }
}

#s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn li:last-child > span > span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #s_wrapper.tmp220_end #contents_field #frame .link_faq .inner .link_btn li:last-child > span > span {
    margin-top: 7px;
  }
}
