@import url(animate.css);
@import url(material-design.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700,800,900,300);
/*========================================================
					  Main Styles
=========================================================*/
html {
  font: 400 20px/1.7 "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
@media (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #333333;
  font: inherit;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: steelblue;
}
h1 {
  font-size: 2.4em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

h2 {
  font-size: 3em;
}
h2 span {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 300;
  font-size: 2.75rem;
}

h3 {
  font-size: 1.3em;
  line-height: 1.46;
  font-weight: 300;
}

h4 {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 300;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  font-weight: 300;
}
@media (max-width: 479px) {
  p {
    font-size: 16px;
  }
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: steelblue;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
/*=======================================================
					   Main Layout
=========================================================*/
h2 + h4 {
  margin-top: 1.75rem;
}

h4 + p {
  margin-top: 1.25rem;
}

p + .btn {
  margin-top: 2.5rem;
}

h2 + .owl-carousel {
  margin-top: 1.7rem;
}

.brand + * {
  margin-top: 3.15rem;
}

.btn + * {
  margin-top: 2rem;
}

.marked-list + p {
  margin-top: 2.6rem;
}

h2 + p {
  margin-top: 1.75rem;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  h2 + p {
    padding: 0 15px;
  }
}

* + .flex-list {
  margin-top: 3.05rem;
}

/*=======================================================
					   Help Classes
=========================================================*/
.clr-primary {
  color: steelblue;
}

.center {
  text-align: center;
}

@media (max-width: 1199px) {
  .center-md {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .center-sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .center-xs {
    text-align: center;
  }
}

/*=======================================================
						Components
=========================================================*/
/*==================== Video ====================*/
.vide_bg {
  opacity: .8;
}
@media (max-width: 992px) {
  .vide_bg {
    opacity: 0;
  }
}
.vide_cnt {
  position: relative;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand span {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.8em;
}
.brand a:hover {
  color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: steelblue;
}

.bg-default {
  background: #f7f7f7;
}

.bg-image {
  overflow: hidden;
}
.bg-image .container {
  position: relative;
}
.bg-image .container > .img_wr {
  position: absolute;
  top: 49%;
  left: -22px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.bg-image .container > .img_wr .img_inner + .img_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg-image * + .row {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image {
    position: relative;
  }
  .bg-image .container {
    position: static;
  }
  .bg-image .container > .img_wr {
    position: absolute;
    left: -14%;
  }
}
@media (max-width: 767px) {
  .bg-image {
    position: relative;
  }
  .bg-image .container {
    position: static;
  }
  .bg-image .container > .img_wr {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .bg-image .container > .img_wr img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
  }
}
.bg-image--mod-2 .container {
  position: relative;
  overflow: visible;
}
.bg-image--mod-2 .container > .img_wr {
  position: absolute;
  top: 50%;
  left: -26%;
  right: 61%;
  -moz-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  -o-transform: translateY(-44%);
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image--mod-2 {
    position: relative;
  }
  .bg-image--mod-2 .container {
    position: static;
  }
  .bg-image--mod-2 .container > .img_wr {
    position: absolute;
    left: -24%;
  }
}
@media (max-width: 767px) {
  .bg-image--mod-2 {
    position: relative;
  }
  .bg-image--mod-2 .container {
    position: static;
  }
  .bg-image--mod-2 .container > .img_wr {
    margin-top: 60px;
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*==================     Icons     ======================*/
.icon {
  padding-top: 120px;
  position: relative;
}
.icon a:before {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 5.45rem;
  margin-bottom: 7px;
  line-height: 1;
  color: steelblue; /* #71b64d; */
  text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.11);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon a:hover {
  color: inherit;
}
.icon a:hover:before {
  color: steelblue;
  text-shadow: none;
}
.icon a:active:before {
  color: #3a6f9e;
}

/*==================    Buttons    ======================*/
.btn {
  -webkit-box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: relative;
  display: inline-block;
  padding: 30px 45px 31px;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #fff;
  z-index: 2;
}
.btn:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #3a6f9e;
  background: -moz-linear-gradient(top, #3a6f9e 0%, steelblue 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6f9e), color-stop(100%, steelblue));
  background: -webkit-linear-gradient(top, #3a6f9e 0%, steelblue 100%);
  background: -o-linear-gradient(top, #3a6f9e 0%, steelblue 100%);
  background: -ms-linear-gradient(top, #3a6f9e 0%, steelblue 100%);
  background: linear-gradient(to bottom, #3a6f9e 0%, steelblue 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6f9e', endColorstr='steelblue',GradientType=0 );
  border-right: 1px solid #3a6f9e;
  border-bottom: 1px solid #3a6f9e;
  z-index: -2;
}
.btn:after {
  -moz-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #3a6f9e; /* steelblue; */
  border-top: 1px solid #3a6f9e;
  border-left: 1px solid #3a6f9e;
  opacity: 0;
  z-index: -1;
}
.btn:hover {
  box-shadow: none;
}
.btn:hover:after {
  opacity: 1;
}
.btn:active:after {
  background: #3a6f9e;
}
@media (max-width: 479px) {
  .btn {
    font-size: 22px;
  }
}

.btn-default {
  color: #333333;
}
.btn-default:before {
  border: none;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, white 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
.btn-default:after {
  background: #e8e8e8;
  border: none;
}
.btn-default:active:after {
  background: #dbdbdb;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 70px;
  font-size: 1.2em;
  line-height: 1.58;
}
.marked-list li:before {
  content: '\e18e';
  position: absolute;
  left: -6px;
  top: 0;
  font-weight: 400;
  font-size: 2.5em;
  line-height: .35em;
  font-family: "material-design";
  color: steelblue;
}
.marked-list li + li {
  margin-top: 0.9em;
}
.marked-list a:hover {
  color: steelblue;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 15px;
}
.flex-list li {
  display: table-cell;
  padding: 0 15px;
}
.flex-list li img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flex-list li img:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .flex-list {
    padding: 0;
  }
  .flex-list li {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .flex-list li {
    display: inline-block;
    width: 30%;
  }
  .flex-list li:nth-child(n+4) {
    margin-top: 10px;
  }
}

/*==================      Quote    ======================*/
blockquote {
  text-align: center;
}
blockquote p {
  color: steelblue;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0 80px;
  margin-top: 8px;
}
blockquote p + p {
  margin-top: 38px;
}
@media (max-width: 767px) {
  blockquote p {
    padding: 0 15px;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  background-color: #36454F;
}
.parallax h3 {
  color: #fff;
}
.parallax .icon {
  padding-top: 148px;
}
.parallax_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/*========================================================
					 HEADER  Section
=========================================================*/
/*
header {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 5.65em;
  padding-bottom: 7.45em;
  background: url(../video/video-bg.jpg) center no-repeat;
  background-size: cover;
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header h1,
header h2 {
  color: #fff;
}
header h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.32;
}
header h4 {
  line-height: 1.2;
}
header a[href^="callto:"] {
  display: inline-block;
  position: relative;
  font-size: 2.4em;
  font-weight: 700;
}
header a[href^="callto:"]:before {
  position: absolute;
  top: 14px;
  right: 100%;
  margin-right: 4px;
  color: steelblue;
  font-size: 2em;
  line-height: .3;
}
@media (min-width: 1200px) and (min-height: 840px) {
  header {
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
  }
  header .vide_cnt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header h2.col-lg-12 + p.col-lg-12 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header h2 {
    font-size: 2em;
    text-align: left;
  }
  header h2 + p {
    padding-top: 2em;
    vertical-align: middle;
  }
}
@media (max-width: 1199px) {
  header a[href^="callto:"] {
    display: inline-block;
    font-size: 2em;
  }
  header a[href^="callto:"]:before {
    position: static;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  header a[href^="callto:"] {
    font-size: 1.7em;
  }
}
*/
/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-2 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.well-3 {
  padding-top: 4.95em;
  padding-bottom: 5.5em;
}
.well-4 {
  padding-top: 8.15em;
  padding-bottom: 7.2em;
}
.well--ins-3 {
  padding-top: 2.3em;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
/*
footer {
  padding-top: 4.85em;
  padding-bottom: 4.8em;
  text-align: center;
  background: steelblue;
  color: #fff;
}
footer .btn {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  padding: 27px 50px 27px;
}
@media (max-width: 767px) {
  footer .btn {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  footer .btn {
    font-size: 22px;
  }
}
footer .btn:active {
  background: #e8e8e8;
  background: -moz-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e8e8e8), color-stop(100%, white));
  background: -webkit-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: -o-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: -ms-radial-gradient(center, ellipse cover, #e8e8e8 0%, white 100%);
  background: radial-gradient(ellipse at center, #e8e8e8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 );
}
footer * + .btn {
  margin-top: 1.85rem;
}
footer .copyright {
  margin-top: 3.2rem;
  font-size: 0.8em;
}
*/

/*  ユーザー設定  */
#scroll-box {
  height:200px;
  overflow:hidden;
  overflow-y:scroll;
  border:1px solid #ccc;
  padding:0 20px;
  margin: 10px 0 0 20px;
}


/*  モーダル jQuery */
/* Modal Block */
.modal-block{
  position: relative;
  width: 100%;
  max-width: 500px;
  min-width: 160px;
  height: auto;
  color: #fff;
  /* background: #000; */
  margin: 10px auto;
  padding: 8px 2px;
  text-align: center;
}
.button-blue {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: steelblue;
  color: #fff;
  margin: auto;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}
.button-gray {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #333333;
  color: #fff;
  margin: auto;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Modal Base */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

/* Modal Content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  z-index: 102;
}
@media screen and (max-width: 640px) {
  .modal-content {
    width: 80vw;
  }
}
.modal-inner {
  position: relative;
  background: white;
  width: 100%;
  min-height: 100px;
  max-height: 1080px;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: black;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}

/* Modal Inner */
.modal-inner h2 {
  font-size: 1.0em;
}
.modal-inner p {
  font-size: 0.8em;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}

/* ========================================
   特定商取引法に基づく表記専用スタイル
   ======================================== */
.tokushoho-section {
  padding: 60px 0;
  color: #333333;
}
.tokushoho-section .container {
  max-width: 80%;
}
.tokushoho-section h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
  font-size: 0.8em;
}
.tokushoho-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.tokushoho-table th,
.tokushoho-table td {
  border: 1px solid #ddd;
  padding: 14px 18px;
  vertical-align: top;
  line-height: 1.7;
  font-size: 0.8em;
}
.tokushoho-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  white-space: nowrap;
  width: 30%;
}
.tokushoho-table td {
  background-color: #fff;
}
.tokushoho-table ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.tokushoho-table ul li {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .tokushoho-section .container {
    max-width: 90%;
  }
  .tokushoho-table th,
  .tokushoho-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .tokushoho-table th {
    white-space: normal;
  }
}

/* ========================================
   フッターナビゲーション
   ======================================== */
.footer-nav {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
.footer-nav li {
  display: inline-block;
  margin: 0 10px;
}
.footer-nav li a {
  color: #fff;
  font-size: 0.85em;
  text-decoration: none;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .footer-nav li {
    display: block;
    margin: 5px 0;
  }
}

/* ========================================
   アコーディオンナビゲーション
   ======================================== */
.accordion-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: steelblue;
}

/* アコーディオンナビゲーションの高さ分、ページ先頭に余白を追加 */
.page {
  padding-top: 44px;
}
.accordion-nav .accordion-toggle {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
}
.accordion-nav .accordion-toggle .fa {
  font-size: 1.2em;
  vertical-align: middle;
}
.accordion-nav .accordion-toggle:after {
  content: '\25BC';
  float: right;
  font-size: 0.8em;
  transition: transform 0.3s;
}
.accordion-nav .accordion-toggle.active:after {
  transform: rotate(180deg);
}
.accordion-nav .accordion-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #3a6f9e;
}
.accordion-nav .accordion-menu li {
  border-top: 1px solid rgba(255,255,255,0.2);
}
.accordion-nav .accordion-menu li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
}
.accordion-nav .accordion-menu li a .fa {
  margin-right: 8px;
  width: 1.2em;
  text-align: center;
}
.accordion-nav .accordion-menu li a:hover {
  background: rgba(255,255,255,0.1);
}

/* ========================================
   プライバシーポリシー・利用規約専用スタイル
   Milligram フレームワークを参考に、
   現行のフォントとカラー設定を採用
   ======================================== */
.policy-section {
  padding: 60px 0;
  color: #333333;
}
.policy-section .container {
  max-width: 80%;
}
.policy-section h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 0.8em;
}
.policy-section h3 {
  font-size: 0.88em;
  font-weight: 700;
  color: #333333;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.policy-section p {
  font-size: 0.72em;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #333333;
}
.policy-section ul {
  list-style: disc;
  margin: 0 0 1.5rem 2rem;
  padding: 0;
}
.policy-section ul li {
  font-size: 0.72em;
  line-height: 1.8;
  margin-bottom: 0.4rem;
  color: #333333;
}
.policy-section ul li:before {
  display: none;
}
.policy-section hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 3rem 0;
}
.policy-section blockquote {
  border-left: 3px solid steelblue;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: #f9f9f9;
  text-align: left;
}
.policy-section blockquote p {
  font-size: 0.68em;
  color: #555;
  padding: 0;
  margin: 0;
}
.policy-section code {
  background: #f4f4f4;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 0.68em;
  color: #333;
}
.policy-section a {
  color: steelblue;
}
.policy-section a:hover {
  color: #3a6f9e;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .policy-section .container {
    max-width: 90%;
  }
}

/* ========================================
   FlashReader 商品販売セクション スタイル
   ======================================== */
/* このブロックは externalcto.html 用に末尾で再定義しています */

/* ========================================
   FlashReader 静的サンクスページ スタイル
   ======================================== */
.flashreader-thanks-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.7;
}

.flashreader-thanks-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.flashreader-thanks-header {
  text-align: center;
  margin-bottom: 35px;
}

.flashreader-thanks-icon {
  font-size: 48px;
  color: steelblue;
  margin-bottom: 15px;
}

.flashreader-thanks-title {
  font-size: 24px;
  color: #111;
  font-weight: 700;
  margin: 0;
}

.flashreader-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-top: 30px;
  margin-bottom: 15px;
}

.flashreader-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.flashreader-steps {
  background: #f8fafc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 25px;
  list-style: none;
  padding-left: 0;
}

.flashreader-step-item {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

.flashreader-step-item:last-child {
  margin-bottom: 0;
}

.flashreader-step-item::before {
  content: "✓";
  position: absolute;
  left: 5px;
  color: steelblue;
  font-weight: bold;
}

.flashreader-portal-btn-wrap {
  text-align: center;
  margin: 25px 0;
}

.flashreader-portal-btn {
  display: inline-block;
  background: steelblue;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 102, 204, 0.2);
  transition: background 0.2s, transform 0.2s;
}

.flashreader-portal-btn:hover {
  background: #3a6f9e;
  transform: translateY(-1px);
}

.flashreader-warning-box {
  background: #fffaf0;
  border: 1px solid #ffe0b2;
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 25px;
}

.flashreader-warning-title {
  font-size: 13px;
  font-weight: 700;
  color: #e65100;
  margin-top: 0;
  margin-bottom: 5px;
}

.flashreader-warning-text {
  font-size: 12px;
  color: #666;
  margin: 0;
}

/* =========================================================
               externalcto.html 商品グリッド
========================================================= */
.flashreader-sales-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.flashreader-sales-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}

.flashreader-section-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin: 40px 0 20px;
  color: #333;
}

.flashreader-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.flashreader-product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.flashreader-product-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.flashreader-product-card.premium {
  border-color: steelblue;
  border-width: 2px;
}

.flashreader-product-name {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}

.flashreader-product-description {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.flashreader-button-wrap {
  text-align: center;
  margin-top: 10px;
}

/* PC表示: 1行に2個まで */
@media (min-width: 768px) {
  .flashreader-product-card {
    width: calc(50% - 20px);
  }
}

/* スマホ表示: 1列 */
@media (max-width: 767px) {
  .flashreader-product-card {
    width: 100%;
  }
}
