@charset "UTF-8";
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:400;
font-weight:500;
font-weight:700;
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap");
/*
font-family: "Roboto", sans-serif;
font-weight:100;
font-weight:300;
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

iframe {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections
   ========================================================================== */
li {
  list-style: none;
}

ol, ul, dl, p {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 100%;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

@media screen and (min-width: 768px) {
  .sp-view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-view {
    display: block !important;
  }
  .pc-view {
    display: none !important;
  }
}
/* Body setting
------------------------------------------------------------------------------- */
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #F6E98E;
}

#container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #FFFBE0;
  overflow: hidden;
}

#main {
  position: relative;
  z-index: 1;
}

/* header
------------------------------------------------------------------------------- */
#header {
  text-align: center;
  padding: 15px;
}

/* footer
------------------------------------------------------------------------------- */
.footer__link-wrap {
  background: #fff;
  padding: 12px 7px 12px;
  text-align: left;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #E4E4E4;
}
.footer__link-wrap a {
  color: #009F75;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px;
  margin: 0 10px;
}
.footer__flex {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}
.footer__copyright {
  text-align: left;
  font-size: 10px;
  color: #333333;
}
.footer__pmark {
  width: 50px;
  line-height: 0;
}

/* common
------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

button,
input {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}

.t-red {
  color: #D81630 !important;
}

.t-green {
  color: #009F75 !important;
}

.t-blue {
  color: #0073BA !important;
}

.align-l {
  text-align: left !important;
}

.align-vt {
  vertical-align: top !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.inner {
  position: relative;
  padding: 0 10px;
}

/* INDEXページ
------------------------------------------------------------------------------------------------------------------------ */
.main-ph {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main-ph__logo {
  line-height: 0;
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 21px;
}
.main-ph__inner {
  position: relative;
  z-index: 2;
}
.main-ph__inner img {
  width: 100%;
}
.main-ph__inner h1 {
  line-height: 0;
}
.main-ph__list {
  position: relative;
  z-index: 3;
  margin-top: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.main-ph__list li {
  width: 33.333%;
  padding: 0 5px;
  line-height: 0;
}

.main-ph-next-text {
  text-align: center;
  font-size: 10px;
  margin: 10px 0 15px;
}

/* content
------------------------------------------------------------------------------- */
.content-hukidashi {
  text-align: center;
}
.content-hukidashi span {
  position: relative;
  display: inline-block;
  line-height: 1.1;
  background: #009F75;
  padding: 10px 15px;
  border-radius: 30px;
  min-width: 140px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.content-hukidashi span::before {
  content: " ";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #009F75;
}

.content-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.content-ttl__mark {
  display: block;
  background: #000;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 5px;
  margin-right: 5px;
}
.content-ttl__text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.content-ttl__text strong {
  color: #009F75;
}

.content-ttl02 {
  border-top: 2px dotted #009F75;
  border-bottom: 2px solid #009F75;
  background: #fff;
  font-size: 23px;
  font-weight: 700;
  color: #009F75;
}
.content-ttl02 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 50px;
}
.content-ttl02__icon01 {
  background: url(../images/ttl_icon_search.svg) 11px 50% no-repeat;
  background-size: 32px auto;
}
.content-ttl02__icon02 {
  background: url(../images/ttl_icon_osusume.svg) 10px 50% no-repeat;
  background-size: 28px auto;
}

/* content1
------------------------------------------------------------------------------- */
.content1 {
  position: relative;
  padding-bottom: 40px;
}
.content1 .inner {
  padding: 0 10px;
}
.content1__tbl {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #000;
  background-color: #fff;
}
.content1__tbl td {
  width: 33.333%;
  padding: 14px 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #EBEBEB;
}
.content1__tbl td .fs10-normal {
  margin-bottom: -16px;
}
.content1__tbl td .content1__tbl__rank {
  line-height: 0;
  margin-bottom: 5px;
}
.content1__tbl td.content1__tbl__en1 {
  background: url(../images/icon_en@2x.png) 50% 50% no-repeat;
  background-size: 60px auto;
  height: 80px;
}
.content1__tbl td.content1__tbl__en2 {
  background: url(../images/icon_en2@2x.png) 50% 50% no-repeat;
  background-size: 60px auto;
  height: 80px;
}
.content1__tbl th {
  line-height: 1;
  padding: 0 0px;
}
.content1__tbl a.content1__tbl__link {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#EC8200), to(#EC4300));
  background: linear-gradient(to bottom, #EC8200, #EC4300);
  border-radius: 4px;
  text-decoration: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.content1__tbl a.content1__tbl__link span {
  display: inline-block;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 2px;
  background: #fff;
  color: #EC4300;
  margin-bottom: 3px;
}
.content1__subttl {
  background: #F7F7F7;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.content1__subttl span {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content1__subttl span.content1__subttl__icon1 {
  padding-left: 23px;
  background: url(../images/content1_icon1.svg) 0 50% no-repeat;
}
.content1__subttl span.content1__subttl__icon2 {
  padding-left: 33px;
  background: url(../images/content1_icon2.svg) 0 50% no-repeat;
}
.content1__subttl span.content1__subttl__icon3 {
  padding-left: 26px;
  background: url(../images/content1_icon3.svg) 0 50% no-repeat;
}
.content1__subttl span.content1__subttl__icon4 {
  padding-left: 28px;
  background: url(../images/content1_icon4.svg) 0 45% no-repeat;
}
.content1__subttl span.content1__subttl__icon5 {
  padding-left: 26px;
  background: url(../images/content1_icon5.svg) 0 50% no-repeat;
}
.content1__subttl span.content1__subttl__icon6 {
  padding-left: 26px;
  background: url(../images/content1_icon6.svg) 0 50% no-repeat;
}
.content1__subttl span.content1__subttl__icon7 {
  padding-left: 26px;
  background: url(../images/content1_icon7.svg) 0 50% no-repeat;
}
.content1__subttl span.content1__subttl__icon8 {
  padding-left: 26px;
  background: url(../images/content1_icon8.svg) 0 50% no-repeat;
}
.content1__comment {
  padding-top: 40px;
}
.content1__comment__img {
  line-height: 0;
  text-align: center;
}
.content1__comment__text {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #009F75;
  padding: 20px 25px;
  color: #009F75;
  font-size: 14px;
  font-weight: 700;
}
.content1__comment__text strong {
  color: #EC4300;
  border-bottom: 2px solid #EC4300;
}

/* content2
------------------------------------------------------------------------------- */
.content2 {
  position: relative;
  padding-bottom: 50px;
}
.content2__osusume {
  padding: 0 10px;
  margin-bottom: 10px;
}
.content2__osusume__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.content2__osusume__ph {
  width: 100px;
  line-height: 0;
}
.content2__osusume__info {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.content2__osusume__info__text {
  margin-bottom: 10px;
  line-height: 1.3;
}
.content2__osusume__info__text span {
  display: table;
  max-width: 100%;
  padding: 5px 7px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #009F75;
  color: #009F75;
  font-size: 12px;
  font-weight: 700;
}
.content2__osusume__info__logo {
  line-height: 0;
  margin-bottom: 20px;
}
.content2__osusume__btn-wrap a {
  position: relative;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EC8200), to(#EC4300));
  background: linear-gradient(to bottom, #EC8200, #EC4300);
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content2__osusume__btn-wrap a span {
  display: inline-block;
  min-height: 22px;
  padding-left: 28px;
  background: url(../images/btn_icon_download.svg) 0 0 no-repeat;
  background-size: 14px 22px;
}

/* content3
------------------------------------------------------------------------------- */
.content3 {
  position: relative;
}
.content3__ttl-icon {
  text-align: center;
}

.content3__item {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.content3__item .icon-rank {
  position: relative;
  display: block;
  height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.content3__item .icon-rank::before, .content3__item .icon-rank::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 2px);
  background: #333;
}
.content3__item .icon-rank::after {
  top: calc(50% + 3px);
}
.content3__item .icon-rank span {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 70px;
  height: 30px;
  background-size: 49px 30px !important;
}
.content3__item .icon-rank.rank1::before, .content3__item .icon-rank.rank1::after {
  background: #F37005;
}
.content3__item .icon-rank.rank1 span {
  background: #FFFBE0 url(../images/rank1.svg) 50% 0 no-repeat;
}
.content3__item .icon-rank.rank2::before, .content3__item .icon-rank.rank2::after {
  background: #979797;
}
.content3__item .icon-rank.rank2 span {
  background: #FFFBE0 url(../images/rank2.svg) 50% 0 no-repeat;
}
.content3__item .icon-rank.rank3::before, .content3__item .icon-rank.rank3::after {
  background: #905E19;
}
.content3__item .icon-rank.rank3 span {
  background: #FFFBE0 url(../images/rank3.svg) 50% 0 no-repeat;
}

.content3__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.content3__item__head__ph {
  width: 80px;
  line-height: 0;
}
.content3__item__head__text {
  width: calc(100% - 80px);
  padding-left: 14px;
}
.content3__item__head__text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.content3__item__head__text dl {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content3__item__head__text dl dt {
  background: #EC4300;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 60px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.content3__item__head__text dl dd {
  padding-left: 7px;
  line-height: 1;
}
.content3__item__head__text dl dd span {
  position: relative;
  top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 6px;
  color: #EC4300;
  font-size: 14px;
  font-weight: 700;
}

.content3__item__tag {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0px 0px 0px;
}
.content3__item__tag li {
  color: #009F75;
  font-size: 12px;
  line-height: 1.1;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #009F75;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}

.content3__item__btn-wrap {
  margin-bottom: 20px;
}
.content3__item__btn-wrap p {
  margin: 0;
  border-radius: 4px 4px 0 0;
  border: 2px solid #EC4300;
  border-bottom: none;
  background: #fff;
  text-align: center;
  color: #EC4300;
  font-size: 12px;
  font-weight: 700;
  list-style: 1.2;
  padding: 5px 10px;
}
.content3__item__btn-wrap a {
  position: relative;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EC8200), to(#EC4300));
  background: linear-gradient(to bottom, #EC8200, #EC4300);
  border-radius: 0 0 4px 4px;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content3__item__btn-wrap a span {
  display: inline-block;
  min-height: 22px;
  padding-left: 28px;
  background: url(../images/btn_icon_download.svg) 0 0 no-repeat;
  background-size: 14px 22px;
}

.content3__item__photo {
  line-height: 0;
  text-align: center;
  margin-bottom: 20px;
}
.content3__item__photo img {
  overflow: hidden;
  border-radius: 5px;
}

.content3__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px 15px;
}
.content3__item__info dl {
  width: calc(33.33% - 4px);
  margin: 0 2px;
  background: #fff;
  border-radius: 4px;
  border: 1px dashed #009F75;
}
.content3__item__info dl dt {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding-top: 5px;
}
.content3__item__info dl dt span {
  min-height: 20px;
  padding-left: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content3__item__info dl dd {
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/icon_en2@2x.png) 50% 50% no-repeat;
  background-size: 60px auto;
  font-size: 14px;
  font-weight: 700;
  color: #009F75;
}
.content3__item__info dl dd span {
  font-size: 12px;
  padding-left: 1px;
}
.content3__item__info dl dd .fs10-normal {
  margin-bottom: -17px;
}
.content3__item__info dl dd.en1 {
  background: url(../images/icon_en@2x.png) 50% 50% no-repeat;
  background-size: 60px auto;
}
.content3__item__info dl dd.bg-none {
  background: none !important;
}
.content3__item__info .content3__item__info__1 dt span {
  background: url(../images/content3_icon_people.svg) 0 50% no-repeat;
}
.content3__item__info .content3__item__info__2 dt span {
  padding-left: 21px;
  background: url(../images/content3_icon_point.svg) 0px 50% no-repeat;
}
.content3__item__info .content3__item__info__3 dt span {
  padding-left: 22px;
  background: url(../images/content3_icon_map.svg) 0px 50% no-repeat;
}

.content3__item__osusume1 {
  margin-bottom: 20px;
}
.content3__item__osusume1 h4 {
  text-align: center;
  margin-bottom: 10px;
  border-top: 2px solid #009F75;
  border-bottom: 2px solid #009F75;
  color: #009F75;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 0;
}
.content3__item__osusume1 ul li {
  color: #000;
  font-size: 14px;
  padding: 6px 0 6px 24px;
  background: url(../images/content3_icon_osusume.svg) 0 0.5em no-repeat;
  background-size: 16px 20px;
}

.content3__item__osusume2 {
  margin-bottom: 20px;
}
.content3__item__osusume2 h4 {
  text-align: center;
  margin-bottom: 10px;
  border-top: 2px solid #009F75;
  border-bottom: 2px solid #009F75;
  color: #009F75;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 0;
}
.content3__item__osusume2 ul li {
  color: #000;
  font-size: 14px;
  padding: 6px 0 6px 29px;
  background: url(../images/content3_icon_osusume2.svg) 0 0.6em no-repeat;
  background-size: 20px 16px;
}

.content3__item__kuchikomi {
  position: relative;
  margin: 0 0px;
  margin-bottom: 20px;
}
.content3__item__kuchikomi__inner {
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
}
.content3__item__kuchikomi .swiper-slide {
  padding: 0 2px;
  height: auto;
}
.content3__item__kuchikomi .swiper-slide h4 {
  width: 100%;
  height: 46px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #009F75;
  border-radius: 5px 5px 0 0;
  padding-top: 2px;
}
.content3__item__kuchikomi .swiper-slide p {
  height: calc(100% - 46px);
  padding: 10px;
  background: #fff;
  margin: 0;
  border: 2px solid #009F75;
  border-radius: 0 0 5px 5px;
}
.content3__item__kuchikomi .swiper-button-next {
  width: 46px;
  height: 46px;
  top: 0;
  right: 2px;
  margin: 0;
  background: url(../images/content3_slide_arrow_r.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.content3__item__kuchikomi .swiper-button-next::after {
  display: none;
}
.content3__item__kuchikomi .swiper-button-prev {
  width: 46px;
  height: 46px;
  top: 0;
  left: 2px;
  margin: 0;
  background: url(../images/content3_slide_arrow_l.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.content3__item__kuchikomi .swiper-button-prev::after {
  display: none;
}

/* content3-next
------------------------------------------------------------------------------- */
.content3-next__best-choice {
  margin-top: 10px;
}
.content3-next__best-choice__item {
  margin-bottom: 25px;
}
.content3-next__best-choice__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #009F75;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 60px;
  border: 2px solid #009F75;
  border-radius: 5px;
  background-size: 52px 52px !important;
}
.content3-next__best-choice__item dd {
  font-size: 14px;
}
.content3-next__best-choice__item1 dt {
  background: #fff url(../images/content2_icon1@2x.png) -1px 50% no-repeat;
}
.content3-next__best-choice__item2 dt {
  background: #fff url(../images/content2_icon2@2x.png) -1px 50% no-repeat;
}
.content3-next__best-choice__item3 dt {
  background: #fff url(../images/content2_icon3@2x.png) -1px 50% no-repeat;
}
.content3-next__best-choice__best-choice__end {
  padding-top: 10px;
}

/* content4
------------------------------------------------------------------------------- */
.content4 {
  position: relative;
  padding-bottom: 60px;
}
.content4__ttl-icon {
  text-align: center;
}

#js-table-sp {
  position: relative;
}

#js-table-sp__scroll {
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 3;
  top: 250px;
  left: calc(50% - 77px);
  width: 154px;
  height: 100px;
  background: url(../images/content4_icon-scroll@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.content4-tbl-wrap {
  overflow: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.content4-tbl {
  min-width: 100%;
  border-collapse: collapse;
  border: 3px solid #000;
  background: #fff;
}
.content4-tbl thead th {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #F7F7F7;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 12px 10px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.content4-tbl tbody {
  /*
  tr:nth-child(2n) td{
      background-color:#ffe759;
  }
  */
}
.content4-tbl tbody td {
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60px 60px;
  min-width: 80px;
}
.content4-tbl tbody td.content4-tbl__en1 {
  background-image: url(../images/icon_en@2x.png);
}
.content4-tbl tbody td.content4-tbl__en2 {
  background-image: url(../images/icon_en2@2x.png);
}
.content4-tbl tbody td .content4-tbl__app {
  min-width: 205px;
  max-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content4-tbl tbody td .content4-tbl__app__icon {
  width: 70px;
}
.content4-tbl tbody td .content4-tbl__app__icon img.border {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.content4-tbl tbody td .content4-tbl__app__info {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.content4-tbl tbody td .content4-tbl__app__info__text {
  position: relative;
  text-align: left;
  font-size: 12px;
  letter-spacing: -0.05em;
  font-weight: 700;
  margin-bottom: 5px;
}
.content4-tbl tbody td .content4-tbl__app__info__text.rank1, .content4-tbl tbody td .content4-tbl__app__info__text.rank2, .content4-tbl tbody td .content4-tbl__app__info__text.rank3 {
  padding-left: 28px;
}
.content4-tbl tbody td .content4-tbl__app__info__text.rank1::before, .content4-tbl tbody td .content4-tbl__app__info__text.rank2::before, .content4-tbl tbody td .content4-tbl__app__info__text.rank3::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 17px;
  background-size: 100% 100% !important;
}
.content4-tbl tbody td .content4-tbl__app__info__text.rank1::before {
  background: url(../images/rank1.svg) 0 0 no-repeat;
}
.content4-tbl tbody td .content4-tbl__app__info__text.rank2::before {
  background: url(../images/rank2.svg) 0 0 no-repeat;
}
.content4-tbl tbody td .content4-tbl__app__info__text.rank3::before {
  background: url(../images/rank3.svg) 0 0 no-repeat;
}
.content4-tbl tbody td .content4-tbl__app__info__btn-wrap a {
  position: relative;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EC8200), to(#EC4300));
  background: linear-gradient(to bottom, #EC8200, #EC4300);
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* content_end
------------------------------------------------------------------------------- */
.content_end {
  position: relative;
  background: #009F75;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content_end__ttl {
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  line-height: 1;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content_end__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.content_end__info dt {
  width: 85px;
  text-align: center;
}
.content_end__info dt span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  padding-left: 20px;
}
.content_end__info dd {
  width: calc(100% - 85px);
  padding-left: 18px;
  font-size: 14px;
}

/* rules(利用規約)
------------------------------------------------------------------------------- */
.rules {
  padding-bottom: 40px;
}
.rules p {
  font-size: 13px;
}

.rules__ttl {
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #009F75;
  border-bottom: 1px solid #009F75;
  padding: 10px 0;
  font-size: 15px;
  color: #009F75;
}

/* other
------------------------------------------------------------------------------- */
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs10-normal {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 10px !important;
}/*# sourceMappingURL=style.css.map */