@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 62.5%;
  line-height: 1.5;
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif; }

body {
  color: #333333;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%; }
  body p {
    margin-bottom: 1.5em;
    font-size: 1em;
    line-height: 1.75; }
  body img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }
  body a {
    color: #0f60ac; }
    body a:hover {
      text-decoration: none; }
    body a img {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
      body a img:hover {
        opacity: 0.7; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*行の高さをフォントサイズと同じにしています*/
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ul, ol {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }

@font-face {
  font-family: 'fontello';
  src: url("./font/fontello.eot?63407001");
  src: url("./font/fontello.eot?63407001#iefix") format("embedded-opentype"), url("./font/fontello.woff2?63407001") format("woff2"), url("./font/fontello.woff?63407001") format("woff"), url("./font/fontello.ttf?63407001") format("truetype"), url("./font/fontello.svg?63407001#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?63407001#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-music:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-mail:before {
  content: '\e802'; }

/* '' */
.icon-heart:before {
  content: '\e803'; }

/* '' */
.icon-heart-empty:before {
  content: '\e804'; }

/* '' */
.icon-star:before {
  content: '\e805'; }

/* '' */
.icon-star-empty:before {
  content: '\e806'; }

/* '' */
.icon-star-half:before {
  content: '\e807'; }

/* '' */
.icon-user:before {
  content: '\e808'; }

/* '' */
.icon-users:before {
  content: '\e809'; }

/* '' */
.icon-video:before {
  content: '\e80a'; }

/* '' */
.icon-videocam:before {
  content: '\e80b'; }

/* '' */
.icon-picture:before {
  content: '\e80c'; }

/* '' */
.icon-camera:before {
  content: '\e80d'; }

/* '' */
.icon-camera-alt:before {
  content: '\e80e'; }

/* '' */
.icon-th-large:before {
  content: '\e80f'; }

/* '' */
.icon-th:before {
  content: '\e810'; }

/* '' */
.icon-th-list:before {
  content: '\e811'; }

/* '' */
.icon-ok:before {
  content: '\e812'; }

/* '' */
.icon-ok-circled:before {
  content: '\e813'; }

/* '' */
.icon-ok-circled2:before {
  content: '\e814'; }

/* '' */
.icon-cancel:before {
  content: '\e815'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e816'; }

/* '' */
.icon-cancel-circled2:before {
  content: '\e817'; }

/* '' */
.icon-plus:before {
  content: '\e818'; }

/* '' */
.icon-plus-circled:before {
  content: '\e819'; }

/* '' */
.icon-minus:before {
  content: '\e81a'; }

/* '' */
.icon-minus-circled:before {
  content: '\e81b'; }

/* '' */
.icon-help-circled:before {
  content: '\e81c'; }

/* '' */
.icon-info-circled:before {
  content: '\e81d'; }

/* '' */
.icon-home:before {
  content: '\e81e'; }

/* '' */
.icon-link:before {
  content: '\e81f'; }

/* '' */
.icon-attach:before {
  content: '\e820'; }

/* '' */
.icon-lock:before {
  content: '\e821'; }

/* '' */
.icon-lock-open:before {
  content: '\e822'; }

/* '' */
.icon-pin:before {
  content: '\e823'; }

/* '' */
.icon-eye:before {
  content: '\e824'; }

/* '' */
.icon-eye-off:before {
  content: '\e825'; }

/* '' */
.icon-tag:before {
  content: '\e826'; }

/* '' */
.icon-tags:before {
  content: '\e827'; }

/* '' */
.icon-bookmark:before {
  content: '\e828'; }

/* '' */
.icon-flag:before {
  content: '\e829'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e82a'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e82b'; }

/* '' */
.icon-download:before {
  content: '\e82c'; }

/* '' */
.icon-upload:before {
  content: '\e82d'; }

/* '' */
.icon-forward:before {
  content: '\e82e'; }

/* '' */
.icon-export:before {
  content: '\e82f'; }

/* '' */
.icon-pencil:before {
  content: '\e830'; }

/* '' */
.icon-edit:before {
  content: '\e831'; }

/* '' */
.icon-print:before {
  content: '\e832'; }

/* '' */
.icon-retweet:before {
  content: '\e833'; }

/* '' */
.icon-comment:before {
  content: '\e834'; }

/* '' */
.icon-chat:before {
  content: '\e835'; }

/* '' */
.icon-bell:before {
  content: '\e836'; }

/* '' */
.icon-attention:before {
  content: '\e837'; }

/* '' */
.icon-attention-circled:before {
  content: '\e838'; }

/* '' */
.icon-location:before {
  content: '\e839'; }

/* '' */
.icon-trash-empty:before {
  content: '\e83a'; }

/* '' */
.icon-doc:before {
  content: '\e83b'; }

/* '' */
.icon-folder:before {
  content: '\e83c'; }

/* '' */
.icon-folder-open:before {
  content: '\e83d'; }

/* '' */
.icon-phone:before {
  content: '\e83e'; }

/* '' */
.icon-cog:before {
  content: '\e83f'; }

/* '' */
.icon-cog-alt:before {
  content: '\e840'; }

/* '' */
.icon-wrench:before {
  content: '\e841'; }

/* '' */
.icon-basket:before {
  content: '\e842'; }

/* '' */
.icon-calendar:before {
  content: '\e843'; }

/* '' */
.icon-login:before {
  content: '\e844'; }

/* '' */
.icon-logout:before {
  content: '\e845'; }

/* '' */
.icon-volume-off:before {
  content: '\e846'; }

/* '' */
.icon-volume-down:before {
  content: '\e847'; }

/* '' */
.icon-volume-up:before {
  content: '\e848'; }

/* '' */
.icon-headphones:before {
  content: '\e849'; }

/* '' */
.icon-clock:before {
  content: '\e84a'; }

/* '' */
.icon-block:before {
  content: '\e84b'; }

/* '' */
.icon-resize-full:before {
  content: '\e84c'; }

/* '' */
.icon-resize-small:before {
  content: '\e84d'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e84e'; }

/* '' */
.icon-resize-horizontal:before {
  content: '\e84f'; }

/* '' */
.icon-zoom-in:before {
  content: '\e850'; }

/* '' */
.icon-zoom-out:before {
  content: '\e851'; }

/* '' */
.icon-down-circled2:before {
  content: '\e852'; }

/* '' */
.icon-up-circled2:before {
  content: '\e853'; }

/* '' */
.icon-down-dir:before {
  content: '\e854'; }

/* '' */
.icon-up-dir:before {
  content: '\e855'; }

/* '' */
.icon-left-dir:before {
  content: '\e856'; }

/* '' */
.icon-right-dir:before {
  content: '\e857'; }

/* '' */
.icon-down-open:before {
  content: '\e858'; }

/* '' */
.icon-left-open:before {
  content: '\e859'; }

/* '' */
.icon-right-open:before {
  content: '\e85a'; }

/* '' */
.icon-up-open:before {
  content: '\e85b'; }

/* '' */
.icon-down-big:before {
  content: '\e85c'; }

/* '' */
.icon-left-big:before {
  content: '\e85d'; }

/* '' */
.icon-right-big:before {
  content: '\e85e'; }

/* '' */
.icon-up-big:before {
  content: '\e85f'; }

/* '' */
.icon-right-hand:before {
  content: '\e860'; }

/* '' */
.icon-left-hand:before {
  content: '\e861'; }

/* '' */
.icon-up-hand:before {
  content: '\e862'; }

/* '' */
.icon-down-hand:before {
  content: '\e863'; }

/* '' */
.icon-cw:before {
  content: '\e864'; }

/* '' */
.icon-ccw:before {
  content: '\e865'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e866'; }

/* '' */
.icon-shuffle:before {
  content: '\e867'; }

/* '' */
.icon-play:before {
  content: '\e868'; }

/* '' */
.icon-play-circled2:before {
  content: '\e869'; }

/* '' */
.icon-stop:before {
  content: '\e86a'; }

/* '' */
.icon-pause:before {
  content: '\e86b'; }

/* '' */
.icon-to-end:before {
  content: '\e86c'; }

/* '' */
.icon-to-end-alt:before {
  content: '\e86d'; }

/* '' */
.icon-to-start:before {
  content: '\e86e'; }

/* '' */
.icon-to-start-alt:before {
  content: '\e86f'; }

/* '' */
.icon-fast-fw:before {
  content: '\e870'; }

/* '' */
.icon-fast-bw:before {
  content: '\e871'; }

/* '' */
.icon-eject:before {
  content: '\e872'; }

/* '' */
.icon-target:before {
  content: '\e873'; }

/* '' */
.icon-signal:before {
  content: '\e874'; }

/* '' */
.icon-award:before {
  content: '\e875'; }

/* '' */
.icon-inbox:before {
  content: '\e876'; }

/* '' */
.icon-globe:before {
  content: '\e877'; }

/* '' */
.icon-cloud:before {
  content: '\e878'; }

/* '' */
.icon-flash:before {
  content: '\e879'; }

/* '' */
.icon-umbrella:before {
  content: '\e87a'; }

/* '' */
.icon-flight:before {
  content: '\e87b'; }

/* '' */
.icon-leaf:before {
  content: '\e87c'; }

/* '' */
.icon-font:before {
  content: '\e87d'; }

/* '' */
.icon-bold:before {
  content: '\e87e'; }

/* '' */
.icon-italic:before {
  content: '\e87f'; }

/* '' */
.icon-text-height:before {
  content: '\e880'; }

/* '' */
.icon-text-width:before {
  content: '\e881'; }

/* '' */
.icon-align-left:before {
  content: '\e882'; }

/* '' */
.icon-align-center:before {
  content: '\e883'; }

/* '' */
.icon-align-right:before {
  content: '\e884'; }

/* '' */
.icon-align-justify:before {
  content: '\e885'; }

/* '' */
.icon-list:before {
  content: '\e886'; }

/* '' */
.icon-indent-left:before {
  content: '\e887'; }

/* '' */
.icon-indent-right:before {
  content: '\e888'; }

/* '' */
.icon-scissors:before {
  content: '\e889'; }

/* '' */
.icon-briefcase:before {
  content: '\e88a'; }

/* '' */
.icon-off:before {
  content: '\e88b'; }

/* '' */
.icon-book:before {
  content: '\e88c'; }

/* '' */
.icon-check:before {
  content: '\e88d'; }

/* '' */
.icon-gift:before {
  content: '\e88e'; }

/* '' */
.icon-chart-bar:before {
  content: '\e88f'; }

/* '' */
.icon-credit-card:before {
  content: '\e890'; }

/* '' */
.icon-move:before {
  content: '\f047'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-check-empty:before {
  content: '\f096'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\f097'; }

/* '' */
.icon-phone-squared:before {
  content: '\f098'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-rss:before {
  content: '\f09e'; }

/* '' */
.icon-left-circled:before {
  content: '\f0a8'; }

/* '' */
.icon-right-circled:before {
  content: '\f0a9'; }

/* '' */
.icon-up-circled:before {
  content: '\f0aa'; }

/* '' */
.icon-down-circled:before {
  content: '\f0ab'; }

/* '' */
.icon-resize-full-alt:before {
  content: '\f0b2'; }

/* '' */
.icon-docs:before {
  content: '\f0c5'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-list-bullet:before {
  content: '\f0ca'; }

/* '' */
.icon-list-numbered:before {
  content: '\f0cb'; }

/* '' */
.icon-strike:before {
  content: '\f0cc'; }

/* '' */
.icon-underline:before {
  content: '\f0cd'; }

/* '' */
.icon-table:before {
  content: '\f0ce'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f0d2'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3'; }

/* '' */
.icon-columns:before {
  content: '\f0db'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-comment-empty:before {
  content: '\f0e5'; }

/* '' */
.icon-chat-empty:before {
  content: '\f0e6'; }

/* '' */
.icon-paste:before {
  content: '\f0ea'; }

/* '' */
.icon-lightbulb:before {
  content: '\f0eb'; }

/* '' */
.icon-exchange:before {
  content: '\f0ec'; }

/* '' */
.icon-download-cloud:before {
  content: '\f0ed'; }

/* '' */
.icon-upload-cloud:before {
  content: '\f0ee'; }

/* '' */
.icon-suitcase:before {
  content: '\f0f2'; }

/* '' */
.icon-bell-alt:before {
  content: '\f0f3'; }

/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }

/* '' */
.icon-fighter-jet:before {
  content: '\f0fb'; }

/* '' */
.icon-plus-squared:before {
  content: '\f0fe'; }

/* '' */
.icon-angle-double-left:before {
  content: '\f100'; }

/* '' */
.icon-angle-double-right:before {
  content: '\f101'; }

/* '' */
.icon-angle-double-up:before {
  content: '\f102'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-desktop:before {
  content: '\f108'; }

/* '' */
.icon-laptop:before {
  content: '\f109'; }

/* '' */
.icon-tablet:before {
  content: '\f10a'; }

/* '' */
.icon-mobile:before {
  content: '\f10b'; }

/* '' */
.icon-circle-empty:before {
  content: '\f10c'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-spinner:before {
  content: '\f110'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '' */
.icon-reply:before {
  content: '\f112'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-folder-open-empty:before {
  content: '\f115'; }

/* '' */
.icon-gamepad:before {
  content: '\f11b'; }

/* '' */
.icon-keyboard:before {
  content: '\f11c'; }

/* '' */
.icon-flag-empty:before {
  content: '\f11d'; }

/* '' */
.icon-flag-checkered:before {
  content: '\f11e'; }

/* '' */
.icon-code:before {
  content: '\f121'; }

/* '' */
.icon-reply-all:before {
  content: '\f122'; }

/* '' */
.icon-star-half-alt:before {
  content: '\f123'; }

/* '' */
.icon-direction:before {
  content: '\f124'; }

/* '' */
.icon-crop:before {
  content: '\f125'; }

/* '' */
.icon-unlink:before {
  content: '\f127'; }

/* '' */
.icon-help:before {
  content: '\f128'; }

/* '' */
.icon-info:before {
  content: '\f129'; }

/* '' */
.icon-attention-alt:before {
  content: '\f12a'; }

/* '' */
.icon-superscript:before {
  content: '\f12b'; }

/* '' */
.icon-subscript:before {
  content: '\f12c'; }

/* '' */
.icon-mic:before {
  content: '\f130'; }

/* '' */
.icon-mute:before {
  content: '\f131'; }

/* '' */
.icon-calendar-empty:before {
  content: '\f133'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\f137'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\f138'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\f139'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\f13e'; }

/* '' */
.icon-ellipsis:before {
  content: '\f141'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\f142'; }

/* '' */
.icon-rss-squared:before {
  content: '\f143'; }

/* '' */
.icon-play-circled:before {
  content: '\f144'; }

/* '' */
.icon-minus-squared:before {
  content: '\f146'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\f147'; }

/* '' */
.icon-level-up:before {
  content: '\f148'; }

/* '' */
.icon-level-down:before {
  content: '\f149'; }

/* '' */
.icon-ok-squared:before {
  content: '\f14a'; }

/* '' */
.icon-pencil-squared:before {
  content: '\f14b'; }

/* '' */
.icon-link-ext-alt:before {
  content: '\f14c'; }

/* '' */
.icon-export-alt:before {
  content: '\f14d'; }

/* '' */
.icon-compass:before {
  content: '\f14e'; }

/* '' */
.icon-expand:before {
  content: '\f150'; }

/* '' */
.icon-collapse:before {
  content: '\f151'; }

/* '' */
.icon-expand-right:before {
  content: '\f152'; }

/* '' */
.icon-doc-inv:before {
  content: '\f15b'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c'; }

/* '' */
.icon-sort-name-up:before {
  content: '\f15d'; }

/* '' */
.icon-sort-name-down:before {
  content: '\f15e'; }

/* '' */
.icon-sort-alt-up:before {
  content: '\f160'; }

/* '' */
.icon-sort-alt-down:before {
  content: '\f161'; }

/* '' */
.icon-sort-number-up:before {
  content: '\f162'; }

/* '' */
.icon-sort-number-down:before {
  content: '\f163'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\f164'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\f165'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-skype:before {
  content: '\f17e'; }

/* '' */
.icon-female:before {
  content: '\f182'; }

/* '' */
.icon-male:before {
  content: '\f183'; }

/* '' */
.icon-sun:before {
  content: '\f185'; }

/* '' */
.icon-moon:before {
  content: '\f186'; }

/* '' */
.icon-box:before {
  content: '\f187'; }

/* '' */
.icon-right-circled2:before {
  content: '\f18e'; }

/* '' */
.icon-left-circled2:before {
  content: '\f190'; }

/* '' */
.icon-collapse-left:before {
  content: '\f191'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\f196'; }

/* '' */
.icon-space-shuttle:before {
  content: '\f197'; }

/* '' */
.icon-mail-squared:before {
  content: '\f199'; }

/* '' */
.icon-bank:before {
  content: '\f19c'; }

/* '' */
.icon-fax:before {
  content: '\f1ac'; }

/* '' */
.icon-child:before {
  content: '\f1ae'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }

/* '' */
.icon-file-video:before {
  content: '\f1c8'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-wechat:before {
  content: '\f1d7'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-history:before {
  content: '\f1da'; }

/* '' */
.icon-circle-thin:before {
  content: '\f1db'; }

/* '' */
.icon-header:before {
  content: '\f1dc'; }

/* '' */
.icon-paragraph:before {
  content: '\f1dd'; }

/* '' */
.icon-sliders:before {
  content: '\f1de'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
.icon-share-squared:before {
  content: '\f1e1'; }

/* '' */
.icon-twitch:before {
  content: '\f1e8'; }

/* '' */
.icon-wifi:before {
  content: '\f1eb'; }

/* '' */
.icon-cc-visa:before {
  content: '\f1f0'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1'; }

/* '' */
.icon-cc-discover:before {
  content: '\f1f2'; }

/* '' */
.icon-cc-amex:before {
  content: '\f1f3'; }

/* '' */
.icon-cc-paypal:before {
  content: '\f1f4'; }

/* '' */
.icon-cc-stripe:before {
  content: '\f1f5'; }

/* '' */
.icon-bell-off:before {
  content: '\f1f6'; }

/* '' */
.icon-bell-off-empty:before {
  content: '\f1f7'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-chart-area:before {
  content: '\f1fe'; }

/* '' */
.icon-chart-pie:before {
  content: '\f200'; }

/* '' */
.icon-chart-line:before {
  content: '\f201'; }

/* '' */
.icon-toggle-off:before {
  content: '\f204'; }

/* '' */
.icon-toggle-on:before {
  content: '\f205'; }

/* '' */
.icon-cart-plus:before {
  content: '\f217'; }

/* '' */
.icon-cart-arrow-down:before {
  content: '\f218'; }

/* '' */
.icon-user-secret:before {
  content: '\f21b'; }

/* '' */
.icon-facebook-official:before {
  content: '\f230'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-user-plus:before {
  content: '\f234'; }

/* '' */
.icon-user-times:before {
  content: '\f235'; }

/* '' */
.icon-medium:before {
  content: '\f23a'; }

/* '' */
.icon-mouse-pointer:before {
  content: '\f245'; }

/* '' */
.icon-amazon:before {
  content: '\f270'; }

/* '' */
.icon-calendar-plus-o:before {
  content: '\f271'; }

/* '' */
.icon-calendar-minus-o:before {
  content: '\f272'; }

/* '' */
.icon-calendar-times-o:before {
  content: '\f273'; }

/* '' */
.icon-calendar-check-o:before {
  content: '\f274'; }

/* '' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.ctwlpt-tb-marker-bold {
  padding: 3px 1px;
  background-size: 200% 10px;
  background-position: 0 0.9em;
  background-repeat: repeat-x;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease; }

.ctwlpt-tb-marker-slim {
  padding: 3px 1px;
  background-size: 200% 4px;
  background-position: 0 1em;
  background-repeat: repeat-x;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease; }

.ctwlpt-tb-marker-bold.ctwlpt-tb-marker-position {
  background-position: -100% 0.9em; }

.ctwlpt-tb-marker-slim.ctwlpt-tb-marker-position {
  background-position: -100% 1em; }

.ctwlpt-tb-marker-yellow {
  background-image: -webkit-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 235, 6, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 235, 6, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 235, 6, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 235, 6, 0.75) 50%);
  background-image: linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 235, 6, 0.75) 50%); }

.ctwlpt-tb-marker-lightgreen {
  background-image: -webkit-linear-gradient(left, rgba(183, 255, 185, 0) 50%, rgba(183, 255, 185, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(183, 255, 185, 0) 50%, rgba(183, 255, 185, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(183, 255, 185, 0) 50%, rgba(183, 255, 185, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(183, 255, 185, 0) 50%, rgba(183, 255, 185, 0.75) 50%);
  background-image: linear-gradient(left, rgba(183, 255, 185, 0) 50%, rgba(183, 255, 185, 0.75) 50%); }

.ctwlpt-tb-marker-lime {
  background-image: -webkit-linear-gradient(left, rgba(130, 255, 5, 0) 50%, rgba(130, 255, 5, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(130, 255, 5, 0) 50%, rgba(130, 255, 5, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(130, 255, 5, 0) 50%, rgba(130, 255, 5, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(130, 255, 5, 0) 50%, rgba(130, 255, 5, 0.75) 50%);
  background-image: linear-gradient(left, rgba(130, 255, 5, 0) 50%, rgba(130, 255, 5, 0.75) 50%); }

.ctwlpt-tb-marker-aqua {
  background-image: -webkit-linear-gradient(left, rgba(133, 232, 255, 0) 50%, rgba(133, 232, 255, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(133, 232, 255, 0) 50%, rgba(133, 232, 255, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(133, 232, 255, 0) 50%, rgba(133, 232, 255, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(133, 232, 255, 0) 50%, rgba(133, 232, 255, 0.75) 50%);
  background-image: linear-gradient(left, rgba(133, 232, 255, 0) 50%, rgba(133, 232, 255, 0.75) 50%); }

.ctwlpt-tb-marker-cobaltblue {
  background-image: -webkit-linear-gradient(left, rgba(12, 157, 255, 0) 50%, rgba(12, 157, 255, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(12, 157, 255, 0) 50%, rgba(12, 157, 255, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(12, 157, 255, 0) 50%, rgba(12, 157, 255, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(12, 157, 255, 0) 50%, rgba(12, 157, 255, 0.75) 50%);
  background-image: linear-gradient(left, rgba(12, 157, 255, 0) 50%, rgba(12, 157, 255, 0.75) 50%); }

.ctwlpt-tb-marker-purple {
  background-image: -webkit-linear-gradient(left, rgba(222, 194, 255, 0) 50%, rgba(222, 194, 255, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(222, 194, 255, 0) 50%, rgba(222, 194, 255, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(222, 194, 255, 0) 50%, rgba(222, 194, 255, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(222, 194, 255, 0) 50%, rgba(222, 194, 255, 0.75) 50%);
  background-image: linear-gradient(left, rgba(222, 194, 255, 0) 50%, rgba(222, 194, 255, 0.75) 50%); }

.ctwlpt-tb-marker-violet {
  background-image: -webkit-linear-gradient(left, rgba(152, 69, 255, 0) 50%, rgba(152, 69, 255, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(152, 69, 255, 0) 50%, rgba(152, 69, 255, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(152, 69, 255, 0) 50%, rgba(152, 69, 255, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(152, 69, 255, 0) 50%, rgba(152, 69, 255, 0.75) 50%);
  background-image: linear-gradient(left, rgba(152, 69, 255, 0) 50%, rgba(152, 69, 255, 0.75) 50%); }

.ctwlpt-tb-marker-lightpink {
  background-image: -webkit-linear-gradient(left, rgba(255, 211, 210, 0) 50%, rgba(255, 211, 210, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(255, 211, 210, 0) 50%, rgba(255, 211, 210, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(255, 211, 210, 0) 50%, rgba(255, 211, 210, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(255, 211, 210, 0) 50%, rgba(255, 211, 210, 0.75) 50%);
  background-image: linear-gradient(left, rgba(255, 211, 210, 0) 50%, rgba(255, 211, 210, 0.75) 50%); }

.ctwlpt-tb-marker-pink {
  background-image: -webkit-linear-gradient(left, rgba(240, 81, 135, 0) 50%, rgba(240, 81, 135, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(240, 81, 135, 0) 50%, rgba(240, 81, 135, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(240, 81, 135, 0) 50%, rgba(240, 81, 135, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(240, 81, 135, 0) 50%, rgba(240, 81, 135, 0.75) 50%);
  background-image: linear-gradient(left, rgba(240, 81, 135, 0) 50%, rgba(240, 81, 135, 0.75) 50%); }

.ctwlpt-tb-marker-red {
  background-image: -webkit-linear-gradient(left, rgba(234, 33, 28, 0) 50%, rgba(234, 33, 28, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(234, 33, 28, 0) 50%, rgba(234, 33, 28, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(234, 33, 28, 0) 50%, rgba(234, 33, 28, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(234, 33, 28, 0) 50%, rgba(234, 33, 28, 0.75) 50%);
  background-image: linear-gradient(left, rgba(234, 33, 28, 0) 50%, rgba(234, 33, 28, 0.75) 50%); }

.ctwlpt-tb-marker-lightorange {
  background-image: -webkit-linear-gradient(left, rgba(255, 201, 147, 0) 50%, rgba(255, 201, 147, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(255, 201, 147, 0) 50%, rgba(255, 201, 147, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(255, 201, 147, 0) 50%, rgba(255, 201, 147, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(255, 201, 147, 0) 50%, rgba(255, 201, 147, 0.75) 50%);
  background-image: linear-gradient(left, rgba(255, 201, 147, 0) 50%, rgba(255, 201, 147, 0.75) 50%); }

.ctwlpt-tb-marker-orange {
  background-image: -webkit-linear-gradient(left, rgba(238, 120, 0, 0) 50%, rgba(238, 120, 0, 0.75) 50%);
  background-image: -moz-linear-gradient(left, rgba(238, 120, 0, 0) 50%, rgba(238, 120, 0, 0.75) 50%);
  background-image: -o-linear-gradient(left, rgba(238, 120, 0, 0) 50%, rgba(238, 120, 0, 0.75) 50%);
  background-image: -ms-linear-gradient(left, rgba(238, 120, 0, 0) 50%, rgba(238, 120, 0, 0.75) 50%);
  background-image: linear-gradient(left, rgba(238, 120, 0, 0) 50%, rgba(238, 120, 0, 0.75) 50%); }

.ctwlpt-block-subhead-h2-wrap {
  margin-top: 1em;
  margin-bottom: .75em;
  text-align: center; }

.ctwlpt-block-subhead-h2-01 {
  padding: 0 0.5em;
  font-size: 2.5em;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h2-01 {
      font-size: 1.75em;
      line-height: 1.5; } }

.ctwlpt-block-subhead-h2-02 {
  margin-bottom: 0;
  padding: 0.75em 0.5em;
  color: #ffffff;
  background: #e22538;
  font-size: 2.5em;
  line-height: 1.3;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h2-02 {
      font-size: 1.75em;
      line-height: 1.5; } }

.ctwlpt-block-subhead-h2-03 {
  margin-bottom: 0;
  padding: 0.5em 1em;
  background: #e22538;
  color: #e22538;
  font-size: 2.5em;
  line-height: 1.3;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: relative; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h2-03 {
      font-size: 1.75em;
      line-height: 1.5; } }
  .ctwlpt-block-subhead-h2-03:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 20px solid; }
  .ctwlpt-block-subhead-h2-03 .ctwlpt-block-subhead-h2-inner {
    color: #ffffff; }

.ctwlpt-block-subhead-h2-04 {
  padding: 0 0.5em 0.75em;
  font-size: 2.5em;
  line-height: 1.3;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h2-04 {
      font-size: 1.75em;
      line-height: 1.5; } }
  .ctwlpt-block-subhead-h2-04:before {
    content: "";
    width: 100%;
    max-width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px); }

.ctwlpt-block-subhead-h2-05 {
  padding: 0.5em 0.5em 0;
  font-size: 2.5em;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h2-05 {
      font-size: 1.75em;
      line-height: 1.5; } }
  .ctwlpt-block-subhead-h2-05 .ctwlpt-block-subhead-h2-inner {
    display: inline-block;
    position: relative; }
    .ctwlpt-block-subhead-h2-05 .ctwlpt-block-subhead-h2-inner:before, .ctwlpt-block-subhead-h2-05 .ctwlpt-block-subhead-h2-inner:after {
      content: "";
      width: 20px;
      height: 30px;
      position: absolute;
      display: inline-block; }
    .ctwlpt-block-subhead-h2-05 .ctwlpt-block-subhead-h2-inner:before {
      border-left: solid 1px #aaaaaa;
      border-top: solid 1px #aaaaaa;
      top: -.1em;
      left: -.5em; }
    .ctwlpt-block-subhead-h2-05 .ctwlpt-block-subhead-h2-inner:after {
      border-right: solid 1px #aaaaaa;
      border-bottom: solid 1px #aaaaaa;
      bottom: -.1em;
      right: -.5em; }

.ctwlpt-block-subhead-h2-bg {
  margin-bottom: 0;
  padding: 1em;
  color: #ffffff;
  background: #e22538;
  font-size: 2.5em;
  line-height: 1.3;
  background-size: 100%;
  background-position: center center;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h2-bg {
      font-size: 1.75em;
      line-height: 1.5; } }
  .ctwlpt-block-subhead-h2-bg .ctwlpt-block-subhead-h2-inner {
    position: relative;
    z-index: 20; }

.ctwlpt-block-bg-filter {
  overflow: hidden;
  background-position: center center;
  position: relative;
  z-index: 1; }
  .ctwlpt-block-bg-filter > .ctwlpt-block-section-inner {
    position: relative;
    z-index: 20; }

.ctwlpt-block-bg-filter-02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); }

.ctwlpt-block-bg-filter-03:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/pattern-01.png) rgba(0, 0, 0, 0.5); }

.ctwlpt-block-bg-filter-04 {
  overflow: hidden; }
  .ctwlpt-block-bg-filter-04:after {
    content: "";
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background: inherit;
    filter: blur(16px); }

.ctwlpt-block-bg-filter-05 {
  overflow: hidden; }
  .ctwlpt-block-bg-filter-05:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    filter: grayscale(100%); }

.ctwlpt-block-bg-filter-06:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 0, 18, 0.8), rgba(238, 23, 127, 0.8));
  background-size: cover; }

.ctwlpt-block-bg-filter-07:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(0, 114, 255, 0.8), rgba(255, 0, 94, 0.8));
  background-size: cover; }

.ctwlpt-block-bg-filter-08:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(8, 125, 241, 0.8), rgba(67, 206, 162, 0.8));
  background-size: cover; }

.ctwlpt-block-bg-filter-09:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(241, 11, 161, 0.8), rgba(255, 150, 0, 0.8));
  background-size: cover; }

.ctwlpt-block-bg-filter-10:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 147, 114, 0.9), rgba(242, 112, 156, 0.8));
  background-size: cover; }

.ctwlpt-block-subhead-h3-01 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h3-01 {
      font-size: 1.25em; } }

.ctwlpt-block-subhead-h3-02 {
  padding: .5em;
  margin-bottom: .75em;
  background: rgba(0, 0, 0, 0.1);
  font-size: 1.5em;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h3-02 {
      font-size: 1.25em; } }

.ctwlpt-block-subhead-h3-03 {
  padding: 0.75em 0.5em;
  margin-bottom: .75em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.5em;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h3-03 {
      font-size: 1.25em; } }

.ctwlpt-block-subhead-h3-04 {
  padding-bottom: .4em;
  margin-bottom: .5em;
  border-bottom: 3px dotted #000;
  font-size: 1.5em;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-subhead-h3-04 {
      font-size: 1.25em; } }

.ctwlpt-block-timer-wrap {
  padding: 0.35em 1em;
  text-align: center;
  background: #ffe000;
  font-weight: bold;
  font-size: 1.5em;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-timer-wrap {
      font-size: 1em; } }

.ctwlpt-block-timer-text {
  display: inline-block; }

.ctwlpt-block-position-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }

.ctwlpt-block-bg-video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.ctwlpt-block-bg-video {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 1;
  background-image: none;
  transition-property: opacity;
  transition-duration: 1000ms; }

.ctwlpt-block-bg-halftone {
  background: url(../img/pattern-01.png) rgba(0, 0, 0, 0.5); }

.ctwlpt-block-bg-video-content {
  padding: 5% 1em; }

.ctwlpt-block-iframe-yt-01 {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: .25em;
  max-width: 720px;
  display: flex;
  align-items: center; }

.ctwlpt-block-iframe-yt-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .ctwlpt-block-iframe-yt-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%; }

.ctwlpt-block-iframe-yt-style-02 {
  padding: 5px;
  border: 2px solid; }

.ctwlpt-block-iframe-yt-style-03 {
  padding: 0;
  border: 10px solid; }

.ctwlpt-block-firstview-badge {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-firstview-badge {
      font-size: 80%; } }
  .ctwlpt-block-firstview-badge li {
    padding: 0 0.5em;
    width: 33.3%;
    text-align: center;
    line-height: 1.2; }
  .ctwlpt-block-firstview-badge .ctwlpt-block-firstview-badge-wrap {
    padding-top: 100%;
    width: 100%;
    position: relative; }
  .ctwlpt-block-firstview-badge .ctwlpt-block-firstview-badge-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.ctwlpt-block-firstview-badge-01 .ctwlpt-block-firstview-badge-wrap {
  background: url(../img/fv_badge_01.png) no-repeat center center;
  background-size: contain; }

.ctwlpt-block-firstview-badge-02 .ctwlpt-block-firstview-badge-wrap {
  background: url(../img/fv_badge_02.png) no-repeat center center;
  background-size: contain; }

.ctwlpt-block-firstview-badge-03 .ctwlpt-block-firstview-badge-wrap {
  background: url(../img/fv_badge_03.png) no-repeat center center;
  background-size: contain; }

.ctwlpt-block-firstview-badge-04 .ctwlpt-block-firstview-badge-wrap {
  background: #f1c700;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 3px #e1ae0d;
  border-radius: 100%;
  background: #ffdb65;
  background: -moz-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffdb65), color-stop(100%, #e1ae0d));
  background: -webkit-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
  background: radial-gradient(ellipse at center, #ffdb65 0%, #e1ae0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

.ctwlpt-block-firstview-badge-05 {
  margin-bottom: 2em; }
  .ctwlpt-block-firstview-badge-05 li {
    position: relative;
    z-index: 10; }
    .ctwlpt-block-firstview-badge-05 li:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -30px;
      left: calc(50% - 60px);
      z-index: 5;
      border-top: 60px solid #9f1d19;
      border-left: 60px solid #9f1d19;
      border-right: 60px solid #9f1d19;
      border-bottom: 15px solid transparent; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-firstview-badge-05 li:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -30px;
        left: calc(50% - 30px);
        z-index: 5;
        border-top: 60px solid #9f1d19;
        border-left: 30px solid #9f1d19;
        border-right: 30px solid #9f1d19;
        border-bottom: 15px solid transparent; } }
  .ctwlpt-block-firstview-badge-05 .ctwlpt-block-firstview-badge-wrap {
    background: #f1c700;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 3px #e1ae0d;
    border-radius: 100%;
    z-index: 10;
    overflow: visible;
    background: #ffdb65;
    background: -moz-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffdb65), color-stop(100%, #e1ae0d));
    background: -webkit-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffdb65 0%, #e1ae0d 100%);
    background: radial-gradient(ellipse at center, #ffdb65 0%, #e1ae0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

.ctwlpt-block-firstview-01, .ctwlpt-block-firstview-04, .ctwlpt-block-firstview-06 {
  padding: 5%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-firstview-01, .ctwlpt-block-firstview-04, .ctwlpt-block-firstview-06 {
      padding: 10% 1em; } }
  .ctwlpt-block-firstview-01 .ctwlpt-block-flex, .ctwlpt-block-firstview-04 .ctwlpt-block-flex, .ctwlpt-block-firstview-06 .ctwlpt-block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-firstview-01 .ctwlpt-block-flex, .ctwlpt-block-firstview-04 .ctwlpt-block-flex, .ctwlpt-block-firstview-06 .ctwlpt-block-flex {
        flex-wrap: wrap; } }
  .ctwlpt-block-firstview-01 .ctwlpt-block-firstview-textbox, .ctwlpt-block-firstview-04 .ctwlpt-block-firstview-textbox, .ctwlpt-block-firstview-06 .ctwlpt-block-firstview-textbox {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-firstview-01 .ctwlpt-block-firstview-textbox, .ctwlpt-block-firstview-04 .ctwlpt-block-firstview-textbox, .ctwlpt-block-firstview-06 .ctwlpt-block-firstview-textbox {
        width: 100% !important; } }
  .ctwlpt-block-firstview-01 .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-04 .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-06 .ctwlpt-block-firstview-imgbox {
    padding-left: 2em;
    width: 40%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-firstview-01 .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-04 .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-06 .ctwlpt-block-firstview-imgbox {
        margin-top: 2em;
        padding: 0;
        width: 100% !important; } }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-firstview-01 .ctwlpt-block-flex-sp-col-reverce .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-04 .ctwlpt-block-flex-sp-col-reverce .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-06 .ctwlpt-block-flex-sp-col-reverce .ctwlpt-block-firstview-imgbox {
      margin-top: 0;
      margin-bottom: 2em; } }
  .ctwlpt-block-firstview-01 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-04 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-firstview-imgbox, .ctwlpt-block-firstview-06 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-firstview-imgbox {
    padding-left: 0;
    padding-right: 2em; }

.ctwlpt-block-fs-h1 {
  margin-bottom: .5em;
  font-size: 3em;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-fs-h1 {
      font-size: 2em;
      line-height: 1.5; } }

.ctwlpt-block-fs-h2 {
  margin-bottom: .5em;
  font-size: 1.5em;
  line-height: 1.5; }

.ctwlpt-block-fs-h3 {
  margin-bottom: 1em; }

.ctwlpt-block-firstview-02, .ctwlpt-block-firstview-05 {
  padding: 5%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-firstview-02, .ctwlpt-block-firstview-05 {
      padding: 10% 1em; } }
  .ctwlpt-block-firstview-02 .ctwlpt-block-firstview-badge, .ctwlpt-block-firstview-05 .ctwlpt-block-firstview-badge {
    margin: 2em auto 0;
    max-width: 720px; }
  .ctwlpt-block-firstview-02 .ctwlpt-block-firstview-targeting, .ctwlpt-block-firstview-05 .ctwlpt-block-firstview-targeting {
    padding: 0.5em 1em;
    color: #ffffff;
    background: #e22538;
    text-align: center;
    position: relative; }
    .ctwlpt-block-firstview-02 .ctwlpt-block-firstview-targeting:before, .ctwlpt-block-firstview-05 .ctwlpt-block-firstview-targeting:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #e22538; }
  .ctwlpt-block-firstview-02 .ctwlpt-block-fs-h1, .ctwlpt-block-firstview-05 .ctwlpt-block-fs-h1 {
    margin-bottom: .5em;
    font-size: 3em;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-firstview-02 .ctwlpt-block-fs-h1, .ctwlpt-block-firstview-05 .ctwlpt-block-fs-h1 {
        font-size: 2em;
        line-height: 1.5; } }
  .ctwlpt-block-firstview-02 .ctwlpt-block-fs-h2, .ctwlpt-block-firstview-05 .ctwlpt-block-fs-h2 {
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.5; }

.ctwlpt-block-firstview-03 .ctwlpt-block-firstview-imgbox {
  padding: 0;
  width: 100%; }

.ctwlpt-block-firstview-03 picture, .ctwlpt-block-firstview-03 img {
  width: 100%; }

.ctwlpt-block-cta-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px; }

.ctwlpt-block-cta-textbox {
  padding: 3%;
  background: #ffffff;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-cta-textbox {
      padding: 1em; } }

.ctwlpt-block-cta-text-01 {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-cta-text-01 {
      font-size: 1.25em; } }

.ctwlpt-block-cta-text-02 {
  text-align: center;
  font-size: .8em; }

.ctwlpt-block-cta-attention {
  margin-top: 1.5em;
  padding: 1em;
  max-height: 100px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.75;
  font-size: .75em; }

.ctwlpt-block-cta-button-wrap {
  margin-bottom: 10px;
  text-align: center; }

.ctwlpt-block-cta-button {
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  min-width: 50%;
  font-size: 1.75em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-appearance: none; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-cta-button {
      font-size: 1.25em;
      width: 100%; } }
  .ctwlpt-block-cta-button:hover {
    opacity: .5;
    cursor: pointer; }

.ctwlpt-block-cta-button-long {
  width: 100%; }

.ctwlpt-block-cta-button-type-01 {
  padding: 0.75em 1em;
  color: #ffffff;
  background: #1fc656;
  text-decoration: none;
  border-bottom: 5px solid rgba(0, 0, 0, 0.5); }
  .ctwlpt-block-cta-button-type-01:hover {
    margin-bottom: 4px;
    opacity: .85;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    top: 4px; }

.ctwlpt-block-cta-button-type-02 {
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  background: #1fc656;
  box-shadow: inset 0 4px 3px rgba(255, 255, 255, 0.4), inset 0 -4px 5px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.25);
  border: 2px solid; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-cta-button-type-02 {
      padding: 0.75em 1em; } }

.ctwlpt-block-cta-button-type-03 {
  padding: 0.5em 1em;
  text-decoration: none;
  color: #1fc656;
  background: none;
  border: 3px solid;
  text-shadow: none; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-cta-button-type-03 {
      padding: 0.75em 1em; } }

.ctwlpt-block-cta-button-type-04 {
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.25), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #1fc656 0%, rgba(0, 0, 0, 0.2) 100%) #1fc656; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-cta-button-type-04 {
      padding: 0.75em 1em; } }
  .ctwlpt-block-cta-button-type-04:hover {
    margin-bottom: 4px;
    opacity: .85;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    top: 4px; }

.ctwlpt-block-cta-button-type-05 {
  padding: 0;
  margin-bottom: .25em;
  position: relative; }
  .ctwlpt-block-cta-button-type-05 span {
    padding: 0.5em 1em;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background: #1fc656;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid black;
    position: relative;
    z-index: 100000; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-cta-button-type-05 span {
        padding: 0.75em 1em; } }
  .ctwlpt-block-cta-button-type-05:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    background: #1fc656;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 99998;
    box-sizing: border-box; }
  .ctwlpt-block-cta-button-type-05:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 99999;
    box-sizing: border-box; }

.ctwlpt-block-cta-button-type-06 {
  padding: 0;
  margin-bottom: 10px;
  position: relative; }
  .ctwlpt-block-cta-button-type-06 span {
    padding: 0.55em 1em 0.45em;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background: none;
    border: 2px solid #333333;
    text-decoration: none;
    position: relative;
    z-index: 100000; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-cta-button-type-06 span {
        padding: 0.75em 1em; } }
  .ctwlpt-block-cta-button-type-06:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1fc656;
    position: absolute;
    top: 5px;
    right: -5px;
    z-index: 99999;
    box-sizing: border-box; }

@keyframes ctwlpt-block-cta-button-animation-reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: .85; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

.ctwlpt-block-cta-button-animation-01 {
  position: relative;
  overflow: hidden; }
  .ctwlpt-block-cta-button-animation-01:before {
    content: '';
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    z-index: 10;
    transform: rotate(45deg);
    animation: ctwlpt-block-cta-button-animation-reflection 2.5s ease-in-out infinite; }

@keyframes ctwlpt-block-cta-button-animation-dokkun {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(1.05); } }

.ctwlpt-block-cta-button-animation-02 {
  animation: ctwlpt-block-cta-button-animation-dokkun 2s ease-out infinite; }

@keyframes ctwlpt-block-cta-button-animation-fuwafuwa {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }

.ctwlpt-block-cta-button-animation-03 {
  animation: ctwlpt-block-cta-button-animation-fuwafuwa 1s ease-out infinite; }

@keyframes ctwlpt-block-cta-button-animation-pulse {
  70% {
    box-shadow: 0 0 20px 40px rgba(232, 198, 31, 0); }
  100% {
    box-shadow: 0 0 20px 0 rgba(232, 198, 31, 0); } }

.ctwlpt-block-cta-button-animation-04 {
  box-shadow: 0 0 0 0 rgba(232, 198, 31, 0.75);
  animation: ctwlpt-block-cta-button-animation-pulse 1.5s ease-out 1s infinite; }

.ctwlpt-block-firstview-wrap .ctwlpt-block-cta-01 {
  margin-top: 2em;
  padding: 0; }

.ctwlpt-block-firstview-wrap .ctwlpt-block-cta-textbox {
  padding: 0;
  background: none; }

.ctwlpt-block-cta-01 {
  padding: 3%; }
  .ctwlpt-block-cta-01 .ctwlpt-block-cta-subhead {
    margin-bottom: .5em;
    text-align: center;
    font-size: 2.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-cta-01 .ctwlpt-block-cta-subhead {
        font-size: 1.5em; } }
  .ctwlpt-block-cta-01 .ctwlpt-block-flex {
    align-items: center;
    flex-wrap: wrap; }
    .ctwlpt-block-cta-01 .ctwlpt-block-flex .ctwlpt-block-cta-textbox {
      padding: 2em;
      width: 60%; }
      @media screen and (max-width: 767px) {
        .ctwlpt-block-cta-01 .ctwlpt-block-flex .ctwlpt-block-cta-textbox {
          padding: 1em;
          width: 100% !important; } }
    .ctwlpt-block-cta-01 .ctwlpt-block-flex .ctwlpt-block-cta-imgbox {
      padding: 0 2em;
      width: 40%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .ctwlpt-block-cta-01 .ctwlpt-block-flex .ctwlpt-block-cta-imgbox {
          padding: 1em;
          width: 100% !important; } }

.ctwlpt-block-cta-input {
  margin-bottom: .5em;
  padding: .75em;
  font-size: 1em;
  border: 2px solid #cccccc;
  border-radius: 5px;
  width: 100%;
  background: #fff7ea; }
  .ctwlpt-block-cta-input:focus {
    background: #ffffff; }

.ctwlpt-block-cta-input-group {
  margin: 0 auto 1em;
  max-width: 640px; }

.ctwlpt-block-cta-input-label {
  margin-bottom: 3px;
  font-size: 1em; }

.ctwlpt-block-faq p:last-child {
  margin-bottom: 0; }

.is-style-ctwlpt-block-faq-01 {
  padding: 1em; }
  .is-style-ctwlpt-block-faq-01 .ctwlpt-block-faq-dl {
    margin-bottom: 1em;
    padding: 2em;
    border: 1px solid; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-faq-01 .ctwlpt-block-faq-dl {
        padding: 1em; } }
  .is-style-ctwlpt-block-faq-01 .ctwlpt-block-faq-f {
    padding: 5px;
    width: 1.75em;
    height: 1.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 1; }
  .is-style-ctwlpt-block-faq-01 .ctwlpt-block-faq-f-inner {
    padding-left: .75em;
    width: calc(100% - 1.75em); }
  .is-style-ctwlpt-block-faq-01 .ctwlpt-block-faq-dt {
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid;
    background: none !important; }

.is-style-ctwlpt-block-faq-02 {
  padding: 1em;
  counter-reset: number 0; }
  .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-dl {
    margin-bottom: 1em;
    border: 1px solid; }
  .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-f {
    padding-left: .75em;
    padding-right: .75em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
    border-right: 1px solid white; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-f {
        padding-left: 0; } }
    .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-f:after {
      counter-increment: number 1;
      content: counter(number); }
  .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-f-inner {
    padding-left: 1em;
    color: #fff; }
  .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-dt {
    padding: 1em;
    display: flex;
    align-items: stretch;
    font-weight: bold;
    background: #000; }
  .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-dd {
    padding: 2em; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-faq-02 .ctwlpt-block-faq-dd {
        padding: 1em; } }

.is-style-ctwlpt-block-faq-03 {
  padding: 1em; }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dl {
    margin-bottom: 1em;
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden; }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-f {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    font-weight: 100;
    line-height: 1;
    position: relative;
    top: -3px; }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-f-inner {
    padding-left: 1em; }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dt {
    padding: 1em;
    display: flex;
    align-items: center;
    font-weight: bold;
    background: #000;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
    .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dt:after {
      content: '\e818';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 100;
      line-height: 1;
      position: absolute;
      right: 1em;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dt:hover {
      opacity: .5;
      cursor: pointer; }
      .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dt:hover:after {
        transform: rotate(180deg); }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dt-icon-minus:after {
    content: '\e81a'; }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dd {
    padding: 2em; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dd {
        padding: 1em; } }
  .is-style-ctwlpt-block-faq-03 .ctwlpt-block-faq-dd-hide {
    display: none; }

.ctwlpt-block-faq-dl:last-child {
  margin-bottom: 0; }

.ctwlpt-block-bullet-01 {
  padding: 1em;
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-bullet-01 {
      font-size: 1em; } }

.ctwlpt-block-bullet-02 {
  padding: 1em;
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-bullet-02 {
      font-size: 1em; } }
  .ctwlpt-block-bullet-02 .ctwlpt-block-flex .ctwlpt-block-bullet-list {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-bullet-02 .ctwlpt-block-flex .ctwlpt-block-bullet-list {
        width: 100% !important; } }
  .ctwlpt-block-bullet-02 .ctwlpt-block-flex .ctwlpt-block-bullet-imgbox {
    padding-left: 0;
    padding-right: 1em;
    text-align: center;
    width: 40%; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-bullet-02 .ctwlpt-block-flex .ctwlpt-block-bullet-imgbox {
        padding: 1em 0;
        width: 100% !important; } }
  .ctwlpt-block-bullet-02 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-bullet-imgbox {
    padding-left: 1em;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-bullet-02 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-bullet-imgbox {
        padding: 1em 0; } }

.ctwlpt-block-bullet-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px; }

.ctwlpt-block-bullet-list li {
  margin-bottom: .75em;
  text-indent: -1.3em;
  padding-left: 1.3em; }
  .ctwlpt-block-bullet-list li:last-child {
    margin-bottom: 0; }
  .ctwlpt-block-bullet-list li:before {
    margin-right: 0.3em;
    font-family: "fontello"; }

.ctwlpt-block-bullet-icon-red li:before {
  color: #d72439; }

.ctwlpt-block-bullet-icon-blue li:before {
  color: #3883e6; }

.ctwlpt-block-bullet-icon-green li:before {
  color: #30d34b; }

.ctwlpt-block-bullet-icon-yellow li:before {
  color: #ffbe00; }

.ctwlpt-block-bullet-style-underline li {
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25); }
  .ctwlpt-block-bullet-style-underline li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.ctwlpt-block-bullet-style-alternate li {
  padding: 0.75em 0.75em 0.75em 2em;
  margin-top: 0;
  margin-bottom: 0; }

.ctwlpt-block-bullet-style-alternate li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05); }

.ctwlpt-block-bullet-icon-check li:before {
  content: '\e88d'; }

.ctwlpt-block-bullet-icon-check-02 li:before {
  content: '\e812'; }

.ctwlpt-block-bullet-icon-cancel li:before {
  content: '\e815';
  margin-right: 0.3em; }

.ctwlpt-block-bullet-icon-heart li:before {
  content: '\e803'; }

.ctwlpt-block-bullet-icon-star li:before {
  content: '\e805'; }

.ctwlpt-block-bullet-icon-help-circled li:before {
  content: '\e81c'; }

.ctwlpt-block-bullet-icon-attention-circled li:before {
  content: '\e838'; }

.ctwlpt-block-bullet-icon-right-hand li:before {
  content: '\e860'; }

.ctwlpt-block-bullet-icon-pencil-squared li:before {
  content: '\f14b'; }

.ctwlpt-block-bullet-icon-chart-line li:before {
  content: '\f201'; }

.ctwlpt-block-profile-title {
  width: 100%;
  font-weight: bold; }
  .ctwlpt-block-profile-title span {
    margin-left: 1em; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-profile-title span {
        font-size: .75em; } }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-profile-title {
      text-align: center; } }

.ctwlpt-block-profile-name-wrap {
  padding-bottom: 1em;
  border-bottom: 2px solid; }

.ctwlpt-block-profile-name {
  padding: .1em 0;
  font-size: 3em;
  line-height: 1.1;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-profile-name {
      font-size: 2em;
      text-align: center; } }

.ctwlpt-block-profile-alphabet {
  padding: .1em 0;
  font-size: .8em;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-profile-alphabet {
      text-align: center; } }

.ctwlpt-block-profile-detail {
  padding-top: 1em; }

.is-style-ctwlpt-block-profile-style-02 .ctwlpt-block-profile-name-wrap {
  border: none;
  position: relative; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-profile-style-02 .ctwlpt-block-profile-name-wrap {
      padding-top: 0;
      text-align: center; } }

.is-style-ctwlpt-block-profile-style-02 .ctwlpt-block-profile-name {
  margin-bottom: .5em;
  font-size: 4em;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-profile-style-02 .ctwlpt-block-profile-name {
      margin-bottom: .2em;
      font-size: 2.5em; } }

.is-style-ctwlpt-block-profile-style-02 .ctwlpt-block-profile-alphabet {
  font-size: 3em;
  letter-spacing: 0;
  position: absolute;
  top: 1.25em;
  left: .5em;
  z-index: 9;
  opacity: .075;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 800; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-profile-style-02 .ctwlpt-block-profile-alphabet {
      font-size: 2em;
      width: 100%;
      top: auto;
      left: 0;
      bottom: 0; } }

.is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-name-wrap {
  padding: 0;
  border: none;
  background: #f3f3f3; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-name-wrap {
      padding-top: 0; } }

.is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-title {
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff; }

.is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-name {
  padding: 0.35em 0.5em 0.5em;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-name {
      padding: 0.35em 0.5em 0.1em;
      display: block; } }

.is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-alphabet {
  display: inline-block; }
  .is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-alphabet:before {
    content: '- '; }
  .is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-alphabet:after {
    content: ' -'; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-profile-style-03 .ctwlpt-block-profile-alphabet {
      padding-bottom: 1em;
      display: block; } }

.ctwlpt-block-profile-img-style-02 .ctwlpt-block-profile-imgbox img {
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.ctwlpt-block-profile-img-style-03 .ctwlpt-block-profile-imgbox img {
  border-radius: 100%; }

.ctwlpt-block-profile-img-style-04 .ctwlpt-block-profile-imgbox img {
  border-radius: 100%;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.ctwlpt-block-profile-01 {
  padding: 5%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-profile-01 .ctwlpt-block-flex {
      flex-direction: column; } }
  .ctwlpt-block-profile-01 .ctwlpt-block-flex .ctwlpt-block-profile-textbox {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-profile-01 .ctwlpt-block-flex .ctwlpt-block-profile-textbox {
        margin-left: 0;
        width: 100% !important; } }
  .ctwlpt-block-profile-01 .ctwlpt-block-flex .ctwlpt-block-profile-imgbox {
    padding-left: 0;
    padding-right: 1em;
    width: 40%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-profile-01 .ctwlpt-block-flex .ctwlpt-block-profile-imgbox {
        padding: 0;
        margin-bottom: 1.5em;
        width: 100% !important; } }
  .ctwlpt-block-profile-01 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-profile-imgbox {
    padding-left: 1em;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-profile-01 .ctwlpt-block-flex-pc-col-reverce .ctwlpt-block-profile-imgbox {
        padding: 0; } }

.ctwlpt-block-profile-02 {
  width: 100%;
  /*
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
*/
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-profile-02 {
      padding: 0;
      background: none; } }
  .ctwlpt-block-profile-02 .ctwlpt-block-profile-imgbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-profile-02 .ctwlpt-block-profile-imgbox {
        position: static; } }
    .ctwlpt-block-profile-02 .ctwlpt-block-profile-imgbox img {
      width: 100%; }
  .ctwlpt-block-profile-02 .ctwlpt-block-profile-wrap {
    position: relative;
    z-index: 10; }
  .ctwlpt-block-profile-02 .ctwlpt-block-flex .ctwlpt-block-profile-textbox {
    padding: 5% 5% 2%;
    width: 55%;
    background: rgba(255, 255, 255, 0.95);
    /*
		    .ctwlpt-block-profile-imgbox {
				display: none;
				
				@include mq(sp) {
					margin-bottom: 1em;
					display: block;
				}
			}
*/ }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-profile-02 .ctwlpt-block-flex .ctwlpt-block-profile-textbox {
        padding: 1em;
        width: 100% !important; } }

.ctwlpt-block-footer {
  padding: 1em;
  color: #fff;
  background: #000; }

.ctwlpt-block-footer-wrap {
  font-size: .75em;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-footer-wrap {
      flex-direction: column-reverse; } }
  .ctwlpt-block-footer-wrap a {
    color: #fff;
    text-decoration: none; }
    .ctwlpt-block-footer-wrap a:hover {
      text-decoration: underline; }

.ctwlpt-block-footer-links {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-footer-links {
      margin-bottom: 2em;
      flex-direction: column; } }
  .ctwlpt-block-footer-links li {
    margin-left: 1em; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-footer-links li {
        margin-left: 0;
        margin-bottom: 1em;
        text-align: center; } }
    .ctwlpt-block-footer-links li:before {
      margin-right: 1em;
      content: "|";
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .ctwlpt-block-footer-links li:before {
          margin-right: 0;
          content: none; } }
    .ctwlpt-block-footer-links li:first-child {
      margin-left: 0; }
      .ctwlpt-block-footer-links li:first-child:before {
        margin-right: 0;
        content: none; }

.ctwlpt-block-section-float-wrap {
  padding: 1em;
  overflow: hidden; }

.ctwlpt-block-section-float-imgbox {
  padding-top: 3px;
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-section-float-imgbox {
      margin-top: 1em;
      margin-bottom: 1.5em; } }

.ctwlpt-block-section-float-right .ctwlpt-block-section-float-imgbox {
  padding-left: 2em;
  float: right; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-section-float-right .ctwlpt-block-section-float-imgbox {
      padding-left: 0;
      float: none; } }

.ctwlpt-block-section-float-left .ctwlpt-block-section-float-imgbox {
  padding-right: 2em;
  float: left; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-section-float-left .ctwlpt-block-section-float-imgbox {
      padding-right: 0;
      float: none; } }

.ctwlpt-block-numbering-01 .ctwlpt-block-numbering-title,
.ctwlpt-block-numbering-02 .ctwlpt-block-numbering-title,
.ctwlpt-block-numbering-03 .ctwlpt-block-numbering-title {
  margin-bottom: .5em; }
  .ctwlpt-block-numbering-01 .ctwlpt-block-numbering-title br,
  .ctwlpt-block-numbering-02 .ctwlpt-block-numbering-title br,
  .ctwlpt-block-numbering-03 .ctwlpt-block-numbering-title br {
    display: block; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-numbering-01 .ctwlpt-block-numbering-title br,
      .ctwlpt-block-numbering-02 .ctwlpt-block-numbering-title br,
      .ctwlpt-block-numbering-03 .ctwlpt-block-numbering-title br {
        display: none; } }

.ctwlpt-block-numbering-textbox p {
  margin-top: 1em;
  margin-bottom: 0; }

.ctwlpt-block-numbering-wrap {
  padding: 1em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-wrap {
      padding: 1em; } }

.ctwlpt-block-numbering-02 .ctwlpt-block-numbering-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ctwlpt-block-numbering-02 .ctwlpt-block-numbering-imgbox {
  width: 35%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-02 .ctwlpt-block-numbering-imgbox {
      width: 100%; } }

.ctwlpt-block-numbering-02 .ctwlpt-block-numbering-textbox {
  padding-left: 2em;
  width: 65%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-02 .ctwlpt-block-numbering-textbox {
      padding-left: 0;
      padding-right: 0;
      padding-top: 2em;
      width: 100%; } }

.ctwlpt-block-numbering-02.ctwlpt-block-numbering-reverse .ctwlpt-block-numbering-content {
  flex-direction: row-reverse; }

.ctwlpt-block-numbering-02.ctwlpt-block-numbering-reverse .ctwlpt-block-numbering-textbox {
  padding-left: 0;
  padding-right: 2em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-02.ctwlpt-block-numbering-reverse .ctwlpt-block-numbering-textbox {
      padding-right: 0; } }

.ctwlpt-block-numbering-02.ctwlpt-block-numbering-alternate .ctwlpt-block-numbering-content:nth-child(2n) {
  flex-direction: row-reverse; }
  .ctwlpt-block-numbering-02.ctwlpt-block-numbering-alternate .ctwlpt-block-numbering-content:nth-child(2n) .ctwlpt-block-numbering-textbox {
    padding-left: 0;
    padding-right: 2em; }
    @media screen and (max-width: 767px) {
      .ctwlpt-block-numbering-02.ctwlpt-block-numbering-alternate .ctwlpt-block-numbering-content:nth-child(2n) .ctwlpt-block-numbering-textbox {
        padding-right: 0; } }

.ctwlpt-block-numbering-03 .ctwlpt-block-numbering-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.ctwlpt-block-numbering-03 .ctwlpt-block-numbering-content {
  margin-left: .5em;
  margin-right: .5em;
  width: calc((100% / 3) - 1em); }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03 .ctwlpt-block-numbering-content {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-subhead {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center;
  color: #000000;
  line-height: 1.35; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-subhead {
      font-size: 1.5em; } }

.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-content {
  margin-bottom: 2em;
  padding: 5% 7.5%;
  background: rgba(193, 16, 16, 0.95);
  color: #ffffff;
  border: solid 1px;
  outline: solid 2px rgba(193, 16, 16, 0.95); }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-content {
      padding: 2em 0.75em 1em; } }

.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-number {
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-number {
      margin-bottom: .5em; } }

.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-number-inner {
  padding: 0.25em 1em;
  display: inline-block;
  border: 1px solid;
  font-weight: bold;
  font-size: 1.25em;
  color: #ffffff; }

.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-title {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-content {
  background: rgba(193, 16, 16, 0.95);
  outline: solid 2px rgba(193, 16, 16, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-content {
  background: rgba(16, 119, 193, 0.95);
  outline: solid 2px rgba(16, 119, 193, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-content {
  background: rgba(20, 37, 73, 0.95);
  outline: solid 2px rgba(20, 37, 73, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-content {
  background: rgba(234, 40, 130, 0.95);
  outline: solid 2px rgba(234, 40, 130, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  background: rgba(12, 173, 47, 0.95);
  outline: solid 2px rgba(12, 173, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  background: rgba(12, 173, 47, 0.95);
  outline: solid 2px rgba(12, 173, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-content {
  background: rgba(0, 0, 0, 0.95);
  outline: solid 2px rgba(0, 0, 0, 0.95); }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-number-inner {
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-title {
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-content {
  background: #f0f3f5;
  outline: solid 2px #f0f3f5;
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-subhead {
  color: #ffffff; }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-number-inner {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-title {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-01.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-content {
  background: white;
  border: solid 2px #000000;
  outline: solid 2px rgba(255, 255, 255, 0.95); }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-content {
  padding: 1.5em 1em 1em; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-title {
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-01 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-subhead {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center;
  line-height: 1.35;
  background-size: cover;
  background-position: center top; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-subhead {
      padding: 1em;
      margin-bottom: .5em;
      font-size: 1.5em; } }

.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-content {
  margin-bottom: 1em;
  padding: 5% 7.5%;
  background: rgba(20, 37, 73, 0.95);
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-content {
      padding: 2em 0.75em 1em; } }

.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-number {
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-number {
      margin-bottom: .5em; } }

.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-number:after {
  content: "";
  margin: .2em auto 0;
  width: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid #ffffff;
  display: block; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-number:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 24px solid #ffffff; } }

.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-number-inner {
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
  width: 100%;
  color: #142549;
  background: #fff; }

.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-title {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-number-inner {
  color: #c11010; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-content {
  background: rgba(193, 16, 16, 0.95); }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-number-inner {
  color: #1077c1; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-content {
  background: rgba(16, 119, 193, 0.95); }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-number-inner {
  color: #142549; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-content {
  background: rgba(20, 37, 73, 0.95); }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-number-inner {
  color: #ea2882; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-content {
  background: rgba(234, 40, 130, 0.95); }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-number-inner {
  color: #0cad2f; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  background: rgba(12, 173, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-number-inner {
  color: black; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-content {
  background: rgba(0, 0, 0, 0.95); }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-number-inner {
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-title {
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-content {
  background: #f0f3f5;
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-subhead {
  color: #ffffff; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-number-inner {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-title {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-02.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-content {
  background: rgba(255, 255, 255, 0.95); }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-content {
  padding: 1.5em 1em 1em; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-title {
  font-size: 1.25em;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-02 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-subhead {
  padding: 1em;
  margin-bottom: .5em;
  font-size: 2em;
  text-align: center;
  color: #ffffff;
  line-height: 1.35;
  border-radius: 12px;
  background: rgba(234, 40, 130, 0.95); }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-subhead {
      padding: 1em;
      margin-bottom: .5em;
      font-size: 1.5em; } }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-content {
  margin-bottom: 1em;
  padding: 5%;
  background: rgba(234, 40, 130, 0.95);
  border-radius: 12px;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-content {
      padding: 1em; } }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-textbox img {
  border-radius: 12px; }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-imgbox img {
  border-radius: 12px; }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-number {
  margin-bottom: 1em;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  font-size: .75em; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-number {
      margin-bottom: .5em; } }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-number-inner {
  padding: .2em;
  display: inline-block;
  font-weight: bold;
  font-size: 2em;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-number-inner {
      font-size: 1.5em; } }

.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-title {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-subhead {
  background: rgba(193, 16, 16, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-content {
  background: rgba(193, 16, 16, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-subhead {
  background: rgba(16, 119, 193, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-content {
  background: rgba(16, 119, 193, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-subhead {
  background: rgba(20, 37, 73, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-content {
  background: rgba(20, 37, 73, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-subhead {
  background: rgba(234, 40, 130, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-content {
  background: rgba(234, 40, 130, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-subhead {
  background: rgba(12, 173, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  background: rgba(12, 173, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-subhead {
  background: rgba(0, 0, 0, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-number {
  background: rgba(255, 255, 255, 0.3); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-content {
  background: rgba(0, 0, 0, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-subhead {
  color: #333333;
  background: #f0f3f5; }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-content {
  background: #f0f3f5;
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-subhead {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.95); }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-subhead {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-title {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-03.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-content {
  background: rgba(255, 255, 255, 0.95); }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-content {
  padding: 1.5em 1em 1em; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-title {
  font-size: 1.25em;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-03 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-subhead {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center;
  color: #000000;
  line-height: 1.35; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-subhead {
      font-size: 1.5em; } }

.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-content {
  margin-bottom: 1em;
  padding: 5% 7.5%;
  background: rgba(193, 16, 16, 0.95); }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-content {
      padding: 2em 0.75em 1em; } }

.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-textbox {
  color: #ffffff; }

.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-number {
  padding-top: 1em;
  padding-left: .5em;
  padding-right: .5em;
  margin-bottom: 0;
  text-align: center;
  background: #ffffff; }

.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-number-inner {
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .25em;
  font-weight: bold;
  font-size: 1.25em;
  display: inline-block;
  border-bottom: 2px solid black; }

.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-title {
  padding-top: .2em;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-title {
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-content {
  background: rgba(193, 16, 16, 0.95); }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-content {
  background: rgba(16, 119, 193, 0.95); }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-content {
  background: rgba(20, 37, 73, 0.95); }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-content {
  background: rgba(234, 40, 130, 0.95); }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  background: rgba(12, 173, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-content {
  background: rgba(0, 0, 0, 0.95); }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-number-inner {
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-title {
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-content {
  background: #f0f3f5;
  outline: solid 2px #f0f3f5;
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-subhead {
  color: #ffffff; }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-number-inner {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-title {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-content {
  background: white; }

.ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-number, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-title, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-number, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-title, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-number, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-title, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-number, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-title, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-number, .ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-04.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-title {
  color: #333333; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-content {
  padding: 1.5em 1em 1em; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-title {
  font-size: 1.25em;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-04 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-subhead {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center;
  line-height: 1.35; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-subhead {
      font-size: 1.5em; } }

.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-content {
  margin-bottom: 1em;
  padding: 5% 7.5%;
  background: rgba(255, 255, 255, 0.95);
  border: solid 10px #c11010; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-content {
      padding: 2em 0.75em 1em; } }

.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-number {
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-number {
      margin-bottom: .5em; } }

.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-number-inner {
  padding: 0.25em 1em;
  display: inline-block;
  border: 1px solid;
  font-weight: bold;
  font-size: 1.25em;
  color: #ffffff;
  background: #c11010; }

.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-title {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #c11010; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-content {
  border: solid 10px #c11010; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-number-inner {
  background: #c11010; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-title {
  color: #c11010; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-content {
  border: solid 10px #1077c1; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-number-inner {
  background: #1077c1; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-title {
  color: #1077c1; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-content {
  border: solid 10px #142549; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-number-inner {
  background: #142549; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-title {
  color: #142549; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-content {
  border: solid 10px #ea2882; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-number-inner {
  background: #ea2882; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-title {
  color: #ea2882; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  border: solid 10px #0cad2f; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-number-inner {
  background: #0cad2f; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-title {
  color: #0cad2f; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-content {
  border: solid 10px black; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-number-inner {
  background: black; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-title {
  color: black; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-content {
  border: solid 10px #666666; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-number-inner {
  background: #666666; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-title {
  color: #666666; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-content {
  border: none; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-number-inner {
  background: #ffffff;
  color: #333333; }

.is-style-ctwlpt-block-numbering-style-05.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-title {
  color: #333333; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-content {
  padding: 1.5em 1em 1em; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-title {
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-05 .ctwlpt-block-numbering-title {
      text-align: left;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-prize {
  color: #ffffff; }
  .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-subhead {
    margin-bottom: 1em;
    font-size: 2em;
    line-height: 1.35;
    text-align: center;
    color: #000; }
  .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-content {
    margin-bottom: 1em;
    padding: 5% 7.5%;
    background: #19170b; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-content {
        padding: 2em 1em 1em; } }
  .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-imgbox {
    margin-top: 1em; }
  .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-number {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-number {
        margin-bottom: .5em; } }
  .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-number-inner {
    padding: 0.25em 1em;
    display: inline-block;
    -webkit-background-clip: text;
    color: #19170b;
    border-top: 1px solid #ffcf00;
    border-bottom: 1px solid #dcb301;
    font-weight: bold;
    font-size: 1.25em;
    background: #d49232;
    background: -moz-linear-gradient(left, #d49232 0%, #ffef7e 50%, #d49232 100%);
    background: -webkit-linear-gradient(left, #d49232 0%, #ffef7e 50%, #d49232 100%);
    background: linear-gradient(to right, #d49232 0%, #ffef7e 50%, #d49232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49232', endColorstr='#d49232',GradientType=1 ); }
  .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-title {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-title {
        text-align: left;
        font-size: 1.25em; } }

.ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-imgbox {
  margin-top: 0; }

.ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-number {
  text-align: left; }

.ctwlpt-block-numbering-02.is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-title {
  text-align: left; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-content {
  padding: 1.5em 1em 1em; }

.ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-title {
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-numbering-03.is-style-ctwlpt-block-numbering-style-prize .ctwlpt-block-numbering-title {
      text-align: center;
      font-size: 1.25em; } }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-red .ctwlpt-block-numbering-content {
  background: rgba(97, 19, 19, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-blue .ctwlpt-block-numbering-content {
  background: rgba(16, 50, 74, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-navy .ctwlpt-block-numbering-content {
  background: rgba(19, 27, 47, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-pink .ctwlpt-block-numbering-content {
  background: rgba(234, 40, 130, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-green .ctwlpt-block-numbering-content {
  background: rgba(15, 53, 23, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-black .ctwlpt-block-numbering-content {
  background: rgba(25, 23, 11, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-gray .ctwlpt-block-numbering-content {
  background: rgba(100, 100, 100, 0.95); }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-number-inner, .is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-title, .is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-textbox {
  color: #000000; }

.is-style-ctwlpt-block-numbering-style-prize.ctwlpt-block-numbering-style-white .ctwlpt-block-numbering-content {
  background: rgba(255, 255, 255, 0.95); }

.ctwlpt-block-voice-wrap {
  padding: 1em; }

.ctwlpt-block-voice-heading {
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-size: 1.75em;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-heading {
      padding-bottom: .5em;
      text-align: left;
      font-size: 1.2em; } }

.ctwlpt-block-voice-img {
  margin-bottom: 1em; }

.ctwlpt-block-voice-name {
  margin-bottom: .1em;
  font-size: 1.2em;
  font-weight: bold; }

.ctwlpt-block-voice-meta {
  font-size: .75em;
  font-weight: bold; }

.ctwlpt-block-voice-textbox p:last-child {
  margin-bottom: 0; }

.ctwlpt-block-voice-reverce .ctwlpt-block-flex {
  flex-direction: row-reverse; }

.ctwlpt-block-voice-01 .ctwlpt-block-voice-heading {
  text-align: center; }

.ctwlpt-block-voice-01 .ctwlpt-block-voice-imgbox {
  width: 30%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-01 .ctwlpt-block-voice-imgbox {
      width: 100%; } }

.ctwlpt-block-voice-01 .ctwlpt-block-voice-textbox {
  padding-left: 2em;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-01 .ctwlpt-block-voice-textbox {
      padding-top: 1em;
      padding-left: 0;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-voice-01 .ctwlpt-block-flex {
    display: block; } }

.ctwlpt-block-voice-01.ctwlpt-block-voice-reverce .ctwlpt-block-voice-textbox {
  padding-left: 0;
  padding-right: 2em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-01.ctwlpt-block-voice-reverce .ctwlpt-block-voice-textbox {
      padding-right: 0; } }

.ctwlpt-block-voice-02 .ctwlpt-block-voice-heading {
  margin-bottom: .5em; }

.ctwlpt-block-voice-02 .ctwlpt-block-voice-imgbox {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-02 .ctwlpt-block-voice-imgbox {
      margin-bottom: 1em; } }

.ctwlpt-block-voice-02 .ctwlpt-block-voice-textbox {
  margin-top: 1em; }

.ctwlpt-block-voice-02 .ctwlpt-block-voice-img {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-02 .ctwlpt-block-voice-img {
      width: 25%; } }

.ctwlpt-block-voice-02 .ctwlpt-block-voice-metabox {
  padding-left: 1.5em;
  padding-right: 0;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-02 .ctwlpt-block-voice-metabox {
      padding-left: 1em;
      width: 75%; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-voice-02 .ctwlpt-block-voice-name {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-voice-02 .ctwlpt-block-voice-meta {
    margin-left: .25em;
    display: inline-block; } }

.ctwlpt-block-voice-02.ctwlpt-block-voice-reverce .ctwlpt-block-voice-metabox {
  padding-left: 0;
  padding-right: 1.5em; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-02.ctwlpt-block-voice-reverce .ctwlpt-block-voice-metabox {
      padding-right: 1em; } }

.ctwlpt-block-voice-03 .ctwlpt-block-voice-heading {
  margin-bottom: .5em; }

.ctwlpt-block-voice-03 .ctwlpt-block-voice-imgbox {
  width: 20%;
  text-align: center; }

.ctwlpt-block-voice-03 .ctwlpt-block-voice-textbox {
  margin-left: 30px;
  padding: 5%;
  width: calc(80% - 30px);
  background: #fff2e0;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-03 .ctwlpt-block-voice-textbox {
      padding: 1em;
      margin-left: 25px; } }
  .ctwlpt-block-voice-03 .ctwlpt-block-voice-textbox:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff2e0; }

.ctwlpt-block-voice-03.ctwlpt-block-voice-reverce .ctwlpt-block-voice-textbox {
  margin-left: 0;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-03.ctwlpt-block-voice-reverce .ctwlpt-block-voice-textbox {
      margin-right: 25px; } }
  .ctwlpt-block-voice-03.ctwlpt-block-voice-reverce .ctwlpt-block-voice-textbox:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff2e0; }

.ctwlpt-block-voice-style-01 .ctwlpt-block-voice-content {
  padding: 5%;
  background: #fff2e0; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-style-01 .ctwlpt-block-voice-content {
      padding: 1em; } }

.ctwlpt-block-voice-style-02 .ctwlpt-block-voice-content {
  padding: 5%;
  background: rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-style-02 .ctwlpt-block-voice-content {
      padding: 1em; } }

.ctwlpt-block-voice-style-03 .ctwlpt-block-voice-content {
  padding: 5%;
  border: 5px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-voice-style-03 .ctwlpt-block-voice-content {
      padding: 1em; } }

.ctwlpt-block-voice-img-style-01 .ctwlpt-block-voice-img {
  overflow: hidden;
  border-radius: 100%;
  position: relative; }
  .ctwlpt-block-voice-img-style-01 .ctwlpt-block-voice-img:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .ctwlpt-block-voice-img-style-01 .ctwlpt-block-voice-img img {
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

.ctwlpt-block-table-wrap {
  padding: 1em;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-table-wrap {
      overflow-x: scroll; } }
  .ctwlpt-block-table-wrap table {
    width: 100%;
    border: none; }
  .ctwlpt-block-table-wrap td {
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #ffffff;
    vertical-align: middle;
    font-size: .8em; }

.ctwlpt-block-table-col-alternate tr td:nth-child(2n + 1) {
  background: #efefef; }

.ctwlpt-block-table-row-alternate tr:nth-child(2n) td {
  background: #efefef; }

.ctwlpt-block-table-rayout-fix table {
  table-layout: fixed; }

.ctwlpt-block-table-rayout-fix td {
  width: 180px; }

.ctwlpt-block-table-fcrow-head tr:first-child td {
  text-align: center;
  font-weight: bold;
  background: #fff7df;
  font-size: 1em; }

.ctwlpt-block-table-fccol-head tr td:first-child {
  text-align: center;
  font-weight: bold;
  background: #fff7df;
  font-size: 1em; }

.ctwlpt-block-table-fcrow-head.ctwlpt-block-table-fixed-head tr:first-child td {
  position: sticky;
  left: 0; }

.ctwlpt-block-table-fccol-head.ctwlpt-block-table-fixed-head tr td:first-child {
  position: sticky;
  left: 0; }

.is-style-ctwlpt-block-table-head-bg-red.ctwlpt-block-table-fcrow-head tr:first-child td {
  background: #ffe4e7; }

.is-style-ctwlpt-block-table-head-bg-red.ctwlpt-block-table-fccol-head tr td:first-child {
  background: #ffe4e7; }

.is-style-ctwlpt-block-table-head-bg-blue.ctwlpt-block-table-fcrow-head tr:first-child td {
  background: #c1eaf7; }

.is-style-ctwlpt-block-table-head-bg-blue.ctwlpt-block-table-fccol-head tr td:first-child {
  background: #c1eaf7; }

.is-style-ctwlpt-block-table-head-bg-green.ctwlpt-block-table-fcrow-head tr:first-child td {
  background: #def1ca; }

.is-style-ctwlpt-block-table-head-bg-green.ctwlpt-block-table-fccol-head tr td:first-child {
  background: #def1ca; }

.is-style-ctwlpt-block-table-head-bg-yellow.ctwlpt-block-table-fcrow-head tr:first-child td {
  background: #fff7df; }

.is-style-ctwlpt-block-table-head-bg-yellow.ctwlpt-block-table-fccol-head tr td:first-child {
  background: #fff7df; }

.is-style-ctwlpt-block-table-head-bg-gray.ctwlpt-block-table-fcrow-head tr:first-child td {
  background: #eeeeee; }

.is-style-ctwlpt-block-table-head-bg-gray.ctwlpt-block-table-fccol-head tr td:first-child {
  background: #eeeeee; }

.is-style-ctwlpt-block-table-head-bg-purple.ctwlpt-block-table-fcrow-head tr:first-child td {
  background: #eedbff; }

.is-style-ctwlpt-block-table-head-bg-purple.ctwlpt-block-table-fccol-head tr td:first-child {
  background: #eedbff; }

.ctwlpt-block-table-td-center td {
  text-align: center; }

.ctwlpt-block-table-corner tr:first-child th:first-child, .ctwlpt-block-table-corner tr:first-child td:first-child {
  border: none;
  background: none;
  opacity: 0; }

.ctwlpt-block-table-fixed-attention {
  display: none; }

@keyframes ctwlpt-block-table-fixed-attention-flash {
  50% {
    opacity: .75; } }

.ctwlpt-block-table-fixed-head .ctwlpt-block-table-wrap, .ctwlpt-block-table-scroll-x .ctwlpt-block-table-wrap {
  overflow: hidden; }

.ctwlpt-block-table-fixed-head .ctwlpt-block-table-content, .ctwlpt-block-table-scroll-x .ctwlpt-block-table-content {
  padding: 1px 1px 3px;
  overflow-x: scroll;
  position: relative; }

.ctwlpt-block-table-fixed-head .ctwlpt-block-table-fixed-attention, .ctwlpt-block-table-scroll-x .ctwlpt-block-table-fixed-attention {
  animation: ctwlpt-block-table-fixed-attention-flash 2s ease-in-out infinite;
  padding: 1em;
  margin-left: -100px;
  display: block;
  text-align: center;
  border-radius: 5px;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: .8em;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 20; }
  .ctwlpt-block-table-fixed-head .ctwlpt-block-table-fixed-attention:after, .ctwlpt-block-table-scroll-x .ctwlpt-block-table-fixed-attention:after {
    content: '横スクロールできます'; }

.ctwlpt-block-table-fixed-head tr td, .ctwlpt-block-table-scroll-x tr td {
  min-width: 180px; }

.ctwlpt-block-table-mark-01 {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  color: #ff434b;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1; }

.ctwlpt-block-table-mark-02 {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  color: #34e064;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1; }

.ctwlpt-block-table-mark-03 {
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  color: #1a62eb;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1; }

.ctwlpt-block-table-mark-04 {
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1; }

.ctwlpt-block-table-button > a {
  padding: .5em;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 3px;
  text-decoration: none; }
  .ctwlpt-block-table-button > a:hover {
    opacity: .75; }

.ctwlpt-block-table-button-red > a {
  color: #ffffff;
  background: #c11010;
  border-bottom: 3px solid #7d1010; }

.ctwlpt-block-table-button-blue > a {
  color: #ffffff;
  background: #1077c1;
  border-bottom: 3px solid #0c446b; }

.ctwlpt-block-table-button-green > a {
  color: #ffffff;
  background: #0cad2f;
  border-bottom: 3px solid #0c5a1c; }

.ctwlpt-block-table-button-pink > a {
  color: #ffffff;
  background: #ea2882;
  border-bottom: 3px solid #801648; }

.ctwlpt-block-table-button-yellow > a {
  color: #000000;
  background: #ffd500;
  border-bottom: 3px solid #8c780f; }

.ctwlpt-block-table-button-orange > a {
  color: #ffffff;
  background: #ff9200;
  border-bottom: 3px solid #ab680f; }

.ctwlpt-block-table-button-amzn > a {
  background: #f3d078;
  background: -webkit-linear-gradient(top, rgba(240, 193, 75, 0.9), rgba(247, 223, 165, 0.9));
  background: linear-gradient(to bottom, rgba(247, 223, 165, 0.9), rgba(240, 193, 75, 0.9));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  border-color: #a88734 #9c7e31 #846a29;
  border-style: solid;
  border-width: 1px;
  color: #111; }
  .ctwlpt-block-table-button-amzn > a:hover {
    opacity: 1;
    background: -webkit-linear-gradient(top, #f0c14b, #f7dfa5);
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b); }

.ctwlpt-block-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.ctwlpt-block-bg-img-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover; }

.ctwlpt-block-bg-fixed-img {
  padding-top: 5%;
  padding-bottom: 5%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-bg-fixed-img {
      background-attachment: scroll;
      background-repeat: repeat-y; } }

.ctwlpt-block-bg-size-contain {
  background-size: contain; }

.ctwlpt-block-bg-size-cover {
  background-size: cover; }

.is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-wrap {
  padding: 5% 1em; }

.is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-content {
  padding: 5px;
  border: 4px double #d7c3aa; }

.is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-subhead {
  background: #f0eadb;
  text-align: center; }

.is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-imgbox {
  padding: 1em;
  display: inline-block;
  max-width: 300px; }

.is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-title {
  padding: 0.5em 1em;
  color: #ffffff;
  background: #da222b;
  font-size: 1.5em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-title {
      font-size: 1.25em; } }

.is-style-ctwlpt-block-moneyback-style-01 .ctwlpt-block-moneyback-textbox {
  padding: 5% 5% 2%; }

.is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-wrap {
  padding: 5% 1em; }

.is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-content {
  padding: 5%;
  background: #f0eadb; }

.is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-subhead {
  text-align: center; }

.is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-imgbox {
  display: inline-block;
  max-width: 300px; }

.is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-title {
  margin-top: 1em;
  padding: 0.5em 1em;
  color: #ffffff;
  background: #da222b;
  font-size: 1.5em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-title {
      font-size: 1.25em; } }

.is-style-ctwlpt-block-moneyback-style-02 .ctwlpt-block-moneyback-textbox {
  padding: 5% 5% 2%;
  background: #fff; }

.is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-wrap {
  padding: 5% 1em; }

.is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-content {
  border: 5px solid #f0eadb; }

.is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-subhead {
  padding: 2em;
  display: flex;
  align-items: center;
  background: #f0eadb; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-subhead {
      padding: 1em; } }

.is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-imgbox {
  display: inline-block;
  max-width: 250px; }

.is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-title {
  padding-left: .5em;
  color: #5a4e45;
  font-size: 3em;
  line-height: 1.3;
  font-weight: bold;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 800; }
  @media screen and (max-width: 767px) {
    .is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-title {
      font-size: 1.5em; } }

.is-style-ctwlpt-block-moneyback-style-03 .ctwlpt-block-moneyback-textbox {
  padding: 5% 5% 2%;
  background: #fff; }

.ctwlpt-block-arrow {
  margin: 1em auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 200px 0 200px; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-arrow {
      border-width: 75px 150px 0 150px; } }

.ctwlpt-block-ps-wrap {
  margin-top: 1em;
  padding: 5%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-ps-wrap {
      padding: 5% 0.75em; } }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-ps-wrap .ctwlpt-block-ps-signature br {
      display: block; } }

.ctwlpt-block-ps-signature {
  text-align: right;
  font-size: 1.75em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-ps-signature {
      text-align: center; } }

.ctwlpt-block-ps-textbox {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  position: relative;
  z-index: 20; }

.is-style-ctwlpt-block-ps-01 {
  background-color: #333; }
  .is-style-ctwlpt-block-ps-01 .ctwlpt-block-ps-textbox {
    padding: 2% 5% 5%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff; }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-ps-01 .ctwlpt-block-ps-textbox {
        padding: 2% 0.75em 5%; } }

.is-style-ctwlpt-block-ps-02 {
  background-color: #fff; }
  .is-style-ctwlpt-block-ps-02 .ctwlpt-block-ps-textbox {
    padding: 5%;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 767px) {
      .is-style-ctwlpt-block-ps-02 .ctwlpt-block-ps-textbox {
        padding: 2% 0.75em 5%; } }

.ctwlpt-block-bg-video-content .ctwlpt-block-firstview-01, .ctwlpt-block-bg-video-content .ctwlpt-block-firstview-04, .ctwlpt-block-bg-video-content .ctwlpt-block-firstview-06, .ctwlpt-block-bg-video-content .ctwlpt-block-firstview-02, .ctwlpt-block-bg-video-content .ctwlpt-block-firstview-05, .ctwlpt-block-section .ctwlpt-block-firstview-01, .ctwlpt-block-section .ctwlpt-block-firstview-04, .ctwlpt-block-section .ctwlpt-block-firstview-06, .ctwlpt-block-section .ctwlpt-block-firstview-02, .ctwlpt-block-section .ctwlpt-block-firstview-05 {
  padding: 0; }

.ctwlpt-block-bg-video-content .ctwlpt-block-cta-01, .ctwlpt-block-bg-video-content .ctwlpt-block-section-float-wrap, .ctwlpt-block-bg-video-content .ctwlpt-block-numbering-wrap, .ctwlpt-block-bg-video-content .ctwlpt-block-moneyback-wrap, .ctwlpt-block-section .ctwlpt-block-cta-01, .ctwlpt-block-section .ctwlpt-block-section-float-wrap, .ctwlpt-block-section .ctwlpt-block-numbering-wrap, .ctwlpt-block-section .ctwlpt-block-moneyback-wrap {
  padding: 0; }

.ctwlpt-block-bg-video-content .ctwlpt-block-voice-wrap, .ctwlpt-block-section .ctwlpt-block-voice-wrap {
  padding: 0 0 5%; }

.ctwlpt-block-bg-video-content .ctwlpt-block-subhead-h2-wrap:first-child, .ctwlpt-block-section .ctwlpt-block-subhead-h2-wrap:first-child {
  margin-top: 0; }

.ctwlpt-block-bg-video-content .ctwlpt-block-bullet-01, .ctwlpt-block-bg-video-content .ctwlpt-block-bullet-02, .ctwlpt-block-section .ctwlpt-block-bullet-01, .ctwlpt-block-section .ctwlpt-block-bullet-02 {
  padding-left: 0;
  padding-right: 0; }

.ctwlpt-block-section-inner p:last-child {
  margin-bottom: 0; }

.ctwlpt-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px; }

.ctwlpt-w100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.ctwlpt-mt-0 {
  margin-top: 0 !important; }

.ctwlpt-mt-1em {
  margin-top: 1em !important; }

.ctwlpt-mt-2em {
  margin-top: 2em !important; }

.ctwlpt-mt-3em {
  margin-top: 3em !important; }

.ctwlpt-mt-4em {
  margin-top: 4em !important; }

.ctwlpt-mt-5em {
  margin-top: 5em !important; }

.ctwlpt-mt-6em {
  margin-top: 6em !important; }

.ctwlpt-mt-7em {
  margin-top: 7em !important; }

.ctwlpt-mt-8em {
  margin-top: 8em !important; }

.ctwlpt-mt-9em {
  margin-top: 9em !important; }

.ctwlpt-mt-10em {
  margin-top: 10em !important; }

.ctwlpt-mt-1p {
  margin-top: 1% !important; }

.ctwlpt-mt-25p {
  margin-top: 2.5% !important; }

.ctwlpt-mt-5p {
  margin-top: 5% !important; }

.ctwlpt-mt-10p {
  margin-top: 10% !important; }

.ctwlpt-mb-0 {
  margin-bottom: 0 !important; }

.ctwlpt-mb-1em {
  margin-bottom: 1em !important; }

.ctwlpt-mb-2em {
  margin-bottom: 2em !important; }

.ctwlpt-mb-3em {
  margin-bottom: 3em !important; }

.ctwlpt-mb-4em {
  margin-bottom: 4em !important; }

.ctwlpt-mb-5em {
  margin-bottom: 5em !important; }

.ctwlpt-mb-6em {
  margin-bottom: 6em !important; }

.ctwlpt-mb-7em {
  margin-bottom: 7em !important; }

.ctwlpt-mb-8em {
  margin-bottom: 8em !important; }

.ctwlpt-mb-9em {
  margin-bottom: 9em !important; }

.ctwlpt-mb-10em {
  margin-bottom: 10em !important; }

.ctwlpt-mb-1p {
  margin-bottom: 1% !important; }

.ctwlpt-mb-25p {
  margin-bottom: 2.5% !important; }

.ctwlpt-mb-5p {
  margin-bottom: 5% !important; }

.ctwlpt-mb-10p {
  margin-bottom: 10% !important; }

.ctwlpt-pa-0 {
  padding: 0 !important; }

.ctwlpt-pa-1p {
  padding: 1% !important; }

.ctwlpt-pa-25p {
  padding: 2.5% !important; }

.ctwlpt-pa-5p {
  padding: 5% !important; }

.ctwlpt-pa-10p {
  padding: 10% !important; }

.ctwlpt-pt-0 {
  padding-top: 0 !important; }

.ctwlpt-pt-1p {
  padding-top: 1% !important; }

.ctwlpt-pt-25p {
  padding-top: 2.5% !important; }

.ctwlpt-pt-5p {
  padding-top: 5% !important; }

.ctwlpt-pt-10p {
  padding-top: 10% !important; }

.ctwlpt-pb-0 {
  padding-bottom: 0 !important; }

.ctwlpt-pb-1p {
  padding-bottom: 1% !important; }

.ctwlpt-pb-25p {
  padding-bottom: 2.5% !important; }

.ctwlpt-pb-5p {
  padding-bottom: 5% !important; }

.ctwlpt-pb-10p {
  padding-bottom: 10% !important; }

.ctwlpt-ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ctwlpt-ptb-1p {
  padding-top: 1% !important;
  padding-bottom: 1% !important; }

.ctwlpt-ptb-25p {
  padding-top: 2.5% !important;
  padding-bottom: 2.5% !important; }

.ctwlpt-ptb-5p {
  padding-top: 5% !important;
  padding-bottom: 5% !important; }

.ctwlpt-ptb-10p {
  padding-top: 10% !important;
  padding-bottom: 10% !important; }

.ctwlpt-plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ctwlpt-plr-1p {
  padding-left: 1% !important;
  padding-right: 1% !important; }

.ctwlpt-plr-25p {
  padding-left: 2.5% !important;
  padding-right: 2.5% !important; }

.ctwlpt-plr-5p {
  padding-left: 5% !important;
  padding-right: 5% !important; }

.ctwlpt-plr-10p {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.ctwlpt-marugothic {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 400 !important; }

.ctwlpt-marugothic-thin {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 100 !important; }

.ctwlpt-marugothic-bold {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 900 !important; }

.ctwlpt-gothic {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400 !important; }

.ctwlpt-gothic-thin {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 100 !important; }

.ctwlpt-gothic-bold {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important; }

.ctwlpt-mincho {
  font-family: 'Shippori Mincho B1', serif !important;
  font-weight: 400 !important; }

.ctwlpt-mincho-bold {
  font-family: 'Shippori Mincho B1', serif !important;
  font-weight: 800 !important; }

.ctwlpt-fs-25p {
  font-size: .25em !important; }

.ctwlpt-fs-50p {
  font-size: .5em !important; }

.ctwlpt-fs-75p {
  font-size: .75em !important; }

.ctwlpt-fs-100p {
  font-size: 1em !important; }

.ctwlpt-fs-150p {
  font-size: 1.5em !important; }
  @media screen and (max-width: 767px) {
    .ctwlpt-fs-150p {
      font-size: 1.25em !important; } }

.ctwlpt-fs-200p {
  font-size: 2em !important; }
  @media screen and (max-width: 767px) {
    .ctwlpt-fs-200p {
      font-size: 1.5em !important; } }

.ctwlpt-fs-250p {
  font-size: 2.5em !important; }
  @media screen and (max-width: 767px) {
    .ctwlpt-fs-250p {
      font-size: 2em !important; } }

.ctwlpt-fs-300p {
  font-size: 3em !important; }
  @media screen and (max-width: 767px) {
    .ctwlpt-fs-300p {
      font-size: 2.5em !important; } }

.ctwlpt-fs-350p {
  font-size: 3.5em !important; }
  @media screen and (max-width: 767px) {
    .ctwlpt-fs-350p {
      font-size: 3em !important; } }

.ctwlpt-fs-400p {
  font-size: 4em !important; }
  @media screen and (max-width: 767px) {
    .ctwlpt-fs-400p {
      font-size: 3.5em !important; } }

.ctwlpt-td-u {
  text-decoration: underline !important; }

.ctwlpt-ts-01 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

.ctwlpt-ts-bo-w {
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff; }

.ctwlpt-ts-bo-b {
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000; }

.ctwlpt-block-border {
  margin-bottom: 2em; }

.ctwlpt-block-border-01 {
  padding: 3%;
  border-style: solid;
  border-width: 1px;
  border-color: #000000; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-01 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-border-02 {
  padding: 3%;
  border-style: double;
  border-width: 6px;
  border-color: #5ebe82; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-02 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-border-03 {
  padding: 3%;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #345f9d; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-03 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-border-04 {
  padding: 3%;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 4px;
  border-color: #f5cc0e; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-04 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-border-05 {
  padding: 3%;
  border-top-style: solid;
  border-width: 8px;
  border-color: #dc212d; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-05 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-border-06 {
  padding: 3%;
  border-style: dotted;
  border-width: 2px;
  border-color: #000000; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-06 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-border-07 {
  padding: 3%;
  border-style: dashed;
  border-width: 2px;
  border-color: #cccccc; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-border-07 {
      margin: 5px;
      padding: .75em; } }

.ctwlpt-block-boxshadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }

.ctwlpt-block-textalign-c {
  text-align: center; }

.ctwlpt-block-textalign-c-l {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-textalign-c-l {
      text-align: left; } }

.ctwlpt-block-textalign-l {
  text-align: left; }

.ctwlpt-block-textalign-r {
  text-align: right; }

@media screen and (max-width: 767px) {
  .ctwlpt-wrap br {
    display: none; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-disabled-br br {
    display: none; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-enabled-br br {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-flex-sp-col {
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-flex-sp-col-reverce {
    flex-direction: column-reverse; } }

@media screen and (max-width: 767px) {
  .ctwlpt-block-flex-sp-row {
    flex-direction: row; } }

.ctwlpt-block-flex-pc-col-reverce {
  flex-direction: row-reverse; }

.ctwlpt-block-flex {
  display: flex;
  flex-wrap: wrap; }

.ctwlpt-block-flex-al-center {
  align-items: center; }

.ctwlpt-block-section {
  padding: 5%; }
  @media screen and (max-width: 767px) {
    .ctwlpt-block-section {
      padding: 2em 0.75em; } }

.ctwlpt-block-width-640 {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px; }

.ctwlpt-block-width-860 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px; }

.ctwlpt-block-width-1080 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px; }

.ctwlpt-block-width-1284 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1284px; }

.ctwlpt-block-width-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.ctwlpt-block-radius-0 {
  border-radius: 0px !important; }

.ctwlpt-block-radius-3 {
  border-radius: 3px !important; }

.ctwlpt-block-radius-5 {
  border-radius: 5px !important; }

.ctwlpt-block-radius-10 {
  border-radius: 10px !important; }

.ctwlpt-block-radius-30 {
  border-radius: 30px !important; }

.ctwlpt-block-radius-100 {
  border-radius: 100px !important; }

.has-ctwlpt-black-color {
  color: #000000 !important; }

.has-ctwlpt-dark-color {
  color: #333333 !important; }

.has-ctwlpt-medium-gray-color {
  color: #999999 !important; }

.has-ctwlpt-light-gray-color {
  color: #55638c !important; }

.has-ctwlpt-white-color {
  color: #FFFFFF !important; }

.has-ctwlpt-red-color {
  color: #e22024 !important; }

.has-ctwlpt-dark-red-color {
  color: #a8171b !important; }

.has-ctwlpt-blue-color {
  color: #128ee8 !important; }

.has-ctwlpt-dark-blue-color {
  color: #1e477d !important; }

.has-ctwlpt-emerald-color {
  color: #3dcb92 !important; }

.has-ctwlpt-green-color {
  color: #12ae1e !important; }

.has-ctwlpt-dark-green-color {
  color: #0c7815 !important; }

.has-ctwlpt-orange-color {
  color: #ff8a00 !important; }

.has-ctwlpt-purple-color {
  color: #9b51e0 !important; }

.has-ctwlpt-vivid-pink-color {
  color: #f817a6 !important; }

.has-ctwlpt-pink-color {
  color: #ff7ea9 !important; }

.has-ctwlpt-light-yellow-color {
  color: #fff100 !important; }

.has-ctwlpt-yellow-color {
  color: #ffe000 !important; }

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

.has-text-align-left {
  text-align: left; }

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

/*
■フォントサイズ
@include font-size(16);

※実際のフォントサイズとほぼ同じになる計算。ミックスインにより、pxとremで展開される。
※rem：一番親に設定されているフォントサイズを元にしている。今回は<html>を親に設定。
　<html>のフォントサイズを変更すれば、すべてのフォントサイズが連動する。

---------------------------------------------------------

■クリアフィックス
@include clearfix();

※フロートの解除に使用する。親要素に対してインクルードする。

---------------------------------------------------------

■ボックスシャドウ
@include box-shadow(0px 0px 5px 0px rgba(0,0,0,0.1));

※ベンダープレフィックス付きのボックスシャドウミックスイン。
※()内は通常のボックスシャドウCSSと同じ

---------------------------------------------------------

■要素の縦センター
@include vertical-align();

※要素を中央に配置するが、要素の左上が基準となるため、要素の長さの半分を上にズラす必要あり。

---------------------------------------------------------

■トランスフォーム
@include transform(scale(3.0));

※ベンダープレフィックス付き
※()内にトランスフォームの内容が入る

---------------------------------------------------------

■グラデーション
@include gradient($gradation_end,$mainColor,horizontal);
@include gradient(#ffffff,#000000,vertical);
@include gradient(#ff0000,#00ff00,radial);

※ベンダープレフィックス付きグラデーション
※第一引数と第二引数で色を設定すればOK
※3つ目の引数を設定しない場合は円形になる

---------------------------------------------------------

■ボタンが沈むアニメーション
button {
	@include anime(0.2);
	@include btn_step1(#ff0000,5);
	&:hover {
		@include btn_step2(#aa0000,5);
}

※btn_step1をボタンの要素に、btn_step2をホバーに設定する。
※アニメーションさせる場合は anime(秒数) もインクルードすること。
※btn_step●()の引数にはカラーコードと、ボタンのシャドウの厚みを入れる

---------------------------------------------------------

■アンチエイリアス
@include smooth();

※アップルのサイトで使われていたりするあれ。フォントにアンチエイリアスがかかってキレイになるが、細くなるので注意。

---------------------------------------------------------

■アニメーション
@include anime(0.2);

※アニメーションをONにする
※()内は秒数が入る

---------------------------------------------------------

■角丸
@include borad(100);

※ボックスを角丸にする。ベンダープレフィックス付き
※単位はpx

---------------------------------------------------------

■左だけ角丸
@include borad-left(100);

■右だけ角丸
@include borad-right(100);

※複数の並んだボタンの両サイドを丸くするときに使用

---------------------------------------------------------

■iPhoneのボタンの初期スタイルをオフにする
@include iPhone();

※フォームの送信ボタンをCSSで作るときに使用

---------------------------------------------------------

■部分的なリセット用
@include reset();

※読み込む順番に注意。最後の方で読み込むとすべてリセットされてしまう。


*/
