@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* { box-sizing: border-box; }

html { width: 100%; height: 100%; }

body { width: 100%; height: 100%; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-size: 87.5%; font-weight: 500; color: #333; line-height: 1.6; -webkit-text-size-adjust: 100%; }

@media (max-width: 568px) { body { font-size: 87.5%; } }

body.open { overflow: hidden; }

a { color: #3366ff; }

a img { outline: none; border: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

a:hover { color: #999; }

a:hover img { opacity: 0.8; }

a:focus { outline: none; }

a, a *, input, button { transition: all 0.3s ease; box-shadow: #000 0 0 0; }

a[href^="tel:"] { cursor: default; }

img { max-width: 100%; vertical-align: top; }

table { border-collapse: collapse; }

ul { margin: 0; padding: 0; list-style-type: none; }

input, textarea, select, button { max-width: 100%; font-size: 1em; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

@media (max-width: 568px) { input, textarea, select, button { font-size: 16px; } }

textarea { resize: vertical; }

button:focus { outline: none; }

div:focus { outline: none; }

p { margin: 0 0 1em 0; }

.clearfix:after, .footer__inner:after, .footer__menu ul:after { height: 0; content: " "; display: table; clear: both; visibility: hidden; }

.heading { position: relative; margin: 0; padding-left: 2em; font-size: 1.5em; font-weight: normal; }

@media (max-width: 568px) { .heading { padding: 10px 20px; color: #fff; background-color: #009966; border-radius: 5px 5px 0 0; } }

.heading:before { content: ""; position: absolute; top: 50%; left: 0; display: block; width: 1.5em; height: 1em; background-color: #009966; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 568px) { .heading:before { content: none; } }

.button, .submit-button button, .login-form .button, .login-form button, .index__link .button { padding: 0.25em 0.5em; text-decoration: none; color: #fff; background: #fd9535; /*背景色*/ border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/ border-radius: 4px; /*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; }

.button:active, .submit-button button:active, .login-form button:active { border-bottom: solid 2px #fd9535; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.button:hover, .submit-button button:hover, .login-form button:hover { opacity: 0.8; }

.arrow--circle { display: inline-block; }

.arrow--circle:before { content: ""; width: 1em; height: 1em; margin-right: 3px; display: inline-block; background: url(../images/icon_arrow-circle.svg) no-repeat center center; background-size: contain; vertical-align: -2px; }

.message, .okMessage, .errorMessage { width: 100%; margin-bottom: 20px; padding: 20px; background-color: #ffffcc; border-radius: 5px; }

.message p:last-child, .okMessage p:last-child, .errorMessage p:last-child { margin-bottom: 0; }

.okMessage { color: #0033ff; border: 1px solid #0033ff; }

.errorMessage { color: #d91737; border: 1px solid #d91737; }

.required { color: #d91737; }

.table, .table--hospital { width: 100%; margin-bottom: 20px; border-spacing: 0; border-collapse: collapse; }

@media (max-width: 568px) { .table, .table--hospital { border-bottom: 1px solid #c0c0c0; } }

.table:last-child, .table--hospital:last-child { margin-bottom: 0; }

.table th, .table--hospital th, .table td, .table--hospital td { padding: 10px; border: 1px solid #c0c0c0; }

.table th, .table--hospital th { width: 25%; font-weight: normal; text-align: left; background-color: #f8f8f8; }

@media (max-width: 568px) { .table th, .table--hospital th { width: 100%; display: block; border-bottom: none; } }

@media (max-width: 568px) { .table td, .table--hospital td { width: 100%; display: block; border-top: none; border-bottom: none; } }

.table td label, .table--hospital td label { display: inline-block; vertical-align: middle; }

.table td input[type="text"], .table--hospital td input[type="text"], .table td textarea, .table--hospital td textarea { max-width: 100%; padding: 3px; border: 1px solid #c0c0c0; background-color: #f8f8f8; }

.table td textarea, .table--hospital td textarea { width: 100%; }

.table td select, .table--hospital td select { height: 1.6em; border: 1px solid #c0c0c0; }

.notes { display: block; font-size: 0.75em; }

.form { width: 100%; margin-bottom: 20px; border-top: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; }

@media (max-width: 568px) { .form { border-right: 0; } }

.form:last-child { margin-bottom: 0; }

.form .row { -js-display: flex; display: flex; flex-wrap: wrap; border-bottom: 1px solid #c0c0c0; }

.form .form__title { width: 20%; padding: 10px; background-color: #f8f8f8; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; }

@media (max-width: 768px) { .form .form__title { width: 40%; } }

@media (max-width: 568px) { .form .form__title { width: 100%; } }

.form .form__content { width: 80%; padding: 5px 10px; }

@media (max-width: 768px) { .form .form__content { width: 60%; } }

@media (max-width: 568px) { .form .form__content { width: 100%; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; } }

.form .form__content p { margin: 5px 0; }

.form .form__content label { margin: 5px 0; display: inline-block; vertical-align: middle; }

.form .form__content input[type="text"], .form .form__content input[type="password"], .form .form__content textarea { width: 100%; margin: 5px 0; padding: 3px; border: 1px solid #c0c0c0; background-color: #f8f8f8; }

.form .form__content select { height: 1.6em; margin: 5px 0; border: 1px solid #c0c0c0; }

.form .form__content .ajaxzip { margin-left: 5px; padding: 3px 5px; border: 1px solid #c0c0c0; background-color: #fff; border-radius: 3px; }

.form .row__inner { -js-display: flex; display: flex; flex-wrap: wrap; width: 50%; }

@media (max-width: 768px) { .form .row__inner { width: 100%; border-bottom: 1px solid #c0c0c0; }
  .form .row__inner:last-child { border: none; } }

.form .row__inner .form__title { width: 40%; }

@media (max-width: 568px) { .form .row__inner .form__title { width: 100%; } }

.form .row__inner .form__content { width: 60%; }

@media (max-width: 568px) { .form .row__inner .form__content { width: 100%; } }

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

.submit-button button { width: 400px; max-width: 100%; padding: 10px; font-size: 1.25em; }

.site { background-color: #f5f7fa; }

.wrapper { padding: 40px 0; }

@media (max-width: 768px) { .wrapper { padding-top: 100px; } }

.container { width: 100%; max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; }

@media (max-width: 768px) { .container { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 568px) { .container { padding-left: 10px; padding-right: 10px; } }

.block { width: 100%; margin-bottom: 20px; padding: 20px 0; background-color: #fff; border: 1px solid #c0c0c0; border-radius: 5px; }

@media (max-width: 568px) { .block { padding: 0; } }

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

.block__inner { padding: 20px 40px; }

@media (max-width: 568px) { .block__inner { padding: 20px; } }

.header__main { background-color: #009966; }

@media (max-width: 768px) { .header__main { position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3); z-index: 20; } }

.header__main__inner { width: 100%; max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; -js-display: flex; display: flex; height: 70px; position: relative; }

@media (max-width: 768px) { .header__main__inner { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 568px) { .header__main__inner { padding-left: 10px; padding-right: 10px; } }

@media (max-width: 768px) { .header__main__inner { height: 60px; } }

.header__logo { height: 70px; padding: 20px 40px 20px 0; border-right: 1px solid #087a40; }

@media (max-width: 768px) { .header__logo { height: 60px; padding: 15px 0; border: none; } }

.header__logo h1 { margin: 0; }

.header__logo h1 a { display: block; line-height: 0; }

.header__logo h1 a img { width: 191px; height: 30px; }

.header__menu { flex-grow: 1; }

@media (max-width: 768px) { .header__menu { display: none; } }

.header__menu .gnav { -js-display: flex; display: flex; width: 100%; height: 70px; border-right: 1px solid #7acaaf; }

.header__menu .gnav li { flex-grow: 1; border-left: 1px solid #7acaaf; border-right: 1px solid #087a40; text-align: center; }

.header__menu .gnav li a { height: 70px; line-height: 70px; color: #fdf2f7; text-decoration: none; }

.header__menu .gnav li a:hover { text-decoration: none; }

.header__menu .gnav li.current { background-color: #0d794f; }

.header__sub { background-color: #f9f9f9; box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3); border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; }

@media (max-width: 768px) { .header__sub { display: none; } }

.header__sub__inner { width: 100%; max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; -js-display: flex; display: flex; }

@media (max-width: 768px) { .header__sub__inner { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 568px) { .header__sub__inner { padding-left: 10px; padding-right: 10px; } }

.header__user { flex-grow: 1; padding: 15px 20px 15px 0; }

.header__user span { display: inline-block; margin-right: 15px; padding-right: 15px; line-height: 30px; border-right: 2px solid #515151; }

.header__contact { -js-display: flex; display: flex; width: 320px; padding: 0 10px; text-align: right; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; }

.header__contact .header__contact__mail { margin-top: 6.5px; margin-right: 10px; }

.header__contact .header__contact__tel { margin-top: 11.5px; }

footer { background-color: #fff; border-top: 1px solid #c0c0c0; }

.footer__inner { width: 100%; max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; padding-top: 40px; padding-bottom: 40px; }

@media (max-width: 768px) { .footer__inner { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 568px) { .footer__inner { padding-left: 10px; padding-right: 10px; } }

@media (max-width: 568px) { .footer__inner { padding-top: 0; padding-left: 0; padding-right: 0; } }

.footer__menu { float: left; }

@media (max-width: 568px) { .footer__menu { width: 100%; margin-bottom: 40px; float: none; } }

.footer__menu ul { margin-bottom: 10px; }

.footer__menu ul li { float: left; margin-right: 10px; }

@media (max-width: 568px) { .footer__menu ul li { width: 100%; float: none; border-bottom: 1px solid #ccc; } }

.footer__menu ul li a { display: inline-block; font-size: 0.875em; color: #333; text-decoration: none; }

@media (max-width: 568px) { .footer__menu ul li a { display: block; position: relative; padding: 20px; }
  .footer__menu ul li a:after { content: ""; position: absolute; top: 50%; right: 20px; width: 1.2em; height: 1.2em; margin-top: -0.6em; display: block; background: url(../images/icon_arrow.svg) no-repeat center center; background-size: contain; } }

.footer__menu ul li a:before { content: ""; width: 1em; height: 1em; margin-right: 3px; display: inline-block; background: url(../images/icon_arrow-circle.svg) no-repeat center center; background-size: contain; vertical-align: -2px; }

@media (max-width: 568px) { .footer__menu ul li a:before { content: none; } }

.footer__menu ul li a:hover { text-decoration: underline; }

.footer__mark { float: right; }

@media (max-width: 568px) { .footer__mark { width: 100%; margin-bottom: 40px; float: none; text-align: center; } }

.footer__mark img { margin-left: 10px; }

.copyright, .copyright--pc, .copyright--sp { float: left; font-size: 0.75em; }

@media (max-width: 568px) { .copyright, .copyright--pc, .copyright--sp { float: none; width: 100%; padding: 0 20px; text-align: center; } }

@media (max-width: 568px) { .copyright--pc { display: none; } }

.copyright--sp { display: none; }

@media (max-width: 568px) { .copyright--sp { display: block; } }

.drawer__open { display: none; }

@media (max-width: 768px) { .drawer__open { display: block; position: fixed; top: 15px; right: 40px; width: 40px; height: 30px; cursor: pointer; z-index: 999; } }

@media (max-width: 568px) { .drawer__open { right: 20px; } }

.drawer__open span { position: absolute; left: 0; width: 100%; height: 3px; display: inline-block; background-color: #fff; transition: all 0.3s ease; }

.drawer__open span:first-child { top: 0; }

.drawer__open span:nth-of-type(2) { top: 13.5px; }

.drawer__open span:last-child { bottom: 0; }

.drawer__open.active span:first-child { -webkit-transform: translateY(13.5px) rotate(45deg); transform: translateY(13.5px) rotate(45deg); }

.drawer__open.active span:nth-of-type(2) { opacity: 0; }

.drawer__open.active span:last-child { -webkit-transform: translateY(-13.5px) rotate(-45deg); transform: translateY(-13.5px) rotate(-45deg); }

.drawer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 80px 40px; background-color: #009966; overflow-y: auto; -webkit-overflow-scrolling: touch; visibility: hidden; opacity: 0; transition: all 0.3s ease; z-index: 99; }

@media (max-width: 568px) { .drawer { padding-left: 20px; padding-right: 20px; } }

.open .drawer { visibility: visible; opacity: 1; }

.drawer__user { width: 100%; margin-bottom: 20px; border-collapse: separate; }

.drawer__user th, .drawer__user td { padding: 10px; color: #fff; background-color: rgba(0, 0, 0, 0.3); vertical-align: top; }

.drawer__user th { font-weight: normal; text-align: left; }

.drawer__gnav { border-top: 1px solid #fff; margin-bottom: 20px; }

.drawer__gnav li { border-bottom: 1px solid #fff; }

.drawer__gnav li a { display: block; position: relative; padding: 20px 10px; font-weight: bold; color: #fff; text-decoration: none; }

.drawer__gnav li a:after { content: ""; position: absolute; top: 50%; right: 20px; display: block; width: 1.2em; height: 1.2em; margin-top: -0.6em; background: url(../images/icon_arrow-white.svg) no-repeat center center; background-size: contain; }

.drawer__tel { padding: 20px 0; background-color: #fff; text-align: center; }

.drawer__tel__num { display: inline-block; margin-bottom: 10px; font-size: 2em; font-weight: bold; color: #333; text-decoration: none; }

.drawer__tel__num:before { content: ""; width: 1em; height: 1em; margin-right: 10px; display: inline-block; background: url(../images/icon_tel.svg) no-repeat center center; background-size: contain; vertical-align: -3px; }

.drawer__tel__time { margin: 0; font-size: 1.25em; font-weight: bold; }

.login-header { height: 70px; padding: 15px 0; background-color: #f0f0f0; }

.login-header__inner { width: 100%; max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; text-align: center; }

@media (max-width: 768px) { .login-header__inner { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 568px) { .login-header__inner { padding-left: 10px; padding-right: 10px; } }

.meiservice-logo { height: 100%; margin: 0; text-align: center; }

.meiservice-logo a { display: block; }

.meiservice-logo a img { width: auto; height: 40px; }

.login-wrapper { width: 100%; padding: 50px 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }

@media (max-width: 568px) { .login-wrapper { padding: 50px 20px; } }

.login-container { width: 350px; margin: 0 auto; padding: 40px; background-color: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

@media (max-width: 568px) { .login-container { width: 100%; max-width: 360px; padding: 20px; } }

.login-form input { width: 100%; padding: 5px; margin-bottom: 10px; font-size: 1em; background-color: #f6f6f6; border: 1px solid #999; border-radius: 5px; }

.login-form .submit-button button, .submit-button .login-form button, .login-form .button, .login-form button, .login-form button { display: inline-block; width: 100%; padding: 1em; background-color: #009966; border-bottom: 2px solid #0d794f; text-align: center; }

.login-form .submit-button button:before, .submit-button .login-form button:before, .login-form .button:before, .login-form button:before, .login-form button:before { content: ""; width: 1.2em; height: 1.2em; margin-right: 5px; display: inline-block; background: url(../images/icon_lock.svg) no-repeat center center; background-size: contain; vertical-align: -2px; }

.login-form .forgot_password { display: inline-block; margin-top: 10px; }

.login-form .forgot_password:before { content: ""; width: 1em; height: 1em; margin-right: 3px; display: inline-block; background: url(../images/icon_arrow-circle.svg) no-repeat center center; background-size: contain; vertical-align: -2px; }

.login-form__header { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #333; }

.login-form__header h2 { margin: 0 0 20px 0; }

.login-form__header h2 img { width: 100%; height: auto; }

.login-form__header p { margin: 0; font-size: 0.875em; text-align: center; }

.logout-message { margin: 0 0 40px 0; font-size: 1.125em; text-align: center; }

.motor-solution-system button { background-color: #32498d; border-bottom: 2px solid #26376a; }

.motor-solution-system .forgot_password:before { background-image: url(../images/icon_arrow-circle_mss.svg); }

.motor-solution-system .footer__menu ul li a:before { background-image: url(../images/icon_arrow-circle_mss.svg); }

.car-management-support button { background-color: #0068b3; border-bottom: 2px solid #024c80; }

.car-management-support .forgot_password:before { background-image: url(../images/icon_arrow-circle_cms.svg); }

.car-management-support .footer__menu ul li a:before { background-image: url(../images/icon_arrow-circle_cms.svg); }

.clubcom button { background-color: #fb7803; border-bottom: 2px solid #d27d00; }

.clubcom .forgot_password:before { background-image: url(../images/icon_arrow-circle_clubcom.svg); }

.clubcom .footer__menu ul li a:before { background-image: url(../images/icon_arrow-circle_clubcom.svg); }

.outline { -js-display: flex; display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 20px; }

.outline .outline__title { padding: 20px; background-color: #e5e5e5; border: 1px solid #c0c0c0; border-right: none; border-radius: 5px 0 0 5px; }

@media (max-width: 768px) { .outline .outline__title { width: 100%; border-right: 1px solid #c0c0c0; border-bottom: none; border-radius: 5px 5px 0 0; } }

.outline .outline__detail { padding: 20px; flex-grow: 1; background-color: #fff; border: 1px solid #c0c0c0; border-radius: 0 5px 5px 0; }

@media (max-width: 768px) { .outline .outline__detail { width: 100%; border-radius: 0 0 5px 5px; } }

.outline .outline__detail ul li { margin-bottom: 10px; }

.outline .outline__detail ul li:last-child { margin-bottom: 0; }

.outline .outline__date { margin-right: 20px; display: inline-block; }

.outline a { display: inline-block; }

.outline a.new { padding-right: 3em; position: relative; }

.outline a.new:after { content: "NEW"; position: absolute; top: 0.3em; right: 0; color: #fff; display: inline-block; width: 3em; padding: 5px; font-size: 0.7em; color: #fff; line-height: 1; text-align: center; background-color: #d91737; border-radius: 2px; }

.index__link__wrap { -js-display: flex; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }

.index__link { width: 48%; }

.index__link:last-child { margin-bottom: 0; }

@media (max-width: 768px) { .index__link { width: 100%; margin-bottom: 20px; } }

.index__link > div { border: 1px solid #c0c0c0; border-radius: 5px; }

.index__link h2 { position: relative; margin: 0; padding: 10px 10px 10px 70px; font-size: 1.25em; color: #fff; background: linear-gradient(to bottom, #17ab73, #128a5c); }

.index__link h2:before { content: ""; position: absolute; top: 50%; left: 20px; width: 30px; height: 30px; display: block; background-repeat: no-repeat; background-position: center center; background-size: contain; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.index__link .submit-button button, .submit-button .index__link button, .index__link .login-form button, .login-form .index__link button, .index__link .button { width: 80%; max-width: 300px; margin: 0 auto; padding: 10px; display: block; font-size: 1.25em; text-align: center; }

.index__link .arrow--circle { margin-top: 20px; }

@media (max-width: 568px) { .index__link .arrow--circle { margin: 0; } }

@media (max-width: 568px) { .index__link__reserve { margin-bottom: 20px; } }

.index__link__reserve h2:before { background-image: url(../images/icon_reserve.png); }

.index__link__hospital h2:before { background-image: url(../images/icon_hospital.png); }

.index__link__hospital .button, .index__link__hospital .submit-button button, .submit-button .index__link__hospital button, .index__link__hospital .login-form button, .login-form .index__link__hospital button { background: #009966; border-bottom: 2px solid #0d794f; }

.index__link__detail { width: 100%; padding: 0 10px 10px 10px; background-color: #fff; border-radius: 5px; }

.index__link__inner { height: 100%; padding: 20px; background-color: #e5e5e5; }

.index__tel { margin-bottom: 20px; padding: 20px; background-color: #fff; border: 1px solid #c0c0c0; border-radius: 5px; }

.index__tel table { width: 100%; }

.index__tel table th { padding-right: 20px; font-weight: normal; text-align: left; }

@media (max-width: 568px) { .index__tel table th { width: 100%; display: block; font-size: 0.7em; text-align: center; } }

.index__tel table td { text-align: center; vertical-align: middle; }

@media (max-width: 568px) { .index__tel table td { width: 100%; display: block; } }

.index__tel table td span { font-size: 0.875em; display: inline-block; }

.index__tel .index__tel__link { display: inline-block; font-size: 1.25em; font-weight: bold; color: #333; text-decoration: none; }

@media (max-width: 568px) { .index__tel .index__tel__link { font-size: 2em; } }

.index__tel .index__tel__link:before { content: ""; width: 1em; height: 1em; margin-right: 5px; display: inline-block; background: url(../images/icon_tel.svg) no-repeat center center; background-size: contain; }

.index__banner { -js-display: flex; display: flex; flex-wrap: wrap; justify-content: space-between; }

.index__banner a { width: 23%; display: block; }

@media (max-width: 768px) { .index__banner a { width: 49%; margin-bottom: 2%; } }

@media (max-width: 568px) { .index__banner a { width: 100%; margin-bottom: 10px; } }

.index__banner a img { width: 100%; height: auto; }

.search-area { margin-bottom: 10px; }

.search-area span, .search-area label, .search-area button { margin-top: 10px; display: inline-block; vertical-align: middle; }

.search-area span { margin-right: 20px; padding: 5px 10px; background-color: #e5e5e5; }

.search-area label { margin-right: 20px; }

.search-area label select { height: 2em; }

.search-area label input[type="text"] { padding: 5px 10px; border: 1px solid #c0c0c0; background-color: #f8f8f8; }

.search-area button { margin-right: 20px; padding: 5px 10px; border: 1px solid #c0c0c0; background-color: #fff; border-radius: 3px; }

.table--hospital th { text-align: center; }

@media (max-width: 568px) { .table--hospital th { display: table-cell; border-bottom: 1px solid #c0c0c0; } }

@media (max-width: 568px) { .table--hospital td { width: auto; display: table-cell; border-bottom: 1px solid #c0c0c0; } }

.table--hospital select { width: 100%; }

.table--hospital .line-reserve { width: 20%; }

@media (max-width: 568px) { .table--hospital .line-reserve { width: 30%; } }

.table--hospital .line-hospital { width: 65%; }

@media (max-width: 568px) { .table--hospital .line-hospital { width: 50%; } }

.table--hospital .line-pref { width: 15%; }

@media (max-width: 568px) { .table--hospital .line-pref { width: 20%; } }

.terms { width: 100%; max-width: 850px; margin: 0 auto; }

.terms-link { margin-bottom: 40px; }

.terms-link span { display: inline-block; position: relative; margin-right: 10px; }

.terms-link span:after { content: "|"; }

.terms-link span a { display: inline-block; margin-right: 10px; }

.article { margin-bottom: 40px; }

.article:last-child { margin-bottom: 0; }

.article h3 { margin: 0 0 1em 0; padding: 5px 10px; font-size: 1.125em; font-weight: normal; background-color: #edecec; }

.article p { margin: 1em 0; }

.article ol, .article ul { margin: 1em 0; padding-left: 1.5em; }

.article ol li > ul, .article ol li > ol, .article ul li > ul, .article ul li > ol { padding-left: 1em; }

.password-change { max-width: 850px; margin-left: auto; margin-right: auto; }

.password-change input[type="password"] { max-width: 300px; }
