@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/* github格納用 */
/* 開発環境用 */
* {
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  -webkit-text-size-adjust: 100%; }

img {
  vertical-align: middle; }

a {
  color: #33b6a0;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.op {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    a.op:hover {
      opacity: 0.7;
      text-decoration: none; }
      @media only screen and (max-width: 780px) {
        a.op:hover {
          opacity: 1.0; } }
  a.nb:hover {
    text-decoration: none; }
  a.is-external-link::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    background-image: url("../img//icons/icon_blank.png");
    background-size: 14px 14px; }
  a.is-pdf::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    background-image: url("../img//icons/icon_pdf.png");
    background-size: 16px 16px; }

a.op, button.op {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a.op:hover, button.op:hover {
    opacity: 0.7;
    text-decoration: none; }
    @media only screen and (max-width: 780px) {
      a.op:hover, button.op:hover {
        opacity: 1.0; } }

h1, h2, h3 {
  color: #333;
  line-height: 1.5; }

h4, h5, h6 {
  color: #333;
  line-height: 1.8; }

.img-hover img {
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  vertical-align: middle; }

.img-hover:hover img {
  transform: scale(1.1); }

.isSp {
  display: none; }

@media only screen and (max-width: 780px) {
  .isPc {
    display: none; }
  .isSp {
    display: block; } }

.hide {
  display: none; }

.fontJa-serif {
  font-family: "Noto Serif JP", sans-serif; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

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

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

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

.mb15 {
  margin-bottom: 15px !important; }

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

.mb25 {
  margin-bottom: 25px !important; }

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

.mb35 {
  margin-bottom: 35px !important; }

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

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.w50 {
  width: 50px; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w450 {
  width: 450px; }

.w500 {
  width: 500px; }

.w550 {
  width: 550px; }

.w600 {
  width: 600px; }

.w650 {
  width: 650px; }

.w700 {
  width: 700px; }

.w750 {
  width: 750px; }

.w800 {
  width: 800px; }

.w850 {
  width: 850px; }

.w900 {
  width: 900px; }

.w950 {
  width: 950px; }

.w1000 {
  width: 1000px; }

.w10per {
  box-sizing: border-box;
  width: 10%; }

.w20per {
  box-sizing: border-box;
  width: 20%; }

.w30per {
  box-sizing: border-box;
  width: 30%; }

.w40per {
  box-sizing: border-box;
  width: 40%; }

.w50per {
  box-sizing: border-box;
  width: 50%; }

.w60per {
  box-sizing: border-box;
  width: 60%; }

.w70per {
  box-sizing: border-box;
  width: 70%; }

.w80per {
  box-sizing: border-box;
  width: 80%; }

.w90per {
  box-sizing: border-box;
  width: 90%; }

.w100per {
  box-sizing: border-box;
  width: 100%; }

.h50 {
  height: 50px; }

.h100 {
  height: 100px; }

.h150 {
  height: 150px; }

.h200 {
  height: 200px; }

.h250 {
  height: 250px; }

.h300 {
  height: 300px; }

.h350 {
  height: 350px; }

.h400 {
  height: 400px; }

.h450 {
  height: 450px; }

.h500 {
  height: 500px; }

.h550 {
  height: 550px; }

.h600 {
  height: 600px; }

.h650 {
  height: 650px; }

.h700 {
  height: 700px; }

.h750 {
  height: 750px; }

.h800 {
  height: 800px; }

.h850 {
  height: 850px; }

.h900 {
  height: 900px; }

.h950 {
  height: 950px; }

.h1000 {
  height: 1000px; }

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

.clearfix::after, .blogparts_element.columns.single > li::after, .blogparts_element.columns.single_nowrap::after {
  clear: both;
  content: '';
  display: block; }

.header {
  background: #fff;
  position: fixed;
  width: 200px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #333;
  z-index: 999; }
  .header .header-pc {
    overflow-y: scroll;
    height: 100%;
    margin-right: -30px; }
    .header .header-pc .header-pc-inner {
      width: 200px;
      padding: 35px 0; }
      .header .header-pc .header-pc-inner h1 {
        padding: 0 20px 18px; }
        .header .header-pc .header-pc-inner h1 img {
          width: 160px; }
    .header .header-pc .main-navi {
      margin: 0 0 20px; }
      .header .header-pc .main-navi ul {
        border-top: 1px #dddddd solid; }
        .header .header-pc .main-navi ul li {
          border-bottom: 1px #dddddd solid; }
          .header .header-pc .main-navi ul li a {
            color: #333;
            display: block;
            position: relative;
            text-align: center;
            padding: 18px 20px; }
            .header .header-pc .main-navi ul li a:before {
              content: "";
              position: absolute;
              top: 0;
              right: -8px;
              width: 8px;
              height: 100%;
              background: #19cbad; }
            .header .header-pc .main-navi ul li a:hover {
              text-decoration: none; }
              .header .header-pc .main-navi ul li a:hover:before {
                right: 0; }
          .header .header-pc .main-navi ul li.current a:before {
            right: 0; }
  .header .other-link {
    margin: 0 0 20px;
    padding: 0 20px; }
    .header .other-link ul li {
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center;
      margin-bottom: 20px; }
      .header .other-link ul li:last-child {
        margin-bottom: 0; }
      .header .other-link ul li a {
        color: #333;
        display: block; }
  .header .searc-form {
    margin: 0 0 20px;
    padding: 0 20px; }
    .header .searc-form form input {
      -webkit-appearance: none; }
    .header .searc-form form input[type="search"] {
      background: #f2f2f2;
      border: solid 1px #f2f2f2;
      border-left: none;
      border-radius: 15px 0 0 15px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      float: left;
      line-height: 1.0;
      margin: 0 auto;
      padding: 0 10px;
      width: calc(100% - 30px);
      height: 30px; }
      .header .searc-form form input[type="search"]:focus {
        outline: none; }
    .header .searc-form form .btn.search {
      background: url(../img/icons/icon_loope_b.png) #f2f2f2 center center no-repeat;
      background-size: 14px;
      border: solid 1px #f2f2f2;
      border-left: none;
      border-radius: 0 15px 15px 0;
      display: block;
      float: left;
      text-indent: -9999px;
      line-height: 1.0;
      padding: 0 15px 0 8px;
      cursor: pointer;
      width: 30px;
      height: 30px; }
      .header .searc-form form .btn.search:focus {
        outline: none; }
  .header .bnr-area {
    margin: 0 0 20px;
    padding: 0 20px; }
    .header .bnr-area .bnr-box {
      margin-bottom: 15px; }
      .header .bnr-area .bnr-box:last-child {
        margin-bottom: 0; }
      .header .bnr-area .bnr-box img {
        box-sizing: border-box;
        width: 160px; }
  .header .share-area {
    margin: 0 0 20px;
    padding: 0 20px; }
    .header .share-area a {
      display: inline-block;
      margin-bottom: 15px; }
      .header .share-area a:last-child {
        margin-bottom: 0; }
    .header .share-area img {
      width: 160px; }
  @media only screen and (max-width: 780px) {
    .header {
      width: 100%;
      height: 50px;
      overflow: inherit;
      box-shadow: 0 0 5px 0 #333; }
      .header .header-sp {
        position: relative;
        -webkit-overflow-scrolling: touch; }
        .header .header-sp h1 {
          position: absolute;
          top: 12px;
          left: calc(50% - 80px);
          width: 160px; }
          .header .header-sp h1 img {
            width: 100%; }
      .header .menu-btn {
        position: absolute;
        top: 15px;
        left: 20px;
        z-index: 9999; }
        .header .menu-btn a {
          display: block;
          position: relative;
          width: 20px;
          height: 20px;
          text-indent: -9999px;
          cursor: pointer; }
          .header .menu-btn a span {
            background: #666;
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            transition: all 0.4s; }
            .header .menu-btn a span:nth-child(1) {
              top: 3px; }
            .header .menu-btn a span:nth-child(2) {
              top: 9px; }
            .header .menu-btn a span:nth-child(3) {
              top: 15px; }
          .header .menu-btn a.open span:nth-child(1) {
            transform: translateY(6px) rotate(45deg);
            -webkit-transform: translateY(6px) rotate(45deg); }
          .header .menu-btn a.open span:nth-child(2) {
            opacity: 0; }
          .header .menu-btn a.open span:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg);
            -webkit-transform: translateY(-6px) rotate(-45deg); }
      .header .main-navi {
        margin: 0 0 25px; }
        .header .main-navi > ul > li {
          border-top: 1px #bbb solid;
          position: relative; }
          .header .main-navi > ul > li:first-child {
            border-top: 0; }
          .header .main-navi > ul > li:last-child {
            border-bottom: 1px #bbb solid; }
          .header .main-navi > ul > li a {
            color: #fff;
            display: block;
            position: relative;
            padding: 15px 15px; }
            .header .main-navi > ul > li a:hover {
              text-decoration: none; }
          .header .main-navi > ul > li .nav-parent {
            display: flex; }
            .header .main-navi > ul > li .nav-parent a {
              width: calc(100% - 60px); }
            .header .main-navi > ul > li .nav-parent .toggle {
              display: block;
              margin-left: auto;
              width: 60px;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              background: #777; }
              .header .main-navi > ul > li .nav-parent .toggle::before {
                content: '';
                display: block;
                background-image: url(../img/icons/icon_plus.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 15px;
                height: 15px; }
              .header .main-navi > ul > li .nav-parent .toggle.open::before {
                background-image: url(../img/icons/icon_minus.png); }
          .header .main-navi > ul > li .main-navi-child {
            font-size: 13px;
            font-size: 1.3rem;
            display: none;
            padding: 10px 0;
            background: #777; }
            .header .main-navi > ul > li .main-navi-child > li i {
              color: #fff;
              font-size: 14px;
              font-size: 1.4rem;
              margin-left: -13px;
              margin-right: 8px;
              vertical-align: middle; }
            .header .main-navi > ul > li .main-navi-child > li a {
              padding: 10px 15px 10px 30px; }
      .header .sp-menu {
        position: fixed;
        top: 50px;
        background: #666;
        width: 100%;
        height: calc(100% - 50px);
        overflow-y: scroll;
        display: none; }
      .header .other-link {
        font-size: 13px;
        font-size: 1.3rem; }
        .header .other-link ul {
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .header .other-link ul li {
            width: 50%; }
            .header .other-link ul li a {
              color: #fff; }
      .header .searc-form {
        padding: 0 15px; }
      .header .bnr-area {
        padding: 0 15px;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .header .bnr-area .bnr-box {
          width: calc((100% - 1px - 26px * 2) / 3);
          text-align: center;
          box-sizing: border-box;
          margin-right: 26px; }
          .header .bnr-area .bnr-box:nth-child(3n) {
            margin-right: 0; }
          .header .bnr-area .bnr-box img {
            width: 100%; }
      .header .share-area {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px; }
        .header .share-area a {
          display: block;
          width: calc((100% - 1px - 26px * 2) / 3);
          margin-right: 26px; }
          .header .share-area a:nth-child(3n) {
            margin-right: 0; }
        .header .share-area img {
          width: 100%; } }
  @media only screen and (max-width: 667px) {
    .header .bnr-area .bnr-box {
      width: calc((100% - 1px - 26px) / 2); }
      .header .bnr-area .bnr-box:nth-child(3n) {
        margin-right: 26px; }
      .header .bnr-area .bnr-box:nth-child(even) {
        margin-right: 0; }
    .header .share-area a {
      width: calc((100% - 1px - 26px) / 2); }
      .header .share-area a:nth-child(3n) {
        margin-right: 26px; }
      .header .share-area a:nth-child(even) {
        margin-right: 0; } }

.btm-bnr-area {
  position: relative;
  background: #fff;
  padding: 30px 0;
  margin-bottom: -10px;
  margin-left: 200px;
  width: calc(100% - 200px);
  max-width: 1800px;
  border-top: 1px solid #f2f2f2; }
  @media only screen and (max-width: 780px) {
    .btm-bnr-area {
      padding: 20px 0 30px;
      margin-left: auto;
      width: auto; } }
  .btm-bnr-area .bnr-wrap-ttl {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .btm-bnr-area .bnr-wrap-ttl span {
      position: relative;
      display: inline-block; }
      .btm-bnr-area .bnr-wrap-ttl span br {
        display: none; }
      .btm-bnr-area .bnr-wrap-ttl span::before, .btm-bnr-area .bnr-wrap-ttl span::after {
        content: "";
        display: block;
        width: 18px;
        height: 1px;
        background: #666;
        position: absolute;
        top: 50%;
        left: -25px; }
      .btm-bnr-area .bnr-wrap-ttl span::after {
        left: auto;
        right: -25px; }
    @media only screen and (max-width: 667px) {
      .btm-bnr-area .bnr-wrap-ttl {
        font-size: 1.2rem;
        margin-bottom: 15px; }
        .btm-bnr-area .bnr-wrap-ttl span {
          text-align: center; }
          .btm-bnr-area .bnr-wrap-ttl span br {
            display: inline-block; }
          .btm-bnr-area .bnr-wrap-ttl span::before, .btm-bnr-area .bnr-wrap-ttl span::after {
            display: none; } }
  .btm-bnr-area .bnr-wrap-first {
    width: 100%;
    max-width: 1030px;
    padding: 0 5px 15px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #999; }
    .btm-bnr-area .bnr-wrap-first li {
      max-width: 15%;
      text-align: center;
      margin-right: 1.5%;
      display: inline-block; }
      .btm-bnr-area .bnr-wrap-first li img {
        max-width: 100%;
        max-height: 60px; }
      .btm-bnr-area .bnr-wrap-first li:last-child {
        margin-right: 0; }
    @media only screen and (max-width: 780px) {
      .btm-bnr-area .bnr-wrap-first {
        max-width: 90%;
        padding: 0 0 15px; }
        .btm-bnr-area .bnr-wrap-first li {
          max-width: 18%;
          /*&:nth-child(4),
                &:last-child{
                    margin-right: 0;
                }*/ } }
    @media only screen and (max-width: 667px) {
      .btm-bnr-area .bnr-wrap-first {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        border-color: #666; }
        .btm-bnr-area .bnr-wrap-first li {
          width: 50%;
          max-width: none;
          margin-right: 0; }
          .btm-bnr-area .bnr-wrap-first li img {
            max-width: 90%; } }
    .btm-bnr-area .bnr-wrap-first + .bnr-wrap {
      margin-top: 10px; }
      @media only screen and (max-width: 667px) {
        .btm-bnr-area .bnr-wrap-first + .bnr-wrap {
          margin-top: 15px; } }
  .btm-bnr-area .bnr-wrap {
    width: 100%;
    max-width: 1030px;
    padding: 0 5px;
    margin: 0 auto;
    text-align: center; }
    .btm-bnr-area .bnr-wrap li {
      max-width: 12%;
      text-align: center;
      margin-right: 1.5%;
      margin-bottom: 15px;
      display: inline-block; }
      @media only screen and (max-width: 667px) {
        .btm-bnr-area .bnr-wrap li {
          max-width: none;
          margin-right: 0; } }
      .btm-bnr-area .bnr-wrap li img {
        max-width: 100%;
        max-height: 60px; }
      .btm-bnr-area .bnr-wrap li:last-child {
        margin-right: 0; }
    @media only screen and (max-width: 780px) {
      .btm-bnr-area .bnr-wrap {
        max-width: 90%;
        padding: 0; }
        .btm-bnr-area .bnr-wrap li {
          max-width: 15%;
          margin-right: calc(14% / 2); }
          .btm-bnr-area .bnr-wrap li:nth-child(4), .btm-bnr-area .bnr-wrap li:last-child {
            margin-right: 0; } }
    @media only screen and (max-width: 667px) {
      .btm-bnr-area .bnr-wrap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #666; }
        .btm-bnr-area .bnr-wrap li {
          width: 33%;
          max-width: none;
          margin-right: 0; }
          .btm-bnr-area .bnr-wrap li img {
            max-width: 80%;
            max-height: 50px; } }
    .btm-bnr-area .bnr-wrap + .bnr-wrap {
      margin-top: 20px; }
    @media only screen and (max-width: 780px) {
      .btm-bnr-area .bnr-wrap + .icon-wrap {
        margin-top: 15px; } }
  .btm-bnr-area .icon-wrap {
    width: 100%;
    max-width: 1030px;
    padding: 0 5px;
    margin: 0 auto;
    text-align: center; }
    .btm-bnr-area .icon-wrap li {
      max-width: 13%;
      text-align: center;
      margin-right: 1.5%;
      display: inline-block; }
      .btm-bnr-area .icon-wrap li img {
        max-width: 100%;
        max-height: 60px; }
      .btm-bnr-area .icon-wrap li:last-child {
        margin-right: 0; }
    @media only screen and (max-width: 667px) {
      .btm-bnr-area .icon-wrap li {
        margin-bottom: 15px;
        max-width: 18%;
        margin-right: 3%; }
        .btm-bnr-area .icon-wrap li img {
          max-height: 70px; } }

.btn-pagetop {
  position: absolute;
  right: 60px;
  bottom: -30px;
  width: 50px;
  display: none;
  z-index: 9;
  overflow: visible; }
  .btn-pagetop.is-fixed {
    position: fixed;
    bottom: 20px; }
  @media only screen and (max-width: 780px) {
    .btn-pagetop {
      bottom: 0;
      right: 20px;
      width: 40px; }
      .btn-pagetop.is-fixed {
        bottom: 20px; } }
  .btn-pagetop.fixedsticky-on {
    /* IE only */
    right: 60px; }
    @media only screen and (max-width: 780px) {
      .btn-pagetop.fixedsticky-on {
        right: 20px; } }
  .btn-pagetop a {
    background: url(../img/buttons/btn_pagetop.png) 0 0 no-repeat;
    background-size: 50px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    backface-visibility: hidden; }
    @media only screen and (max-width: 780px) {
      .btn-pagetop a {
        background-size: 40px;
        width: 40px;
        height: 40px; } }

.footer-bottom {
  max-width: 1800px;
  margin-left: 200px;
  background: #666;
  color: #fff;
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 780px) {
    .footer-bottom {
      padding-top: 0;
      margin: 35px 0 0; } }
  .footer-bottom a {
    color: #fff; }
  .footer-bottom .link-list-f {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 780px) {
      .footer-bottom .link-list-f {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .footer-bottom .link-list-f li {
      margin: 0 18px; }
      @media only screen and (max-width: 780px) {
        .footer-bottom .link-list-f li {
          margin: 0;
          width: 100%;
          box-sizing: border-box; } }
  .footer-bottom .foot-navi {
    font-size: 13px;
    font-size: 1.3rem; }
    .footer-bottom .foot-navi .link-list-f a {
      display: block;
      padding: 15px 15px 15px 34px; }
    @media only screen and (max-width: 780px) {
      .footer-bottom .foot-navi .link-list-f li {
        position: relative;
        border-bottom: 1px #bbb solid; }
        .footer-bottom .foot-navi .link-list-f li i {
          position: absolute;
          left: 15px;
          top: calc(50% - (18px / 2));
          color: #fff;
          font-size: 18px;
          font-size: 1.8rem; } }
  .footer-bottom .foot-link {
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 780px) {
      .footer-bottom .foot-link {
        margin-top: 0; } }
    @media only screen and (max-width: 780px) {
      .footer-bottom .foot-link .link-list-f {
        border-bottom: 1px #bbb solid;
        padding: 10px 0; } }
    @media only screen and (max-width: 780px) {
      .footer-bottom .foot-link .link-list-f li {
        width: 50%;
        padding: 10px 15px; } }
  .footer-bottom .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0;
    text-align: center;
    margin-top: 20px; }

/*----- 2021.11.16 SPフッターの調整 -----*/
footer.footer .sp-bnr-area {
  background: #dadada;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0 -35px;
  padding: 20px;
  flex-wrap: wrap;
  /* バナー3個以上で摘要 */ }

footer.footer .sp-bnr-area .bnr-box {
  width: calc((100% - 20px) / 2);
  /* バナー3個以上で摘要 */ }

footer.footer .sp-bnr-area .bnr-box a img {
  width: 100%; }

@media screen and (min-width: 781px) {
  footer.footer .sp-bnr-area {
    display: none; }
  .footer-bottom {
    position: relative;
    margin-top: 0; }
  .not-movie-area {
    background: #fff; }
  .Top.Top-index .btn-pagetop {
    bottom: 10px; }
  .btn-pagetop {
    bottom: 20px; } }

/*----- 2023.12.22 フッターにグループリンク追加 -----*/
.footer-bottom .foot-link .link-list-f li {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  @media only screen and (max-width: 780px) {
    .footer-bottom .foot-link .link-list-f li {
      padding-right: 0;
      padding-left: 34px; } }
  @media only screen and (max-width: 780px) {
    .footer-bottom .foot-link .link-list-f li a::before {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      left: 15px;
      display: block;
      width: 6px;
      height: 10px;
      background: url(../img/icons/icon_arw_w.png) 0 0 no-repeat;
      background-size: contain;
      line-height: 1.5; } }
  .footer-bottom .foot-link .link-list-f li::after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: calc(50% - 7px);
    right: 0; }
    @media only screen and (max-width: 780px) {
      .footer-bottom .foot-link .link-list-f li::after {
        content: none; } }
  .footer-bottom .foot-link .link-list-f li:last-child::after {
    content: none; }

.footer-bottom .foot-link .link-list-group {
  display: flex;
  justify-content: center; }
  .footer-bottom .foot-link .link-list-group li {
    margin: 0 18px; }
    @media only screen and (max-width: 780px) {
      .footer-bottom .foot-link .link-list-group li {
        width: 50%;
        margin: 0 15px; } }
    .footer-bottom .foot-link .link-list-group li a.blank::after {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-left: 2px;
      background: url(../img/icons/icon_blank_w.png) 0 0 no-repeat;
      background-size: contain;
      line-height: 1.5;
      vertical-align: middle; }

.footer-bottom .foot-ttl-group {
  font-size: 1.1rem;
  color: #C2C2C2;
  text-align: center;
  margin-top: 18px; }
  @media only screen and (max-width: 780px) {
    .footer-bottom .foot-ttl-group {
      margin: 0 15px;
      margin-top: 15px;
      margin-bottom: 8px;
      text-align: left; } }

.footer-bottom .foot-line {
  border: none;
  border-top: #fff 1px solid;
  margin: 6px 18px 8px; }
  @media only screen and (max-width: 780px) {
    .footer-bottom .foot-line {
      margin: 15px 0 8px; } }

.page-wrap {
  margin-left: 200px;
  width: calc(100% - 200px);
  max-width: 1800px; }
  @media only screen and (max-width: 780px) {
    .page-wrap {
      width: 100%;
      margin: 0;
      padding: 50px 0 0; } }

.navi-second,
.navi-third {
  line-height: 1.0;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative; }
  .navi-second ul li,
  .navi-third ul li {
    width: auto; }
  .navi-second .initially-hidden,
  .navi-third .initially-hidden {
    display: none; }

.navi-second {
  font-size: 14px;
  font-size: 1.4rem;
  background: #19cbad;
  overflow: hidden;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 998; }
  .navi-second .sec-prev,
  .navi-second .sec-next {
    top: calc(0.5em + 15px);
    left: 0;
    width: 30px;
    height: calc(1em + 36px);
    background: #80e5d4; }
    .navi-second .sec-prev:focus,
    .navi-second .sec-next:focus {
      outline: none; }
    .navi-second .sec-prev::before,
    .navi-second .sec-next::before {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 4px);
      width: 9px;
      height: 15px;
      background: url(../img/buttons/subnav_arw_l.png) 0 0 no-repeat;
      background-size: contain; }
    .navi-second .sec-prev.swiper-button-disabled,
    .navi-second .sec-next.swiper-button-disabled {
      display: none; }
  .navi-second .sec-next {
    left: inherit;
    right: 0; }
    .navi-second .sec-next::before {
      background-image: url(../img/buttons/subnav_arw_r.png); }
  .navi-second a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 18px 0;
    position: relative; }
    .navi-second a span {
      padding: 0 24px;
      border-left: 1px rgba(255, 255, 255, 0.8) solid; }
    .navi-second a::before {
      content: "";
      background: #fff;
      position: absolute;
      top: -5px;
      left: 24px;
      width: calc(100% - 48px);
      height: 5px; }
    .navi-second a:hover::before {
      top: 0; }
  .navi-second li:last-child span {
    border-right: 1px rgba(255, 255, 255, 0.8) solid; }
  .navi-second li.current a::before {
    top: 0; }
  .navi-second li.current.has-child a::before {
    top: -5px; }
  .navi-second li.current.has-child a:hover::before {
    top: 0; }
  .navi-second ul.mobile li a:hover::before, .navi-second ul.mobile li.has-child a:hover::before {
    top: -5px; }
  .navi-second ul.mobile li.current:not(.has-child) a:hover::before {
    top: 0; }

.navi-third {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f2f2f2;
  padding-top: 13px;
  padding-bottom: 13px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 997; }
  .navi-third .thi-prev,
  .navi-third .thi-next {
    top: calc(0.5em + 16px);
    left: 0;
    width: 30px;
    height: calc(1em + 26px);
    background: #80e5d4; }
    .navi-third .thi-prev:focus,
    .navi-third .thi-next:focus {
      outline: none; }
    .navi-third .thi-prev::before,
    .navi-third .thi-next::before {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 4px);
      width: 9px;
      height: 15px;
      background: url(../img/buttons/subnav_arw_l.png) 0 0 no-repeat;
      background-size: contain; }
    .navi-third .thi-prev.swiper-button-disabled,
    .navi-third .thi-next.swiper-button-disabled {
      display: none; }
  .navi-third .thi-next {
    left: inherit;
    right: 0; }
    .navi-third .thi-next::before {
      background-image: url(../img/buttons/subnav_arw_r.png); }
  .navi-third a {
    color: #333;
    margin-right: 50px; }
  .navi-third li.current a {
    color: #19cbad; }

.navi-second-sp {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px #f2f2f2 solid; }
  .navi-second-sp a {
    display: block;
    position: relative;
    color: #333;
    padding: 8px 10px 8px 0;
    text-decoration: none; }
  .navi-second-sp .current > a {
    color: #19cbad; }
  .navi-second-sp > ul {
    position: relative;
    margin: 0 15px 30px;
    padding: 5px 15px;
    border: 1px #dddddd solid; }
    .navi-second-sp > ul::after {
      content: "";
      position: absolute;
      top: 0;
      left: 25px;
      width: 70px;
      height: 3px;
      background: #19cbad; }
    .navi-second-sp > ul li {
      position: relative; }
      .navi-second-sp > ul li i {
        position: absolute;
        right: 0;
        top: calc(50% - (22px / 2));
        color: #a7a7a7;
        font-size: 22px;
        font-size: 2.2rem; }
    .navi-second-sp > ul > li {
      border-bottom: 1px #dddddd solid; }
      .navi-second-sp > ul > li:first-child {
        font-weight: 500;
        font-family: "M PLUS 1p", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5; }
        .navi-second-sp > ul > li:first-child a {
          color: #333; }
      .navi-second-sp > ul > li:last-child {
        border-bottom: none; }
  .navi-second-sp .navi-second-child {
    padding: 5px 0 5px 20px; }
    .navi-second-sp .navi-second-child li a {
      padding: 10px 20px 10px 0; }

.main-contents-container {
  margin: 0 0 30px; }
  @media only screen and (max-width: 780px) {
    .main-contents-container {
      margin: 0 0 20px; } }

.breadcrumb-wrap {
  width: calc(100% - 80px);
  margin: 30px auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (max-width: 780px) {
    .breadcrumb-wrap {
      width: 100%;
      margin: 0;
      padding: 10px 15px;
      box-sizing: border-box; } }
  .breadcrumb-wrap .breadcrumb {
    font-size: 13px;
    font-size: 1.3rem;
    overflow: hidden; }
    .breadcrumb-wrap .breadcrumb li {
      float: left; }
      .breadcrumb-wrap .breadcrumb li::after {
        content: "\00003E";
        margin: 0 5px; }
      .breadcrumb-wrap .breadcrumb li:last-child::after {
        content: "";
        margin: 0; }
    @media only screen and (max-width: 780px) {
      .breadcrumb-wrap .breadcrumb {
        overflow: visible; }
        .breadcrumb-wrap .breadcrumb ul {
          display: flex;
          flex-wrap: nowrap;
          overflow-x: auto;
          margin: 0 -15px;
          padding: 0 15px; }
          .breadcrumb-wrap .breadcrumb ul li {
            flex: 0 0 auto; }
            .breadcrumb-wrap .breadcrumb ul li:last-child {
              padding-right: 15px; } }

.ttl-area {
  position: relative;
  border-bottom: 1px #dddddd solid;
  width: calc(100% - 80px);
  margin: 0 auto 30px;
  padding-top: 25px; }
  .ttl-area::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #19cbad; }
  @media only screen and (max-width: 780px) {
    .ttl-area {
      width: calc(100% - 30px);
      margin: 0 auto 25px;
      padding-top: 0; } }
  .ttl-area .page-ttl {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3; }
    @media only screen and (max-width: 780px) {
      .ttl-area .page-ttl {
        margin-bottom: 15px; } }
    .ttl-area .page-ttl .main-ttl {
      font-family: "M PLUS 1p", sans-serif;
      font-size: 34px;
      font-size: 3.4rem; }
      @media only screen and (max-width: 780px) {
        .ttl-area .page-ttl .main-ttl {
          font-size: 24px;
          font-size: 2.4rem; } }
    .ttl-area .page-ttl .decorate-ttl {
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 44px;
      font-size: 4.4rem; }
      @media only screen and (max-width: 780px) {
        .ttl-area .page-ttl .decorate-ttl {
          font-size: 34px;
          font-size: 3.4rem; } }
      .ttl-area .page-ttl .decorate-ttl + .main-ttl {
        font-size: 16px;
        font-size: 1.6rem;
        display: block; }
        @media only screen and (max-width: 780px) {
          .ttl-area .page-ttl .decorate-ttl + .main-ttl {
            font-size: 14px;
            font-size: 1.4rem; } }
  .ttl-area.kv-layout-01, .ttl-area.kv-layout-02 {
    border: none;
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px; }
    .ttl-area.kv-layout-01::after, .ttl-area.kv-layout-02::after {
      content: none; }
    @media only screen and (max-width: 780px) {
      .ttl-area.kv-layout-01, .ttl-area.kv-layout-02 {
        margin-bottom: 20px; } }
    .ttl-area.kv-layout-01 .page-ttl, .ttl-area.kv-layout-02 .page-ttl {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-bottom: 0;
      text-align: center;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 780px) {
        .ttl-area.kv-layout-01 .page-ttl, .ttl-area.kv-layout-02 .page-ttl {
          position: static;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          margin: 15px 15px 0; } }
    .ttl-area.kv-layout-01 img, .ttl-area.kv-layout-02 img {
      position: relative;
      width: 100%;
      height: 100%; }
  .ttl-area.kv-layout-01 .page-ttl {
    color: #fff; }
    @media only screen and (max-width: 780px) {
      .ttl-area.kv-layout-01 .page-ttl {
        color: #333; } }
  .ttl-area.kv-layout-02 .page-ttl {
    color: #333; }

.section-ttl {
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-size: 2.4rem; }
  @media only screen and (max-width: 780px) {
    .section-ttl {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 25px; } }
  .section-ttl span {
    display: block;
    text-align: center; }
    .section-ttl span.fontEn {
      font-weight: 600;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 32px;
      font-size: 3.2rem; }
      @media only screen and (max-width: 780px) {
        .section-ttl span.fontEn {
          font-size: 28px;
          font-size: 2.8rem; } }
    .section-ttl span.fontSub {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; }
      @media only screen and (max-width: 780px) {
        .section-ttl span.fontSub {
          font-size: 14px;
          font-size: 1.4rem; } }
  .section-ttl.border-ttl {
    position: relative;
    padding-bottom: 20px; }
    .section-ttl.border-ttl::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 35px);
      width: 70px;
      height: 4px;
      background: #19cbad; }
    @media only screen and (max-width: 780px) {
      .section-ttl.border-ttl {
        padding-bottom: 15px; } }

.common-tab-switch {
  margin-bottom: 20px;
  background: #fff; }
  @media only screen and (max-width: 780px) {
    .common-tab-switch {
      margin-bottom: 15px; } }

.common-tab-list {
  font-size: 16px;
  font-size: 1.6rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.0;
  position: relatve; }
  @media only screen and (max-width: 780px) {
    .common-tab-list {
      font-size: 14px;
      font-size: 1.4rem;
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .common-tab-list.grow-items {
        width: auto;
        overflow-x: auto; }
        .common-tab-list.grow-items li {
          flex: 1 1 auto; }
        .common-tab-list.grow-items.two-items li {
          flex: 1 1 100%; }
      .common-tab-list::-webkit-scrollbar {
        display: none; } }
  .common-tab-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a7a7a7;
    flex: 1 1 100%;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 4px;
    transition: background 0.3s ease-in-out; }
    @media only screen and (max-width: 780px) {
      .common-tab-list li {
        flex: 0 0 auto; }
        .common-tab-list li a {
          white-space: nowrap; } }
    .common-tab-list li:last-child {
      margin-right: 0; }
    .common-tab-list li.current {
      background: #19cbad;
      position: relative; }
      .common-tab-list li.current::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: calc(50% - 9px);
        border-bottom: 8px #fff solid;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent; }
    @media only screen and (min-width: 781px) {
      .common-tab-list li:hover {
        background: #19cbad; } }
    .common-tab-list li a {
      width: 100%;
      color: #fff;
      display: flex;
      justify-content: center;
      align-item: center;
      padding: 20px 14px;
      text-align: left; }
      .common-tab-list li a:hover {
        text-decoration: none; }

.content-inner-container {
  margin: 0 80px; }
  @media only screen and (max-width: 1679px) {
    .content-inner-container {
      margin: 0 40px; } }
  @media only screen and (max-width: 780px) {
    .content-inner-container {
      margin: 0 15px; } }

/*
.created-contents-section{
    & > .blogparts_element{
        width: calc(100% - 80px);
        margin: 0 auto 60px;
    
        @include media(sp) {
            width: calc(100% - 30px);
            margin: 0 auto 30px;
        }
    }
} */
.page-btns-wrap {
  margin: 50px 80px 0; }
  @media only screen and (max-width: 1679px) {
    .page-btns-wrap {
      margin: 50px 40px 0; } }
  @media only screen and (max-width: 780px) {
    .page-btns-wrap {
      margin: 40px 15px 0; } }

.pagination-wrap {
  margin: 40px 80px 0; }
  @media only screen and (max-width: 1679px) {
    .pagination-wrap {
      margin: 40px 40px 0; } }
  @media only screen and (max-width: 780px) {
    .pagination-wrap {
      margin: 30px 15px 0; } }

.article-navi {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500; }
  .article-navi ul {
    position: relative;
    width: 100%;
    height: calc(1em + 30px); }
    .article-navi ul a {
      display: block;
      color: #333; }
  .article-navi .back-btn {
    margin: 0 auto;
    width: 180px; }
    .article-navi .back-btn a {
      text-align: center;
      color: #fff;
      background: #666;
      padding: 12px 0; }
      .article-navi .back-btn a i {
        margin-right: 8px;
        font-size: 14px;
        font-size: 1.4rem;
        transform: scale(1.5); }
  .article-navi .prev-btn,
  .article-navi .next-btn {
    top: calc(50% - 0.5em);
    left: 0;
    position: absolute; }
    .article-navi .prev-btn a,
    .article-navi .next-btn a {
      position: relative;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 780px) {
        .article-navi .prev-btn a span,
        .article-navi .next-btn a span {
          display: none; } }
      .article-navi .prev-btn a i,
      .article-navi .next-btn a i {
        width: calc(30px / 1.5);
        height: calc(30px / 1.5);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #666;
        transform: scale(1.5); }
  .article-navi .prev-btn a i {
    margin-right: 20px; }
  .article-navi .next-btn {
    left: inherit;
    right: 0; }
    .article-navi .next-btn a {
      padding-left: 0; }
      .article-navi .next-btn a i {
        margin-left: 20px; }

.pagination {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }
  .pagination .page-num a {
    display: block;
    color: #333; }
  .pagination .page-num li {
    display: inline-block;
    background: #f2f2f2;
    width: calc(1em + 10px);
    margin-right: 18px;
    margin-top: 15px;
    vertical-align: top; }
    .pagination .page-num li:last-child {
      margin-right: 0; }
    .pagination .page-num li.current {
      background: #19cbad;
      color: #fff; }
    .pagination .page-num li.ellipsis {
      background: none; }
    .pagination .page-num li.disabled {
      display: none; }
    .pagination .page-num li.page-prev, .pagination .page-num li.page-next {
      position: relative;
      overflow: hidden;
      text-indent: -9999px; }
      .pagination .page-num li.page-prev::before, .pagination .page-num li.page-next::before {
        content: " ";
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 3px);
        width: 6px;
        height: 10px;
        background: url(../img/icons/icon_page_prev.png) 0 0 no-repeat;
        background-size: contain; }
    .pagination .page-num li.page-next::before {
      left: inherit;
      right: calc(50% - 3px);
      background-image: url(../img/icons/icon_page_next.png); }

.article-links {
  margin-top: 70px;
  background: #f2f2f2;
  padding: 60px 80px; }
  @media only screen and (max-width: 1679px) {
    .article-links {
      padding: 60px 40px; } }
  @media only screen and (max-width: 780px) {
    .article-links {
      margin-top: 40px;
      padding: 40px 15px; } }
  .article-links .section-ttl {
    text-align: center; }

.article-box {
  width: 100%;
  height: 100%;
  position: relative;
  background: #dadada; }

.article-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .article-box-inner a,
  .article-box-inner > span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #fff;
    z-index: 1; }
    .article-box-inner a:hover,
    .article-box-inner > span:hover {
      color: #fff; }
  .article-box-inner a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .article-box-inner img {
    width: auto;
    height: 100%; }
  .article-box-inner .article-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 5px #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.74) 100%);
    width: calc(100% + 2px);
    padding: 30px 25px 15px;
    right: -1px;
    left: -1px; }
    .article-box-inner .article-ttl.layout-mv, .article-box-inner .article-ttl.layout-ar, .article-box-inner .article-ttl.layout-pa {
      bottom: 0; }
    @media only screen and (max-width: 780px) {
      .article-box-inner .article-ttl {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 24px 15px 12px; }
        .article-box-inner .article-ttl.layout-mv, .article-box-inner .article-ttl.layout-ar, .article-box-inner .article-ttl.layout-pa {
          bottom: 0; } }
    .article-box-inner .article-ttl span {
      display: block; }
      .article-box-inner .article-ttl span.article-more, .article-box-inner .article-ttl span.article-ttl-text {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 3px; }
        .article-box-inner .article-ttl span.article-more.ic-blank::after, .article-box-inner .article-ttl span.article-ttl-text.ic-blank::after {
          content: "";
          display: inline-block;
          margin-left: 7px;
          width: 12px;
          height: 12px;
          background-image: url(../img/icons/icon_blank_w.png);
          background-size: 12px 12px; }
        @media only screen and (max-width: 780px) {
          .article-box-inner .article-ttl span.article-more, .article-box-inner .article-ttl span.article-ttl-text {
            font-size: 14px;
            font-size: 1.4rem; } }
      .article-box-inner .article-ttl span.article-more {
        font-size: 13px;
        font-size: 1.3rem; }
      .article-box-inner .article-ttl span.article-category {
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        background: #666;
        margin-bottom: 5px;
        padding: 3px 8px;
        text-shadow: none; }

.btns {
  display: flex;
  justify-content: center; }
  .btns.mt {
    margin-top: 40px; }
  @media only screen and (max-width: 780px) {
    .btns {
      flex-wrap: wrap; }
      .btns.mt {
        margin-top: 30px; } }

.btn {
  flex: 0 0 auto;
  display: inline-block;
  width: calc(25% - 10px);
  margin: 5px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 30px;
  border-radius: 0; }
  .btn:only-of-type {
    margin: 0; }
  .btn:hover, .btn:focus, .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    box-shadow: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline-offset: 0; }
  .btn i {
    margin-right: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    transform: scale(1.6);
    transform-origin: left 65%; }
  .btn.primary {
    border-radius: 0;
    padding: 14px 30px;
    border: #19cbad solid 1px;
    color: #19cbad; }
    .btn.primary:visited {
      color: #19cbad; }
    .btn.primary:hover {
      color: #19cbad; }
    .btn.primary:active {
      color: #19cbad; }
    .btn.primary.filled {
      color: #fff;
      background: #19cbad; }
      .btn.primary.filled:visited {
        color: #fff; }
      .btn.primary.filled:hover {
        color: #fff; }
      .btn.primary.filled:active {
        color: #fff; }
  .btn.gray {
    border-radius: 0;
    padding: 14px 30px;
    border: #666 solid 1px;
    color: #666; }
    .btn.gray:visited {
      color: #666; }
    .btn.gray:hover {
      color: #666; }
    .btn.gray:active {
      color: #666; }
    .btn.gray.filled {
      color: #fff;
      background: #666; }
      .btn.gray.filled:visited {
        color: #fff; }
      .btn.gray.filled:hover {
        color: #fff; }
      .btn.gray.filled:active {
        color: #fff; }
      .btn.gray.filled:hover {
        color: #fff; }

.btn-l {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 30px;
  width: calc(33% - 10px); }

@media only screen and (max-width: 780px) {
  .btn {
    width: 60%;
    margin-left: 0;
    padding: 14px 20px; }
  .btn + .btn {
    margin-top: 15px; }
  .btn-l {
    width: 80%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 14px 20px; } }

.to-news-list-btn {
  margin-top: 30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
  .to-news-list-btn a {
    color: #333;
    flex: 0 0 auto;
    position: relative;
    padding: 12px 40px;
    border: 1px #dddddd solid;
    border-radius: 25px; }
    .to-news-list-btn a i {
      margin-right: 8px;
      color: #19cbad;
      font-size: 14px;
      font-size: 1.4rem;
      transform: scale(1.5); }

.ttl-area .page-ttl .mark_sdgs {
  position: absolute;
  top: 18px;
  margin-left: 12px; }
  .ttl-area .page-ttl .mark_sdgs img {
    margin-right: 6px;
    width: 60px;
    height: 60px; }
    .ttl-area .page-ttl .mark_sdgs img:last-child {
      margin-right: 0; }
  @media screen and (max-width: 667px) {
    .ttl-area .page-ttl .mark_sdgs {
      top: -6px;
      margin-left: 9px; }
      .ttl-area .page-ttl .mark_sdgs img {
        width: 45px;
        height: 45px; } }

h2.blogparts_element.border.mark_sdgs {
  position: relative; }

h2.blogparts_element.border.mark_sdgs span img {
  position: absolute;
  top: -5px;
  margin-left: 10px;
  width: 45px;
  height: 45px; }
  @media screen and (max-width: 780px) {
    h2.blogparts_element.border.mark_sdgs span img {
      width: 40px;
      height: 40px; } }

html.on-index {
  background: url(/img/toppage/loading.gif) calc(50% + 100px) center no-repeat;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 780px) {
    html.on-index {
      background: none; } }

header {
  left: 0;
  top: 0; }

.main-visual {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (max-width: 780px) {
    .main-visual {
      margin-bottom: 40px; } }
  .main-visual .mv-left {
    width: 75%;
    overflow: hidden; }
    .main-visual .mv-left .slide-area {
      width: 100%;
      background: #dadada; }
      .main-visual .mv-left .slide-area .mv-slide {
        position: relative; }
        .main-visual .mv-left .slide-area .mv-slide::before {
          content: "";
          display: block;
          padding-top: calc(1/1.5 * 100%); }
        .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner a {
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            height: 100%;
            width: 100%;
            z-index: 2; }
          .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner img {
            width: 100%; }
          .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner .slide-ttl {
            color: #fff;
            font-size: 22px;
            font-size: 2.2rem;
            display: block;
            font-weight: bold;
            line-height: 1.5;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            text-shadow: 0 0 5px #000;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.7)));
            background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.74) 100%);
            width: 100%;
            padding: 50px 30px 35px; }
            .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner .slide-ttl span {
              display: block; }
              .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner .slide-ttl span.ic-blank::after {
                content: "";
                display: inline-block;
                margin-left: 7px;
                width: 14px;
                height: 14px;
                background-image: url(../img/icons/icon_blank_w.png);
                background-size: 14px 14px; }
            @media only screen and (max-width: 780px) {
              .main-visual .mv-left .slide-area .mv-slide .mv-slide-inner .slide-ttl {
                font-size: 16px;
                font-size: 1.6rem;
                bottom: 0;
                padding: 40px 15px 25px; } }
      .main-visual .mv-left .slide-area .mv-page {
        width: auto;
        left: auto;
        right: 0;
        padding-right: 20px; }
        @media only screen and (max-width: 780px) {
          .main-visual .mv-left .slide-area .mv-page {
            bottom: 3px;
            padding-right: 10px; } }
        .main-visual .mv-left .slide-area .mv-page .swiper-pagination-bullet {
          opacity: 0.7;
          background: none;
          border: 2px #fff solid; }
          .main-visual .mv-left .slide-area .mv-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #fff; }
      .main-visual .mv-left .slide-area .mv-prev, .main-visual .mv-left .slide-area .mv-next {
        width: 35px;
        height: 65px;
        background-repeat: no-repeat;
        background-size: 35px;
        margin-top: -32px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out; }
        .main-visual .mv-left .slide-area .mv-prev:focus, .main-visual .mv-left .slide-area .mv-next:focus {
          outline: none; }
        .main-visual .mv-left .slide-area .mv-prev:hover, .main-visual .mv-left .slide-area .mv-next:hover {
          opacity: 0.7; }
        @media only screen and (max-width: 780px) {
          .main-visual .mv-left .slide-area .mv-prev, .main-visual .mv-left .slide-area .mv-next {
            display: none; } }
      .main-visual .mv-left .slide-area .mv-prev {
        background-image: url(../img/buttons/slide_arw_mvl.png);
        left: -35px; }
      .main-visual .mv-left .slide-area .mv-next {
        background-image: url(../img/buttons/slide_arw_mvr.png);
        right: -35px; }
      .main-visual .mv-left .slide-area:hover .mv-prev {
        transform: translateX(35px); }
      .main-visual .mv-left .slide-area:hover .mv-next {
        transform: translateX(-35px); }
    @media only screen and (max-width: 780px) {
      .main-visual .mv-left {
        width: 100%; } }
  .main-visual .mv-right {
    width: 25%; }
    .main-visual .mv-right .article-box {
      height: 50%;
      padding-top: 100%; }
    @media only screen and (max-width: 780px) {
      .main-visual .mv-right {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 100%; }
        .main-visual .mv-right .article-box {
          width: 50%;
          height: 100%;
          padding-top: 50%; } }

.movie-area {
  background: #000;
  left: 200px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }
  .movie-area .only-sp {
    display: none; }
  @media only screen and (max-width: 780px) {
    .movie-area {
      position: static;
      margin-top: 50px; }
      .movie-area .only-sp {
        background: #fff url(/img/toppage/bg-movie-player-780.jpg) center center no-repeat;
        background-size: cover;
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 780px) and (max-width: 480px) {
      .movie-area .only-sp {
        background-image: url(/img/toppage/bg-movie-player-480.jpg); } }
  @media only screen and (max-width: 780px) {
        .movie-area .only-sp a {
          display: block; }
      .movie-area .only-pc {
        display: none; } }
  .movie-area button.buttons {
    background-color: transparent;
    border: none;
    bottom: 30px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 1; }
    @media only screen and (max-width: 780px) {
      .movie-area button.buttons {
        display: none; } }
    .movie-area button.buttons#sound-on-off {
      background-image: url(/img/toppage/bg-buttons.svg); }
      .movie-area button.buttons#sound-on-off.off {
        background-position: left -50px; }
      .movie-area button.buttons#sound-on-off.on {
        background-position: -50px -50px; }
  .movie-area a.scroll-arrow {
    bottom: 0;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: calc(50% - 30px);
    text-align: center;
    text-decoration: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: opacity .3s;
    z-index: 1;
    padding-top: 40px;
    width: 60px; }
    @media only screen and (max-width: 780px) {
      .movie-area a.scroll-arrow {
        display: none; } }
    .movie-area a.scroll-arrow span {
      animation: sdb 2s infinite;
      -webkit-animation: sdb 2s infinite;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      box-sizing: border-box;
      left: 50%;
      position: absolute;
      top: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-left: -12px;
      width: 24px;
      height: 24px; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }

.not-movie-area {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 780px) {
    .not-movie-area main.page-wrap {
      padding-top: 0; } }
  .not-movie-area main.page-wrap .see-through-area {
    background: transparent url(/img/toppage/bg-see-through-area.png);
    width: 100%;
    height: 175px; }
    @media only screen and (max-width: 780px) {
      .not-movie-area main.page-wrap .see-through-area {
        display: none; } }
  .not-movie-area main.page-wrap .topics-area {
    background: #f3f3f3;
    border-top: solid 2px #e3e3e3; }
    .not-movie-area main.page-wrap .topics-area .topics-area-inner {
      border-bottom: solid 1px #e6e6e6;
      padding: 20px 40px;
      /* トピックス → ニュース */
      /* イベント → トピックス */ }
      @media only screen and (max-width: 780px) {
        .not-movie-area main.page-wrap .topics-area .topics-area-inner {
          padding: 20px 20px; } }
      .not-movie-area main.page-wrap .topics-area .topics-area-inner h2 {
        font-family: "M PLUS 1p", sans-serif;
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner h2:before {
          content: '';
          display: inline-block;
          vertical-align: -0.4em;
          margin-right: 8px;
          width: 32px;
          height: 32px; }
      .not-movie-area main.page-wrap .topics-area .topics-area-inner h2.panel-1:before {
        background: url(../img/icons/tab_icon_news.svg) center center no-repeat; }
      .not-movie-area main.page-wrap .topics-area .topics-area-inner h2.panel-2:before {
        background: url(../img/icons/tab_icon_topics.svg) center center no-repeat; }
      .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container {
        overflow: hidden;
        position: relative;
        margin: 0 -2px; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container::before, .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container::after {
          content: '';
          display: block;
          position: absolute;
          height: 100%;
          width: 2px;
          background: #f3f3f3;
          top: 0;
          z-index: 1000; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container::before {
          left: 0; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container::after {
          right: 0; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-wrapper .swiper-slide {
          background: #eee;
          width: 25%;
          min-width: 200px !important;
          min-height: 200px !important;
          padding: 0 2px; }
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-wrapper .swiper-slide.panel-l {
            width: 50%; }
          @media only screen and (max-width: 780px) {
            .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-wrapper .swiper-slide {
              width: 50%; } }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-prev,
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-next {
          opacity: 1;
          transition: 0.3s ease-in-out;
          -webkit-transition: 0.3s ease-in-out;
          margin-top: -30px;
          width: 35px;
          height: 65px; }
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-prev:hover,
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-next:hover {
            opacity: 0.7;
            text-decoration: none; }
            @media only screen and (max-width: 780px) {
              .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-prev:hover,
              .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-next:hover {
                opacity: 1; } }
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-prev:focus,
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-next:focus {
            outline: none; }
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-prev.swiper-button-disabled,
          .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-next.swiper-button-disabled {
            opacity: 0;
            pointer-events: auto; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-prev {
          background-image: url(../img/buttons/slide_arw_mvl.png);
          background-size: 35px 65px;
          left: 2px; }
        .not-movie-area main.page-wrap .topics-area .topics-area-inner .topics-area-swiper-container .swiper-button-next {
          background-image: url(../img/buttons/slide_arw_mvr.png);
          background-size: 35px 65px;
          right: 2px; }
  .not-movie-area main.page-wrap .panel-area {
    background: #fff;
    padding: 20px 0 20px; }
    @media only screen and (max-width: 780px) {
      .not-movie-area main.page-wrap .panel-area {
        padding: 10px 0 20px; } }

.notic {
  background: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 35px 80px 30px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1679px) {
    .notic {
      padding: 35px 40px 30px; } }
  @media only screen and (max-width: 780px) {
    .notic {
      padding: 20px 15px;
      display: block; } }
  .notic .notic-ttl {
    -webkit-flex: 0 0 8em;
    flex: 0 0 8em;
    color: #f36f3b;
    font-weight: bold; }
    @media only screen and (max-width: 780px) {
      .notic .notic-ttl {
        margin-bottom: 10px; } }
  .notic .notic-list {
    flex: 1; }
    .notic .notic-list li {
      margin-bottom: 10px; }
      .notic .notic-list li:last-child {
        margin-bottom: 0; }
      .notic .notic-list li a {
        color: #333; }
        .notic .notic-list li a.ic-blank::after, .notic .notic-list li a.ic-pdf::after {
          content: "";
          display: inline-block;
          margin-left: 7px; }
        .notic .notic-list li a.ic-blank::after {
          width: 14px;
          height: 14px;
          background-image: url(../img/icons/icon_blank.png);
          background-size: 14px 14px; }
        .notic .notic-list li a.ic-pdf::after {
          width: 16px;
          height: 16px;
          background-image: url(../img/icons/icon_pdf.png);
          background-size: 16px 16px; }

.contents-area {
  position: relative; }
  .contents-area.tab-contents-area {
    padding-bottom: 20px;
    background: #fff; }
  .contents-area .content-panel {
    overflow-x: hidden;
    margin-top: 16px; }
    @media only screen and (max-width: 780px) {
      .contents-area .content-panel {
        margin-top: 11px; } }
    .contents-area .content-panel .content-panel-wrap {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% + 4px); }
      .contents-area .content-panel .content-panel-wrap .panel-box {
        margin-top: 4px; }
        @media only screen and (max-width: 780px) {
          .contents-area .content-panel .content-panel-wrap .panel-box {
            margin-top: 4px; } }
        .contents-area .content-panel .content-panel-wrap .panel-box.panel-s {
          width: calc(25% - 4px);
          margin-right: 4px; }
          .contents-area .content-panel .content-panel-wrap .panel-box.panel-s .article-box {
            padding-top: calc(100% + 4px / 2); }
          @media only screen and (max-width: 780px) {
            .contents-area .content-panel .content-panel-wrap .panel-box.panel-s {
              width: calc(50% - 4px); } }
        .contents-area .content-panel .content-panel-wrap .panel-box.panel-l {
          width: calc(50% - 4px);
          margin-right: 4px; }
          .contents-area .content-panel .content-panel-wrap .panel-box.panel-l .article-box {
            padding-top: 50%; }
          @media only screen and (max-width: 780px) {
            .contents-area .content-panel .content-panel-wrap .panel-box.panel-l {
              width: 100%; } }
        .contents-area .content-panel .content-panel-wrap .panel-box.panel-s:last-child, .contents-area .content-panel .content-panel-wrap .panel-box.panel-l:last-child {
          margin-right: 0; }
    .contents-area .content-panel .more-btn-wrap {
      display: flex;
      justify-content: center; }
      .contents-area .content-panel .more-btn-wrap .more-btn {
        display: inline-block;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        height: 52px;
        margin-top: 40px; }
        @media only screen and (max-width: 780px) {
          .contents-area .content-panel .more-btn-wrap .more-btn {
            height: 48px;
            margin-top: 30px; } }
        .contents-area .content-panel .more-btn-wrap .more-btn a {
          display: flex;
          align-items: center;
          color: #fff;
          background: #666;
          padding: 0 40px;
          height: 100%; }
          @media only screen and (max-width: 780px) {
            .contents-area .content-panel .more-btn-wrap .more-btn a {
              padding: 0 35px; } }
      .contents-area .content-panel .more-btn-wrap .more-btn-loader {
        display: none;
        height: 52px;
        margin-top: 40px; }
        .contents-area .content-panel .more-btn-wrap .more-btn-loader img {
          width: 28px;
          height: auto;
          margin-top: 12px; }
        @media only screen and (max-width: 780px) {
          .contents-area .content-panel .more-btn-wrap .more-btn-loader {
            height: 48px; }
            .contents-area .content-panel .more-btn-wrap .more-btn-loader img {
              width: 24px;
              height: auto;
              margin-top: 12px; } }

.news-area {
  background: #fff;
  padding: 20px 80px 60px; }
  @media only screen and (max-width: 1679px) {
    .news-area {
      padding: 20px 40px 60px; } }
  @media only screen and (max-width: 780px) {
    .news-area {
      padding: 10px 20px 40px; } }
  .news-area .news-list-wrap .news-category {
    width: 9em; }
  .news-area .news-list-wrap .news-list li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin: 20px 0; }
    @media only screen and (max-width: 780px) {
      .news-area .news-list-wrap .news-list li {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news-area .news-list-wrap .news-list li .news-date {
      flex: 0 0 auto;
      font-size: 13px;
      font-size: 1.3rem; }
    .news-area .news-list-wrap .news-list li .news-category {
      font-size: 12px;
      font-size: 1.2rem;
      flex: 0 0 auto;
      background-color: #dadada;
      padding: 3px 0.5em;
      margin: -3px 0 0 15px;
      text-align: center; }
    .news-area .news-list-wrap .news-list li .news-article {
      overflow: hidden;
      margin: 0 0 0 15px;
      line-height: 1.8; }
      .news-area .news-list-wrap .news-list li .news-article.ic-blank::after, .news-area .news-list-wrap .news-list li .news-article.ic-pdf::after {
        content: "";
        display: inline-block;
        margin-left: 7px; }
      .news-area .news-list-wrap .news-list li .news-article.ic-blank::after {
        width: 14px;
        height: 14px;
        background-image: url(../img/icons/icon_blank.png);
        background-size: 14px 14px; }
      .news-area .news-list-wrap .news-list li .news-article.ic-pdf::after {
        width: 16px;
        height: 16px;
        background-image: url(../img/icons/icon_pdf.png);
        background-size: 16px 16px; }
      @media only screen and (max-width: 780px) {
        .news-area .news-list-wrap .news-list li .news-article {
          width: 100%;
          margin: 6px 0 0; } }

.slide-bnr-area .swiper-custom {
  position: relative;
  background: #f2f2f2;
  padding: 60px 66px; }
  @media only screen and (max-width: 780px) {
    .slide-bnr-area .swiper-custom {
      padding: 40px 0 25px; } }
  .slide-bnr-area .swiper-custom .bn-prev, .slide-bnr-area .swiper-custom .bn-next {
    width: 15px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-top: -13px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out; }
    @media only screen and (max-width: 780px) {
      .slide-bnr-area .swiper-custom .bn-prev, .slide-bnr-area .swiper-custom .bn-next {
        display: none; } }
    .slide-bnr-area .swiper-custom .bn-prev:hover, .slide-bnr-area .swiper-custom .bn-next:hover {
      opacity: 0.7; }
    .slide-bnr-area .swiper-custom .bn-prev:focus, .slide-bnr-area .swiper-custom .bn-next:focus {
      outline: none; }
    .slide-bnr-area .swiper-custom .bn-prev.swiper-button-disabled, .slide-bnr-area .swiper-custom .bn-next.swiper-button-disabled {
      opacity: 0; }
  .slide-bnr-area .swiper-custom .bn-prev {
    background-image: url(../img/buttons/slide_arw_l.png); }
  .slide-bnr-area .swiper-custom .bn-next {
    background-image: url(../img/buttons/slide_arw_r.png); }

@media only screen and (max-width: 780px) {
  .slide-bnr-area .slide-bnr-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 780px) {
  .slide-bnr-area .slide-bnr {
    width: calc((100% - 28px * 3) / 3);
    margin: 0 14px 15px;
    text-align: center; } }

.slide-bnr-area .slide-bnr a {
  display: block; }

.slide-bnr-area .slide-bnr img {
  width: 100%; }

@media only screen and (max-width: 667px) {
  .slide-bnr-area .slide-bnr {
    width: calc(50% - 28px); } }

.not-movie-area footer {
  background: #fff; }

.story .story-article-box {
  width: calc(310 / 1000 * 100%);
  margin-right: calc((70 - 1) / 1000 * 100% / 2); }
  .story .story-article-box a .story-ttl {
    transition: 0.3s ease-in-out; }
  .story .story-article-box a:hover .story-ttl {
    color: #33b6a0; }
  .story .story-article-box:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 780px) {
    .story .story-article-box {
      width: calc((100% - 30px) / 2);
      margin-right: 30px; }
      .story .story-article-box:nth-child(3n) {
        margin-right: 30px; }
      .story .story-article-box:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 667px) {
    .story .story-article-box {
      width: 100%;
      margin-bottom: 30px; }
      .story .story-article-box:nth-child(n) {
        margin-right: 0; }
      .story .story-article-box:last-child {
        margin-bottom: 0; } }
  .story .story-article-box .img-block {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-top: calc(174 / 300 * 100%); }
  .story .story-article-box .img-block-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .story .story-article-box img {
    width: 100%; }
  .story .story-article-box .txt-block {
    color: #333; }
    .story .story-article-box .txt-block .story-num {
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px; }
      .story .story-article-box .txt-block .story-num .num {
        margin-right: 10px; }
      .story .story-article-box .txt-block .story-num .category {
        color: #19cbad; }
        .story .story-article-box .txt-block .story-num .category::before {
          content: "|";
          margin-right: 10px; }
        .story .story-article-box .txt-block .story-num .category::after {
          content: "|";
          margin-left: 10px; }
    .story .story-article-box .txt-block .story-sub {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px;
      line-height: 1.3; }
    .story .story-article-box .txt-block .story-ttl {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700; }
      .story .story-article-box .txt-block .story-ttl.ic-blank::after, .story .story-article-box .txt-block .story-ttl.ic-pdf::after {
        content: "";
        display: inline-block;
        margin-left: 7px; }
      .story .story-article-box .txt-block .story-ttl.ic-blank::after {
        width: 14px;
        height: 14px;
        background-image: url(../img/icons/icon_blank.png);
        background-size: 14px 14px; }
      .story .story-article-box .txt-block .story-ttl.ic-pdf::after {
        width: 16px;
        height: 16px;
        background-image: url(../img/icons/icon_pdf.png);
        background-size: 16px 16px; }
      @media only screen and (max-width: 780px) {
        .story .story-article-box .txt-block .story-ttl {
          font-size: 16px;
          font-size: 1.6rem; } }

.story-top .summary {
  margin: 50px 80px; }
  @media only screen and (max-width: 1679px) {
    .story-top .summary {
      margin: 50px 40px; } }
  @media only screen and (max-width: 780px) {
    .story-top .summary {
      margin: 0 15px 35px; } }
  .story-top .summary .summary-ttl {
    font-size: 30px;
    font-size: 3rem;
    font-family: "Noto Serif JP", sans-serif;
    margin: 0 auto 38px;
    text-align: center; }
    .story-top .summary .summary-ttl br {
      display: none; }
    @media only screen and (max-width: 780px) {
      .story-top .summary .summary-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 auto 12px; }
        .story-top .summary .summary-ttl br {
          display: block; } }
  .story-top .summary .summary-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 780px) {
      .story-top .summary .summary-wrap {
        max-width: 700px; } }
    @media only screen and (max-width: 667px) {
      .story-top .summary .summary-wrap {
        width: calc(100% - 30px);
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; }
        .story-top .summary .summary-wrap > div:last-child {
          margin-bottom: 0; } }
  .story-top .summary .summary-block {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    width: calc(320 / 1000 * 100%);
    max-width: 320px;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 667px) {
      .story-top .summary .summary-block {
        width: 100%;
        max-width: calc(690px / 2);
        margin-bottom: 12px; } }
    .story-top .summary .summary-block .summary-sttl {
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      color: #666;
      line-height: 1.0;
      width: 100%;
      max-width: 220px;
      margin: 0 auto 28px;
      padding: 4px 0;
      box-sizing: border-box;
      border: 2px #666 solid; }
      @media only screen and (max-width: 780px) {
        .story-top .summary .summary-block .summary-sttl {
          font-size: 18px;
          font-size: 1.8rem;
          max-width: 180px;
          margin: 0 auto 14px; } }
      @media only screen and (max-width: 667px) {
        .story-top .summary .summary-block .summary-sttl {
          max-width: 220px;
          margin: 0 auto 10px;
          padding: 6px 0; } }
    .story-top .summary .summary-block .summary-sub {
      font-size: 18px;
      font-size: 1.8rem;
      position: relative;
      display: inline-block;
      margin-bottom: 18px;
      line-height: 1.0; }
      @media only screen and (max-width: 780px) {
        .story-top .summary .summary-block .summary-sub {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 667px) {
        .story-top .summary .summary-block .summary-sub {
          margin-bottom: 6px; } }
      .story-top .summary .summary-block .summary-sub::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: -45px;
        width: 30px;
        height: 2px;
        background: #333; }
      .story-top .summary .summary-block .summary-sub::after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        right: -45px;
        width: 30px;
        height: 2px;
        background: #333; }
    @media only screen and (max-width: 667px) {
      .story-top .summary .summary-block > p {
        font-size: 13px;
        line-height: 1.4;
        text-align: left; }
        .story-top .summary .summary-block > p > br {
          display: none; } }

@media only screen and (max-width: 780px) {
  .story-top .story-contents-area {
    padding: 5px 0 0; } }

.story-top .story-contents-area .story-panel .picup-area .story-article-box {
  width: 100%;
  background: #f2f2f2;
  margin-top: 0; }
  .story-top .story-contents-area .story-panel .picup-area .story-article-box a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
  .story-top .story-contents-area .story-panel .picup-area .story-article-box .img-block-wrap {
    width: calc(695 / 1080 * 100%); }
    @media only screen and (max-width: 780px) {
      .story-top .story-contents-area .story-panel .picup-area .story-article-box .img-block-wrap {
        width: 100%; } }
  .story-top .story-contents-area .story-panel .picup-area .story-article-box .img-block {
    margin: 0; }
  .story-top .story-contents-area .story-panel .picup-area .story-article-box .txt-block {
    width: calc(385 / 1080 * 100%);
    padding: 0 40px 0 35px;
    box-sizing: border-box; }
    @media only screen and (max-width: 780px) {
      .story-top .story-contents-area .story-panel .picup-area .story-article-box .txt-block {
        width: 100%;
        padding: 20px 15px 25px; } }
  .story-top .story-contents-area .story-panel .picup-area .story-article-box .story-ttl {
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 780px) {
      .story-top .story-contents-area .story-panel .picup-area .story-article-box .story-ttl {
        font-size: 16px;
        font-size: 1.6rem; } }

.story-top .story-contents-area .story-panel .story-article-box {
  margin-top: 40px; }
  @media only screen and (max-width: 780px) {
    .story-top .story-contents-area .story-panel .story-article-box {
      margin-top: 30px;
      margin-bottom: 0; } }

.story-top .story-contents-area .story-panel .story-article {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box; }

.story-detail .kv-area {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: calc(500 / 1080 * 100%);
  margin-bottom: 10px; }
  @media only screen and (max-width: 780px) {
    .story-detail .kv-area {
      margin-bottom: 20px; } }
  .story-detail .kv-area .kv-area-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .story-detail .kv-area img {
    width: 100%; }

.story-detail .article-ttl-wrap {
  width: calc(100% - 80px);
  padding: 40px 0 0;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 780px) {
    .story-detail .article-ttl-wrap {
      width: calc(100% - 30px);
      padding: 10px 0 0;
      margin-bottom: 30px; } }
  .story-detail .article-ttl-wrap .article-num {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px; }
    .story-detail .article-ttl-wrap .article-num .cat-ttl {
      font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      color: #333;
      margin-right: 10px; }
    .story-detail .article-ttl-wrap .article-num .num {
      margin-right: 10px; }
    .story-detail .article-ttl-wrap .article-num .category {
      font-size: 14px;
      font-size: 1.4rem;
      color: #19cbad; }
      .story-detail .article-ttl-wrap .article-num .category::before {
        content: "|";
        margin-right: 10px; }
      .story-detail .article-ttl-wrap .article-num .category::after {
        content: "|";
        margin-left: 10px; }
  .story-detail .article-ttl-wrap .article-sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500; }
    @media only screen and (max-width: 780px) {
      .story-detail .article-ttl-wrap .article-sub {
        margin-bottom: 10px; } }
  .story-detail .article-ttl-wrap .article-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700; }
    @media only screen and (max-width: 780px) {
      .story-detail .article-ttl-wrap .article-ttl {
        font-size: 22px;
        font-size: 2.2rem; } }

.story-detail .another-story .story-article {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 780px) {
    .story-detail .another-story .story-article .story-article-box:nth-child(n + 3) {
      margin-top: 30px; } }
  @media only screen and (max-width: 667px) {
    .story-detail .another-story .story-article {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .story-detail .another-story .story-article .story-article-box:nth-child(n) {
        margin-top: 0; } }

span.first-part, span.last-part {
  background: #19cbad;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: 0.1em;
  margin-left: 4px;
  padding: 2px 4px;
  line-height: 14px; }

.story-num span.sdgs-part {
  background: #0599d9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: 0.1em;
  margin-left: 4px;
  padding: 2px 4px;
  line-height: 14px; }

.story .story-article-box .img-block .decor-image {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 52px;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

@media (min-width: 781px) and (max-width: 1199px) {
  .story .story-article-box .img-block .decor-image {
    width: 35px; } }

.news .news-article-box a .news-ttl {
  transition: 0.3s ease-in-out; }

.news .news-article-box a:hover .news-ttl {
  color: #33b6a0; }

.news .news-article-box .img-block {
  position: relative;
  width: 100%;
  margin-bottom: 15px; }

.news .news-article-box .img-block-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.news .news-article-box img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.news .news-article-box .txt-block {
  color: #333; }
  .news .news-article-box .txt-block .news-date {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.0; }
  .news .news-article-box .txt-block .news-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .news .news-article-box .txt-block .news-ttl.ic-blank::after, .news .news-article-box .txt-block .news-ttl.ic-pdf::after {
      content: "";
      display: inline-block;
      margin-left: 7px; }
    .news .news-article-box .txt-block .news-ttl.ic-blank::after {
      width: 14px;
      height: 14px;
      background-image: url(../img/icons/icon_blank.png);
      background-size: 14px 14px; }
    .news .news-article-box .txt-block .news-ttl.ic-pdf::after {
      width: 16px;
      height: 16px;
      background-image: url(../img/icons/icon_pdf.png);
      background-size: 16px 16px; }
    @media only screen and (max-width: 780px) {
      .news .news-article-box .txt-block .news-ttl {
        font-size: 16px;
        font-size: 1.6rem; } }
  .news .news-article-box .txt-block .news-category {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2;
    line-height: 1.0;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 10px; }

.news-top .news-picup {
  width: 100%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 780px) {
    .news-top .news-picup {
      margin-bottom: 40px; } }
  .news-top .news-picup .news-picup-inner {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-top .news-picup .news-picup-inner img {
      object-fit: cover; }
      .news-top .news-picup .news-picup-inner img.js-ofi {
        font-family: 'object-fit: cover;'; }
  .news-top .news-picup .article-box .article-desc.ic-blank::after, .news-top .news-picup .article-box .article-desc.ic-pdf::after {
    content: "";
    display: inline-block;
    margin-left: 10px; }
  .news-top .news-picup .article-box .article-desc.ic-blank::after {
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/icon_blank_w.png);
    background-size: 14px 14px; }
  .news-top .news-picup .article-box .article-desc.ic-pdf::after {
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/icon_pdf_w.png);
    background-size: 16px 16px; }
  .news-top .news-picup .article-box .article-ttl span.article-date {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.0; }
  .news-top .news-picup .article-box .article-ttl span.article-category {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    color: #333;
    vertical-align: top;
    background: #f2f2f2;
    line-height: 1.0;
    padding: 4px 10px;
    border-radius: 10px;
    margin: 8px 0 0; }
  .news-top .news-picup .picup-left {
    width: calc(708 / 1080 * 100%);
    height: 100%;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 780px) {
      .news-top .news-picup .picup-left {
        width: 100%; } }
    .news-top .news-picup .picup-left .article-box {
      padding-top: calc(450 / 708 * 100%); }
      .news-top .news-picup .picup-left .article-box::before {
        content: none; }
      @media only screen and (max-width: 780px) {
        .news-top .news-picup .picup-left .article-box {
          padding-top: calc(512 / 750 * 100%); } }
      .news-top .news-picup .picup-left .article-box .article-ttl {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        bottom: 0;
        left: 0;
        right: 0; }
        @media only screen and (max-width: 780px) {
          .news-top .news-picup .picup-left .article-box .article-ttl {
            font-size: 16px;
            font-size: 1.6rem; } }
  .news-top .news-picup .picup-right {
    width: calc(372 / 1080 * 100%); }
    @media only screen and (max-width: 780px) {
      .news-top .news-picup .picup-right {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
    .news-top .news-picup .picup-right .article-box {
      padding-top: calc(225 / 372 * 100%);
      height: 50%; }
      .news-top .news-picup .picup-right .article-box::before {
        content: none; }
      @media only screen and (max-width: 780px) {
        .news-top .news-picup .picup-right .article-box {
          padding-top: calc(1 / 1 * 50%);
          width: 50%;
          height: 100%; } }
      .news-top .news-picup .picup-right .article-box .article-ttl {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        bottom: 0;
        left: 0;
        right: 0; }
        @media only screen and (max-width: 780px) {
          .news-top .news-picup .picup-right .article-box .article-ttl {
            font-size: 16px;
            font-size: 1.6rem; } }

.news-top .ttl-header {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (max-width: 780px) {
    .news-top .ttl-header {
      margin-bottom: 25px; } }
  .news-top .ttl-header .category-ttl {
    line-height: 1.3;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 780px) {
      .news-top .ttl-header .category-ttl {
        font-size: 20px;
        font-size: 2rem; } }

.news-top .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 780px) {
    .news-top .more-btn {
      position: static;
      text-align: center;
      margin: 30px 0 0; } }
  .news-top .more-btn a {
    color: #333;
    position: relative;
    padding-left: 13px; }
    .news-top .more-btn a i {
      margin-right: 8px;
      color: #19cbad;
      font-size: 14px;
      font-size: 1.4rem;
      transform: scale(1.5); }
    @media only screen and (max-width: 780px) {
      .news-top .more-btn a {
        display: inline-block;
        background: #19cbad;
        color: #fff;
        padding: 12px 30px;
        min-width: 180px; }
        .news-top .more-btn a i {
          color: #fff; } }

.news-top .new-arrivals .ttl-header {
  margin-bottom: 0; }
  @media only screen and (max-width: 780px) {
    .news-top .new-arrivals .ttl-header {
      margin-bottom: -5px; } }

.news-top .new-arrivals .na-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 667px) {
    .news-top .new-arrivals .na-list {
      -webkit-flex-direction: column;
      flex-direction: column; } }

.news-top .new-arrivals .news-article-box {
  width: calc((283 - 1) / 920 * 100%);
  margin-right: calc(71 / 2 / 920 * 100%);
  margin-top: 30px; }
  .news-top .new-arrivals .news-article-box:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 780px) {
    .news-top .new-arrivals .news-article-box {
      width: calc((100% - 30px) / 2);
      margin-right: 30px; }
      .news-top .new-arrivals .news-article-box:nth-child(3n) {
        margin-right: 30px; }
      .news-top .new-arrivals .news-article-box:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 667px) {
    .news-top .new-arrivals .news-article-box {
      width: 100%;
      margin: 30px 0 0; }
      .news-top .new-arrivals .news-article-box:nth-child(n) {
        margin-right: 0; } }
  .news-top .new-arrivals .news-article-box .img-block {
    padding-top: calc(225 / 372 * 100%); }
  .news-top .new-arrivals .news-article-box.no-img {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 2px #dddddd solid;
    box-sizing: border-box;
    padding: 20px; }
    @media only screen and (max-width: 667px) {
      .news-top .new-arrivals .news-article-box.no-img {
        border: none;
        padding: 0; }
        .news-top .new-arrivals .news-article-box.no-img a {
          width: 100%; } }

.news-top .new-arrivals .to-news-list-btn {
  display: none; }
  @media only screen and (max-width: 780px) {
    .news-top .new-arrivals .to-news-list-btn {
      display: flex;
      margin-top: 30px; } }

.news-top .press-release {
  margin-top: 60px; }
  @media only screen and (max-width: 780px) {
    .news-top .press-release {
      margin-top: 40px; } }
  @media only screen and (max-width: 780px) {
    .news-top .press-release .news-article-box.no-img a {
      width: 100%; } }
  .news-top .press-release .pr-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 667px) {
      .news-top .press-release .pr-list {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .news-top .press-release .pr-left {
    width: calc(460 / 920 * 100%); }
    @media only screen and (max-width: 780px) {
      .news-top .press-release .pr-left {
        width: calc((100% - 30px) / 2);
        margin-right: 15px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 667px) {
      .news-top .press-release .pr-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; } }
    .news-top .press-release .pr-left.no-img {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      border: 2px #dddddd solid;
      box-sizing: border-box;
      padding: 20px; }
      @media only screen and (max-width: 667px) {
        .news-top .press-release .pr-left.no-img {
          border: none;
          padding: 0; }
          .news-top .press-release .pr-left.no-img .news-article-box {
            width: 100%; } }
    .news-top .press-release .pr-left .news-article-box .img-block {
      padding-top: calc(225 / 372 * 100%); }
  .news-top .press-release .pr-right {
    width: calc(425 / 920 * 100%);
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 780px) {
      .news-top .press-release .pr-right {
        width: calc((100% - 30px) / 2);
        margin-left: 15px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 667px) {
      .news-top .press-release .pr-right {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 0; } }
    .news-top .press-release .pr-right .news-article-box {
      margin-bottom: 30px; }
      .news-top .press-release .pr-right .news-article-box:last-child {
        margin-bottom: 0; }
      .news-top .press-release .pr-right .news-article-box a {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start; }
      .news-top .press-release .pr-right .news-article-box .img-block-wrap {
        width: calc(195 / 425 * 100%); }
      .news-top .press-release .pr-right .news-article-box .img-block {
        padding-top: calc(225 / 372 * 100%);
        margin: 0; }
      .news-top .press-release .pr-right .news-article-box .txt-block {
        width: calc(210 / 425 * 100%); }
        .news-top .press-release .pr-right .news-article-box .txt-block .news-ttl {
          font-size: 16px;
          font-size: 1.6rem; }
          @media only screen and (max-width: 780px) {
            .news-top .press-release .pr-right .news-article-box .txt-block .news-ttl {
              font-size: 14px;
              font-size: 1.4rem; } }
      .news-top .press-release .pr-right .news-article-box.no-img {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        border: 2px #dddddd solid;
        box-sizing: border-box;
        padding: 30px 20px; }
        @media only screen and (max-width: 667px) {
          .news-top .press-release .pr-right .news-article-box.no-img {
            border: none;
            padding: 0;
            min-height: auto; } }
        .news-top .press-release .pr-right .news-article-box.no-img .txt-block {
          width: 100%; }

.news-category-list .tab-btn-wrap {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  -webkit-overflow-scrolling: touch; }

.news-category-list .tab-btn {
  overflow: visible; }
  .news-category-list .tab-btn ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative; }
    .news-category-list .tab-btn ul li {
      flex: 0 0 auto;
      position: relative; }
      .news-category-list .tab-btn ul li a {
        color: #333;
        display: block;
        padding: 14px 20px;
        cursor: pointer; }
      .news-category-list .tab-btn ul li:hover::before, .news-category-list .tab-btn ul li.current::before {
        content: "";
        position: absolute;
        display: block;
        background: #19cbad;
        bottom: 0;
        left: 50%;
        width: 30px;
        height: 4px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .news-category-list .tab-btn ul li:hover a, .news-category-list .tab-btn ul li.current a {
        text-decoration: none; }
      @media only screen and (max-width: 780px) {
        .news-category-list .tab-btn ul li:hover::before {
          content: none; } }

.news-category-list .tab-panel-wrap {
  border-top: 1px #f2f2f2 solid;
  padding: 10px 0 0; }
  @media only screen and (max-width: 780px) {
    .news-category-list .tab-panel-wrap {
      margin: 0;
      width: 100%;
      box-sizing: border-box; } }

.news-category-list .tab-panel:first-child .news-list .news-article-box .news-category {
  display: inline-block; }

.news-category-list .date-select {
  margin-bottom: 30px;
  position: relative;
  height: 40px; }
  @media only screen and (max-width: 780px) {
    .news-category-list .date-select {
      margin-bottom: 25px; } }
  .news-category-list .date-select form {
    position: absolute;
    width: 145px;
    right: 0; }
    .news-category-list .date-select form label {
      position: relative; }
      .news-category-list .date-select form label::after {
        display: block;
        content: " ";
        position: absolute;
        top: calc(50% - 4px);
        right: 12px;
        width: 14px;
        height: 8px;
        background: url(../img/icons/icon_selarw.png) 0 0 no-repeat;
        background-size: contain;
        pointer-events: none; }
      .news-category-list .date-select form label select {
        font-size: 14px;
        font-size: 1.4rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 10px;
        border: none;
        background: #f2f2f2;
        width: 100%;
        cursor: pointer; }
        .news-category-list .date-select form label select:focus {
          outline: none; }
      .news-category-list .date-select form label select::-ms-expand {
        display: none; }

.news-category-list .news-list .news-article-box {
  margin-bottom: 50px;
  flex: 1; }
  .news-category-list .news-list .news-article-box:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 780px) {
    .news-category-list .news-list .news-article-box {
      margin-bottom: 30px; } }
  .news-category-list .news-list .news-article-box a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
  .news-category-list .news-list .news-article-box .img-block-wrap {
    display: inline-block;
    width: calc(230 / 920 * 100%);
    min-width: calc(230 / 920 * 100%);
    margin-right: calc((920 - 230 - 659) / 920 * 100%); }
    @media only screen and (max-width: 780px) {
      .news-category-list .news-list .news-article-box .img-block-wrap {
        width: calc(230 / 690 * 100%);
        min-width: 0;
        margin-right: calc((690 - 230 - 435) / 690 * 100%); } }
  .news-category-list .news-list .news-article-box .img-block {
    padding-top: calc(225 / 372 * 100%);
    margin: 0; }
  .news-category-list .news-list .news-article-box .txt-block {
    display: inline-block;
    width: auto; }
    @media only screen and (max-width: 780px) {
      .news-category-list .news-list .news-article-box .txt-block {
        display: block;
        width: calc(435 / 690 * 100%); } }
    .news-category-list .news-list .news-article-box .txt-block .news-ttl {
      font-size: 20px;
      font-size: 2rem; }
      @media only screen and (max-width: 780px) {
        .news-category-list .news-list .news-article-box .txt-block .news-ttl {
          font-size: 16px;
          font-size: 1.6rem; } }
    .news-category-list .news-list .news-article-box .txt-block .news-summary {
      font-size: 13px;
      font-size: 1.3rem;
      margin-top: 15px; }
      @media only screen and (max-width: 780px) {
        .news-category-list .news-list .news-article-box .txt-block .news-summary {
          margin-top: 10px; } }
      @media only screen and (max-width: 667px) {
        .news-category-list .news-list .news-article-box .txt-block .news-summary {
          display: none; } }
    .news-category-list .news-list .news-article-box .txt-block .news-category {
      display: none; }
  .news-category-list .news-list .news-article-box.no-img a {
    display: inline-block; }
    @media only screen and (max-width: 780px) {
      .news-category-list .news-list .news-article-box.no-img a {
        display: flex; }
        .news-category-list .news-list .news-article-box.no-img a .txt-block {
          width: 100%; } }

.news-category-list .news-list .more-btn {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px; }
  .news-category-list .news-list .more-btn a {
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 12px 50px; }

.news-detail .article-ttl-wrap {
  width: calc(100% - 80px);
  padding: 40px 0 0;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 780px) {
    .news-detail .article-ttl-wrap {
      width: calc(100% - 30px);
      padding: 10px 0 0;
      margin-bottom: 30px; } }
  .news-detail .article-ttl-wrap .article-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 5px 0 8px; }
    @media only screen and (max-width: 780px) {
      .news-detail .article-ttl-wrap .article-ttl {
        font-size: 22px;
        font-size: 2.2rem; } }
  .news-detail .article-ttl-wrap .cat-ttl,
  .news-detail .article-ttl-wrap .news-date {
    font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333; }
  .news-detail .article-ttl-wrap .news-date {
    font-size: 13px;
    font-size: 1.3rem; }
  .news-detail .article-ttl-wrap .news-category {
    font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    background: #f2f2f2;
    line-height: 1.0;
    padding: 4px 10px;
    border-radius: 10px;
    margin-left: 10px; }

.news-detail .label-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px; }
  .news-detail .label-btn-wrap .share-btn {
    display: flex; }
    .news-detail .label-btn-wrap .share-btn li {
      width: 34px;
      margin-right: 10px; }
      .news-detail .label-btn-wrap .share-btn li:last-child {
        margin-right: 0; }
      .news-detail .label-btn-wrap .share-btn li a img {
        width: 100%; }

.news-detail .related-article .ra-list-wrap {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 780px) {
    .news-detail .related-article .ra-list-wrap {
      flex-wrap: wrap; } }

.news-detail .related-article .news-article-box {
  width: calc(210 / 920 * 100%);
  margin-right: calc((((920 - 210 * 4) / (4 - 1)) / 920) * 100%); }
  .news-detail .related-article .news-article-box:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 780px) {
    .news-detail .related-article .news-article-box {
      width: calc((100% - 30px) / 2);
      margin-right: 30px; }
      .news-detail .related-article .news-article-box:nth-child(n + 3) {
        margin-top: 25px; }
      .news-detail .related-article .news-article-box:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 667px) {
    .news-detail .related-article .news-article-box {
      width: calc((100% - 26px) / 2);
      margin-right: 26px; } }
  .news-detail .related-article .news-article-box .img-block {
    padding-top: calc(225 / 372 * 100%); }
  .news-detail .related-article .news-article-box .txt-block .news-ttl {
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 780px) {
      .news-detail .related-article .news-article-box .txt-block .news-ttl {
        font-size: 14px;
        font-size: 1.4rem; } }
  .news-detail .related-article .news-article-box .txt-block .news-category {
    background: #fff; }
  .news-detail .related-article .news-article-box.no-img {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 20px; }
    @media only screen and (max-width: 667px) {
      .news-detail .related-article .news-article-box.no-img {
        border: none;
        padding-left: 10px;
        padding-right: 10px; } }
    .news-detail .related-article .news-article-box.no-img .txt-block .news-category {
      background: #f2f2f2; }

.restrict-click {
  pointer-events: none; }
  @media only screen and (max-width: 780px) {
    .restrict-click {
      pointer-events: auto; } }
  .restrict-click .clickable-area {
    pointer-events: auto; }

.contactPage .pageMainContents > section {
  margin-top: 40px; }
  .contactPage .pageMainContents > section:first-child {
    margin-top: 0; }

.contactPage .pageMainContents.en img {
  height: 15px;
  width: auto;
  vertical-align: middle; }

.contactPage h2,
.contactPage .mainText,
.contactPage .extraTextBlock {
  margin-bottom: 25px; }

.contactPage h3 {
  margin-top: 30px; }

.contactPage h2 + h3 {
  margin-top: 0; }

.contactPage strong {
  font-weight: bold; }

.contactPage .info {
  margin-top: 10px; }
  .contactPage .info.primary {
    color: #19cbad; }

.contactPage dl dt, .contactPage dd {
  float: left; }

.contactPage dl dt {
  margin-right: 10px;
  font-weight: bold;
  width: 5em; }

.contactPage dl {
  margin-bottom: 5px; }

@media only screen and (max-width: 780px) {
  .contactPage dl dt, .contactPage dd {
    float: none; } }

.contactPage .extraTextBlock {
  padding: 20px;
  border: 1px solid #a7a7a7; }
  @media only screen and (max-width: 780px) {
    .contactPage .extraTextBlock {
      padding: 20px; } }
  .contactPage .extraTextBlock a {
    width: auto;
    max-width: 100%;
    white-space: pre-wrap; }

.contactPage .noticeList {
  list-style: disc;
  margin-left: 1.5em; }
  .contactPage .noticeList li {
    margin-bottom: .5em; }

.contactPage .contactFormSection .requires,
.contactPage .contactFormSection .error-message {
  color: #f36f3b;
  padding-top: 5px; }

.contactPage .contactFormSection .requires {
  padding-left: 5px; }

.contactPage .contactFormSection table th {
  padding-right: 20px;
  font-weight: bold; }

.contactPage .contactFormSection table th, .contactPage .contactFormSection table td {
  padding-top: 20px; }

.contactPage .contactFormSection table tr:first-child th, .contactPage .contactFormSection table tr:first-child td {
  padding-top: 0; }

@media only screen and (max-width: 780px) {
  .contactPage .contactFormSection table {
    width: 100%; }
    .contactPage .contactFormSection table th, .contactPage .contactFormSection table td {
      display: block;
      width: 100%; }
    .contactPage .contactFormSection table th {
      padding-top: 20px; }
    .contactPage .contactFormSection table td {
      padding-top: 5px; }
    .contactPage .contactFormSection table tr:first-child th {
      padding-top: 0; }
    .contactPage .contactFormSection table tr:first-child td {
      padding-top: 5px; } }

.contactPage .contactFormSection input,
.contactPage .contactFormSection select {
  width: 380px; }

.contactPage .contactFormSection select {
  height: 46px; }

.contactPage .contactFormSection textarea {
  width: 650px; }

.contactPage .contactFormSection input,
.contactPage .contactFormSection select,
.contactPage .contactFormSection textarea {
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 3px; }
  @media only screen and (max-width: 780px) {
    .contactPage .contactFormSection input,
    .contactPage .contactFormSection select,
    .contactPage .contactFormSection textarea {
      display: block;
      width: 100%; } }

.contactPage .formConfirm table {
  width: 100%;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px; }
  .contactPage .formConfirm table tr {
    border-bottom: 1px solid #dddddd; }
  .contactPage .formConfirm table tr:first-child th, .contactPage .formConfirm table tr:first-child td,
  .contactPage .formConfirm table th, .contactPage .formConfirm table td {
    padding: 20px 0; }
  .contactPage .formConfirm table th {
    width: 18%; }
    @media only screen and (max-width: 780px) {
      .contactPage .formConfirm table th {
        width: 100%; } }
  .contactPage .formConfirm table td {
    width: 82%; }
    @media only screen and (max-width: 780px) {
      .contactPage .formConfirm table td {
        width: 100%;
        padding-bottom: 20px; } }
  @media only screen and (max-width: 780px) {
    .contactPage .formConfirm table {
      width: 100%; }
      .contactPage .formConfirm table th, .contactPage .formConfirm table td {
        display: block;
        width: 100%; }
      .contactPage .formConfirm table th {
        padding-top: 20px;
        padding-bottom: 0; }
      .contactPage .formConfirm table td {
        padding-top: 5px; }
      .contactPage .formConfirm table tr:first-child th {
        padding-top: 20px;
        padding-bottom: 0; }
      .contactPage .formConfirm table tr:first-child td {
        padding-top: 5px; } }
  @media only screen and (max-width: 780px) {
    .contactPage .formConfirm table .reset {
      order: 2; }
    .contactPage .formConfirm table .send {
      order: 1; } }

.sitemap .sitemapNav > li {
  margin-bottom: 40px; }
  .sitemap .sitemapNav > li:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 780px) {
    .sitemap .sitemapNav > li {
      margin-bottom: 30px; }
      .sitemap .sitemapNav > li:last-child {
        margin-bottom: 0; } }
  .sitemap .sitemapNav > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    @media only screen and (max-width: 780px) {
      .sitemap .sitemapNav > li > a {
        font-size: 15px;
        font-size: 1.5rem; } }

.sitemap .sitemapNavChild {
  margin-top: 10px;
  border-top: 2px solid #dddddd;
  padding-top: 8px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 780px) {
    .sitemap .sitemapNavChild {
      padding-top: 0; } }
  .sitemap .sitemapNavChild li {
    width: 25%;
    margin-top: 20px;
    padding-right: 20px; }
    .sitemap .sitemapNavChild li:nth-child(4n) {
      padding-right: 0; }
    .sitemap .sitemapNavChild li i {
      margin-right: -14px;
      color: #a7a7a7;
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: top;
      line-height: 1.8; }
    .sitemap .sitemapNavChild li a {
      display: inline-block;
      padding-left: 18px; }
    @media only screen and (max-width: 780px) {
      .sitemap .sitemapNavChild li {
        width: 100%;
        padding-right: 0; } }

.blogparts_document {
  overflow: hidden; }

.blogparts_wrapper + .blogparts_wrapper {
  margin-top: 30px;
  padding-top: 20px;
  border-top: #666 dashed 1px; }

.blogparts {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  padding: 20px 10px; }
  .blogparts:hover {
    background: rgba(237, 28, 36, 0.1); }

.parts-header {
  margin-bottom: 20px; }
  .parts-header .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
    .parts-header .title:before {
      content: "■ "; }

.blogparts_element a img {
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.blogparts_element a:hover img {
  opacity: 0.7; }

*.blogparts_element {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal; }
  *.blogparts_element.ar {
    text-align: right; }
  *.blogparts_element.ac {
    text-align: center; }
  *.blogparts_element.al {
    text-align: left; }
  *.blogparts_element strong {
    color: inherit; }

img.blogparts_element:not(.resizable-img),
.blogparts_element img:not(.resizable-img) {
  width: 100%;
  height: auto;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

img.blogparts_element {
  max-width: 100%; }

.blogparts_element.img {
  width: auto;
  height: auto;
  overflow: hidden; }
  .blogparts_element.img img {
    vertical-align: middle; }

.blogparts_element.img img {
  max-width: 100%; }

strong.blogparts_element {
  font-weight: bold; }

em.blogparts_element {
  font-style: italic; }

h2.blogparts_element, h3.blogparts_element, h4.blogparts_element, h5.blogparts_element, h6.blogparts_element {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

h2.blogparts_element {
  margin-bottom: 30px; }
  @media only screen and (max-width: 780px) {
    h2.blogparts_element {
      margin-bottom: 25px; } }

h3.blogparts_element {
  margin-bottom: 25px; }
  @media only screen and (max-width: 780px) {
    h3.blogparts_element {
      margin-bottom: 20px; } }

h4.blogparts_element {
  margin-bottom: 20px; }
  @media only screen and (max-width: 780px) {
    h4.blogparts_element {
      margin-bottom: 15px; } }

h5.blogparts_element,
h6.blogparts_element {
  margin-bottom: 10px; }
  @media only screen and (max-width: 780px) {
    h5.blogparts_element,
    h6.blogparts_element {
      margin-bottom: 10px; } }

h2.blogparts_element {
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-size: 2.4rem; }
  @media only screen and (max-width: 780px) {
    h2.blogparts_element {
      font-size: 20px;
      font-size: 2rem; } }
  h2.blogparts_element.border {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd; }

h3.blogparts_element {
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (max-width: 780px) {
    h3.blogparts_element {
      font-size: 18px;
      font-size: 1.8rem; } }
  h3.blogparts_element.left_strip {
    border-left: 5px solid #19cbad;
    padding-left: 10px; }

h4.blogparts_element {
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 780px) {
    h4.blogparts_element {
      font-size: 16px;
      font-size: 1.6rem; } }

h5.blogparts_element,
h6.blogparts_element {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 780px) {
    h5.blogparts_element,
    h6.blogparts_element {
      font-size: 14px;
      font-size: 1.4rem; } }

p.blogparts_element {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }
  p.blogparts_element + p.blogparts_element {
    margin-top: 21px; }
  p.blogparts_element + p.blogparts_element:empty {
    margin-top: 0; }
  p.blogparts_element:empty + p.blogparts_element {
    margin-top: 0; }
  p.blogparts_element:empty {
    height: 12.6px; }
  p.blogparts_element.ignore {
    display: none; }
  @media only screen and (max-width: 780px) {
    p.blogparts_element:empty {
      height: 6.3px; } }
  p.blogparts_element.copy_gothic {
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 28px;
    font-size: 2.8rem; }
    @media only screen and (max-width: 780px) {
      p.blogparts_element.copy_gothic {
        font-size: 18px;
        font-size: 1.8rem; } }
  p.blogparts_element.copy_serif {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 28px;
    font-size: 2.8rem; }
    @media only screen and (max-width: 780px) {
      p.blogparts_element.copy_serif {
        font-size: 18px;
        font-size: 1.8rem; } }

ul.blogparts_element,
ol.blogparts_element {
  margin-left: 2em;
  padding: 0; }
  ul.blogparts_element li,
  ol.blogparts_element li {
    margin-top: 14px; }
    ul.blogparts_element li:first-child,
    ol.blogparts_element li:first-child {
      margin-top: 0; }
  ul.blogparts_element > li > ul.blogparts_element,
  ol.blogparts_element > li > ul.blogparts_element, ul.blogparts_element > li >
  ol.blogparts_element,
  ol.blogparts_element > li >
  ol.blogparts_element {
    margin-top: 14px; }

ol.blogparts_element {
  list-style: decimal; }
  ol.blogparts_element ol.blogparts_element {
    margin-left: 0.5em;
    list-style: none;
    counter-reset: count; }
    ol.blogparts_element ol.blogparts_element > li {
      padding-left: 2em;
      text-indent: -2em; }
    ol.blogparts_element ol.blogparts_element > li:before {
      content: "(" counter(count) ")";
      counter-increment: count;
      padding-right: 0.5em; }

ul.blogparts_element {
  list-style: disc; }
  ul.blogparts_element ul.blogparts_element {
    margin-left: 2em; }
    @media only screen and (max-width: 780px) {
      ul.blogparts_element ul.blogparts_element {
        margin-left: 1em; } }
    ul.blogparts_element ul.blogparts_element > li {
      list-style: circle; }

hr.blogparts_element {
  margin: 10px 0;
  border: none;
  border-top: #dddddd solid 1px;
  height: 1px; }
  hr.blogparts_element.highlight {
    border-top: #666 solid 1px; }

.blogparts_element.box {
  padding: 20px;
  border: #dddddd solid 1px; }
  @media only screen and (max-width: 780px) {
    .blogparts_element.box {
      padding: 10px 15px; } }
  .blogparts_element.box.bg {
    background: #f2f2f2;
    border: none; }
  .blogparts_element.box.link-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .blogparts_element.box.link-list ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      width: calc((100% - 20px * 2) / 3);
      margin-top: 10px;
      margin-right: 20px; }
      .blogparts_element.box.link-list ul li:nth-child(3n) {
        margin-right: 0; }
      .blogparts_element.box.link-list ul li:nth-child(-n + 3) {
        margin-top: 0; }
    @media only screen and (max-width: 667px) {
      .blogparts_element.box.link-list ul li {
        width: 100%;
        margin-right: 0; }
        .blogparts_element.box.link-list ul li:nth-child(-n + 3) {
          margin-top: 10px; }
        .blogparts_element.box.link-list ul li:first-child {
          margin-top: 0; } }

table.blogparts_element {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: #dddddd solid 1px; }
  table.blogparts_element th {
    text-align: left;
    background: #f2f2f2; }
    table.blogparts_element th:first-child {
      width: 25%; }
  table.blogparts_element th, table.blogparts_element td {
    padding: 15px;
    border: #dddddd 1px solid;
    vertical-align: top; }
    table.blogparts_element th:first-child, table.blogparts_element td:first-child {
      border-left: 0; }
  @media only screen and (max-width: 780px) {
    table.blogparts_element {
      min-width: 100%; }
      table.blogparts_element th:first-child {
        width: 50%; }
      table.blogparts_element th, table.blogparts_element td {
        padding: 15px; } }

@media only screen and (max-width: 667px) {
  table.no-head th, table.no-head td {
    display: block;
    width: 100% !important;
    border-left: none;
    border-right: none;
    border-top: #dddddd 1px solid;
    border-bottom: none; }
  table.no-head tr:first-child th:first-child, table.no-head tr:first-child td:first-child {
    border-top: none; } }

.blogparts_element.columns {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0; }
  .blogparts_element.columns .col {
    margin-top: 0; }
    .blogparts_element.columns .col:first-child {
      margin-left: 0; }
  .blogparts_element.columns.columns-1 .col {
    width: 100%; }
    .blogparts_element.columns.columns-1 .col .textWrap {
      padding: 25px 20px;
      display: flex; }
      .blogparts_element.columns.columns-1 .col .textWrap > p {
        width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
        margin-right: 30px;
        margin-top: 0; }
        .blogparts_element.columns.columns-1 .col .textWrap > p:nth-of-type(2n) {
          margin-right: 0; }
      @media only screen and (max-width: 780px) {
        .blogparts_element.columns.columns-1 .col .textWrap {
          flex-wrap: wrap; }
          .blogparts_element.columns.columns-1 .col .textWrap > p {
            width: 100%;
            margin-right: 0; }
            .blogparts_element.columns.columns-1 .col .textWrap > p:nth-child(n + 2) {
              margin-top: 20px; } }
    .blogparts_element.columns.columns-1 .col h2, .blogparts_element.columns.columns-1 .col h3, .blogparts_element.columns.columns-1 .col h4, .blogparts_element.columns.columns-1 .col h5, .blogparts_element.columns.columns-1 .col h6 {
      margin: 25px 0 0; }
  .blogparts_element.columns.columns-2 .col {
    width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
    margin-right: 30px; }
    .blogparts_element.columns.columns-2 .col:nth-of-type(2n) {
      margin-right: 0; }
  .blogparts_element.columns.columns-3 .col {
    width: calc( ( 100% -  (30px * (3 - 1) )  ) / 3);
    margin-right: 30px; }
    .blogparts_element.columns.columns-3 .col:nth-of-type(3n) {
      margin-right: 0; }
  .blogparts_element.columns.columns-4 .col {
    width: calc( ( 100% -  (30px * (4 - 1) )  ) / 4);
    margin-right: 30px; }
    .blogparts_element.columns.columns-4 .col:nth-of-type(4n) {
      margin-right: 0; }
  .blogparts_element.columns.columns-2 .col p,
  .blogparts_element.columns.columns-3 .col p,
  .blogparts_element.columns.columns-4 .col p {
    margin-top: 15px; }
  .blogparts_element.columns.columns-2 .col h2, .blogparts_element.columns.columns-2 .col h3, .blogparts_element.columns.columns-2 .col h4, .blogparts_element.columns.columns-2 .col h5, .blogparts_element.columns.columns-2 .col h6,
  .blogparts_element.columns.columns-3 .col h2,
  .blogparts_element.columns.columns-3 .col h3,
  .blogparts_element.columns.columns-3 .col h4,
  .blogparts_element.columns.columns-3 .col h5,
  .blogparts_element.columns.columns-3 .col h6,
  .blogparts_element.columns.columns-4 .col h2,
  .blogparts_element.columns.columns-4 .col h3,
  .blogparts_element.columns.columns-4 .col h4,
  .blogparts_element.columns.columns-4 .col h5,
  .blogparts_element.columns.columns-4 .col h6 {
    margin: 20px 0 0; }
  .blogparts_element.columns.single {
    display: block; }
    .blogparts_element.columns.single .img img {
      margin-bottom: 15px; }
    .blogparts_element.columns.single.imgLeft .img {
      float: left;
      margin-right: 30px;
      max-width: 50%; }
      @media only screen and (max-width: 667px) {
        .blogparts_element.columns.single.imgLeft .img {
          max-width: 100%; } }
    .blogparts_element.columns.single.imgRight .img {
      float: right;
      margin-left: 30px;
      max-width: 50%; }
      @media only screen and (max-width: 667px) {
        .blogparts_element.columns.single.imgRight .img {
          max-width: 100%; } }
  .blogparts_element.columns.single_nowrap {
    display: block; }
    .blogparts_element.columns.single_nowrap .text {
      overflow: hidden;
      width: auto; }
    .blogparts_element.columns.single_nowrap.imgLeft .img {
      float: left;
      margin-right: 30px;
      max-width: 50%; }
      @media only screen and (max-width: 667px) {
        .blogparts_element.columns.single_nowrap.imgLeft .img {
          max-width: 100%; } }
    .blogparts_element.columns.single_nowrap.imgRight .img {
      float: right;
      margin-left: 30px;
      max-width: 50%; }
      @media only screen and (max-width: 667px) {
        .blogparts_element.columns.single_nowrap.imgRight .img {
          max-width: 100%; } }
  @media only screen and (max-width: 780px) {
    .blogparts_element.columns {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 667px) {
    .blogparts_element.columns img {
      width: 100%; }
    .blogparts_element.columns .col {
      margin-top: 30px; }
    .blogparts_element.columns.columns-1 .col, .blogparts_element.columns.columns-2 .col, .blogparts_element.columns.columns-3 .col {
      width: 100%;
      margin-right: 0; }
      .blogparts_element.columns.columns-1 .col:first-child, .blogparts_element.columns.columns-2 .col:first-child, .blogparts_element.columns.columns-3 .col:first-child {
        margin-top: 0; }
    .blogparts_element.columns.columns-4 .col {
      margin-top: 20px;
      width: calc( ( 100% -  (28px * (2 - 1) )  ) / 2);
      margin-right: 28px; }
      .blogparts_element.columns.columns-4 .col:nth-of-type(2n) {
        margin-right: 0; }
      .blogparts_element.columns.columns-4 .col:nth-child(-n+2) {
        margin-top: 0; }
    .blogparts_element.columns.single.imgLeft .img,
    .blogparts_element.columns.single.imgRight .img {
      float: none;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      .blogparts_element.columns.single.imgLeft .img img,
      .blogparts_element.columns.single.imgRight .img img {
        max-width: 100%;
        width: auto;
        height: auto; }
    .blogparts_element.columns.single_nowrap.imgLeft .img,
    .blogparts_element.columns.single_nowrap.imgRight .img {
      float: none;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      .blogparts_element.columns.single_nowrap.imgLeft .img img,
      .blogparts_element.columns.single_nowrap.imgRight .img img {
        max-width: 100%;
        width: auto;
        height: auto; }
    .blogparts_element.columns.single_nowrap .text {
      margin-top: 15px; } }

.blogparts_element.gmap {
  width: 100%;
  max-width: 730px;
  margin: 0 auto; }
  .blogparts_element.gmap .map-wrapper {
    position: relative; }
    .blogparts_element.gmap .map-wrapper:before {
      content: '';
      display: block;
      padding-top: 58%; }
    .blogparts_element.gmap .map-wrapper .map {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #aaaaaa; }
      .blogparts_element.gmap .map-wrapper .map:empty {
        display: flex;
        align-items: center;
        justify-content: center; }
        .blogparts_element.gmap .map-wrapper .map:empty:before {
          content: 'Google Map';
          color: #fff; }
  .blogparts_element.gmap .address {
    margin-top: 15px; }
  .blogparts_element.gmap .map-info {
    margin-top: 0; }
  .blogparts_element.gmap .open-map {
    margin-top: 10px; }

.blogparts_element.youtube.video-wrap {
  margin: 0 auto; }

.blogparts_wrapper .video-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000; }

.recommendVideoSection {
  background: #000;
  padding: 30px 35px; }
  @media only screen and (max-width: 780px) {
    .recommendVideoSection {
      padding: 20px 10px 15px; } }
  .recommendVideoSection .layoutContainer {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto; }
    @media only screen and (max-width: 780px) {
      .recommendVideoSection .layoutContainer {
        padding-bottom: 35px; } }
    .recommendVideoSection .layoutContainer .videoWrap {
      position: relative;
      width: calc(100% - (44px * 2));
      margin: 0 auto; }
      @media only screen and (max-width: 780px) {
        .recommendVideoSection .layoutContainer .videoWrap {
          width: 100%; } }
      .recommendVideoSection .layoutContainer .videoWrap::before {
        content: "";
        display: block;
        padding-top: calc(100% * (9 / 16)); }
      .recommendVideoSection .layoutContainer .videoWrap .videoPlayer {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .recommendVideoSection .layoutContainer .closeBtnWrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 28px;
      height: 28px; }
      .recommendVideoSection .layoutContainer .closeBtnWrap a {
        cursor: pointer; }
      .recommendVideoSection .layoutContainer .closeBtnWrap a, .recommendVideoSection .layoutContainer .closeBtnWrap img {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 780px) {
        .recommendVideoSection .layoutContainer .closeBtnWrap {
          position: absolute;
          top: auto;
          bottom: 0;
          right: 0;
          width: 20px;
          height: 20px;
          margin-left: auto; } }

.blogparts .mainBanners {
  display: none; }

.mce-content-body .mainBanners {
  padding: 0; }
  .mce-content-body .mainBanners .swiper-container {
    padding: 0; }
    .mce-content-body .mainBanners .swiper-container .swiper-slide {
      margin: 0 auto; }
    .mce-content-body .mainBanners .swiper-container .swiper-buttons, .mce-content-body .mainBanners .swiper-container .swiper-pagination {
      display: none; }

.mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy {
  pointer-events: none; }
  .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy .imgWrap img {
    pointer-events: auto;
    transition-duration: .5s; }
    .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy .imgWrap img:hover {
      transform: scale(1.1); }
  .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy h3,
  .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy .menu-title {
    pointer-events: auto; }
    .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy h3 a.is-external-link::after,
    .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy .menu-title a.is-external-link::after {
      background-image: url("../img//icons/icon_blank_w.png"); }
    .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy h3 a.is-pdf::after,
    .mce-content-body .wrapped-thumbs-menu .col .inner-box .dummy-hierarchy .menu-title a.is-pdf::after {
      background-image: url("../img//icons/icon_pdf_w.png"); }

.mce-content-body .imageWithDesc.imgMainLayout.onImgLayout .desc {
  pointer-events: none; }
  .mce-content-body .imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap {
    pointer-events: auto; }

.dummy-slide-image img {
  width: 100%; }

.blogparts_root .mainBanners {
  width: 100%;
  padding: 0;
  background: #dadada; }
  .blogparts_root .mainBanners .swiper-wrapper {
    align-items: center; }
  .blogparts_root .mainBanners .swiper-slide {
    text-align: right;
    background-color: transparent;
    transition: opacity 0.3s ease; }
    .blogparts_root .mainBanners .swiper-slide img {
      width: 100%; }
    @media only screen and (max-width: 780px) {
      .blogparts_root .mainBanners .swiper-slide {
        padding: 0 10px; } }
  .blogparts_root .mainBanners .swiper-slide-prev,
  .blogparts_root .mainBanners .swiper-slide-next {
    opacity: 0.5; }
  .blogparts_root .mainBanners .swiper-slide-next {
    text-align: left; }
  .blogparts_root .mainBanners .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    opacity: 0.7;
    background: none;
    border: 2px #fff solid; }
  .blogparts_root .mainBanners .swiper-pagination-bullet-active {
    background: #fff; }
  .blogparts_root .mainBanners .swiper-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .blogparts_root .mainBanners .swiper-button-next,
  .blogparts_root .mainBanners .swiper-button-prev {
    width: 22px;
    height: 36px;
    margin-top: 0;
    opacity: 0.5;
    background: url(../img//buttons/slider-btn.png) no-repeat;
    background-size: 22px 36px;
    transition: opacity 0.5s ease;
    top: calc( 50% - 22px); }
    .blogparts_root .mainBanners .swiper-button-next:hover,
    .blogparts_root .mainBanners .swiper-button-prev:hover {
      opacity: 1; }
    .blogparts_root .mainBanners .swiper-button-next:focus,
    .blogparts_root .mainBanners .swiper-button-prev:focus {
      outline: none; }
  .blogparts_root .mainBanners .swiper-button-prev {
    left: 20px; }
  .blogparts_root .mainBanners .swiper-button-next {
    right: 20px;
    transform: rotate(180deg); }
  @media only screen and (max-width: 780px) {
    .blogparts_root .mainBanners .swiper-slide-prev img,
    .blogparts_root .mainBanners .swiper-slide-next img {
      width: 100%; } }
  @media only screen and (max-width: 780px) {
    .blogparts_root .mainBanners {
      padding: 0; }
      .blogparts_root .mainBanners .swiper-container {
        padding: 0; }
        .blogparts_root .mainBanners .swiper-container.has-pagination {
          padding: 0; }
      .blogparts_root .mainBanners .swiper-slide {
        padding: 0; }
      .blogparts_root .mainBanners .swiper-pagination-bullets {
        bottom: 10px;
        line-height: 6px;
        margin-top: 10px; }
      .blogparts_root .mainBanners .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px; }
        .blogparts_root .mainBanners .swiper-pagination-bullet:focus {
          outline: none; }
        .blogparts_root .mainBanners .swiper-pagination-bullet:before {
          display: none; }
      .blogparts_root .mainBanners .swiper-button-next,
      .blogparts_root .mainBanners .swiper-button-prev {
        display: none; } }

.blogparts_element.pageLayout .imgWrapper {
  margin: 0 10px;
  text-align: center; }

.blogparts_element.pageLayout.thumbs-menu, .blogparts_element.pageLayout.wrapped-thumbs-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start; }
  .blogparts_element.pageLayout.thumbs-menu li, .blogparts_element.pageLayout.wrapped-thumbs-menu li {
    margin-top: 0; }

.blogparts_element.pageLayout.thumbs-menu .imgWrapper {
  margin: 0; }

.blogparts_element.pageLayout.thumbs-menu.columns-2 li {
  width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
  margin-right: 30px; }
  .blogparts_element.pageLayout.thumbs-menu.columns-2 li:nth-of-type(2n) {
    margin-right: 0; }

.blogparts_element.pageLayout.thumbs-menu.columns-3 li {
  width: calc( ( 100% -  (30px * (3 - 1) )  ) / 3);
  margin-right: 30px; }
  .blogparts_element.pageLayout.thumbs-menu.columns-3 li:nth-of-type(3n) {
    margin-right: 0; }

.blogparts_element.pageLayout.thumbs-menu.columns-4 li {
  width: calc( ( 100% -  (30px * (4 - 1) )  ) / 4);
  margin-right: 30px; }
  .blogparts_element.pageLayout.thumbs-menu.columns-4 li:nth-of-type(4n) {
    margin-right: 0; }
  @media only screen and (max-width: 780px) {
    .blogparts_element.pageLayout.thumbs-menu.columns-4 li h4 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.thumbs-menu.columns-4 li {
      width: calc( ( 100% -  (28px * (2 - 1) )  ) / 2);
      margin-right: 28px; }
      .blogparts_element.pageLayout.thumbs-menu.columns-4 li:nth-of-type(2n) {
        margin-right: 0; } }

.blogparts_element.pageLayout.thumbs-menu li .link {
  margin-top: 15px;
  text-align: left; }
  .blogparts_element.pageLayout.thumbs-menu li .link::before {
    margin-right: 8px; }

.blogparts_element.pageLayout.thumbs-menu li h4.link {
  text-align: center;
  margin-bottom: 0; }
  .blogparts_element.pageLayout.thumbs-menu li h4.link a {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #333; }

.blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 {
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0; }
  .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li {
    width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
    margin-right: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li:nth-of-type(2n) {
      margin-right: 0; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li::after {
      content: "";
      display: table;
      clear: both; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li div.img {
      margin-right: 20px;
      float: left;
      width: calc(50% - 10px); }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li div.textWrap {
      overflow: hidden; }
      .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li div.textWrap .link {
        display: block;
        margin-top: 0; }
        .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li div.textWrap .link a {
          display: inline;
          width: auto;
          font-weight: normal; }
    @media only screen and (max-width: 667px) {
      .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li {
        width: calc( ( 100% -  (28px * (2 - 1) )  ) / 2);
        margin-right: 28px; }
        .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li:nth-of-type(2n) {
          margin-right: 0; }
        .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li div.img {
          float: none;
          width: 100%;
          margin: 0; }
        .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li div.textWrap {
          margin-top: 15px; }
        .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li::after {
          content: none; } }

.blogparts_element.pageLayout.thumbs-menu.columns-2-wide {
  flex-wrap: wrap; }
  .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li {
    width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
    margin-right: 30px; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li:nth-of-type(2n) {
      margin-right: 0; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li .link {
      margin-top: 15px; }

.blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li .link, .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li .link {
  padding: 0;
  background: none; }
  .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li .link:before, .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li .link:before {
    content: none; }
  .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li .link a, .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li .link a {
    padding: 0; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li .link a:hover, .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li .link a:hover {
      text-decoration: underline; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-rows-3 li .link a::after, .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li .link a::after {
      content: "";
      position: relative;
      right: auto;
      margin-left: 7px; }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.thumbs-menu {
    flex-wrap: wrap; }
    .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li,
    .blogparts_element.pageLayout.thumbs-menu.columns-2 li,
    .blogparts_element.pageLayout.thumbs-menu.columns-3 li {
      width: 100%;
      margin-right: 0;
      margin-top: 30px; }
      .blogparts_element.pageLayout.thumbs-menu.columns-2-wide li:first-child,
      .blogparts_element.pageLayout.thumbs-menu.columns-2 li:first-child,
      .blogparts_element.pageLayout.thumbs-menu.columns-3 li:first-child {
        margin-top: 0; }
    .blogparts_element.pageLayout.thumbs-menu.columns-4 li {
      margin-top: 20px; }
      .blogparts_element.pageLayout.thumbs-menu.columns-4 li:nth-child(-n+2) {
        margin-top: 0; }
    .blogparts_element.pageLayout.thumbs-menu li .link {
      margin-top: 12px; } }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.wrapped-thumbs-menu {
    flex-wrap: wrap; } }

.blogparts_element.pageLayout.wrapped-thumbs-menu .col {
  width: 25%; }
  .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box {
    position: relative;
    background: #dadada;
    padding-top: calc(1/1 * 100%);
    overflow: hidden; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a,
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
      justify-content: center;
      z-index: 2; }
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-external-link::after, .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-pdf::after,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy.is-external-link::after,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy.is-pdf::after {
        content: none; }
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-external-link h3 span::after, .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-pdf h3 span::after,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy.is-external-link h3 span::after,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy.is-pdf h3 span::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 7px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        line-height: 1.5;
        vertical-align: middle; }
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-external-link h3 span::after,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy.is-external-link h3 span::after {
        background-image: url("../img//icons/icon_blank_w.png"); }
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-pdf h3 span::after,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .dummy-hierarchy.is-pdf h3 span::after {
        background-image: url("../img//icons/icon_pdf_w.png"); }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-external-link h3::after, .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a.is-pdf h3::after {
      content: none; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box > a:hover img {
      opacity: 1; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .imgWrap {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      overflow: hidden; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box img {
      width: auto;
      height: 100%; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box h3,
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .menu-title {
      position: absolute;
      bottom: 0;
      left: -1px;
      right: -1px;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      padding: 30px 15px 15px;
      width: calc(100% + 2px);
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      text-shadow: 0 0 5px #000;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.74) 100%); }
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box h3 i,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .menu-title i {
        margin-right: 8px;
        font-size: 14px;
        font-size: 1.4rem;
        transform: scale(1.8);
        margin-top: 0.4em; }
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box h3 a,
      .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .menu-title a {
        color: #fff; }
        .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box h3 a:hover,
        .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box .menu-title a:hover {
          text-decoration: none; }
  .blogparts_element.pageLayout.wrapped-thumbs-menu .col.col-l {
    width: 50%; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col.col-l .inner-box {
      padding-top: calc(1/2 * 100%); }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col.col, .blogparts_element.pageLayout.wrapped-thumbs-menu .col.col-l {
      width: 100%; }
    .blogparts_element.pageLayout.wrapped-thumbs-menu .col.col .inner-box {
      padding-top: calc(1/2 * 100%); } }

.blogparts_element.pageLayout.wrapped-thumbs-menu.column-2 .col .inner-box h3 {
  justify-content: center; }

@media only screen and (max-width: 780px) {
  .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box h3,
  .blogparts_element.pageLayout.wrapped-thumbs-menu.column-2 .col .inner-box h3 {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem; } }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.wrapped-thumbs-menu .col .inner-box h3,
  .blogparts_element.pageLayout.wrapped-thumbs-menu.column-2 .col .inner-box h3 {
    justify-content: flex-start; } }

.blogparts_element.pageLayout.imageWithDesc .section-ttl {
  font-size: 34px;
  font-size: 3.4rem; }
  @media only screen and (max-width: 780px) {
    .blogparts_element.pageLayout.imageWithDesc .section-ttl {
      font-size: 24px;
      font-size: 2.4rem; } }
  .blogparts_element.pageLayout.imageWithDesc .section-ttl span.fontEn {
    font-size: 44px;
    font-size: 4.4rem; }
    @media only screen and (max-width: 780px) {
      .blogparts_element.pageLayout.imageWithDesc .section-ttl span.fontEn {
        font-size: 28px;
        font-size: 2.8rem; } }
  .blogparts_element.pageLayout.imageWithDesc .section-ttl span.fontSub {
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 780px) {
      .blogparts_element.pageLayout.imageWithDesc .section-ttl span.fontSub {
        font-size: 14px;
        font-size: 1.4rem; } }

.blogparts_element.pageLayout.imageWithDesc.halfLayout {
  display: flex;
  align-items: center; }
  .blogparts_element.pageLayout.imageWithDesc.halfLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.halfLayout .img {
    width: 50%; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.imageWithDesc.halfLayout {
      flex-wrap: wrap; }
      .blogparts_element.pageLayout.imageWithDesc.halfLayout .desc,
      .blogparts_element.pageLayout.imageWithDesc.halfLayout .img {
        width: 100%; } }
  .blogparts_element.pageLayout.imageWithDesc.halfLayout .desc {
    text-align: center; }
  .blogparts_element.pageLayout.imageWithDesc.halfLayout.descBgImg .desc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch; }
    .blogparts_element.pageLayout.imageWithDesc.halfLayout.descBgImg .desc .backImg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
      display: flex;
      align-items: center; }
    .blogparts_element.pageLayout.imageWithDesc.halfLayout.descBgImg .desc .textWrap {
      display: flex;
      align-items: center;
      padding: 30px;
      color: #fff;
      z-index: 1; }
      .blogparts_element.pageLayout.imageWithDesc.halfLayout.descBgImg .desc .textWrap .section-ttl {
        color: #fff; }
  .blogparts_element.pageLayout.imageWithDesc.halfLayout.descBgImg .img {
    display: flex;
    align-items: center; }
  .blogparts_element.pageLayout.imageWithDesc.halfLayout.descBgColor .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 30px; }

.blogparts_element.pageLayout.imageWithDesc.imgMainLayout,
.blogparts_element.pageLayout.imageWithDesc.imgMainLayout a {
  color: #333;
  display: flex;
  align-items: center; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout:hover,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a:hover {
    text-decoration: none; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout:hover img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a:hover img {
      opacity: 1; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl, .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .section-ttl,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .section-ttl,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout .desc .section-ttl,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout a .desc .section-ttl {
    position: relative; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl::after,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl::after, .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .section-ttl::after,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .section-ttl::after,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl::after,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl::after,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout .desc .section-ttl::after,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout a .desc .section-ttl::after {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 19px;
      top: calc(50% - 12px);
      margin-left: 10px;
      flex: 0 0 16px; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl + p,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl + p, .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .section-ttl + p,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .section-ttl + p,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl + p,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl + p,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout .desc .section-ttl + p,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout a .desc .section-ttl + p {
      margin-top: 20px; }
    @media only screen and (max-width: 780px) {
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl + p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl + p, .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .section-ttl + p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .section-ttl + p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl + p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl + p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout .desc .section-ttl + p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.onImgLayout a .desc .section-ttl + p {
        margin-top: 12px; } }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a {
      flex-wrap: wrap; } }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc {
    text-align: left;
    margin-right: 30px;
    margin-left: 80px;
    padding: 30px 0; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl {
      display: inline-block;
      padding-right: 26px;
      margin-bottom: 0; }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl::after,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl::after,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl::after,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl::after {
        right: 0;
        background: url(../img//icons/icon_img_with_desc_arrow.png) no-repeat;
        background-size: contain; }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc .section-ttl > span,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc .section-ttl > span,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc .section-ttl > span,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc .section-ttl > span {
        text-align: left; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .img {
    margin-left: 15px; }
  @media only screen and (max-width: 1679px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc {
      margin-left: 60px; } }
  @media only screen and (max-width: 780px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc {
      margin-left: 40px; } }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc {
      order: 2;
      padding: 10px 15px 30px; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .img {
      order: 1; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout .img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a .img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout .img,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a .img {
      margin-left: 0;
      margin-right: 0; } }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.halfLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.halfLayout .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.halfLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.halfLayout .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.halfLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.halfLayout .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.halfLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.halfLayout .img {
    width: calc(50% - 30px / 2); }
    @media only screen and (max-width: 667px) {
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.halfLayout .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.halfLayout .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.halfLayout .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.halfLayout .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.halfLayout .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.halfLayout .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.halfLayout .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.halfLayout .img {
        width: 100%; } }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.doubleImage .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.doubleImage .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.doubleImage .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.doubleImage .desc {
    width: calc(100% / 3 - 30px / 2); }
    @media only screen and (max-width: 667px) {
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.doubleImage .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.doubleImage .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.doubleImage .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.doubleImage .desc {
        width: 100%; } }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.doubleImage .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.doubleImage .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.doubleImage .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.doubleImage .img {
    width: calc(100% / 3 * 2 - 30px / 2); }
    @media only screen and (max-width: 667px) {
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout.doubleImage .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.separateLayout a.doubleImage .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout.doubleImage .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout a.separateLayout a.doubleImage .img {
        width: 100%; } }

.blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout,
.blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a {
  position: relative;
  width: 100%; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .img {
    width: 100%; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 30px 80px;
    z-index: 1; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 0 26px; }
      @media only screen and (max-width: 667px) {
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap,
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap {
          margin: 0; } }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap .section-ttl,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap .section-ttl {
        margin-bottom: 0; }
        @media only screen and (max-width: 667px) {
          .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap .section-ttl,
          .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap .section-ttl {
            padding-right: 26px; } }
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap .section-ttl::after,
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap .section-ttl::after {
          right: -26px;
          background: url(../img//icons/icon_img_with_desc_arrow_w.png) no-repeat;
          background-size: contain; }
          @media only screen and (max-width: 667px) {
            .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap .section-ttl::after,
            .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap .section-ttl::after {
              background: url(../img//icons/icon_img_with_desc_arrow.png) no-repeat;
              background-size: contain;
              right: 0; } }
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap .section-ttl span,
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap .section-ttl span {
          color: #fff; }
          @media only screen and (max-width: 667px) {
            .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .textWrap .section-ttl span,
            .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .textWrap .section-ttl span {
              color: #333; } }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.rightJustified .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.rightJustified .desc {
    right: 0;
    left: auto; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.rightJustified .desc .section-ttl span,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.rightJustified .desc .section-ttl span {
      text-align: left; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.rightJustified.oppositeSetting .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.rightJustified.oppositeSetting .desc {
    margin-left: auto; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc {
    width: 100%;
    justify-content: center; }
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc .textWrap,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc .textWrap {
      align-items: center; }
      @media only screen and (max-width: 667px) {
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc .textWrap,
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc .textWrap {
          align-items: flex-start; } }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc .textWrap p,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc .textWrap p {
        text-align: center; }
        @media only screen and (max-width: 667px) {
          .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc .textWrap p,
          .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc .textWrap p {
            text-align: left; } }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.oppositeSetting .desc,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.oppositeSetting .desc {
    position: static; }
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.oppositeSetting .img,
  .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.oppositeSetting .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center; }
  @media only screen and (max-width: 1679px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc {
      padding: 30px 60px; } }
  @media only screen and (max-width: 780px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc {
      padding: 30px 40px; } }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout,
    .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a {
      flex-wrap: wrap; }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc, .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .img {
        width: 100%; }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc {
        position: static;
        color: #333;
        padding: 10px 15px 30px; }
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout .desc .section-ttl span,
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a .desc .section-ttl span {
          color: #333; }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc {
        justify-content: flex-start; }
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.centerJustified .desc .section-ttl span,
        .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.centerJustified .desc .section-ttl span {
          text-align: left; }
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout.oppositeSetting .img,
      .blogparts_element.pageLayout.imageWithDesc.imgMainLayout.onImgLayout a.oppositeSetting .img {
        position: static; } }

.blogparts_element.pageLayout.imageWithDesc.columnLayout ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  .blogparts_element.pageLayout.imageWithDesc.columnLayout ul li {
    margin-top: 0; }

.blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li {
  display: flex;
  flex-direction: column;
  width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
  margin-right: 30px;
  margin-top: 0; }
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li:nth-of-type(2n) {
    margin-right: 0; }
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li h3 {
    text-align: center;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 22px;
    font-size: 2.2rem; }
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li > a,
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li > img {
    flex: 0 0 auto; }

@media only screen and (max-width: 780px) {
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul h3 {
    font-size: 18px;
    font-size: 1.8rem; } }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul {
    flex-wrap: wrap; }
    .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li {
      width: 100%;
      margin-top: 30px;
      margin-right: 0; }
      .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 > ul > li:first-child {
        margin-top: 0; } }

.blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap {
  flex: 1 1 auto;
  padding: 25px 20px; }
  .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul {
    display: flex;
    flex-wrap: wrap; }
    .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li {
      width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
      margin-right: 30px;
      list-style: none; }
      .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li:nth-of-type(2n) {
        margin-right: 0; }
      .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li:nth-child(n + 3) {
        margin-top: 10px; }
      @media only screen and (max-width: 780px) {
        .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li {
          width: 100%; }
          .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li:nth-child(n + 2) {
            margin-top: 10px; } }
      .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li a {
        font: normal normal normal 14rem FontAwesome;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
        font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        position: relative;
        padding-left: 15px; }
        .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li a.fa::before {
          font: normal normal normal 14px/1 FontAwesome;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          margin-right: 8px;
          position: absolute;
          top: 0.2em;
          left: 0;
          color: #a7a7a7; }
        .blogparts_element.pageLayout.imageWithDesc.columnLayout.linksInColumn-2 .linksListWrap ul li a:hover.fa::before {
          text-decoration: none; }

.blogparts_element.pageLayout.boxHasHeader .boxHeader {
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 780px) {
    .blogparts_element.pageLayout.boxHasHeader .boxHeader {
      font-size: 16px;
      font-size: 1.6rem; } }

.blogparts_element.pageLayout.boxHasHeader.grayHead {
  border: 1px solid #dddddd; }
  .blogparts_element.pageLayout.boxHasHeader.grayHead .boxHeader {
    border-bottom: 1px solid #dddddd;
    background: #f2f2f2; }

.blogparts_element.pageLayout.boxHasHeader .boxContent {
  padding: 15px 20px; }

.blogparts_element.pageLayout.history, .blogparts_element.pageLayout.shop_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: #dddddd 2px solid; }
  .blogparts_element.pageLayout.history li, .blogparts_element.pageLayout.shop_list li {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px 0;
    border-bottom: #dddddd dotted 1px; }
    .blogparts_element.pageLayout.history li .year, .blogparts_element.pageLayout.history li .month, .blogparts_element.pageLayout.shop_list li .year, .blogparts_element.pageLayout.shop_list li .month {
      margin-right: 40px;
      flex: 0 0 auto; }
    .blogparts_element.pageLayout.history li .text, .blogparts_element.pageLayout.shop_list li .text {
      flex: 1 0 50%; }
  .blogparts_element.pageLayout.history.temp-adjust .date-cols .col, .blogparts_element.pageLayout.shop_list.temp-adjust .date-cols .col {
    flex: 1 0 auto; }
  .blogparts_element.pageLayout.history.temp-adjust .text, .blogparts_element.pageLayout.shop_list.temp-adjust .text {
    max-width: 50%; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.history li, .blogparts_element.pageLayout.shop_list li {
      flex-wrap: wrap;
      padding: 15px 0; }
      .blogparts_element.pageLayout.history li .year, .blogparts_element.pageLayout.history li .month, .blogparts_element.pageLayout.shop_list li .year, .blogparts_element.pageLayout.shop_list li .month {
        flex: 1 1 auto; }
      .blogparts_element.pageLayout.history li .text, .blogparts_element.pageLayout.shop_list li .text {
        width: 100%;
        margin-top: 8px; } }

.blogparts_element.pageLayout.history li .date-cols {
  display: flex;
  max-width: calc(50% - 40px);
  margin-right: 40px; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.history li .date-cols {
      width: 100%;
      max-width: none;
      margin-right: 0; } }
  .blogparts_element.pageLayout.history li .date-cols .col {
    flex: 1 1 auto;
    word-break: break-all;
    word-break: break-word; }
    .blogparts_element.pageLayout.history li .date-cols .col:first-child {
      margin-right: 20px; }
    .blogparts_element.pageLayout.history li .date-cols .col:last-child {
      margin-left: 20px;
      margin-right: 0; }
    @media only screen and (max-width: 667px) {
      .blogparts_element.pageLayout.history li .date-cols .col {
        flex: 0 1 auto; } }

.blogparts_element.pageLayout.shop_list li .year {
  max-width: calc(50% - 40px); }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.shop_list li .year {
      width: 100%;
      max-width: none;
      margin-right: 0; } }

.blogparts_element.pageLayout.groupCompanies {
  display: flex;
  align-items: flex-start; }
  .blogparts_element.pageLayout.groupCompanies table {
    width: calc( 75% - 15px); }
  .blogparts_element.pageLayout.groupCompanies .imgWrapper {
    margin: 0; }
  .blogparts_element.pageLayout.groupCompanies .imgs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc( 25% - 15px); }
    .blogparts_element.pageLayout.groupCompanies .imgs li {
      margin-top: 20px; }
      .blogparts_element.pageLayout.groupCompanies .imgs li:first-child {
        margin-top: 0; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.groupCompanies {
      display: block; }
      .blogparts_element.pageLayout.groupCompanies table {
        width: 100% !important; }
      .blogparts_element.pageLayout.groupCompanies .imgs {
        display: flex;
        width: 100%; }
        .blogparts_element.pageLayout.groupCompanies .imgs li {
          width: calc( 50% - 2.5px); }
          .blogparts_element.pageLayout.groupCompanies .imgs li:nth-child(odd) {
            margin-right: 5px; }
          .blogparts_element.pageLayout.groupCompanies .imgs li:nth-child(even) {
            margin-left: 5px; } }

.blogparts_element.pageLayout.groupCompanies.imgRight table {
  margin-left: 15px; }

.blogparts_element.pageLayout.groupCompanies.imgRight .imgs {
  margin-right: 15px; }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.groupCompanies.imgRight table {
    margin-left: 0; }
  .blogparts_element.pageLayout.groupCompanies.imgRight .imgs {
    margin-right: 0; }
    .blogparts_element.pageLayout.groupCompanies.imgRight .imgs li {
      margin-bottom: 20px;
      margin-top: 0; }
      .blogparts_element.pageLayout.groupCompanies.imgRight .imgs li:first-child {
        margin-bottom: 20px; } }

.blogparts_element.pageLayout.groupCompanies.imgLeft table {
  margin-right: 15px; }

.blogparts_element.pageLayout.groupCompanies.imgLeft .imgs {
  margin-left: 15px; }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.groupCompanies.imgLeft table {
    margin-right: 0; }
  .blogparts_element.pageLayout.groupCompanies.imgLeft .imgs {
    margin-left: 0; }
    .blogparts_element.pageLayout.groupCompanies.imgLeft .imgs li {
      margin-top: 20px; }
      .blogparts_element.pageLayout.groupCompanies.imgLeft .imgs li:first-child {
        margin-top: 20px; } }

.blogparts_element.pageLayout.businessInfo ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.blogparts_element.pageLayout.businessInfo.level-1 {
  display: flex;
  flex-wrap: wrap;
  /*
      .caption {
        margin-top: 15px;
      }
      .caption + .description {
        margin-top: 15px;
      }
*/ }
  .blogparts_element.pageLayout.businessInfo.level-1 h3 {
    flex: 0 0 auto;
    width: 100%; }
  .blogparts_element.pageLayout.businessInfo.level-1 .imgWrapper {
    margin: 0; }
  .blogparts_element.pageLayout.businessInfo.level-1 .col {
    width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
    margin-right: 30px; }
    .blogparts_element.pageLayout.businessInfo.level-1 .col:nth-of-type(2n) {
      margin-right: 0; }
  .blogparts_element.pageLayout.businessInfo.level-1 .description {
    margin-top: 15px; }
  .blogparts_element.pageLayout.businessInfo.level-1 .link {
    margin-top: 10px; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.businessInfo.level-1 .col {
      width: 100%; }
      .blogparts_element.pageLayout.businessInfo.level-1 .col:nth-of-type(odd) {
        margin-right: 0; }
      .blogparts_element.pageLayout.businessInfo.level-1 .col:nth-of-type(even) {
        margin-left: 0; }
    .blogparts_element.pageLayout.businessInfo.level-1 .col + .col {
      margin-top: 30px; }
    .blogparts_element.pageLayout.businessInfo.level-1 .decription {
      margin-top: 15px; } }
  .blogparts_element.pageLayout.businessInfo.level-1.titleH3 .imgWrapper {
    margin: 0; }
  .blogparts_element.pageLayout.businessInfo.level-1.titleH3 h3 {
    margin: 20px 0 0; }

.blogparts_element.pageLayout.businessInfo.level-2 {
  display: flex; }
  .blogparts_element.pageLayout.businessInfo.level-2 .link {
    margin-top: 10px; }
  .blogparts_element.pageLayout.businessInfo.level-2.singleImage .imgWrapper {
    margin: 0; }
  .blogparts_element.pageLayout.businessInfo.level-2.singleImage > .img {
    width: calc( 33% - 15px);
    margin-right: 15px; }
  .blogparts_element.pageLayout.businessInfo.level-2.singleImage > .text {
    width: calc( 67% - 15px);
    margin-left: 15px; }
  .blogparts_element.pageLayout.businessInfo.level-2.singleImage.imageRight > .img {
    margin-right: 0;
    margin-left: 15px; }
  .blogparts_element.pageLayout.businessInfo.level-2.singleImage.imageRight > .text {
    margin-right: 15px;
    margin-left: 0; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.businessInfo.level-2.singleImage.imageRight > .img,
    .blogparts_element.pageLayout.businessInfo.level-2.singleImage.imageRight > .text {
      margin-right: 0;
      margin-left: 0; } }
  .blogparts_element.pageLayout.businessInfo.level-2.multipleImages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start; }
    .blogparts_element.pageLayout.businessInfo.level-2.multipleImages .imgWrapper {
      margin: 0; }
    .blogparts_element.pageLayout.businessInfo.level-2.multipleImages li {
      width: calc( ( 100% -  (30px * (3 - 1) )  ) / 3);
      margin-right: 30px;
      margin-top: 0; }
      .blogparts_element.pageLayout.businessInfo.level-2.multipleImages li:nth-of-type(3n) {
        margin-right: 0; }
  .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .col:first-child {
    margin-right: 15px;
    margin-left: 0; }
  .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .col:last-child {
    margin-right: 0;
    margin-left: 15px; }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .col:first-child {
      margin-right: 0; }
    .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .col:last-child {
      margin-left: 0; } }
  .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .img {
    width: calc( 50% - 15px); }
  .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .text {
    width: calc( 50% - 15px); }
  @media only screen and (max-width: 667px) {
    .blogparts_element.pageLayout.businessInfo.level-2 {
      flex-wrap: wrap; }
      .blogparts_element.pageLayout.businessInfo.level-2.singleImage .col, .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage .col {
        width: 100%;
        margin: 0; }
      .blogparts_element.pageLayout.businessInfo.level-2.singleImage > .img, .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .img {
        order: 0; }
      .blogparts_element.pageLayout.businessInfo.level-2.singleImage > .text, .blogparts_element.pageLayout.businessInfo.level-2.halfLayout.singleImage > .text {
        order: 1;
        margin-top: 15px; }
      .blogparts_element.pageLayout.businessInfo.level-2.multipleImages {
        flex-wrap: wrap; }
        .blogparts_element.pageLayout.businessInfo.level-2.multipleImages li {
          width: 100%;
          margin-right: 0;
          margin-top: 20px; }
          .blogparts_element.pageLayout.businessInfo.level-2.multipleImages li:first-child {
            margin-top: 0; }
        .blogparts_element.pageLayout.businessInfo.level-2.multipleImages .text {
          margin-top: 20px; } }

.blogparts_element.pageLayout.businessInfo.level-3 ul {
  display: flex; }

.blogparts_element.pageLayout.businessInfo.level-3 li {
  width: calc( ( 100% -  (30px * (3 - 1) )  ) / 3);
  margin-right: 30px;
  margin-top: 0; }
  .blogparts_element.pageLayout.businessInfo.level-3 li:nth-of-type(3n) {
    margin-right: 0; }
  .blogparts_element.pageLayout.businessInfo.level-3 li .text {
    margin-top: 15px; }

.blogparts_element.pageLayout.businessInfo.level-3.titleH3 .imgWrapper {
  margin: 0; }

.blogparts_element.pageLayout.businessInfo.level-3.titleH3 h3 {
  margin: 20px 0 0; }

@media only screen and (max-width: 667px) {
  .blogparts_element.pageLayout.businessInfo.level-3 ul {
    flex-wrap: wrap; }
  .blogparts_element.pageLayout.businessInfo.level-3 li {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; }
    .blogparts_element.pageLayout.businessInfo.level-3 li:first-child {
      margin-top: 0; }
    .blogparts_element.pageLayout.businessInfo.level-3 li .text {
      margin-top: 15px; }
  .blogparts_element.pageLayout.businessInfo.level-3.titleH3 .img {
    width: 100%; }
  .blogparts_element.pageLayout.businessInfo.level-3.titleH3 .text {
    width: 100%; } }

/* .btns{
  .btn{
    width: calc(25% - 10px);
    &-l{
      width: calc(33% - 10px);
    }
    @include media(sp) {
      &, &-l{
        width: auto;
      }
    }
  }
} */
.blogparts_element .btn {
  font: normal normal normal 14rem FontAwesome;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }
  .blogparts_element .btn.fa::before {
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 8px;
    transform: scale(1.6);
    transform-origin: left 65%; }
  .blogparts_element .btn.is-external-link.filled.primary::after, .blogparts_element .btn.is-external-link.filled.gray::after {
    background-image: url("../img//icons/icon_blank_w.png"); }

ul.btns {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0; }
  ul.btns > .btn {
    margin: 5px;
    padding: 0; }
    ul.btns > .btn:first-child {
      margin-top: 5px; }
    ul.btns > .btn > .btn {
      width: 100%; }
  @media only screen and (max-width: 780px) {
    ul.btns {
      margin-top: 30px; } }

.single-btn {
  margin-top: 15px; }
  .single-btn .btn {
    max-width: 100%;
    min-width: 180px;
    width: auto;
    padding: 12px 30px;
    font-size: 14px;
    font-size: 1.4rem; }

.blogparts_element:not(.btns) .btn {
  width: auto; }

.mce-content-body .columnsLayout > div {
  min-height: 370px;
  border: 1px dotted #dddddd; }

.blogparts .columnsLayout > div {
  min-height: 370px;
  border: 1px dotted #dddddd; }

.columnsLayout {
  display: flex; }
  .columnsLayout.normalLayout > div {
    width: calc( ( 100% -  (30px * (2 - 1) )  ) / 2);
    margin-right: 30px; }
    .columnsLayout.normalLayout > div:nth-of-type(2n) {
      margin-right: 0; }

@media only screen and (max-width: 780px) {
  .columnsLayout.normalLayout {
    flex-wrap: wrap; }
    .columnsLayout.normalLayout > div, .columnsLayout.normalLayout > .mainContent, .columnsLayout.normalLayout > .menuContent {
      width: 100%; }
    .columnsLayout.normalLayout > div {
      margin: 30px 0 0; }
      .columnsLayout.normalLayout > div:first-child {
        margin-top: 0; }
    .columnsLayout.normalLayout > .mainContent {
      margin: 0; } }

.mce-content-body .marginLayout .layoutCol {
  min-height: 370px;
  border: 1px dotted #dddddd;
  background: #fff; }

.blogparts .marginLayout .layoutCol {
  min-height: 370px;
  border: 1px dotted #dddddd;
  background: #fff; }

.marginLayout.backgroundLayout {
  padding: 60px 80px; }
  @media only screen and (max-width: 1679px) {
    .marginLayout.backgroundLayout {
      padding: 60px 40px; } }
  @media only screen and (max-width: 780px) {
    .marginLayout.backgroundLayout {
      padding: 40px 15px; } }
  .marginLayout.backgroundLayout h2 {
    text-align: center; }

.marginLayout.normalLayout {
  padding: 0 80px; }
  @media only screen and (max-width: 1679px) {
    .marginLayout.normalLayout {
      padding: 0 40px; } }
  @media only screen and (max-width: 780px) {
    .marginLayout.normalLayout {
      padding: 0 15px; } }

.marginLayout.column-2 {
  display: flex;
  padding: 0 80px; }
  @media only screen and (max-width: 1679px) {
    .marginLayout.column-2 {
      padding: 0 40px; } }
  @media only screen and (max-width: 780px) {
    .marginLayout.column-2 {
      flex-wrap: wrap;
      padding: 0 15px; } }
  .marginLayout.column-2 .layoutCol {
    width: calc((100% - 25px) / 2);
    margin-right: 25px; }
    .marginLayout.column-2 .layoutCol:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 780px) {
      .marginLayout.column-2 .layoutCol {
        width: 100%;
        margin-right: 0; }
        .marginLayout.column-2 .layoutCol:nth-child(n + 2) {
          margin-top: 15px; } }

.blogparts_element.tab-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0; }
  .blogparts_element.tab-menu li {
    margin-top: 0;
    flex: 1 1 100%;
    box-sizing: border-box;
    margin-right: 4px; }
    .blogparts_element.tab-menu li:last-child {
      margin-right: 0; }
    .blogparts_element.tab-menu li a, .blogparts_element.tab-menu li span {
      color: #fff;
      display: flex;
      justify-content: center;
      padding: 15px 10px;
      background: #a7a7a7;
      transition: background 0.3s ease-in-out; }
      .blogparts_element.tab-menu li a.current, .blogparts_element.tab-menu li a:hover, .blogparts_element.tab-menu li span.current, .blogparts_element.tab-menu li span:hover {
        background: #19cbad; }
    .blogparts_element.tab-menu li a {
      text-decoration: none; }
  @media only screen and (max-width: 780px) {
    .blogparts_element.tab-menu {
      font-size: 14px;
      font-size: 1.4rem; }
      .blogparts_element.tab-menu li {
        width: calc( ( 100% -  (4px * (2 - 1) )  ) / 2);
        margin-right: 4px;
        margin-top: 4px;
        flex: none; }
        .blogparts_element.tab-menu li:nth-of-type(2n) {
          margin-right: 0; }
        .blogparts_element.tab-menu li:nth-child(-n+2) {
          margin-top: 0; } }

.blogparts_element.anchorLinks {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0; }
  .blogparts_element.anchorLinks li, .blogparts_element.anchorLinks li:first-child, .blogparts_element.anchorLinks li:last-child {
    padding: 0 10px;
    border-right: 1px solid #dddddd;
    margin: 8px 0; }
    .blogparts_element.anchorLinks li:last-child, .blogparts_element.anchorLinks li:first-child:last-child, .blogparts_element.anchorLinks li:last-child:last-child {
      border-right: none; }
    .blogparts_element.anchorLinks li:before, .blogparts_element.anchorLinks li:first-child:before, .blogparts_element.anchorLinks li:last-child:before {
      margin-right: 5px; }
    .blogparts_element.anchorLinks li a, .blogparts_element.anchorLinks li:first-child a, .blogparts_element.anchorLinks li:last-child a {
      font: normal normal normal 14rem FontAwesome;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
      font-family: Meiryo, "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      padding-left: 15px; }
      .blogparts_element.anchorLinks li a.fa::before, .blogparts_element.anchorLinks li:first-child a.fa::before, .blogparts_element.anchorLinks li:last-child a.fa::before {
        font: normal normal normal 14px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        margin-right: 12px;
        position: absolute;
        top: 0.2em;
        left: 0;
        color: #a7a7a7; }

/*# sourceMappingURL=styles.css.map */
