@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: auto;
  height: auto;
}

body {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

body.ie {
  margin-top: 100px;
}

a {
  color: #395999;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body,
pre,
code,
select,
textarea,
button,
input {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

h1,
h2 {
  font-weight: bold;
  font-family: Helvetica;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}

body .material-icons {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.g-header {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 50px;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(119, 119, 119, 0.16);
  /*ハンバーガーボタン*/
}

.g-header__inner {
  display: flex;
  align-items: center;
}

.g-header__company-logo {
  line-height: 1;
  font-size: 0;
}

.g-header__company-logo img {
  height: 30px;
}

.g-header .g-hamburger {
  display: block;
  z-index: 3;
  margin-left: auto;
  margin-right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.g-header .g-hamburger span {
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.g-header .g-hamburger span:nth-child(1) {
  top: 5px;
}

.g-header .g-hamburger span:nth-child(2) {
  top: 15px;
}

.g-header .g-hamburger span:nth-child(3) {
  top: 25px;
}

.g-header .g-hamburger.active {
  position: fixed;
  right: 16px;
  top: 9px;
}

.g-header .g-hamburger.active span:nth-child(1) {
  transform: translateY(10px);
}

.g-header .g-hamburger.active span:nth-child(3) {
  transform: translateY(-10px);
}

.g-header .g-nav-list__item a {
  color: #222222;
}

.g-header + .g-contents {
  padding-top: 50px;
}

.g-footer {
  margin-top: 50px;
  background-color: #1b5fa7;
  color: #fff;
  height: 74px;
  font-size: 14px;
}

.g-footer__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.g-footer__facebook {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 35px;
}

.hs-news {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.16);
  border-radius: 3px;
  margin-top: -60px;
  margin-bottom: 80px;
  padding: 30px 20px;
}

.hs-news__title {
  color: #1b5fa7;
  line-height: 1;
}

.hs-news-list__item {
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
  font-size: 14px;
}

.hs-news-list__item a {
  display: block;
  padding: 16px 0;
  width: 100%;
}

.hs-news-list__date {
  color: #777777;
}

.hs-news-list__tag {
  color: #ff5723;
  text-align: center;
  border: 1px solid #ff5723;
  border-radius: 4px;
  display: inline-block;
}

.hs-news-list__title {
  color: #222222;
}

.hs-news-list__title.red {
  color: #ff5723;
}

.hs-news__more {
  margin-top: 30px;
  display: block;
  text-align: right;
  color: #1b5fa7;
  font-weight: bold;
}

.hs-news__more img {
  width: 35px;
  margin-bottom: 4px;
  margin-left: 10px;
}

.btn {
  width: 200px;
  border: 1px solid #1b5fa7;
  background-color: #1b5fa7;
  color: white;
  padding: 16px;
}

.notice-wrap + .ccfl-02 {
  margin-top: 20px;
}

.notice-inner {
  border: 1px solid #ff5723;
  border-radius: 10px;
  padding: 32px 16px;
  margin: 20px auto 0;
}

.notice-title {
  color: #ff5723;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.notice-text {
  margin-top: 20px;
  font-size: 14px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.serif, .table caption {
  font-family: "Noto Serif JP", serif;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

img {
  max-width: 100%;
}

.mB20 {
  margin-bottom: 20px;
}

.mB28 {
  margin-bottom: 28px;
}

.mB40 {
  margin-bottom: 40px;
}

.mB30-40 {
  margin-bottom: 30px !important;
}

.mB40-60 {
  margin-bottom: 40px !important;
}

.fs14 {
  font-size: 14px;
}

.fs15-20 {
  font-size: 15px;
}

.fs22-26 {
  font-size: 22px;
  font-size: 26px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.ccfl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.ccfl-header__link {
  line-height: 1;
}

.ccfl-header__logo {
  width: 200px;
  padding-left: 10px;
}

.ccfl-header__lang {
  position: relative;
  display: flex;
  justify-content: center;
}

.ccfl-header__lang:hover .ccfl-header__lang-toggle {
  opacity: 0.7;
}

.ccfl-header__lang-toggle {
  cursor: pointer;
  padding: 0 24px 0 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

.ccfl-header__lang-toggle img {
  margin-right: 4px;
  width: 20px;
}

.ccfl-header__lang-toggle:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  right: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
}

.ccfl-header__lang-toggle.is-active:after {
  transform: rotate(-45deg);
  top: calc(50%);
}

.ccfl-header__lang-toggle.is-active + .ccfl-header__lang-contents {
  display: flex;
  flex-direction: column;
}

.ccfl-header__lang-contents {
  display: none;
  position: absolute;
  z-index: 10;
  background: #f7f9fa;
  font-size: 14px;
  padding: 10px 16px;
}

.ccfl-header__lang-contents li:not(:first-child) {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e3e4e6;
}

.ccfl-header__lang-contents li a {
  display: block;
  color: #333;
  position: relative;
}

.ccfl-header__lang-contents li a:hover {
  text-decoration: underline;
  color: #3f7ab1;
}

.ccfl-news {
  background: #3f7ab1;
}

.ccfl-news__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}

.ccfl-news__list li {
  text-align: center;
}

.ccfl-news__list li:not(:first-child) {
  margin-top: 10px;
}

.ccfl-news__list li a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}

.ccfl-news__list li a:hover {
  opacity: 0.8;
}

.ccfl-news__list li a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button-orange {
  display: inline-block;
  height: 45px;
  width: 100%;
  position: relative;
  font-size: 17px;
  color: #fff;
  background-color: #ff5723;
  border: none;
  border-radius: 22.5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.button-orange:focus {
  outline: none;
}

.button-orange::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 22px;
}

.button-orange__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ccfl-mv {
  height: 480px;
  background-image: url("/_assets/images/lp/ccfl/common/mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ccfl-mv__inner {
  display: flex;
  flex-flow: column wrap;
}

.ccfl-mv .catch-copy {
  line-height: 1;
  font-size: 21px;
  margin-top: 35px;
}

.ccfl-mv__light {
  width: 134px;
}

.ccfl-mv .title {
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
}

.ccfl-mv .title-sub {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.ccfl-mv .title-main {
  font-size: 45px;
  color: #3f7ab1;
}

.ccfl-mv__bottom {
  font-size: 9px;
}

.ccfl-02 {
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 bottom 0;
}

.ccfl-03__title {
  line-height: 1;
}

.ccfl-03__title.text {
  color: #1498b9;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 24px;
}

.ccfl-03__title.text .main {
  border-bottom: 2px dotted #1498b9;
  display: block;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.ccfl-03__title.text b {
  color: #333333;
  font-size: 28px;
}

.ccfl-03__topleft .text-blue {
  color: #1498b9;
  font-size: 18px;
  font-weight: 700;
}

.ccfl-03__bottom--section {
  border: 2px solid #1498b9;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}

.ccfl-03__bottom--section:first-child {
  margin-bottom: 24px;
}

.ccfl-03__bottom--section figure {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  text-align: center;
}

.ccfl-03__bottom--section figure img {
  width: auto;
}

.ccfl-03__bottom--section__text {
  margin-left: 20px;
}

.ccfl-03__bottom--section__text h3 {
  color: #1498b9;
  border-bottom: 2px dotted #1498b9;
  margin-bottom: 4px;
}

.ccfl-04 {
  background-image: url("/_assets/images/lp/ccfl/common/04_bg.jpg");
}

.ccfl-04__top {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
}

.ccfl-04__top .notice {
  border: 2px solid #1498b9;
  border-radius: 8px;
  padding: 16px;
  color: #1498b9;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 50px;
  background-color: white;
}

.ccfl-04__inner {
  width: 90%;
  margin: 0 auto;
}

.ccfl-04__more {
  margin: 0 auto 40px;
}

.ccfl-04__bottom {
  text-align: center;
}

.ccfl-04__bottom h3 {
  margin-bottom: 20px;
}

.ccfl-04 .tags li {
  display: inline-block;
  background-color: #7A7A7A;
  color: white;
  border-radius: 6px;
  padding: 10px 20px;
}

.ccfl-04 .ccfl-effects {
  margin-bottom: 20px;
}

.ccfl-04 .ccfl-effects__title {
  margin: auto;
  z-index: 1;
}

.ccfl-04 .ccfl-effects__box {
  width: 100%;
  background: linear-gradient(45deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px), linear-gradient(135deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px), linear-gradient(225deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px), linear-gradient(315deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  margin-top: -50px;
}

.ccfl-04 .ccfl-effects__box::before, .ccfl-04 .ccfl-effects__box::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 16px;
}

.ccfl-04 .ccfl-effects__box::before {
  border-top: solid 2px #1498b9;
}

.ccfl-04 .ccfl-effects__box::after {
  border-bottom: solid 2px #1498b9;
}

.ccfl-04 .ccfl-effects__inner {
  border-left: solid 2px #1498b9;
  border-right: solid 2px #1498b9;
  margin: 15px 0;
  padding: 0 5vw;
}

.ccfl-04 .ccfl-effects__top {
  padding-top: 44px;
  position: relative;
}

.ccfl-04 .ccfl-effects__h3 {
  color: #1498b9;
  border-bottom: 2px dotted #1498b9;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.ccfl-04 .ccfl-effects__text {
  font-size: 14px;
  line-height: 1.5;
}

.ccfl-04 .ccfl-effects__text:not(:last-child) {
  margin-bottom: 20px;
}

.ccfl-04 .ccfl-effects__result {
  text-align: center;
}

.ccfl-04 .ccfl-effects__caption {
  text-align: center;
  background-color: #1498b9;
  color: #fff;
  font-size: 18px;
}

.ccfl-04 .ccfl-effects__caption:not(:first-child) {
  margin-top: 20px;
}

.ccfl-04 .ccfl-effects--06 .ccfl-effects__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.ccfl-04 .ccfl-effects--06 .ccfl-effects__graph {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  height: auto;
}

.ccfl-04 .ccfl-effects--06 .ccfl-effects__right {
  height: 260px;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  transition: 0.5s;
}

.ccfl-04 .ccfl-effects--06 label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 130px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff);
  pointer-events: none;
  width: 100%;
}

.ccfl-04 .ccfl-effects--06 label:after {
  background-image: url("/_assets/images/lp/ccfl/common/icon_open.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #1498b9;
  pointer-events: all;
  width: 200px;
  height: 40px;
  position: absolute;
  z-index: 2;
  left: 50%;
}

.ccfl-04 .ccfl-effects--06 input {
  display: none;
}

.ccfl-04 .ccfl-effects--06 input:checked ~ .ccfl-effects__right {
  height: auto;
  padding-bottom: 40px;
}

.ccfl-04 .ccfl-effects--06 input:checked + label {
  background: inherit;
}

.ccfl-04 .ccfl-effects--06 input:checked + label:after {
  background-image: url("/_assets/images/lp/ccfl/common/icon_close.svg");
}

.ccfl-05 {
  background-image: url("/_assets/images/lp/ccfl/common/05_bg.jpg");
  padding: 50px 0;
}

.ccfl-05__title {
  padding-bottom: 40px;
  margin: 0 auto;
  width: 307px;
}

.ccfl-05 .ccfl-facility {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 5vw;
  border: 2px solid #1498b9;
  border-radius: 8px;
  margin: 0 auto 20px;
}

.ccfl-05 .ccfl-facility:last-child {
  margin: 0 auto;
}

.ccfl-05 .ccfl-facility__title {
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #1498b9;
  margin-bottom: 20px;
}

.ccfl-05 .ccfl-facility__title .emphasis {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.ccfl-05 .ccfl-facility__images {
  text-align: center;
}

.ccfl-05 .ccfl-facility__blue {
  background-color: #e8f7ff;
  padding: 20px;
}

.ccfl-05 .ccfl-facility__blue:not(:last-child) {
  margin-bottom: 10px;
}

.ccfl-05 .ccfl-facility__name {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #1498b9;
}

.ccfl-05 .ccfl-facility__text {
  font-size: 14px;
}

.ccfl-05 .ccfl-facility__text .orange {
  font-size: 18px;
  color: #ff5723;
  font-weight: 700;
}

.ccfl-06 {
  padding: 50px 0;
}

.ccfl-06__text {
  text-align: center;
  font-size: 18px;
}

.ccfl-06__text .blue {
  font-size: 23px;
  color: #1498b9;
}

.ccfl-06__text img {
  width: 120px;
}

.ccfl-06__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ccfl-07 {
  text-align: center;
  padding: 50px 0;
  background-image: url("/_assets/images/lp/ccfl/common/07_bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.ccfl-07__h3 {
  margin-bottom: 30px;
}

.ccfl-07__h2 {
  line-height: 1;
  margin-bottom: 30px;
}

.ccfl-07__text {
  display: inline-block;
  text-align: left;
}

.ccfl-08 {
  background-image: url("/_assets/images/lp/ccfl/common/04_bg.jpg");
  padding: 50px 0;
}

.ccfl-08__title {
  text-align: center;
  color: #1498b9;
  margin-bottom: 20px;
  font-size: 24px;
}

.ccfl-08__careful-text {
  font-size: 14px;
  line-height: 1.2;
}

.ccfl-08 .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
  padding-bottom: 40px;
}

.ccfl-08 .product-list__item {
  background: linear-gradient(45deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px), linear-gradient(135deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px), linear-gradient(225deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px), linear-gradient(315deg, transparent 11px, #1498b9 12px, #1498b9 13px, #fff 14px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ccfl-08 .product-list__item::before, .ccfl-08 .product-list__item::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 16px;
}

.ccfl-08 .product-list__item::before {
  border-top: solid 2px #1498b9;
}

.ccfl-08 .product-list__item::after {
  border-bottom: solid 2px #1498b9;
}

.ccfl-08 .product-list__inner {
  border-left: solid 2px #1498b9;
  border-right: solid 2px #1498b9;
  margin: 15px 0;
  padding: 25px 5vw;
}

.ccfl-08 .product-list__image {
  margin-bottom: 20px;
}

.ccfl-08 .product-list__name {
  color: #1498b9;
  font-size: 17px;
  margin-bottom: 20px;
}

.ccfl-08 .product-list__price {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 20px;
}

.ccfl-08 .product-list__price .tax {
  font-size: 18px;
}

.ccfl-08 .product-list__detail {
  font-size: 14px;
}

.ccfl-08 .product-list__detail + .product-list__button {
  margin-top: 30px;
}

.ccfl-08 .product-list__button {
  background-color: #1498b9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  height: 46px;
  border-radius: 23px;
}

.ccfl-09 {
  padding: 50px 0;
  text-align: center;
}

.ccfl-09__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.ccfl-09 .button-orange {
  margin-bottom: 40px;
}

.ccfl-09 .tel-block {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ccfl-09 .tel-block__top {
  background-color: #1498b9;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 11px 0;
}

.ccfl-09 .tel-block__number {
  padding: 20px 0 8px;
  line-height: 1;
  font-weight: 700;
  font-size: 35px;
}

.ccfl-09 .tel-block__number img {
  width: 20px;
  margin-right: 7px;
}

.ccfl-09 .tel-block__number a {
  color: #333333;
}

.ccfl-09 .tel-block__text {
  font-size: 10px;
}

.ccfl-09 .tel-block__bottom {
  padding: 8px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1498b9;
  font-weight: 700;
}

.ccfl-09 .tel-block__fax-read {
  line-height: 1;
  background-color: #e8f7ff;
  padding: 5px 4px 5px 8px;
  position: relative;
  margin-right: 18px;
  font-size: 12px;
}

.ccfl-09 .tel-block__fax-read::after {
  content: "";
  border-left: 11px solid #e8f7ff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}

.ccfl-09 .tel-block__fax-icon {
  height: 11px;
  margin-right: 4px;
}

.ccfl-09 .tel-block__fax {
  line-height: 1;
  font-size: 16px;
}

.ccfl-09 .tel-block__fax a {
  color: #1498b9;
}

.ccfl-movie {
  padding: 80px 0;
  background-image: url("/_assets/images/lp/ccfl/common/04_bg.jpg");
}

.ccfl-movie h3 {
  text-align: center;
  color: #1498b9;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1;
}

.ccfl-movie .movies {
  text-align: center;
  line-height: 1;
}

.ccfl-movie .movies iframe {
  margin-top: 16px;
}

.ccfl-movie .movies iframe:first-child {
  margin-top: 0;
}

.ccfl-footer {
  padding: 20px;
}

.ccfl-footer .copyright {
  text-align: center;
}

.table {
  width: 100%;
  border: 1px solid #1498b9;
  table-layout: fixed;
}

.table caption {
  background: #1498b9;
  color: white;
  padding: 16px;
  font-weight: bold;
}

.table caption em {
  font-style: normal;
  font-size: 12px;
  margin-left: 10px;
}

.table th,
.table td {
  border: 1px dotted #1498b9;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  height: 60px;
}

.table thead {
  background: rgba(20, 152, 185, 0.15);
}

.table tbody th {
  text-align: left;
  padding-left: 20px;
}

.table tbody tr.point {
  color: #1498b9;
  background: #fef6a1;
}

.table tbody tr.point td {
  font-weight: bold;
  font-size: 16px;
}

.notice {
  margin-top: 16px;
}

.notice p {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.text-blue {
  color: #1498b9;
}

.furthermore .lead:after, .furthermore .lead:before {
  border-left: 2px dotted #1498b9;
  width: 2px;
  height: 24px;
  display: block;
  position: absolute;
  top: 4px;
  content: '';
}

.furthermore {
  text-align: center;
}

.furthermore .lead {
  display: inline-block;
  text-align: center;
  color: #1498b9;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.furthermore .lead:after {
  right: -18px;
  transform: rotate(45deg);
}

.furthermore .lead:before {
  left: -18px;
  transform: rotate(-45deg);
}

.furthermore .main-text {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.furthermore .strong-text {
  color: #1498b9;
}

.sales-point li {
  border: 2px solid #1498b9;
  margin-bottom: 20px;
}

.sales-point li:last-child {
  margin-bottom: 0;
}

.sales-point li p {
  text-align: center;
}

.sales-point li .title {
  background-color: #1498b9;
  color: white;
  padding: 16px;
  font-size: 20px;
}

.sales-point li .main {
  font-size: 24px;
  padding: 20px;
}

.sales-point li .main b {
  color: #ff5723;
}

@media only screen and (min-width: 768px) {
  html,
  body {
    min-width: 1024px;
    overflow: auto;
  }
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  h1,
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.6;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  body .material-icons {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 984px;
  }
  .g-header {
    height: 48px;
    padding: 16px 0;
  }
  .g-header__company-logo img {
    height: 48px;
  }
  .g-header .g-hamburger {
    display: none;
  }
  .g-header .g-nav {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .g-header .g-nav-list {
    display: flex;
  }
  .g-header .g-nav-list__item {
    margin-left: 40px;
  }
  .g-header .g-nav-list__item {
    opacity: 1;
    transition: .2s;
  }
  .g-header .g-nav-list__item:hover {
    opacity: .7;
  }
  .g-header + .g-contents {
    padding-top: 80px;
  }
  .g-footer {
    margin-top: 50px;
    height: 60px;
  }
  .hs-news {
    max-height: 398px;
    padding: 0 40px;
    display: flex;
    margin-top: -140px;
    margin-bottom: 100px;
  }
  .hs-news__title {
    padding-top: 40px;
    font-size: 24px;
    margin-right: 40px;
  }
  .hs-news__contents {
    overflow-y: scroll;
    width: calc(100% - 136px);
    max-height: 398px;
    margin-top: 20px;
  }
  .hs-news-list:last-child {
    margin-bottom: 40px;
  }
  .hs-news-list.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .hs-news-list__item a {
    padding: 20px 0;
  }
  .hs-news-list__item a {
    opacity: 1;
    transition: .2s;
  }
  .hs-news-list__item a:hover {
    opacity: .7;
  }
  .hs-news-list__date {
    margin-right: 40px;
    display: inline-block;
    min-width: 92px;
  }
  .hs-news-list__tag {
    margin-right: 40px;
    min-width: 92px;
  }
  .notice-wrap + .ccfl-02 {
    margin-top: 40px;
  }
  .notice-inner {
    padding: 40px 20px;
    margin: 40px auto 0;
  }
  .notice-title {
    font-size: 24px;
  }
  .notice-text {
    margin-top: 20px;
  }
  .mB30-40 {
    margin-bottom: 40px !important;
  }
  .mB40-60 {
    margin-bottom: 60px !important;
  }
  .fs15-20 {
    font-size: 20px;
  }
  .inner {
    width: 1000px;
  }
  .ccfl-header {
    height: 80px;
  }
  .ccfl-header__logo {
    width: 250px;
  }
  .ccfl-header__lang-toggle {
    padding: 0 20px 0 8px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
  .ccfl-header__lang-toggle img {
    width: 24px;
    margin-right: 6px;
  }
  .ccfl-header__lang-toggle:after {
    width: 8px;
    height: 8px;
    right: 0;
  }
  .ccfl-header__lang-contents {
    width: 100px;
    top: 80px;
  }
  .button-orange {
    width: auto;
    height: 74px;
    border-radius: 37px;
    padding: 0 60px;
    font-size: 24px;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
    transition-duration: 0.7s;
  }
  .button-orange:hover {
    background-color: #ff906e;
  }
  .button-orange::after {
    right: 28px;
  }
  .ccfl-mv {
    height: 590px;
  }
  .ccfl-mv__inner {
    position: relative;
    height: 590px;
  }
  .ccfl-mv .catch-copy {
    font-size: 42px;
    margin-top: 125px;
    margin-bottom: 46px;
    order: 2;
  }
  .ccfl-mv__light {
    margin-left: -60px;
    margin-right: 32px;
    width: 348px;
    order: 1;
  }
  .ccfl-mv .title {
    margin-bottom: 22px;
    order: 3;
  }
  .ccfl-mv .title-sub {
    margin-bottom: 18px;
    font-size: 32px;
  }
  .ccfl-mv .title-main {
    font-size: 74px;
  }
  .ccfl-mv__effect {
    width: 683px;
    height: 106px;
    margin-bottom: 80px;
    order: 4;
  }
  .ccfl-mv__bottom {
    order: 5;
    position: absolute;
    bottom: 28px;
    right: 0;
  }
  .ccfl-02 {
    background-image: url("/_assets/images/lp/ccfl/common/02_bg.jpg");
  }
  .ccfl-03 {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
  }
  .ccfl-03__topleft {
    width: 480px;
  }
  .ccfl-03__topleft .text-blue {
    font-size: 20px;
  }
  .ccfl-03__topright {
    width: 366px;
    margin-right: 60px;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .ccfl-03__bottom {
    display: flex;
    align-items: flex-start;
  }
  .ccfl-03__bottom.stretch {
    display: block;
    width: 100%;
  }
  .ccfl-03__bottom img {
    width: 480px;
  }
  .ccfl-03__bottom img:nth-child(3) {
    margin-right: 40px;
  }
  .ccfl-04__top {
    padding-top: 80px;
  }
  .ccfl-04__inner {
    width: 880px;
  }
  .ccfl-04__more {
    width: 533px;
    margin: 0 auto 60px;
  }
  .ccfl-04__bottom {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .ccfl-04__bottom h3 {
    font-size: 32px;
  }
  .ccfl-04__bottom img {
    width: 559px;
  }
  .ccfl-04 .ccfl-effects {
    margin-bottom: 40px;
  }
  .ccfl-04 .ccfl-effects__title {
    width: 693px;
  }
  .ccfl-04 .ccfl-effects__box {
    background: linear-gradient(45deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px), linear-gradient(135deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px), linear-gradient(225deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px), linear-gradient(315deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    margin-top: -60px;
  }
  .ccfl-04 .ccfl-effects__box::before, .ccfl-04 .ccfl-effects__box::after {
    margin: 0 42px;
  }
  .ccfl-04 .ccfl-effects__inner {
    margin: 40px 0;
    padding: 0 60px;
  }
  .ccfl-04 .ccfl-effects__top {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .ccfl-04 .ccfl-effects__graph {
    height: 227px;
    margin-left: auto;
  }
  .ccfl-04 .ccfl-effects__right {
    width: 356px;
    margin-left: 30px;
  }
  .ccfl-04 .ccfl-effects__h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .ccfl-04 .ccfl-effects__result {
    height: 32px;
  }
  .ccfl-04 .ccfl-effects__result img {
    max-height: 32px;
  }
  .ccfl-04 .ccfl-effects__images {
    width: 660px;
    margin: auto;
  }
  .ccfl-04 .ccfl-effects__caption {
    font-size: 20px;
  }
  .ccfl-04 .ccfl-effects__caption:not(:first-child) {
    margin-top: 40px;
  }
  .ccfl-04 .ccfl-effects--06 .ccfl-effects__right {
    margin-top: 20px;
  }
  .ccfl-04 .ccfl-effects--06 label:after {
    bottom: 1.5em;
  }
  .ccfl-05 {
    padding: 80px 0;
  }
  .ccfl-05__title {
    padding-bottom: 60px;
    width: 488px;
  }
  .ccfl-05 .ccfl-facility {
    width: 1000px;
    padding: 40px 60px;
    margin: 0 auto 40px;
    border-radius: 20px;
  }
  .ccfl-05 .ccfl-facility:last-child {
    margin: 0 auto;
  }
  .ccfl-05 .ccfl-facility__title {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 40px;
  }
  .ccfl-05 .ccfl-facility__title .emphasis {
    font-size: 32px;
  }
  .ccfl-05 .ccfl-facility__images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .ccfl-05 .ccfl-facility__images img {
    width: 270px;
  }
  .ccfl-05 .ccfl-facility__blue {
    padding: 40px 60px;
  }
  .ccfl-05 .ccfl-facility__blue:not(:last-child) {
    margin-bottom: 20px;
  }
  .ccfl-05 .ccfl-facility__name {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .ccfl-05 .ccfl-facility__name .emphasis {
    font-size: 26px;
  }
  .ccfl-05 .ccfl-facility__text .orange {
    font-size: 20px;
  }
  .ccfl-06 {
    padding: 80px 0;
  }
  .ccfl-06__text {
    font-size: 32px;
  }
  .ccfl-06__text .blue {
    font-size: 40px;
  }
  .ccfl-06__text img {
    width: 191px;
  }
  .ccfl-06__images {
    margin-bottom: -40px;
  }
  .ccfl-06__images img {
    width: 480px;
    margin-bottom: 40px;
  }
  .ccfl-07 {
    padding: 60px 0;
    background-image: url("/_assets/images/lp/ccfl/common/07_bg.jpg");
  }
  .ccfl-07__h3 {
    margin-bottom: 20px;
  }
  .ccfl-07__h2 {
    margin-bottom: 40px;
  }
  .ccfl-07__text {
    font-size: 16px;
  }
  .ccfl-08 {
    padding: 80px 0;
  }
  .ccfl-08__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .ccfl-08 .product-list {
    padding-bottom: 60px;
  }
  .ccfl-08 .product-list__item {
    background: linear-gradient(45deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px), linear-gradient(135deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px), linear-gradient(225deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px), linear-gradient(315deg, transparent 29px, #1498b9 30px, #1498b9 31px, #fff 32px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    width: 480px;
  }
  .ccfl-08 .product-list__item::before, .ccfl-08 .product-list__item::after {
    margin: 0 42px;
  }
  .ccfl-08 .product-list__inner {
    margin: 40px 0;
    padding: 0 40px;
    height: calc(100% - 84px);
  }
  .ccfl-08 .product-list__name {
    font-size: 20px;
  }
  .ccfl-08 .product-list__price {
    font-size: 32px;
  }
  .ccfl-08 .product-list__price .tax {
    font-size: 20px;
  }
  .ccfl-08 .product-list__detail + .product-list__button {
    margin-top: 20px;
  }
  .ccfl-08 .product-list__button {
    font-size: 20px;
    width: 360px;
    height: 50px;
    border-radius: 25px;
    transition-duration: 0.7s;
  }
  .ccfl-08 .product-list__button:hover {
    background-color: #78c9dd;
  }
  .ccfl-09 {
    padding: 80px 0;
  }
  .ccfl-09__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .ccfl-09 .button-orange {
    margin-bottom: 60px;
  }
  .ccfl-09 .tel-block__top {
    padding: 20px 0;
    font-size: 26px;
  }
  .ccfl-09 .tel-block__number {
    padding: 30px 0 16px;
    font-size: 70px;
  }
  .ccfl-09 .tel-block__number img {
    width: 40px;
    margin-right: 11px;
  }
  .ccfl-09 .tel-block__text {
    font-size: 20px;
  }
  .ccfl-09 .tel-block__bottom {
    padding: 16px 0 30px;
  }
  .ccfl-09 .tel-block__fax-read {
    font-size: 22px;
    padding: 11px 4px 11px 16px;
    margin-right: 39px;
  }
  .ccfl-09 .tel-block__fax-read::after {
    border-left: 22px solid #e8f7ff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    right: -22px;
  }
  .ccfl-09 .tel-block__fax-icon {
    height: 23px;
    margin-right: 8px;
  }
  .ccfl-09 .tel-block__fax {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .g-header__company-logo {
    padding: 10px 0;
  }
  .g-header .g-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #222222;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease, transform .6s ease;
    transform: translateY(-100%);
  }
  .g-header .g-nav.active {
    opacity: 1;
    transform: translateY(0);
  }
  .g-header .g-nav-list {
    margin-top: 50px;
  }
  .g-header .g-nav-list__item a {
    width: 100%;
    padding: 16px 0;
    display: block;
    font-size: 16px;
  }
  .hs-news__title {
    margin-bottom: 4px;
  }
  .hs-news-list__date {
    font-size: 12px;
  }
  .hs-news-list__tag {
    font-size: 13px;
    padding: 0 20px;
    margin-bottom: 4px;
  }
  .ccfl-header__lang {
    justify-content: flex-end;
  }
  .ccfl-header__lang-contents {
    width: 30vw;
    top: 60px;
  }
  .ccfl-news__list li {
    font-size: 16px;
  }
  .ccfl-mv {
    text-align: center;
  }
  .ccfl-mv__light {
    margin: auto;
    margin-top: -10px;
  }
  .ccfl-mv .title {
    margin-top: -20px;
  }
  .ccfl-mv__effect {
    width: 80vw;
    max-width: 290px;
    margin: 0 auto 16px;
  }
  .ccfl-02 {
    background-image: url("/_assets/images/lp/ccfl/common/02_bg_sp.jpg");
  }
  .ccfl-03 {
    padding: 50px 0;
  }
  .ccfl-03__topleft {
    margin-bottom: 30px;
  }
  .ccfl-03__topright {
    margin: 0 5vw 20px;
  }
  .ccfl-03__bottom--section {
    display: block;
  }
  .ccfl-03__bottom--section figure {
    width: auto;
    max-width: none;
    min-width: none;
  }
  .ccfl-03__bottom--section__text {
    margin-left: 0;
  }
  .ccfl-03__bottom img:first-child {
    margin-bottom: 10px;
  }
  .ccfl-04__bottom {
    margin: 40px 5vw 0;
    padding-bottom: 50px;
  }
  .ccfl-04 .tags {
    text-align: center;
  }
  .ccfl-04 .tags li {
    margin-bottom: 10px;
  }
  .ccfl-04 .ccfl-effects__title {
    width: 285px;
  }
  .ccfl-04 .ccfl-effects__top {
    margin-bottom: 30px;
  }
  .ccfl-04 .ccfl-effects__result img {
    max-height: 57px;
  }
  .ccfl-04 .ccfl-effects--06 label:after {
    bottom: -10px;
  }
  .ccfl-05 .ccfl-facility__images img {
    margin-bottom: 20px;
  }
  .ccfl-06__images img:not(:last-child) {
    margin-bottom: 20px;
  }
  .ccfl-movie .movies {
    position: relative;
    width: 100%;
  }
  .ccfl-movie .movies iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .ccfl-movie {
    padding: 40px 0;
  }
  .ccfl-movie h3 {
    font-size: 25px;
  }
  .scrol-table {
    overflow: auto;
    white-space: nowrap;
  }
  .scrol-table::-webkit-scrollbar {
    height: 5px;
  }
  .scrol-table::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .scrol-table::-webkit-scrollbar-thumb {
    background: #222222;
  }
  .scrol-table table {
    width: auto;
  }
  .scrol-table table caption {
    text-align: left;
  }
  .scrol-table table th,
  .scrol-table table td {
    padding: 0 24px;
  }
}
