@charset "utf-8";

@font-face {
    font-family: 'Rounded M+ 1c';
    src: url(../font/rounded-mplus-1c-black2.woff);
    font-weight: 900;
}

@font-face {
    font-family: 'Yu Gothic';
    font-weight: 300;
    src: local('Yu Gothic Regular');
}

@font-face {
    font-family: 'Yu Gothic';
    font-weight: 400;
    src: local('Yu Gothic Medium');
}

@font-face {
    font-family: 'Yu Gothic';
    font-weight: 500;
    src: local('Yu Gothic Medium');
}

@font-face {
    font-family: 'Yu Gothic';
    font-weight: 600;
    src: local('Yu Gothic Bold'), local('Yu Gothic');
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Hiragino Sans', 'Yu Gothic', sans-serif;
    color: #040620;
}

.container {
    width: 100%;
}

@media (min-width: 980px) {
    .container {
        margin: 0 auto;
        width: 980px;
    }
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: inherit;
}

.text-center {
    text-align: center;
}

.text-color-red {
    color: #ff3f00;
}

.only-pc {
}

@media (max-width: 767px) {
    .only-pc {
        display: none !important;
    }
}

.only-mobile {
}

@media (min-width: 768px) {
    .only-mobile {
        display: none !important;
    }
}

.visual {
    border-top: 1px solid #ff8000;
}

@media (min-width: 768px) {
    .visual {
        background-color: #fed;
        border-bottom: 10px solid #ff8000;
        border-top: 1px solid #ff8000;
    }
}

/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
    box-sizing: border-box;
    overflow-y: scroll; /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
    margin: 0;
    padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7. */

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item; /* Add the correct display in all browsers */
}

small {
    font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
    display: none; /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
    text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent; /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
    outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* Specify the font family of code elements */ /* stylelint-disable-line */
}

b,
strong {
    font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
    background-color: #ff0;
    color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
    border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto; /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; /* Safari 8 */
}

textarea {
    overflow: auto; /* Internet Explorer 11+ */
    resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
    text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

/* Style select like a standard input */

select {
    -moz-appearance: none; /* Firefox 36+ */
    -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
    display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor; /* Internet Explorer 11+ */
}

legend {
    border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
    display: table; /* Correct the text wrapping in Edge and IE */
    max-width: 100%; /* Correct the text wrapping in Edge and IE */
    white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
    border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
    display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        clip: rect(0 0 0 0) !important;
        position: absolute !important;
    }
}

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
    cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
    background-color: #b3d4fc; /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc; /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

.section-heading {
    color: #ff8000;
    font-family: 'Rounded M+ 1c', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
}

@media (min-width: 768px) {
    .section-heading {
        font-size: 2.5rem;
    }
}

.section-heading span {
    border-bottom: 5px solid #d7e8b1;
    display: inline-block;
}

@media (min-width: 768px) {
    .section-heading span {
        border-bottom-width: 10px;
    }
}

.section-heading--white {
    color: #fff;
}

.area {
    font-size: 15px;
    font-size: .9375rem;
    padding: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    .area {
        font-size: 1.5rem;
        padding: 42px;
    }
}

.area p {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .area p {
        margin-top: 30px;
    }
}

.coupon {
    background-color: #c00;
    padding: 7px 5px;
    margin: 22px 0;
}

@media (min-width: 768px) {
    .coupon {
        padding: 16px 10px;
        margin: 50px 0;
    }
}

.coupon__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .coupon__header {
        margin-bottom: 16px;
    }
}

.coupon__header img {
    height: 25px;
}

@media (min-width: 768px) {
    .coupon__header img {
        height: auto;
    }
}

.coupon__content {
}

.coupon__content img {
    margin-bottom: 7px;
}

.coupon__content p {
    color: #f8f8f8;
    font-size: 10px;
    font-size: .625rem;
}

@media (min-width: 768px) {
    .coupon__content p {
        font-size: 1rem;
    }
}

.coupon__expires {
    line-height: 25px;
    background-color: #fff;
    border-radius: 12.5px;
    padding: 0 25px;
}

@media (min-width: 768px) {
    .coupon__expires {
        line-height: 50px;
        border-radius: 25px;
        padding: 0 50px;
    }
}

.coupon__expires p {
    font-size: 10px;
    font-size: .625rem;
}

@media (min-width: 768px) {
    .coupon__expires p {
        font-size: 1.125rem;
    }
}

.coupon__notice {
    color: #fc0;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    padding: 3px;
}

@media (min-width: 768px) {
    .coupon__notice {
        font-size: 2rem;
        padding: 0 10px;
    }
}

.flow {
    padding: 32px 0;
}

@media (min-width: 768px) {
    .flow {
        padding: 70px 0 0;
    }
}

.flow__section {
}

.flow__section:first-of-type {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .flow__section:first-of-type {
        margin-top: 50px;
    }
}

.flow__title {
    background-color: #9c3;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 0;
    margin-bottom: 15px;
    font-family: 'Rounded M+ 1c', sans-serif;
}

@media (min-width: 768px) {
    .flow__title {
        font-size: 2.1875rem;
        margin-bottom: 30px;
    }
}

.flow__title::after {
    display: block;
    position: absolute;
    right: 10px;
    line-height: 15px;
    color: #9c3;
    content: '+';
    font-size: 10px;
    font-size: .625rem;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .flow__title::after {
        line-height: 30px;
        width: 30px;
        font-size: 1rem;
        right: 18px;
    }
}

.flow__title.open::after {
    content: '-';
}

.flow__title.open + .flow__list {
    max-height: 2000px;
}

.flow__number {
    border: 1px solid #ff8000;
    color: #ff8000;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 0;
    text-align: center;
    font-family: 'Rounded M+ 1c', sans-serif;
}

@media (min-width: 768px) {
    .flow__number {
        font-size: 1.875rem;
    }
}

.flow__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 10px;
}

@media (min-width: 768px) {
    .flow__column {
        display: block;
        padding: 36px 10px 62px;
    }
}

.flow__icon {
    width: 70px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .flow__icon {
        width: 128px;
        height: 128px;
        margin: auto;
    }
}

.flow__content {
    margin-left: 15px;
}

.flow__content h3 {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .flow__content h3 {
        font-size: 1.25rem;
        text-align: center;
        margin: 20px 0;
    }
}

.flow__content p {
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .flow__content p {
        font-size: 1rem;
    }
}

.flow__content p:not(:last-child) {
    margin-bottom: 18px;
}

.flow__content p small {
    font-size: 10px;
    font-size: .625rem;
}

@media (min-width: 768px) {
    .flow__content p small {
        font-size: .75rem;
    }
}

@media (min-width: 768px) {
    .flow__content {
        margin-left: 0;
    }
}

.flow__list {
    list-style: none;
    padding: 0 7px;
    overflow: hidden;
    max-height: 0;
    transition: all .35s ease-out;
}

@media (min-width: 768px) {
    .flow__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}

@media (min-width: 980px) {
    .flow__list {
        margin: 0 -6px;
    }
}

.flow__item {
    position: relative;
}

.flow__item:not(:last-child) {
    padding-bottom: 40px;
}

.flow__item:not(:last-child)::after {
    position: absolute;
    display: block;
    content: '';
    border-color: #afd264 transparent transparent;
    border-width: 20px;
    border-style: solid;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .flow__item {
        width: 25%;
        padding: 0 6px;
    }

    .flow__item:not(:last-child) {
        padding-bottom: 0;
    }

    .flow__item:not(:last-child)::after {
        content: none;
    }
}

.flow__area {
    background-color: #eee;
    color: #333;
    text-align: center;
    width: calc(100vw - 34px);
    padding: 14px;
    margin-left: -85px;
}

@media (min-width: 768px) {
    .flow__area {

        /* margin: 0 -10px; */
        margin: 10px 0 0;
        width: auto;
    }
}

.flow__area h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.flow__area p {
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .flow__area p {
        font-size: .9375rem;
    }
}

.flow__telbefore {
    margin-bottom: 8px;
}

.flow__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .flow__tel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
}

.flow__tel > img {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .flow__tel > img {

        /* flex: 1 1 auto; */
    }
}

.flow__tel > img:first-child {
    margin-right: 5px;
    width: 130px;
}

@media (min-width: 768px) {
    .flow__tel > img:first-child {
        width: 190px;
        margin-right: 20px;
    }
}

.flow__tel > img:nth-child(2) {
    margin-right: 4px;
    height: 24px;
}

@media (min-width: 768px) {
    .flow__tel > img:nth-child(2) {
        height: 39px;
    }
}

.flow__tel > img:nth-child(3) {
    height: 24px;
}

@media (min-width: 768px) {
    .flow__tel > img:nth-child(3) {
        height: 39px;
    }
}

.flow__tel > a img {
    height: 24px;
}

.footer {
    padding: 15px 0 60px;
}

@media (min-width: 768px) {
    .footer {
        padding: 35px 0 80px;
    }
}

.copyright {
    text-align: center;
}

@media (min-width: 768px) {
    .copyright {
        margin-bottom: 24px;
    }
}

.copyright small {
}

@media (min-width: 768px) {
    .copyright small {
        font-size: 1rem;
    }
}

.fixedbar {
    background-color: #edea72;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixedbar__column {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .fixedbar__column {
        height: 80px;
    }
}

.fixedbar__item {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .fixedbar__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.fixedbar__item img {
    max-height: 26px;
    height: auto;
    min-width: 0;
}

.fixedbar__item img:not(:first-child) {
    margin-left: 3px;
}

@media (min-width: 768px) {
    .fixedbar__item img {
        height: 40px;
        max-height: 100%;
    }
	.fixedbar__item img.sairyo {
        height: 60px;
        max-height: 100%;
    }

    .fixedbar__item img:not(:first-child) {
        margin-left: 10px;
    }
}

.fixedbar__item:not(:last-child) {
    border-right: 1px solid #fff;
}

@media (min-width: 768px) {
    .fixedbar__item:not(:last-child) {
        border-right: none;
    }
}

.fixedbar__item:first-child {
    margin-right: auto;
}

.fixedbar__item--pc {
    display: none;
}

@media (min-width: 768px) {
    .fixedbar__item--pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .fixedbar__item {
		
    }

    .fixedbar__item:not(:first-child) {
        margin-left: 16px;
    }
}

.back-to-top {
    text-align: center;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .back-to-top {
        margin: 40px 0;
    }
}

.form {
    background-color: #eee;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .form {
        padding: 60px 0;
    }
}

.form table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 768px) {
    .form table {
        margin-top: 62px;
    }
}

.form table p {
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .form table p {
        font-size: 1.25rem;
    }
}

.form table,
.form th,
.form td {
}

@media (min-width: 768px) {
    .form table,
    .form th,
    .form td {
        border: 1px solid #333;
    }
}

.form th,
.form td {
    display: block;
}

@media (min-width: 768px) {
    .form th,
    .form td {
        display: table-cell;
    }
}

.form th {
    background-color: #60ac8f;
    padding: 12px 0;
    color: #fff;
}

@media (min-width: 768px) {
    .form th {
        text-align: left;
        font-size: 1.25rem;
        padding: 20px;
    }
}

.form th label {
    display: inline-block;
}

.form td {
    padding: 16px 25px;
}

@media (min-width: 768px) {
    .form td {
        background-color: #fff;
        padding: 18px 20px;
    }
}

.form input[type="text"] {
    border: 1px solid #9c3;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 4px 8px;
}

.form input {
    display: block;
}

.form input[type="checkbox"] {
    display: inline-block;
}

.form input[type="file"] {
    width: 100%;
}

.form input[type="file"]:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .form input[type="file"] {
        width: auto;
    }
}

.form input[type="submit"] {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 0;
    padding-bottom: 16%;
    background-size: 100%;
}

@media (min-width: 768px) {
    .form input[type="submit"] {
        height: 88px;
        width: 479px;
        padding-bottom: 0;
        background-size: auto;
        background-position: center;
    }
}

.form input[type="submit"].button-confirm {
}

@media (min-width: 768px) {
    .form input[type="submit"].button-confirm {
        height: 88px;
        width: 479px;
        padding-bottom: 0;
        background-size: auto;
    }
}

.form input[type="submit"].button-post {
}

@media (min-width: 768px) {
    .form input[type="submit"].button-post {
        height: 88px;
        width: 479px;
        padding-bottom: 0;
        background-size: auto;
    }
}

.form input[type="submit"].button-back {
    width: auto;
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    background-image: none;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .form input[type="submit"].button-back {
        width: auto;
        height: auto;
        padding: 0;
    }
}

.form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #9c3;
}

.form label {
    display: block;
    vertical-align: middle;
}

.form__privacy {
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .form__privacy {
        font-size: 1rem;
        margin: 44px 0;
    }
}

.form__privacy h3 {
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .form__privacy h3 {
        margin-bottom: 32px;
    }
}

.form__privacy p {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .form__privacy p {
        margin-bottom: 42px;
    }
}

.form .error {
    font-weight: 600;
    color: red;
}

.form__button {
    padding: 0 25px;
}

.form .required {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-size: .75rem;
    padding: 2px 6px;
    vertical-align: middle;
}

.form__confirm-buttons {
    padding: 0 25px;
    margin-top: 30px;
}

.form__confirm-buttons p {
    margin-bottom: 20px;
}

.form__finish {
    padding: 70px 0;
}

.form__finish h2 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.form__finish p {
}

.form__finish p:not(:last-child) {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.header {
    padding: 0 5px;
}

.header__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
}

@media (min-width: 768px) {
    .header__column {
        height: 75px;
    }
}

.header__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__item img {
    height: 24px;
}

@media (min-width: 768px) {
    .header__item img {
        height: 40px;
    }
	.header__item img.sairyo {
        height: 65px;
    }
}

.header__item img:not(:first-child) {
    margin-left: 8px;
}

.header__item:first-child {
    margin-right: auto;
}

.header__item:last-child {
    margin-left: 10px;
}

.info {
    padding: 30px 0 15px;
}

@media (min-width: 768px) {
    .info {
        padding: 70px 0 35px;
    }
}

.info--half-padding {
    padding: 15px 0 7px;
}

@media (min-width: 768px) {
    .info--half-padding {
        padding: 35px 0;
    }
}

.info__name {
    border-top: 1px solid #9c3;
    border-bottom: 1px solid #9c3;
    color: #9c3;
    padding: 4px 0;
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
}

@media (min-width: 768px) {
    .info__name {
        width: 20%;
        text-align: left;
        font-size: 1.25rem;
        padding: 20px 0;
    }

    .info__name:not(:last-of-type) {
        border-bottom: none;
    }
}

.info__content {
    padding: 8px 16px;
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .info__content {
        width: 80%;
        font-size: 1.25rem;
        border-top: 1px solid #9c3;
        padding: 20px 0;
    }

    .info__content:last-child {
        border-bottom: 1px solid #9c3;
    }
}

.info__list {
}

@media (min-width: 768px) {
    .info__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.info__description {
    margin: 18px 0;
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .info__description {
        font-size: 1.25rem;
        margin-top: 60px;
        margin-bottom: 24px;
    }
}

.info__map {
    margin-bottom: 16px;
    padding: 0 3px;
}

@media (min-width: 768px) {
    .info__map {
        margin-bottom: 66px;
        padding: 0;
    }
}

.info__map > p {
    position: relative;
    font-size: 12px;
    font-size: .75rem;
    line-height: 26px;
}

@media (min-width: 768px) {
    .info__map > p {
        font-size: 1rem;
    }
}

.info__map > p::before {
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: black;
    top: 15px;
}

@media (min-width: 768px) {
    .info__map > p::before {
        width: 12px;
        top: 15px;
    }
}

.info__map > p::after {
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: black;
    left: 0;
    top: 9px;
}

@media (min-width: 768px) {
    .info__map > p::after {
        width: 12px;
        top: 8px;
    }
}

.info__map a {
    padding-left: 14px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .info__map a {
        padding-left: 18px;
    }
}

.info__map-wrap {
    margin-bottom: 3px;
}

@media (max-width: 979px) {
    .info__map-wrap {
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }
}

.info__map-wrap iframe {
}

@media (max-width: 979px) {
    .info__map-wrap iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
    }
}

.item {
    background-color: #9c3;
    padding: 20px;
}

@media (min-width: 768px) {
    .item {
        padding: 56px 0;
    }
}

.item__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px;
}

@media (min-width: 768px) {
    .item__list {
        margin: 53px 0 0;
    }
}

@media (min-width: 980px) {
    .item__list {
        margin: 53px -16.5px -16.5px -16.5px;
    }
}

.item li {
    background-color: #fff;
    width: calc(50% - 20px);
    margin: 10px;
}
.item li.double-center,.item li.double {
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 10px;
}


@media (min-width: 768px) {
    .item li {
        margin: 16.5px;
        width: calc(25% - 33px);
    }
	.item li.double {
    background-color: #fff;
    width: calc(50% - 20px);
    margin: 10px;
}
	.item li.double-center {
    background-color: #fff;
    width: calc(50% - 20px);
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
}

.item li span {
    display: block;
    text-align: center;
    color: #ff8000;
    -webkit-font-feature-settings: 'halt';
    font-feature-settings: 'halt';
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    padding: 7px 0;
}

@media (min-width: 768px) {
    .item li span {
        font-size: 1rem;
		padding: 10px;
    }
}

.item__notice {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    margin-top: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .item__notice {
        font-size: .75rem;
        margin-top: 28px;
    }
}

.item__text {
    margin-top: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .item__text {
        margin-top: 28px;
        padding: 0 16.5px;
    }
}

@media (min-width: 980px) {
    .item__text {
        padding: 0;
    }
}

.item__text h2 {
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .item__text h2 {
        font-size: 1.25rem;
    }
}

.item__text p {
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .item__text p {
        font-size: 1.25rem;
    }
}

.item__text p:not(:last-child) {
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .item__text p:not(:last-child) {
        margin-bottom: 36px;
    }
}

.item__before-notice {
    margin-top: 10px;
    margin-bottom: -15px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    font-size: .625rem;
}

@media (min-width: 768px) {
    .item__before-notice {
        margin-top: 20px;
        margin-bottom: -20px;
        font-size: 1.125rem;
    }
}

.line {
}

@media (min-width: 768px) {
    .line {
        background-color: #00c402;
    }
}

.line__bg {
    position: relative;
}

.line__button {
    position: absolute;
    top: 36%;
    width: 78%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.merit {
    background-color: #ffefc6;
    padding: 14px;
}

@media (min-width: 768px) {
    .merit {
        padding: 46px 14px;
    }
}

.merit__title {
    position: relative;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    background-image: url(../hyogo/sougou/image/merit-bg.png);
    background-repeat: no-repeat, repeat;
    background-position: right 10px center;
    background-size: auto 80%, auto;
    font-family: 'Rounded M+ 1c', sans-serif;
    font-weight: 900;
    color: #333;
    border: 2px solid #fff;
    font-size: 14px;
    font-size: .800rem;
    margin-bottom: 6px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .merit__title {
        padding-left: 70px;
        height: 98px;
        font-size: 2.125rem;
        border-width: 5px;
        margin-bottom: 10px;
    }
}

.merit__number {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    text-align: center;
    background-color: #422615;
    font-size: 25px;
    font-size: 1.5625rem;
}

@media (min-width: 768px) {
    .merit__number {
        width: 54px;
        font-size: 3.125rem;
    }
}

.merit p {
    padding: 0 6px;
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .merit p {
        font-size: 1.25rem;
        padding: 0 33px;
    }
}

.merit__item {
}

.merit__item:first-of-type {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .merit__item:first-of-type {
        margin-top: 40px;
    }
}

.merit__item:not(:last-child) {
    margin-bottom: 22px;
}

.reason {
    padding: 28px 0;
}

@media (min-width: 768px) {
    .reason {
        padding: 68px 0;
    }
}

.reason ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .reason ul {
        margin-top: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.reason li {
    width: 33.33333%;
    padding: 5px;
}

@media (min-width: 768px) {
    .reason li {
        width: auto;
        padding: 11px 9px;
    }
}

.staff {
    padding: 30px 14px;
}

@media (min-width: 768px) {
    .staff {
        padding: 70px 0;
    }
}

.staff--half-padding {
    padding: 15px 14px;
}

@media (min-width: 768px) {
    .staff--half-padding {
        padding: 35px 0;
    }
}

.staff__description {
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    margin-top: 22px;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .staff__description {
        font-size: 1.25rem;
        margin-top: 44px;
        margin-bottom: 35px;
    }
}

.staff__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .staff__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.staff__item {
    text-align: center;
    width: calc(50% - 7px);
    font-size: 12px;
    font-size: .70rem;
}

.staff__item:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .staff__item:not(:last-child) {
        margin-bottom: 48px;
    }
}

.staff__item:nth-child(2n) {
    margin-left: 14px;
}

@media (min-width: 768px) {
    .staff__item:nth-child(2n) {
        margin-left: 30px;
    }
}

.staff__item--wide {
    width: 100%;
    margin-left: 0;
}

.staff__item--wide figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff__item--wide figcaption span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.staff__item > p {
    font-weight: 600;
    color: #9c3;
}

@media (min-width: 768px) {
    .staff__item {
        width: auto;
        font-size: 1.5rem;
    }
}

.staff figure {
}

.staff figure img {
    margin: 5px 0;
    border-radius: 50%;
    border: 2px solid #ff8000;
}

@media (min-width: 768px) {
    .staff figure img {
        margin: 12px 0;
        border-width: 4px;
    }
}

.staff__item--wide figure img {
    border-radius: 24px;
}

.staff figcaption {
    text-align: center;
}

@media (min-width: 768px) {
    .staff figcaption {
        font-size: 1.25rem;
    }
}




/*buy_reason*/

.high_reason {
    background-color: #fff !important;
}
/*メディア*/
.media {
    padding: 14px;
    margin-bottom: 20px;
    clear: both;
}
.media h1 {
    color: #422615;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 900;
    font-family: 'Rounded M+ 1c', sans-serif;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
.media h1 {
    font-size: 2.0rem;
}
}



@media (min-width: 980px) {
.item__list {
    margin: 53px -16.5px -16.5px -16.5px;
}
}
@media (min-width: 768px) {
.item__list {
    margin: 0px 0 0;
}
}
.media .item__list li {
    width: calc(50% - 20px);
    margin: 10px;
}

@media (min-width: 768px) {
.media .item__list li {
    margin: 16.5px;
    width: calc(25% - 33px);
}
}

@media (min-width: 768px) {
.item li {
    margin: 16.5px;
    width: calc(25% - 33px);
}
}


    

.media .item__list li img {
    width: 100%;
}

.mediamore {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 900;
    font-family: 'Rounded M+ 1c', sans-serif;
    color: #422615;
}

/*だから*/

.thatswhy {
    padding: 14px;
}

.thatswhy .container div {
    background-color: #68AF75;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 900;
    font-family: 'Rounded M+ 1c', sans-serif;
    padding: 20px 0;
}

/*買取一例*/

.kv_itemtxt {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 900;
    font-family: 'Rounded M+ 1c', sans-serif;
    padding: 10px 0;
}

/*高価理由*/
    .high_r_item {
    width:177px;
        margin-right: 15px;
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
}
    .high_r_text {
    
        padding-top: 70px!important;
}
.high_r_text span{
    color: #BF3959;
}
.merit__item {
    clear: both;
}

@media (min-width: 768px) {

}

.footer-teltit{
    background-color: #422615;
}



.header__item img {
    height: 40px;
}

.hitel img {
    height: 60px;
}

@media (max-width: 768px) {
.header__item img {
    height: 30px;
    padding-right: 5px;
    display: inline-block;
}
.hitel img {
    height: 40px;
}

.flow__title:after {
    display: none;
}

.flow__list {
    max-height: 2000px;
}
}

/*最良市場お問合せ部分ボタンレイアウト調整*/

@media (max-width: 767px) {

	.info__telimg {
		height: 45px;
		display: inline-block;
	}
	.info__lineimg {
		height: 45px;
		display: inline-block;
	}
	.info__telimg img {
		height: 100%;
    max-width: 100%;
    vertical-align: middle;
	}
	.info__lineimg img {
		height: 100%;
    max-width: 100%;
    vertical-align: middle;
	}
}

