@charset "utf-8";

/*リセットcss*/
* {
	box-sizing: border-box;
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main
{
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr
{
    overflow: visible; /* 2 */

    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
}

/**
 * 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]
{
            text-decoration: underline; /* 2 */
            text-decoration: underline dotted; /* 2 */

    border-bottom: none; /* 1 */

    -webkit-text-decoration: underline dotted;
}

/**
 * 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: -.25em;
}

sup
{
    top: -.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
{
    padding: 0;

    border-style: none;
}

/**
 * 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: .35em .75em .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
{
    display: table; /* 1 */

    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */

    white-space: normal; /* 1 */

    color: inherit; /* 2 */
}

/**
 * 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']
{
    -webkit-box-sizing: border-box;
            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']
{
    outline-offset: -2px; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * 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
{
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
}

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

/*
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 300;
   src: local("Noto Sans CJK JP"),
        local("Noto Sans JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}*/

select
{
    line-height: 30px;

    height: 30px;
    padding: 0 20px 0 10px;

    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    background: #fff;
    background-image: url('../images/select_arrow.png'), -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(#f1f1f1));
    background-image: url('../images/select_arrow.png'), -o-linear-gradient(#fff 70%, #f1f1f1 100%);
    background-image: url('../images/select_arrow.png'), linear-gradient(#fff 70%, #f1f1f1 100%);
    background-repeat: no-repeat;
    background-position: right 50%;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select[multiple]
{
    height: auto;
    padding: 5px;

    background-image: none;
}

select[multiple] option
{
    line-height: 1;

    padding: 5px;
}

select[multiple] option:checked
{
    color: #fff;
    background: #fb9d51 -webkit-gradient(linear, left bottom, left top, from(#fb9d51), to(#fb9d51));
    background: #fb9d51 -o-linear-gradient(bottom, #fb9d51 0%, #fb9d51 100%);
    background: #fb9d51 linear-gradient(0deg, #fb9d51 0%, #fb9d51 100%);
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=date],
textarea
{
    width: 100%;
    padding: .5rem;

    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;

    border: 1px solid #ddd;
    outline: none;
    background-color: #eee;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus
{
    background-color: #fff;
}

.alert-danger
{
    font-size: 13px;

    position: relative;

    margin: 5px;
    padding: 5px 5px 5px 30px;

    color: #fff;
    border-radius: 3px;
    background-color: #d0021b;
}

.alert-danger:before
{
    font-family: FontAwesome;

    position: absolute;
    top: 5px;
    left: 10px;

    content: '\f071';
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html
{
    font-size: 100%;

    min-height: 100vh;
}

body
{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', HelveticaNeue, 'Segoe UI', '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 15px;
    line-height: 1.8;

    position: relative;

    min-height: 100vh;
    margin: 0;

    color: #212121;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    vertical-align: bottom;
}

h2,
h3,
h4,
h5
{
    font-weight: normal;
    line-height: 1.6;
}


body {
	text-align: center;
	background-image: url(images/home_class_bg.png);
}

.inquiry-banner__class--btn a:hover
{
    background-color: #ffd271;
}

.inquiry-banner__contact
{
    margin: 15px auto 30px;
    padding: 15px 20px 20px;

    border-radius: 8px;
    background-color: #e8f5ff;
}

.inquiry-banner__contact--lead
{
    font-weight: bold;

    margin: 0 0 10px;

    color: #454545;
}

.inquiry-banner__contact--body
{
	text-align: center;
    line-height: 1;

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

    justify-content: center;

    flex-wrap: wrap;

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

.inquiry-banner__contact--body .tel
{
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 28px;

    padding-left: 30px;

    color: #446994;
    background: url('images/inquiry_banner_tel_pc.png') 0 center no-repeat;
}

.inquiry-banner__contact--body .date
{
    font-size: 14px;

    margin: 0 15px;
    padding-bottom: 3px;

    color: #454545;
}

.inquiry-banner__contact--body .btn a
{
    font-family: 'M PLUS Rounded 1c';
    font-size: 18px;
    line-height: 38px;

    position: relative;

    display: block;

    width: 240px;

    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;
    text-decoration: none;

    color: #446994;
    border: 1px solid #446994;
    border-radius: 4px;
    background-color: #fff;
}

.inquiry-banner__contact--body .btn a i
{
    margin-right: 5px;
}

.inquiry-banner__contact--body .btn a:hover
{
    color: #fff;
    background-color: #446994;
}
