@charset 'UTF-8';

/*foundation */
/* font */
/* font */
/* ================================================================================
init
================================================================================ */
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    line-height: 1.6;

    margin: 0;

    color: #404040;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

a,
a:visited {
    text-decoration: none;

    color: #404040;
}

a:hover,
a:active {
    text-decoration: none;

    color: #404040;
}

@media only screen and (max-width: 1079px) {
    a {
        display: block;
    }
}

input[type='text'],
input[type='tel'],
input[type='email'],
select,
textarea {
    padding: 4px 10px;

    border: 1px solid #ddd;
    border-radius: 4px;
}

:placeholder-shown {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    opacity: 1;
    color: #aaa;
}

::-moz-placeholder {
    opacity: 1;
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

/*box-sizingを全ブラウザに対応*/
.second-contents-area *,
.second-contents-area *:before,
.second-contents-area *:after {
    box-sizing: border-box;

    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.second-contents-area a {
    text-decoration: none;
}

.second-contents-area img {
    max-width: 100%;

    vertical-align: bottom;
}

/*hover*/
.second-contents-area a:link {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.second-contents-area a:hover,
.second-contents-area a:active {
    text-decoration: none;

    opacity: .7;
}

.second-contents-area a:focus,
.second-contents-area *:focus {
    outline: none;
}

/* ================================================================================
Font Awesome
================================================================================ */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 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-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: '';
}

/* layout */
.l-container {
    padding: 3.2% 3.2% 15%;

    background: #fff;
}

.l-container:before,
.l-container:after {
    display: table;

    content: '';
}

.l-container:after {
    clear: both;
}

@media only screen and (max-width: 1079px) {
    .l-container {
        padding: 2% 2% 15%;
    }
}

@media only screen and (max-width: 767px) {
    .l-container {
        padding: 0;
    }
}

.l-content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.l-side {
    float: left;

    width: 32%;
}

@media only screen and (max-width: 1079px) {
    .l-side {
        float: none;

        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .l-side {
        margin-top: 18px;
    }
}

.sec {
    margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .sec {
        margin-bottom: 20px;
    }
}

.l-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* ================================================================================
common
================================================================================ */
.row {
    width: 96%;
    max-width: 1500px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .row {
        width: 94%;
    }
}

.wrap {
    position: relative;

    border-top: 4px solid #ee8479;
    background: url('../img/bg_pattern02.png') 0 0 repeat;
}

@media only screen and (max-width: 1079px) {
    .wrap {
        padding-top: 0;
    }

    .row-full {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wrap {
        padding-top: 25px;
        padding-bottom: 80px;

        background: none;
    }

    .wrap:before {
        top: 10px;

        height: 7px;

        background-size: auto 100%;
    }

    .row-full {
        width: 94%;
    }
}

.l-main {
    float: right;
    overflow: hidden;
    /*  width: 950px;*/
    /*  width: 68%;*/

    width: 64%;
}

.l-content {
    /*  border: solid 3px #bad4ee;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #fff;*/
}

@media only screen and (max-width: 1079px) {
    .l-main {
        font-size: 20px;

        float: none;

        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .l-main {
        font-size: 14px;
    }

    .l-content {
        padding-bottom: 30px;
    }
}

/* object */
/* component */
.c-line-dot {
    padding-bottom: 2px;

    background-image: -webkit-linear-gradient(left, #e26257, #e26257 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #e26257, #e26257 1px, transparent 1px, transparent 4px);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 5px 1px;
}

.android .c-line-dot {
    padding-bottom: 5px;
}

.c-ico-notice {
    position: relative;

    padding-left: 1em;
}

.c-ico-notice:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '※';
}

.c-arrow--l {
    line-height: 1.8;

    position: relative;

    display: block;
}

.c-arrow--l:before {
    top: 0;
    right: 10%;

    display: inline-block;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-top: 1px solid #073190;
    border-right: 1px solid #073190;
}

.c-btn {
    font-size: 20px;
    font-size: 1.25rem;

    display: block;

    padding: 35px;

    text-align: center;

    background: #fff;
}

@media only screen and (max-width: 767px) {
    .c-btn {
        padding: 10px;
    }
}

/* project */
/* ================================================================================
header
================================================================================ */
.header-outer {
    z-index: 102;

    background: url('../img/bg_pattern01.png') 0 0 repeat;
}

.header-inner {
    width: 96%;
    max-width: 1500px;
    margin: 0 auto;
}

.header-inner:before,
.header-inner:after {
    display: table;

    content: '';
}

.header-inner:after {
    clear: both;
}

/*****2020.07.23 記述変更*****/
.header {
    width: 50%;
    min-width: 750px;
    padding-top: 35px;
    padding-bottom: 17px;
}

.header__row {
    position: relative;
}

/*****2020.07.23 記述変更*****/
.header__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    height: 52px;
    padding-left: 35px;
}

/*****2020.07.23 追加　審J番号追記*****/
.header__contents p.j_num {
    font-size: 14px;
    line-height: 1;
    margin-left: 0.5em;
}

.header__contents a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    text-align: left;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* 2 */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__contents a:hover {
    opacity: .8;

    filter: alpha(opacity=80);
}

.header__contents img {
    vertical-align: bottom;
}

.header__name {
    width: 150px;
    margin-right: 30px;
}

.header__lead {
    width: 300px;

    color: #666;
}

body.open .header-outer {
    position: relative;
    z-index: 102;
}

@media only screen and (max-width: 1079px) {
    .header-inner {
        width: 100%;
        max-width: auto;
    }

    .header {
        width: 100%;
        min-width: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header__contents {
        height: 52px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__row {
        width: 94% !important;
    }

    .header__contents {
        display: table;
        height: 55px;
        padding: 0;
    }

    /*****2020.07.22 追加　審J番号追記*****/
    .header__contents p.j_num {
        font-size: 12px;
        margin: 0.5em 0 0;
    }

    .header__contents:after {
        top: -46px;
        left: 76px;

        width: 108px;
        height: 32px;

        box-shadow: none;
    }

    .header__contents img {
        vertical-align: middle;
    }

    .header__name {
        font-size: 22px;

        max-width: 77px;
        margin-right: 12px;
        padding-right: 1%;
    }

    .header__lead {
        max-width: 165px;
    }
}

/* ================================================================================
navi
================================================================================ */
.navi {
    float: left;

    width: 32%;

    border-radius: 8px;
    background: #f6f6ed;
}

.navi__inner {
    position: relative;
}

.navi__inner:before {
    position: absolute;
    top: -8px;
    left: 20px;

    display: block;

    width: 16px;
    height: 26px;

    content: '';

    background: url('../img/parts_menu.png') no-repeat;
}

.navi__inner:after {
    position: absolute;
    top: -8px;
    right: 20px;

    display: block;

    width: 16px;
    height: 26px;

    content: '';

    background: url('../img/parts_menu.png') no-repeat;
}

.navi__list {
    margin-top: -10px;
    padding-bottom: 20px;

    list-style-type: none;
}

.navi__menu {
    padding: 30px 0 26px;
}

.navi__menu__ttl {
    overflow: hidden;

    width: 60%;
    margin: 0 auto;

    text-align: center;

    color: #69a7ae;
    background: url('../img/bg_dot02.png') repeat-x left center;
}

.navi__menu__ttl span {
    font-size: 18px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding-right: 10px;
    padding-left: 10px;

    background: #f6f6ed;
}

.navi__menu__ico {
    width: 54px;
    height: 67px;
    margin: 0 auto;
    padding-top: 11px;
    padding-left: 6px;

    text-align: center;
}

.navi__txt {
    display: table-cell;

    padding-right: 60px;
    padding-left: 20px;

    vertical-align: middle;

    color: #fff;
}

.navi__txt--sub {
    font-size: 16px;
    font-size: 1rem;
}

.navi__txt:hover {
    background-color: #69a7ae;
}

.navi__txt:hover,
.navi__txt:visited {
    color: #fff;
}

.navi__txt:before {
    font-family: 'FontAwesome';
    font-size: 20px;

    position: absolute;
    top: 50%;
    right: 5%;

    content: '\f138';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    color: #fff;
}

.navi__txt.navi__txt__first:before {
    content: '\f015';
}

.navi__btn:hover .navi__txt:before {
    color: #fff;
}

.navi__btn {
    line-height: 1.4;

    position: relative;

    display: table;

    width: 92%;
    height: 90px;
    margin: 2px auto 0;

    border-right: 0;
    border-left: 0;
}

.navi__btn a {
    font-size: 20px;
    font-size: 1.25rem;

    background: #ee8479;
}

.navi__btn:first-of-type a {
    margin-top: 0;

    border-top: none;
    border-radius: 5px 5px 0 0;
}

.navi__btn:last-of-type a {
    border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 1079px) {
    .navi {
        float: none;

        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }

    .navi__menu__ico {
        height: auto;
    }

    .navi__list {
        margin-top: 0;
        padding: 0 20px 20px;
    }

    .navi__btn {
        width: 100%;
    }

    .navi__btn:first-of-type,
    .navi__btn:last-of-type {
        border-radius: 0;
    }

    .navi__txt {
        line-height: 1.4;
    }

    .navi__txt:before {
        right: 2%;
    }

    .navi__btn:hover .navi__txt .navi__txt__inner {
        background: none;
    }

    .navi__txt--sub,
    .drawer .navi__txt--sub {
        font-size: 12px;
        font-size: .75rem;
    }
}

@media only screen and (max-width: 767px) {
    .navi {
        margin-top: 18px;
    }

    .navi__menu {
        padding: 20px 0 5px;
    }

    .navi__menu__ico {
        width: 30px;
        margin: 0 auto;
        padding-top: 0;
        padding-left: 4px;
    }

    .navi__menu__ico img {
        max-width: 100%;
    }

    .navi__menu__ttl span {
        font-size: 12px;
        font-size: .75rem;
    }

    .navi__list {
        padding: 0 0 13px;
    }

    .navi__btn {
        font-weight: bold;

        width: 94%;
        height: 55px;
    }

    .navi__btn:first-of-type,
    .navi__btn:last-of-type {
        border-radius: 0;
    }

    .navi__btn a {
        font-size: 15px;
    }

    .navi__txt {
        padding-left: 20px;
    }

    .navi__txt__firstLabel {
        font-size: 11px;

        padding: 1px 7px 2px;
    }

    .navi__txt:before {
        font-size: 20px;

        top: 50%;
        right: 10px;
    }

    .android .navi__menu__ico {
        width: 37px;
        padding-left: 3px;
    }
}

body#home .navi__btn:nth-of-type(1) a,
body#symptom .navi__btn:nth-of-type(2) a,
body#treatment .navi__btn:nth-of-type(3) a,
body#immunoglobulin .navi__btn:nth-of-type(4) a,
body#complication .navi__btn:nth-of-type(5) a,
body#after_discharge .navi__btn:nth-of-type(6) a,
body#other .navi__btn:nth-of-type(7) a {
    background: #69a7ae;
}

/* ================================================================================
drawer
================================================================================ */
.drawer {
    position: absolute;
    z-index: 100;
    left: 0;

    display: none;

    width: 100%;

    background: white;
}

.drawerBtn {
    display: none;
}

#drawerOverray {
    display: none;
}

@media only screen and (max-width: 1079px) {
    .drawerBtn {
        position: absolute;
        z-index: 101;
        top: -8px;
        right: 0;

        display: block;

        padding: 20px;
        padding: 8px 11px 15px;

        cursor: pointer;

        border: 1px solid #333;
    }

    .drawerBtn__inner {
        position: relative;

        width: 44px;
        height: 44px;
    }

    .drawerBtn .drawerBtn__inner>span {
        position: absolute;
        left: 0;

        display: block;

        width: 100%;
        height: 6px;

        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;

        background: #666;
    }

    .drawerBtn .drawerBtn__inner>span:nth-child(1) {
        top: 0;
    }

    .drawerBtn .drawerBtn__inner>span:nth-child(2) {
        top: 13px;
    }

    .drawerBtn .drawerBtn__inner>span:nth-child(3) {
        top: 26px;
    }

    .drawerBtn__label {
        font-weight: bold;

        position: absolute;
        top: 48px;
        left: 50%;

        display: inline-block;

        width: 72px;
        height: 28px;
        margin-left: -36px;

        text-align: center;

        background-size: 100%;
    }

    .drawerBtn__label>div {
        font-size: 15px;
        line-height: 1;

        letter-spacing: .1em;
    }

    .drawer .navi__list {
        padding: 0;
    }

    .drawer .navi__btn:last-of-type {
        border-bottom: none;
    }

    .drawer .navi__btn a {
        border-radius: 0;
    }

    body.open {
        position: fixed;

        width: 100%;
        height: 100%;
    }

    body.open .header {
        position: relative;
        z-index: 101;
    }

    body.open .drawerBtn {
        position: absolute;
        z-index: 1001;
        right: 0;
    }

    body.open .drawerBtn__inner span:nth-child(1) {
        top: 16px;

        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    body.open .drawerBtn__inner span:nth-child(2) {
        left: 50%;

        width: 0;
    }

    body.open .drawerBtn__inner span:nth-child(3) {
        top: 16px;

        -webkit-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    body.open #drawerOverray {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;

        background: white;
    }
}

@media only screen and (max-width: 767px) {
    .drawerBtn {
        top: 1px;

        padding: 6px 10px 14px;

        border: 1px solid #333;
    }

    .drawerBtn__inner {
        width: 22px;
        height: 22px;
    }

    .drawerBtn .drawerBtn__inner>span {
        height: 4px;
    }

    .drawerBtn .drawerBtn__inner>span:nth-child(1) {
        top: 0;
    }

    .drawerBtn .drawerBtn__inner>span:nth-child(2) {
        top: 8px;
    }

    .drawerBtn .drawerBtn__inner>span:nth-child(3) {
        top: 16px;
    }

    body.open .drawerBtn__inner span:nth-child(1) {
        top: 8px;
    }

    body.open .drawerBtn__inner span:nth-child(3) {
        top: 8px;
    }

    .drawerBtn__label {
        font-size: 8px;
        line-height: 14px;

        top: 30px;

        width: 40px;
        height: 16px;
        margin-left: -18px;

        -webkit-transform: scale(.9);
        -webkit-transform-origin: 0 0;
    }

    .drawerBtn__label>div {
        font-size: inherit;
        line-height: inherit;

        letter-spacing: .08em;
    }

    .drawer .navi__btn {
        width: 100%;
        height: 55px;
    }

    body.open .drawer {
        /*	top: 63px;*/
    }

    body.open .drawerBtn {
        top: 0;
    }
}

/* ================================================================================
footer
================================================================================ */
.footer {
    position: relative;

    border-top: solid 4px #ee8479;
    background: url('../img/bg_pattern01.png') 0 0 repeat;
}

.footer__pageToTop {
    position: relative;

    width: 96%;
    max-width: 1500px;
    margin: 0 auto;

    -webkit-transition: .3s;
    transition: .3s;

    color: #fff;
}

.footer__pageToTop:hover {
    opacity: .7;

    filter: alpha(opacity=70);
}

.footer__pageToTop__btn {
    font-weight: bold;
    line-height: 1.2;

    position: absolute;
    top: -74px;
    right: 3.2%;

    height: 40px;
    padding: 10px 46px;

    text-align: center;

    border: 1px solid #ee8479;
    border-radius: 20px;
    background-color: #fff;
}

.footer__pageToTop__btn span {
    color: #ee8479;
}

.footer__pageToTop__btn:before {
    font-family: 'FontAwesome';
    font-size: 20px;

    position: absolute;
    top: 50%;
    right: 5%;

    content: '\f139';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    color: #ee8479;
}

.footer__logo {
    margin: 30px 0;

    text-align: center;
}

.footer__logo a:hover {
    opacity: .7;

    filter: alpha(opacity=70);
}

.footer__logoImg {
    max-width: 182px;
}

.footer__copy {
    font-size: 11px;

    width: 100%;
    padding: 24px 0;

    text-align: center;

    color: #404040;
    background-color: #fbe4e1;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .footer__pageToTop {
        z-index: 99999;

        width: 100%;
    }

    .footer__pageToTop__btn {
        position: fixed;
        z-index: 99999;
        top: auto;
        right: 2%;
        bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__pageToTop {
        width: 100%;
    }

    .footer__pageToTop:hover {
        opacity: 1;

        filter: alpha(opacity=100);
    }

    .footer__pageToTop__btn {
        font-size: 12px;

        position: fixed;
        z-index: 99999;
        top: auto;
        bottom: 10px;

        display: none;

        width: 100px;
        height: auto;
        padding: 0;
        padding: 8px 0 8px 18px;
    }

    .footer__pageToTop__btn span {
        text-align: left;
    }

    .footer__logo {
        margin: 15px 0;
    }

    .footer__copy {
        line-height: 1.2;

        padding: 12px 0;
    }
}

@media only screen and (min-width: 751px) {
    .sp_br {
        display: none;
    }

    .pc_br {
        display: block;
    }
}

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

    .pc_br {
        display: none;
    }
}

.supervision {
    font-size: 16px;

    margin-top: 10px;

    text-align: right;
}

@media only screen and (max-width: 767px) {
    .supervision {
        font-size: 11px;

        margin-top: 10px;
    }
}

.indent-txt {
    padding-left: 1em;

    text-indent: -1em;
}

.color-red {
    color: #f00;
}

.ico-arrow {
    position: relative;

    display: inline-block;

    padding-left: 24px;
}

.ico-arrow:before {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin-top: 7px;

    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.ico-arrow.ico-arrow--lg:before {
    width: 14px;
    height: 14px;

    border-width: 3px;
}

.ico-arrow.ico-arrow--01:before {
    border-color: #ee8479;
}

@media only screen and (max-width: 767px) {
    .ico-arrow {
        padding-left: 15px;
    }

    .ico-arrow:before {
        width: 8px;
        height: 8px;
        margin-top: 3px;
    }

    .ico-arrow.ico-arrow--lg:before {
        width: 8px;
        height: 8px;
    }
}

.heading {
    font-weight: normal;

    margin-bottom: 30px;
}

.heading-lv1 {
    font-size: 34px;
    font-size: 2.125rem;

    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 15px;

    color: #e26257;
    background: url('../img/bg_dot01.png') repeat-x left bottom;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.heading-lv1 a.btn {
    position: relative;
    font-size: 16px !important;
    padding: 12px 25px 12px 12px;
    color: #fff;
    background: #df4636;
    border-radius: 5px;
    transition: .4s;
    width: 200px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-lv1 a.btn:hover {
    background: #69a7ae;
}

.heading-lv1 a.btn:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 7%;
    content: '\f138';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .heading-lv1 a.btn {
        width: 150px;
        font-size: 14px !important;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .heading-lv1 {
        font-size: 20px;
        font-size: 1.25rem;

        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 5px;
    }
}

.heading-lv2 {
    font-size: 26px;
    font-size: 1.625rem;

    position: relative;

    padding: 20px 0 20px 35px;
}

.heading-lv2:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 6px;
    height: 100%;

    content: '';

    border-radius: 4px;
    background-color: #a1cace;
}

@media only screen and (max-width: 767px) {
    .heading-lv2 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;

        margin-bottom: 15px;
        padding: 10px 0 10px 15px;
    }

    .heading-lv2:after {
        width: 4px;
    }
}

.lead-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;

    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .lead-ttl {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.6;
    }
}

.notice-box {
    padding: 20px 30px 20px 40px;

    border-radius: 5px;
    background: #fdf1f0;
}

.notice-box__inner {
    font-size: 18px;
    font-size: 1.125rem;

    padding-left: 50px;

    background: url('../img/ico_important.png') no-repeat left center;
    background-size: 34px 34px;
}

.notice-box--margin {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .notice-box {
        padding: 15px;
    }

    .notice-box__inner {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;
    }
}

.info-box {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;

    padding: 20px 30px 20px 40px;

    border-radius: 5px;
    background: #f5f5f5;
}

.info-box--margin {
    margin-bottom: 30px;
}

.info-box--margin-lg {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1079px) {
    .info-box--margin-tb {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .info-box {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;

        padding: 15px;
    }

    .info-box--margin {
        margin-bottom: 15px;
    }

    .info-box--margin-lg {
        margin-bottom: 45px;
    }

    .info-box--margin-tb {
        margin-bottom: 0;
    }
}

.info-thumb-box {
    position: relative;

    padding-top: 6%;
    padding-bottom: 6.5%;
}

.info-thumb-box__inner {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;

    z-index: 1;

    padding: 20px 30px 20px 40px;
    padding-right: 90px;

    border-radius: 5px;
    background: #f5f5f5;
}

.info-thumb-box__thumb {
    position: absolute;
    top: 0;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .info-thumb-box {
        padding-top: 0;
        padding-bottom: 0;
    }

    .info-thumb-box__inner {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;

        padding: 15px 60px 15px 15px;

        background: url('../img/immunoglobulin/immunoglobulin03_01.png') right 10px center no-repeat #f5f5f5;
        background-size: 45px 95px;
    }

    .info-thumb-box__thumb {
        display: none;
    }
}

.example-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
}

.example-box__sub {
    width: 80px;
    padding-right: 2%;
}

.example-box__ico {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;

    position: relative;

    display: block;

    width: 60px;
    padding: 8px 0 6px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-bottom: none;
    border-radius: 50px;
    background: #69a7ae;
}

.example-box__main {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
}

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

    .example-box__sub {
        width: 85px;
    }

    .example-box__ico {
        margin-bottom: 3px;
    }

    .example-box__main {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4;
    }
}

.ipad .example-box__ico {
    padding: 6px 0 6px;
}

.ipad .example-box__main {
    line-height: 1.4;
}

.iphone .example-box__ico {
    padding: 6px 0 6px;
}

.iphone .example-box__main {
    line-height: 1.4;
}

.android .example-box__ico {
    padding: 6px 0 6px;
}

.android .example-box__main {
    line-height: 1.4;
}

.summary-box {
    padding: 35px;

    border-radius: 5px;
    background: #f6f6ed;
}

.summary-box--margin {
    margin-bottom: 40px;
}

.summary-box--margin-lg {
    margin-bottom: 90px;
}

.summary-box__ttl {
    font-size: 18px;
    font-size: 1.125rem;

    margin-bottom: 15px;
}

.summary-box__body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.summary-box__body--margin {
    margin-bottom: 40px;
}

.summary-box__body--margin-sm {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .summary-box {
        padding: 15px;
    }

    .summary-box--margin-lg {
        margin-bottom: 45px;
    }

    .summary-box__ttl {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;

        margin-bottom: 10px;
    }

    .summary-box__body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
    }

    .summary-box__body--margin {
        margin-bottom: 20px;
    }

    .summary-box__body--margin-sm {
        margin-bottom: 15px;
    }
}

.nav-link {
    margin-bottom: 30px;
    margin-left: -1px;
}

.nav-link:before,
.nav-link:after {
    display: table;

    content: '';
}

.nav-link:after {
    clear: both;
}

.nav-link__item {
    float: left;

    box-sizing: border-box;
    width: 24.9%;
    width: calc(25% - 1px);
    height: 80px;
    margin-bottom: 1px;
    margin-left: 1px;
}

.nav-link__item:first-child a {
    border-radius: 5px 0 0 5px;
}

.nav-link__item:last-child a {
    border-radius: 0 5px 5px 0;
}

.nav-link__item a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    height: 100%;

    text-align: center;

    color: #fff;
    background-color: #a2a2a2;
}

.nav-link__item a div {
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-link__item a span {
    margin-bottom: 12px;

    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-link__item a:hover {
    background: #69a7ae;
}

.nav-link__item .active {
    position: relative;

    background: #69a7ae;
}

.nav-link__item .active:after {
    font-family: 'FontAwesome';
    font-size: 18px;

    position: absolute;
    bottom: -3px;
    left: 50%;

    margin-left: -5px;

    content: '';
    content: '\f0d7';
}

@media only screen and (max-width: 767px) {
    .nav-link {
        margin-bottom: 15px;
    }

    .nav-link__item {
        width: 49.9%;
        width: calc(50% - 1px);
        height: 60px;
    }

    .nav-link__item:first-child a {
        border-radius: 5px 0 0 0;
    }

    .nav-link__item:nth-child(2) a {
        border-radius: 0 5px 0 0;
    }

    .nav-link__item:nth-child(3) a {
        border-radius: 0 0 0 5px;
    }

    .nav-link__item:last-child a {
        border-radius: 0 0 5px 0;
    }

    .nav-link a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .nav-link .active:after {
        font-size: 15px;

        bottom: -1px;

        margin-left: -4px;
    }
}

.list-box__item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.0;

    position: relative;

    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
}

.list-box__item:last-child {
    margin-bottom: 0;
}

.list-box__item::before {
    position: absolute;
    top: 15px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    counter-increment: list;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 50%;
    background: #e26257;
}

.list-box__list {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.0;

    margin-bottom: 27px;
}

.list-box__ttl {
    font-weight: bold;

    position: relative;

    margin-bottom: 10px;
    padding-left: 20px;

    color: #e26257;
}

.list-box__ttl::before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -2px;

    content: '';
    counter-increment: list;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 50%;
    background: #e26257;
}

.list-box__body {
    padding-left: 20px;
}

.list-box--margin {
    margin-bottom: 40px;
}

.list-box--margin-md {
    margin-bottom: 60px;
}

.list-box--margin-lg {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .list-box__item {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;

        margin-bottom: 10px;
        margin-left: 10px;
    }

    .list-box__list {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;

        margin-bottom: 10px;
    }

    .list-box__ttl {
        margin-bottom: 0;
    }
}

.sec-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
}

.sec-txt--margin {
    margin-bottom: 40px;
}

.sec-txt--margin-sm {
    margin-bottom: 20px;
}

.sec-txt--margin-lg {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .sec-txt {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .sec-txt--margin {
        margin-bottom: 30px;
    }

    .sec-txt--margin-sm {
        margin-bottom: 15px;
    }

    .sec-txt--margin-lg {
        margin-bottom: 45px;
    }
}

.thumb-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.thumb-box__main {
    padding: 0 1%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.thumb-box__sub {
    text-align: center;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.thumb-box__sub img {
    max-width: 100%;
    padding: 0 2%;
}

.thumb-box--margin {
    margin-bottom: 30px;
}

.thumb-box--margin-lg {
    margin-bottom: 90px;
}

.thumb-box--rv {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.thumb-box--rv .thumb-box__sub img {
    max-width: 100%;
    padding: 0 3%;
}

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

    .thumb-box__main {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
    }

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

    .thumb-box__sub img {
        max-width: 70%;
    }

    .thumb-box--rv .thumb-box__sub {
        margin-bottom: 15px;
    }

    .thumb-box--margin {
        margin-bottom: 15px;
    }

    .thumb-box--margin-lg {
        margin-bottom: 45px;
    }
}

.inspection-list__item--margin {
    margin-bottom: 40px;
}

.inspection-list__head {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .inspection-list {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .inspection-list__item--margin {
        margin-bottom: 15px;
    }
}

.symptom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 auto;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.symptom-list__item {
    width: calc(32.33333333% - 1%);
    margin: 0 1% 30px;

    text-align: center;
}

.symptom-list__thumb img {
    max-width: 100%;
}

.symptom-list__head {
    font-size: 20px;
    font-size: 1.25rem;

    padding: 5px;

    border: 2px solid #bcdadd;
    border-radius: 4px;
    line-height: 100%;
}

.symptom-list__head .smTxt {
    font-size: 18px;

}

.symptom-list--margin {
    margin-bottom: 60px;
}

.symptom-list--margin-lg {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .symptom-list__item {
        width: calc(48% - 2%);
        margin: 0 2% 30px;
    }

    .symptom-list__head {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1.2;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        min-height: 50px;
        padding: 7px 5px 3px;

        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .symptom-list__head span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 100%;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .symptom-list--margin {
        margin-bottom: 15px;
    }

    .symptom-list--margin-lg {
        margin-bottom: 45px;
    }
}

.passage-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 auto;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.passage-list__item {
    position: relative;
    z-index: 10;

    width: calc(31% - 3%);
    margin: 0 3% 30px;
    padding: 20px;

    color: #fff;
    border-radius: 5px;
}

.passage-list__item--step01 {
    position: relative;

    background-color: #32b16c;
}

.passage-list__item--step01:after {
    position: absolute;
    z-index: -10;
    top: 50%;
    right: -21%;

    display: block;

    width: 64px;
    height: 90px;
    margin-top: -40px;

    content: '';

    background: url('../img/symptom/symptom_arrow_01.svg') right center no-repeat;
}

.passage-list__item--step02 {
    position: relative;

    background-color: #f19149;
}

.passage-list__item--step02:after {
    position: absolute;
    z-index: -10;
    top: 50%;
    right: -21%;

    display: block;

    width: 64px;
    height: 90px;
    margin-top: -40px;

    content: '';

    background: url('../img/symptom/symptom_arrow_02.svg') right center no-repeat;
}

.passage-list__item--step03 {
    margin-right: 0;

    background: #448aca;
}

.passage-list__head {
    font-size: 26px;
    font-size: 1.625rem;

    margin-bottom: 10px;
}

.passage-list__term {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;

    margin-bottom: 10px;
    margin-left: 1em;

    text-indent: -1em;

    color: #fff100;
}

.passage-list__lead {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
}

@media only screen and (max-width: 1079px) {
    .passage-list__term {
        margin-left: .5em;

        text-indent: -.7em;
    }
}

@media only screen and (max-width: 767px) {
    .passage-list__item {
        width: calc(100% - 1%);
        margin-bottom: 40px;
    }

    .passage-list__item--step01:after {
        top: auto;
        bottom: -40px;
        left: 50%;

        width: 90px;
        height: 61px;
        margin-left: -45px;

        background: url('../img/symptom/symptom_arrow_01_sp.svg') bottom center no-repeat;
    }

    .passage-list__item--step02:after {
        top: auto;
        bottom: -40px;
        left: 50%;

        width: 90px;
        height: 61px;
        margin-left: -45px;

        background: url('../img/symptom/symptom_arrow_02_sp.svg') bottom center no-repeat;
    }

    .passage-list__item--step03 {
        margin-right: 3%;
    }

    .passage-list__item:last-child {
        margin-bottom: 0;
    }

    .passage-list__head {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .passage-list__term {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;

        color: #fff100;
    }

    .passage-list__lead {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.pdf-box {
    width: 100%;
    padding: 40px 25px;

    text-align: center;

    border: 2px solid #a1cace;
    border-radius: 3px;
}

.pdf-box__head {
    font-size: 20px;
    font-size: 1.25rem;

    margin-bottom: 30px;
}

.pdf-box__head a {
    position: relative;

    display: inline-block;

    padding-left: 50px;
}

.pdf-box__head a:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    content: '\f0f6';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    color: #69a7ae;
}

.pdf-box__head a:hover {
    text-decoration: underline;
}

.pdf-box__sub {
    font-size: 12px;
    font-size: .75rem;

    display: inline;
}

.pdf-box__thumb {
    width: 100%;

    text-align: center;
}

.pdf-box a:hover {
    opacity: .7;
}

@media only screen and (max-width: 767px) {
    .pdf-box__head {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.6;
    }
}

.pdf-box-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pdf-box-grid__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 40%;
    margin-right: 4%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdf-box-grid__col:first-child {
    width: 52%;
}

@media only screen and (max-width: 767px) {
    .pdf-box-grid__col {
        width: 100%;
        margin-right: 0;
        padding: 15px;

        text-align: center;
    }

    .pdf-box-grid__col:first-child {
        width: 100%;
    }
}

.measure-list {
    margin-top: 160px;
}

.measure-list__item {
    position: relative;

    margin-bottom: 95px;
    padding: 35px;

    border-radius: 5px;
    background: #f6f6ed;
}

.measure-list__item:before {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-top: 52px solid #f6f6ed;
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
}

.measure-list__item:after {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-top: 54px solid #e9e9dd;
    border-right: 154px solid transparent;
    border-left: 154px solid transparent;
}

.measure-list__item:last-child:before {
    display: none;
}

.measure-list__item:last-child:after {
    display: none;
}

.measure-list__head {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;

    text-align: center;
}

.measure-list__body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.measure-list__note {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;

    margin-top: 10px;
}

.measure-list__thum {
    position: absolute;
    top: -100px;
    right: 40px;
}

.measure-list__item--step01 .measure-list__thum {
    top: -100px;
}

.measure-list__item--step02 .measure-list__thum {
    top: -50px;
}

.measure-list__item--step03 .measure-list__thum {
    top: -70px;
}

.measure-list__item--step04 .measure-list__thum {
    top: -40px;
}

.measure-list__item--step07 .measure-list__thum {
    top: -40px;
}

@media only screen and (max-width: 1079px) {
    .measure-list .measure-list__item--step07 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .measure-list {
        margin-top: 0;
    }

    .measure-list__item {
        position: relative;

        margin-bottom: 95px;
        padding: 20px 20px 0;
    }

    .measure-list__item--step05 {
        margin-bottom: 70px;
    }

    .measure-list__item--step06 {
        margin-bottom: 70px;
    }

    .measure-list__item:before {
        top: 100%;
        left: 50%;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        border-top: 52px solid #f6f6ed;
        border-right: 50vw solid transparent;
        border-left: 50vw solid transparent;
    }

    .measure-list__item:after {
        top: 100%;
        left: 50%;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        border-top: 54px solid #e9e9dd;
        border-right: 50vw solid transparent;
        border-left: 50vw solid transparent;
    }

    .measure-list__item:last-child:after {
        display: none;
    }

    .measure-list__head {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;

        margin-bottom: 10px;
    }

    .measure-list__body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
    }

    .measure-list__thum {
        position: relative;
        top: 0 !important;
        right: auto;

        margin-bottom: -25px;
        padding-top: 20px;

        text-align: center;
    }

    .measure-list__item--step01 .measure-list__thum {
        top: auto;
    }

    .measure-list__item--step02 .measure-list__thum {
        top: auto;
    }

    .measure-list__item--step03 .measure-list__thum {
        top: auto;
    }

    .measure-list__item--step04 .measure-list__thum {
        top: auto;
    }

    .measure-list__item--step07 .measure-list__thum {
        top: auto;

        padding-top: 0;
        padding-bottom: 10px;
    }

    .measure-list .measure-list__item--step07 {
        margin-bottom: 60px;
    }
}

.effect-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.effect-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 20px;

    text-align: center;

    border-radius: 5px;
    background: #f6f6ed;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.effect-list__item:nth-child(even) {
    margin-right: 0;
}

.effect-list__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.effect-list__head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;

    margin-bottom: 5px;
}

.effect-list__body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.68;
}

.effect-list--margin {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .effect-list__item {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 15px;
    }

    .effect-list__head {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;

        margin-bottom: 5px;
    }

    .effect-list__body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .effect-list--margin {
        margin-bottom: 20px;
    }
}

.link-box {
    padding: 30px;
    padding: 20px 30px 20px 40px;

    text-align: center;

    border-radius: 5px;
    background: #fdf1f0;
}

.link-box__head {
    font-size: 20px;
    font-size: 1.25rem;
}

.link-box__body a {
    text-decoration: underline;
}

.link-box__body a:hover {
    opacity: .7;
}

.link-box--margin {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .link-box {
        padding: 15px 5px;
    }

    .link-box__head {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .link-box--margin {
        margin-bottom: 30px;
    }
}

.photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 60%;
    margin: 0 auto;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.photo-list__source {
    font-size: 12px;
    width: 57%;
    text-align: right;
    margin: 0 auto 90px;
}

.photo-list__item {
    width: 48%;
    padding: 1%;
}

.photo-list__item img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .photo-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 60%;
        margin-bottom: 0;

        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .photo-list__source {
        margin: 0 auto 45px;
    }
}

@media only screen and (max-width: 568px) {
    .photo-list {
        width: 85%;
    }

    .photo-list__source {
        width: 80%;
    }
}

@media only screen and (max-width: 375px) {
    .photo-list {
        width: 100%;
    }

    .photo-list__source {
        width: 95%;
    }
}

/* utility */
.u-align-left {
    display: block !important;

    margin-right: auto !important;
    margin-left: 0 !important;
}

.u-align-center {
    display: block !important;

    margin-right: auto !important;
    margin-left: auto !important;
}

.u-align-right {
    display: block !important;

    margin-right: 0 !important;
    margin-left: auto !important;
}

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

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

.u-tleft {
    text-align: left;
}

.u-full {
    max-width: 100%;
}

.display-block {
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;

    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

/* PC or SP Only */
.spOnly {
    display: none;
}

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

    .spOnly {
        display: block;
    }
}

.u-inline {
    display: inline;
}

.u-inline-block {
    display: inline-block;
}

.u-note {
    font-size: 14px;
    font-size: .875rem;
}

.u-font-space {
    letter-spacing: .6em;
}

/* font
-------------------------------*/
.bold {
    font-weight: bold;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

/* margin
-------------------------------*/
.mb0 {
    margin-bottom: 0 !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;
}

.mb55 {
    margin-bottom: 55px !important;
}

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

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mt0 {
    margin-top: 0 !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;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt160 {
    margin-top: 160px !important;
}

.mt170 {
    margin-top: 170px !important;
}

.mt180 {
    margin-top: 180px !important;
}

.mt190 {
    margin-top: 190px !important;
}

.mt200 {
    margin-top: 200px !important;
}

/* padding
-------------------------------*/
.pb0 {
    padding-bottom: 0 !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;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pb130 {
    padding-bottom: 130px !important;
}

.pb140 {
    padding-bottom: 140px !important;
}

.pb150 {
    padding-bottom: 150px !important;
}

.pb160 {
    padding-bottom: 160px !important;
}

.pb170 {
    padding-bottom: 170px !important;
}

.pb180 {
    padding-bottom: 180px !important;
}

.pb190 {
    padding-bottom: 190px !important;
}

.pb200 {
    padding-bottom: 200px !important;
}

.pt0 {
    padding-top: 0 !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;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pt160 {
    padding-top: 160px !important;
}

.pt170 {
    padding-top: 170px !important;
}

.pt180 {
    padding-top: 180px !important;
}

.pt190 {
    padding-top: 190px !important;
}

.pt200 {
    padding-top: 200px !important;
}

.w10 {
    width: 100px !important;
}

.w20 {
    width: 100px !important;
}

.w30 {
    width: 100px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px !important;
}

.w220 {
    width: 220px !important;
}

.w230 {
    width: 230px !important;
}

.w240 {
    width: 240px !important;
}

.w250 {
    width: 250px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w280 {
    width: 280px !important;
}

.w290 {
    width: 290px !important;
}

.w300 {
    width: 300px !important;
}

.w310 {
    width: 310px !important;
}

.w320 {
    width: 320px !important;
}

.w330 {
    width: 330px !important;
}

.w340 {
    width: 340px !important;
}

.w350 {
    width: 350px !important;
}

.w360 {
    width: 360px !important;
}

.w370 {
    width: 370px !important;
}

.w380 {
    width: 380px !important;
}

.w390 {
    width: 390px !important;
}

.u-mb {
    margin-bottom: 30px;
}

.u-mb-small {
    margin-bottom: 20px;
}

.u-mb-large {
    margin-bottom: 40px;
}

.hover {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.c-blank {
    position: relative;

    display: inline-block;

    padding-right: 30px;
}

.c-blank:after {
    font-family: FontAwesome;

    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -12px;

    content: '\f08e';
}

.c-blank.c-blank--btm:after {
    top: auto;
    bottom: 0;
}

.android .u-space-ua {
    letter-spacing: .3em;
}

.android .u-space-ua--sm {
    letter-spacing: .2em;
}

/* ================================================================================
print
================================================================================ */
@media print {
    @page {
        margin: 12.7mm 9.7mm;

        size: A4;
    }

    body {
        font-size: 100%;

        width: 100%;
    }

    .l-main {
        font-size: 100%;

        width: 100%;

        -webkit-print-color-adjust: exact;
    }

    header,
    nav,
    footer,
    div#headlink {
        display: none !important;
    }

    div.wrap {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    img.image_06 {
        width: 280px;
    }
}