/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  line-height: 2;
  font-family:
    "Yu Gothic",
    YuGothic,
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    Roboto,
    Lato,
    sans-serif;
  font-weight: 300;
  font-weight: normal;
}
::-moz-selection {
  background: #ccc;
  text-shadow: none;
}
::selection {
  background: #ccc;
  text-shadow: none;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 16px;
  color: #464646;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
li {
  list-style: none;
}
a {
  text-decoration: underline;
  color: #464646;
}
a:hover {
  text-decoration: none;
  color: #006fcd;
}
a img:hover {
  opacity: 0.8;
  transition: 0.5s;
}
em {
  font-style: normal;
  font-weight: bold;
}
::-webkit-input-placeholder {
  color: #878787;
}
::-moz-placeholder {
  color: #878787;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #878787;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  background-color: #006fcd;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  line-height: 1.5;
}
h3 {
  color: #006fcd;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}
h4 {
  color: #0063b9;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.bold {
  font-weight: bold;
}
.pc-br {
  display: block;
}
.tab-br {
  display: none;
}
.sp-br {
  display: none;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.basic-btn {
  display: inline-block;
  background-color: #ff8340;
  color: #fff;
  padding: 6px 35px;
  font-weight: bold;
  border: solid 2px #ff8340;
  text-decoration: none;
}
.basic-btn:hover {
  background-color: transparent;
  color: #ff8340;
  text-decoration: none;
}
.flexbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.flexbox-list {
  display: flex;
  align-items: stretch;
}
.headline {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.bg-gray {
  background-color: #ebeff2;
}
.litlle-text {
  font-size: 12px;
}
dl.basic-table {
  width: 100%;
  border: solid 2px #006fcd;
  margin-bottom: 10px;
  display: table;
}
.basic-table dt,
.basic-table dd {
  display: table-cell;
}
.basic-table dt {
  width: 300px;
  background-color: #c6e5ff;
  border-right: solid 2px #006fcd;
  color: #006fcd;
  font-weight: bold;
  vertical-align: middle;
  padding: 20px;
}
.basic-table dd {
  background-color: #fff;
  padding: 20px;
}
.basic-table dd .catch {
  font-weight: bold;
}
table.charge-layout {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
table.charge-layout th,
table.charge-layout td {
  padding: 8px 2%;
  line-height: 1.4;
}
table.charge-layout th {
  color: #fff;
  background-color: #006fcd;
}
table.charge-layout td {
  background-color: #ebeff2;
}
table.charge-layout td.subtotal {
  font-weight: bold;
  text-align: right;
  background-color: #e1e1e1;
  border-top: 5px solid #fff;
}
table.charge-layout th + th,
table.charge-layout td + td {
  border-left: 1px solid #fff;
}
table.charge-layout tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
}
table.charge-layout tbody tr:first-child td {
  padding-top: 10px;
}
table.charge-layout tbody tr:last-child td {
  padding-bottom: 10px;
}
table.charge-layout tbody tr td:first-child {
  text-align: left;
  font-weight: bold;
}
.description {
  margin: 20px 0;
  text-align: center;
}
.notice {
  max-width: 500px;
  margin: 10px auto;
  padding: 10px;
  border: solid 3px #dd0003;
  text-align: center;
}
.tc {
  text-align: center;
}
.tr {
  text-align: left;
}
.red {
  color: #ff0707;
}
span.label {
  display: inline-block;
  background-color: #ff8340;
  color: #fff;
  font-size: 14px;
  padding: 2px 20px;
  margin-right: 10px;
  font-weight: bold;
}

/* ===================
    ALL: Theme
   =================== */
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
section {
  width: 100%;
  margin: 0;
}
section .wrapper {
  padding: 120px 30px;
}

/* header */
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 4px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 4px 3px -3px rgb(0 0 0 / 30%);
  padding: 10px 0;
  top: 0;
}
.header-logo img {
  width: 150px;
  height: auto;
}
nav {
  display: inline-block;
}
nav a:hover,
nav a:active {
  color: #006fcd;
}
ul.header-menu li {
  display: inline-block;
  margin-right: 30px;
}
.header-menu a {
  text-decoration: none;
}
.header-menu a:hover {
  color: #006fcd;
}

/* key */
.key-catch {
  position: relative;
  padding-top: 60px;
}
.key-catch img {
  width: 100%;
}
.key-catch-left {
  text-align: center;
  width: 50%;
  padding: 40px 0;
}
.key-catch-right {
  position: absolute;
  top: 70px;
  right: 0;
  width: 49%;
}
.key-catch p {
  font-size: 20px;
  font-weight: bold;
  color: #1c3549;
  margin-top: 30px;
  line-height: 1.5;
}
.key-catch p span {
  color: #006fcd;
}
.key-list {
  background-color: #006fcd;
  margin-top: -40px;
  padding: 30px 0;
}
.key-list ul {
  list-style: none;
  width: 50%;
  margin: 0;
}
.key-list ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  width: 47%;
}
.key-list ul li:nth-child(odd) {
  margin-right: 10px;
}
.key-list ul li:nth-child(1),
.key-list ul li:nth-child(2) {
  margin-bottom: 30px;
}
.key-list ul li div {
  display: table;
}
.key-list ul li div p {
  display: table-cell;
  vertical-align: middle;
}
.key-list ul li div p:last-child {
  padding-left: 10px;
}
.key-list ul li img {
  width: 75px;
  height: 75px;
}

/* .conntact-area */
.conntact-area {
  background-color: #0063b9;
  padding: 60px 4%;
  color: #fff;
  text-align: center;
}
.contact-area-content {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.contact-area-content .headline {
  font-weight: bold;
}
.contact-area-content p {
  margin-bottom: 30px;
}
.contact-area-content .headline span {
  font-size: 20px;
}

/* outline */
#outline img {
  width: 668px;
}
#outline p {
  margin-left: 40px;
}

/* localiz */
#localiz p {
  margin-right: 40px;
}
#localiz .flexbox > div {
  width: 50%;
}
#localiz .flexbox > div > img {
  width: 100%;
  height: auto;
}

/*  step */
ul.step-list li {
  border: solid 2px #bbc9d4;
  margin-right: 2%;
  width: 25%;
  padding: 2%;
}
ul.step-list li:last-child {
  margin-right: 0;
}
.step-list-title {
  font-weight: bold;
  color: #1c3549;
  display: table;
  margin-bottom: 20px;
}
.step-list-title p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.step-list-title p:last-child {
  padding-left: 10px;
  text-align: left;
}
ul.step-list li > p {
  margin-top: 20px;
}

/* strength */
#strength .wrapper {
  padding: 80px 30px;
}
#strength .strength-title {
  background-color: #0063b9;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
#strength .strength-title img {
  width: 86px;
}
#strength .strength-title h3 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}
#strength h3 img {
  position: absolute;
  top: -60px;
  left: -80px;
}
#strength .strength-detail {
  background-color: #ebeff2;
  padding: 30px;
  margin-top: 30px;
}
#strength .strength-detail h4 {
  font-size: 16px;
  color: #1c3549;
}
#strength .text-box-mr {
  margin-right: 30px;
  width: 50%;
}
#strength .text-box-ml {
  margin-left: 30px;
  width: 50%;
  order: 2;
  -webkit-order: 2;
}
#strength .bg-gray .strength-detail {
  background-color: #fff;
}
#pro .left-img,
#pro .right-img {
  width: 50%;
}
#pro .left-img {
  order: 1;
  -webkit-order: 1;
}
#pro .left-img img,
#pro .right-img img {
  width: 100%;
}
#quality .quality-manga-img {
  background-color: #ebeff2;
  margin: 10px auto 0;
  text-align: center;
  padding: 30px;
  max-width: 900px;
  width: 100%;
}
#quality .quality-manga-img img {
  width: 100%;
}
#quality p.bold {
  text-align: center;
  margin-top: 40px;
}
#acting .banner-area {
  text-align: center;
  margin-top: 20px;
}

/* flow */
#flow .basic-table dt {
  font-size: 26px;
  font-style: italic;
  width: 110px;
  text-align: center;
}
#flow .scroll-img {
  background-color: #fff;
  padding: 30px;
}
#flow .scroll-img img {
  height: auto;
  width: 100%;
}

/* price */
.price {
  color: #ff8340;
  font-weight: bold;
}
#basic .price-basic-list ul {
  list-style: none;
}
#basic .price-basic-list li {
  border: solid 2px #bbc9d4;
  margin-right: 2%;
  width: 33.3%;
}
#basic .price-basic-list li:last-child {
  margin-right: 0;
}
#basic .price-basic-list li .price-basic-list-head {
  background-color: #0071d1;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
}
#basic .plan-name {
  font-size: 26px;
}
#basic .batch {
  position: absolute;
  top: -50px;
  left: 5px;
}
#basic .plan-detail {
  padding: 20px;
}
#basic .plan-detail .price {
  font-size: 34px;
  text-align: center;
}
#basic .plan-detail .price > span {
  font-size: 20px;
}

/* free */
#free {
  background-color: #0071d1;
  color: #fff;
}
#free h3 {
  color: #fff;
  text-align: left;
}
#free .wrapper {
  max-width: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#free ul {
  line-height: 3;
}
#free ul li {
  background-image: url("../img/icon-list.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#free ul li:last-child {
  margin-bottom: 0;
}
#price .summary {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
}
#option .price {
  font-size: 20px;
  margin-bottom: 10px;
}
#simulation table.charge-layout tbody tr.total td {
  text-align: right;
  background-color: transparent;
}
#pricing-and-delivery li {
  list-style: disc;
  margin-left: 15px;
}

/* Q&A */
#qa dl {
  border: solid 2px #bbc9d4;
  margin-bottom: 20px;
  padding: 30px;
}
#qa dl dt {
  color: #0063b9;
  font-weight: bold;
  font-size: 20px;
}
#qa dl dt span {
  font-size: 30px;
  padding-right: 10px;
}

/* footer */
footer {
  padding-top: 50px;
  text-align: center;
}
footer > a {
  display: block;
  width: 219px;
  margin: 0 auto;
}
.footer-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-sns-link {
  width: auto;
  margin: 0;
}
.footer-sns-title {
  font-size: 14px;
  color: #1c3549;
  text-align: center;
  margin-bottom: 13px;
}
.footer-sns-title::before {
  content: "＼";
  margin-right: 6px;
}
.footer-sns-title::after {
  content: "／";
  margin-left: 4px;
}
.footer-sns-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.footer-sns-list-item {
  width: auto;
  height: auto;
}
.footer-sns-list-link {
  display: block;
  width: 46px;
  height: 30px;
  padding: 0 8px;
}
.footer-sns-list-link:hover {
  opacity: 0.8;
}
.footer-sns-list-link.note-link {
  width: 80px;
  padding: 0;
}
.footer-sns-list-link.x-link {
  width: 42px;
  height: 26px;
}
.footer-sns-logo {
  display: block;
  width: auto;
  height: 100%;
}
.footer-copyright {
  min-height: 90px;
  margin-top: 50px;
  padding: 40px 0;
  background-color: #006fcd;
}
.footer-copyright-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
}
.footer-copyright-txt {
  color: #fff;
  font-size: 12px;
}
.footer-link,
.footer-link a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footer-link a:hover,
.agree-txt a:hover,
.attention-text a:hover {
  text-decoration: underline;
}


/* thanks */
#thanks {
  padding: 120px 0 50px;
  text-align: center;
}
#thanks h2 {
  background-color: transparent;
  color: #006fcd;
  font-weight: bold;
  padding: 0 0 20px;
}
#thanks .basic-btn {
  margin-top: 50px;
}

/* ===============
    no-js
   =============== */
.no-js-validation {
  display: none;
}
html.no-js .no-js-validation {
  display: block;
  background-color: #ffdfe0;
  color: #dd0003;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 50px;
}
html.no-js #contact input,
html.no-js #contact textarea {
  pointer-events: none;
  cursor: not-allowed;
  background: #dcdcdc;
}
html.no-js #contact .privacy-box {
  display: none;
}
html.no-js .agree-p::before {
  border: solid 1px #ccc;
  background-color: #ccc;
}
html.no-js #check-agree:checked + .agree-p::after {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
html.no-js input[type="radio"]:checked + .radio-label::before {
  border: 1px #ccc solid;
}
html.no-js input[type="radio"] + .radio-label::before {
  background-color: #ccc;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1200px) {
  #outline {
    text-align: center;
  }
  #outline .flexbox {
    display: block;
  }
  #outline p {
    margin-top: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 900px) {
  .basic-btn {
    padding: 6px 35px;
  }
  .tab-br {
    display: block;
  }
  ul.header-menu li {
    margin-right: 15px;
  }
  .step-list-title p > img {
    width: 45px;
    height: auto;
  }
  ul.step-list li p.tc img {
    width: 80px;
    height: auto;
  }
  .key-list ul li {
    font-size: 14px;
    width: 47%;
  }
  .key-list ul li:nth-child(1),
  .key-list ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .key-list ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .key-list ul li img {
    width: 45px;
    height: 45px;
  }
  #basic .batch {
    position: absolute;
    top: -45px;
    left: 5px;
  }
  #basic .batch img {
    width: 70px;
    height: auto;
  }
}

/* ヘッダーメニューが774px以下で見た目崩れを起こすため、15px余裕をもって非表示 */
@media screen and (max-width: 789px) {
  nav > ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  section .wrapper {
    padding: 60px 4%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .scroll-img {
    overflow-x: auto;
  }
  .scroll-img::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-img::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll-img::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  h2 {
    font-size: 23px;
    padding: 40px 2%;
  }
  h4 {
    text-align: left;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  section .flexbox,
  section .flexbox-list {
    display: block;
  }
  dl.basic-table,
  .basic-table dt,
  .basic-table dd {
    display: block;
  }
  .basic-table dt {
    width: 100%;
    padding: 10px 20px;
    border-right: none;
    border-bottom: solid 2px #006fcd;
  }

  /* header */
  .header-logo,
  .header-logo img {
    width: 110px;
    height: auto;
  }
  .basic-btn {
    padding: 3px 20px;
    font-size: 14px;
  }
  .key-catch.wrapper {
    padding: 70px 2% 0;
    margin: 5px 0;
  }
  .key-catch {
    margin: 15px 0 10px;
  }
  .key-catch-left {
    width: 55%;
    margin-right: 15px;
    padding: 0;
    margin-top: -30px;
  }
  .key-catch-right {
    position: relative;
    width: 45%;
    margin-left: 0;
    top: 0;
  }
  .key-catch p {
    font-size: 14px;
    margin-top: 4px;
  }
  .key-list {
    margin-top: -30px;
    padding: 0;
  }
  .key-list .wrapper {
    padding: 20px 10px;
  }
  .key-list ul {
    width: 100%;
  }

  /* contact-area */
  .conntact-area p {
    text-align: left;
  }
  .conntact-area .basic-btn {
    width: 100%;
    padding: 10px;
  }

  /* outline */
  #outline img {
    width: 100%;
  }
  #outline p {
    margin-left: 0;
  }

  /* step */
  ul.step-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  /* #localiz */
  #localiz p {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #localiz .flexbox > div {
    width: 100%;
  }

  /* strength */
  #strength .strength-title h3 {
    font-size: 17px;
    text-align: left;
    margin-left: 30px;
  }
  #strength .wrapper {
    padding: 40px 4% 60px;
  }
  #pro .text-box-mr,
  #pro .text-box-ml {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  #pro .left-img,
  #pro .right-img {
    width: 100%;
  }
  #quality .quality-manga-img img {
    height: 400px;
    width: auto;
  }
  #quality .quality-manga-img {
    padding: 10px;
  }

  /* flow */
  #flow dl.basic-table {
    display: table;
  }
  #flow .basic-table dt,
  #flow .basic-table dd {
    display: table-cell;
  }
  #flow .basic-table dt {
    border-bottom: none;
    border-right: solid 2px #006fcd;
    font-size: 22px;
    width: 60px;
  }
  #flow .scroll-img img {
    height: 350px;
    width: auto;
  }

  /* price */
  #basic .price-basic-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  #basic .price-basic-list li:first-child {
    margin-top: 60px;
  }
  #basic .batch img {
    width: 101px;
  }
  #price .summary {
    font-size: 18px;
  }
  table.charge-layout {
    width: 500px;
  }

  /* footer */
  .footer-wrapper {
    flex-flow: column wrap;
  }
  .footer-sns-link {
    width: 100%;
    margin: 39px auto 0 auto;
  }
  .footer-copyright-wrapper {
    flex-flow: column wrap;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.mr10 {
  margin-right: 10px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.wrapper.results-wrapper {
  max-width: 1201px;
  padding: 100px 0 94px;
}
.results-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
  gap: 26px;
}
.results-list-item {
  border: solid 2px #bbc9d4;
  width: 383px;
}
.results-list::before,
.results-list::after {
  content: "";
  display: block;
  width: 383px;
}
.results-list::before {
  order: 1;
}
.results-thumbnail {
  width: 100%;
}
.results-container {
  padding: 20px;
}
.lang-tag {
  background-color: #c6e5ff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0;
}
.lang {
  display: inline-block;
  color: #0063b9;
  font-size: 14px;
  line-height: 18px;
}
.icon-arrow-drop-down {
  vertical-align: top;
  transform: rotate(270deg);
  width: 18px;
}
.comic-title {
  height: auto;
  min-height: 56px;
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #464646;
  opacity: 1;
}
.author {
  margin-top: 7px;
}
.esq {
  margin-left: 10px;
}
.show-detail-button {
  border: 1px solid #ff8340;
  background-color: transparent;
  color: #ff8340;
  font-size: 16px;
  padding: 12px 20px;
  margin-top: 20px;
  width: 100%;
  height: 45px;
  cursor: pointer;
  appearance: none;
}
.results-list-item:hover .show-detail-button {
  color: #fff;
  background: #ff8340;
}
.results-list-item:hover .results-thumbnail,
.results-list-item:hover .results-container {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 1241px) {
  .wrapper.results-wrapper {
    padding: 100px 20px 94px;
  }
}

@media screen and (max-width: 831px) {
  .wrapper.results-wrapper {
    padding: 100px 20px 68px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.results-wrapper {
    padding: 60px 4% 8px;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-container {
  background-color: #fff;
  width: 1200px;
  max-height: calc(100vh - 160px);
  border-radius: 8px;
  overflow-y: auto;
}
.modal-container::-webkit-scrollbar {
  display: none;
}
.modal-close {
  position: absolute;
  top: 98px;
  right: calc(50% - 582px);
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  z-index: 1000;
}
.icon-close {
  width: 32px;
}
.icon-close:hover {
  opacity: 0.5;
}
.modal-content {
  width: 100%;
  padding: 40px 80px 80px;
  color: #444;
}
.modal-before-after {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal-before-after-item {
  margin-top: 40px;
  width: 50%;
}
.modal-caption {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  margin: 0 auto 10px 0;
}
.modal-caption.before {
  color: #464646;
}
.modal-caption.after {
  color: #0063b9;
}
.modal-before-after-img-outer {
  position: relative;
}
.modal-before-after-img-outer.left::before,
.modal-before-after-img-outer.right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #bbc9d4;
}
.modal-before-after-img-outer.right::before {
  left: -1px;
  width: calc(100% + 1px);
}
.modal-before-after-img {
  width: 100%;
}
.modal-heading {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.modal-comment {
  margin-top: 10px;
  line-height: 2;
}
.modal-distribution-website {
  display: flex;
  width: 360px;
  line-height: 16px;
  margin-top: 10px;
}
.modal-link-heading {
  display: inline-block;
  margin: auto 0;
  width: 104px;
  height: 16px;
  font-size: 14px;
  color: #0063b9;
}
.modal-link-button {
  display: inline-block;
  margin: 0 20px;
  padding: 12px 20px;
  width: 216px;
  height: 43px;
  border: 1px solid;
  border-color: #0063b9;
  color: #0063b9;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.modal-link-button:hover {
  color: #f3f3f3;
  background: #0063b9;
}

@media screen and (max-width: 1240px) {
  .modal-container {
    margin: 0 20px;
  }
  .modal-close {
    position: absolute;
    top: 98px;
    right: 38px;
  }
}

@media screen and (max-width: 767px) {
  .modal-container {
    max-height: calc(100vh - 80px);
  }
  .modal-close {
    position: absolute;
    top: 56px;
    right: 36px;
    width: 26px;
    height: 26px;
  }
  .icon-close {
    width: 26px;
  }
  .modal-content {
    padding: 20px 20px 40px;
  }
  .modal-before-after-item {
    margin-top: 20px;
    width: 100%;
  }
  .modal-caption {
    font-size: 16px;
    line-height: 21px;
  }
  .modal-before-after-img-outer.right::before {
    left: 0;
    width: 100%;
  }
  .modal-heading {
    margin-top: 20px;
  }
  .modal-distribution-website {
    display: block;
    width: 100%;
  }
  .modal-link-heading {
    display: block;
    margin-top: 10px;
  }
  .modal-link-button {
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }
}

@keyframes mmfade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmslide-in {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmclose-slide-in {
  from {
    transform: translateY(300%);
  }
  to {
    transform: translateY(0);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfade-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslide-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal-close {
  animation: mmclose-slide-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay,
.micromodal-slide .modal-close {
  will-change: transform;
}
