@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

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

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden], template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

input {
    border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type=number] {
    width: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

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

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio, canvas, progress, video {
    display: inline-block;
}

@media screen {
    [hidden~=screen] {
        display: inherit;
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

body {
    font: 1.2rem/1.2 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fdf1e6;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1rem;
        line-height: 1;
    }
}

em {
    font-style: normal;
}

/* =========================================================
 Layout
========================================================= */
#header {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 80px;
    background-image: url("../img/header-logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
    background-color: #fff;
    text-align: center;
}

#header2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 80px;
    background-image: url("../img/header-logoSet.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #header {
        height: 40px;
    }
    #header2 {
        height: 40px;
    }
}

#main {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-right: 100px;
    padding-left: 100px;
}

@media screen and (max-width: 979px) {
    #main {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    #main {
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

#footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    height: 50px;
    margin-top: 180px;
    background-image: url("../img/footer-border.png");
    background-repeat: repeat-x;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
}

#footer::before {
    position: absolute;
    top: -127px;
    right: 10px;
    width: 560px;
    height: 178px;
    min-height: 180px;
    background-image: url("../img/footer-background.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

#footer > .copyright {
    z-index: 1;
}

/* =========================================================
 Object
========================================================= */
/* Component
--------------------------------------------------------- */
/**
 *ページタイトル
 */
.c-pageTitle {
    margin-bottom: 60px;
    font-size: 200%;
    text-align: center;
    color: #f36344;
}

@media screen and (max-width: 767px) {
    .c-pageTitle {
        margin-bottom: 30px;
        font-size: 130%;
    }
}

/*
 * ボタン
 */
.c-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 15px 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.c-btn2 {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 150%;
    max-width: 400px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.c-btn-negative {
    background-color: #bfbfc0;
    color: #fff;
}

.c-btn-positive {
    background-color: #f36344;
    color: #fff;
}

.c-btn-font_size {
   font-size: 75%;
   font-weight: lighter;
}

.c-btn-font_size2 {
   font-size: 150%;
}

.c-btn-prev::before {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
}

.c-btn-next::after {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
}

/**
 * リスト
 */
.c-list {
    display: block;
    list-style-type: none;
    list-style-position: outside;
}

.c-list-decimal {
    list-style-type: decimal;
}

/* リストのカウント */
.c-list-count {
    counter-reset: count;
}

.c-list-count li {
    counter-increment: count;
}

.c-list-count li::before {
    display: inline-block;
    content: counter(count);
}

/* カッコつきの数字 */
.c-list-parentheses {
    counter-reset: count;
}

.c-list-parentheses li {
    counter-increment: count;
}

.c-list-parentheses li::before {
    display: inline-block;
    content: "(" counter(count) ")";
}

/**
 * ステッププログレス
 */
.c-stepProgress {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    list-style-type: none;
    margin-top: 90px;
    font-size: 70%;
    color: #fff;
    counter-reset: step;
}
.c-stepProgress2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    list-style-type: none;
    margin-top: 90px;
    font-size: 65%;
    color: #fff;
    counter-reset: step;
}

@media screen and (max-width: 767px) {
    .c-stepProgress {
        margin-top: 0;
    }
    .c-stepProgress.is-last {
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}

/* ステッププログレス内の各項目 */
.c-stepProgress_step {
    position: relative;
    width: 160px;
    padding: 15px 30px;
    background-color: #777;
    text-align: center;
    counter-increment: step;
}

@media screen and (max-width: 767px) {
    .c-stepProgress_step {
        width: 130px;
        max-height: 40px;
    }
    .c-stepProgress_step:not(.is-active) {
        width: 16%;
        padding: 0;
    }
    .c-stepProgress_step:not(.is-active) > span {
        display: none;
    }
    .c-stepProgress_step:not(.is-active):last-child {
        visibility: hidden;
        width: 0;
        margin-right: 10px;
    }
    .c-stepProgress_step:not(.is-active):last-child::before {
        visibility: visible;
    }
}

.c-stepProgress_step::before {
    /* 数字の表示 */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 46px;
    height: 46px;
    border: 4px solid currentColor;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    font-size: 160%;
    font-weight: bold;
    color: #777;
    content: counter(step);
}

@media screen and (max-width: 767px) {
    .c-stepProgress_step::before {
        width: 40px;
        height: 40px;
    }
}

/* 現在のステップ */
.c-stepProgress_step.is-active {
    background-color: #f36344;
}

@media screen and (min-width: 860px) {
    .c-stepProgress_step.is-active::after {
        display: inline-block;
        position: absolute;
        bottom: 34px;
        left: 0;
        width: 100%;
        height: 87px;
        background-image: url("../img/stepProgress-active.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
    }
}

.c-stepProgress_step.is-active::before {
    border-color: currentColor;
    color: #f36344;
}

/* 過去のステップ */
.c-stepProgress_step.is-inactive {
    background-color: currentColor;
    color: #d6d6d6;
}

@media screen and (min-width: 768px) {
    .c-stepProgress_step.is-inactive {
        background-color: #fff;
    }
}

.c-stepProgress_step.is-inactive::before {
    border-color: currentColor;
    color: currentColor;
}

/**
 * フォームパーツ
 */
.c-form_title {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #f36344;
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
    color: #fff;
}

.c-form_title::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 13px;
    height: 100%;
    background-color: currentColor;
    content: "";
}

/* 項目毎のエリア */
.c-form_field {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    position: relative;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
}

.c-form_field.is-required {
    min-height: 60px;
}

@media screen and (max-width: 767px) {
    .c-form_field.is-required {
        padding-top: 60px;
    }
}

.c-form_field.is-required::before {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    top: 7px;
    left: -8px;
    width: 67px;
    height: 40px;
    padding-bottom: 5px;
    background-image: url("../img/form-required.png");
    background-size: contain;
    content: "必　須";
}

.c-form_inputGroup {
    width: 100%;
}

.c-form_inputGroup-inline {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-form_inputGroup-inline {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
}

/* セレクトボックス群 */
.c-form_selectGroup {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .c-form_selectGroup {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
}

/* ラベル */
.c-form_label {
    margin-right: 20px;
}

/* ラベル */
.c-form_label30 {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .c-form_label {
        margin-bottom: 10px;
    }
}

/* テキストボックス */
.c-form_input {
    display: inline-block;
    width: 100%;
    padding: 5px 10px 5px 10px;
    border: 2px solid #eee;
    border-radius: 5px;
    background-clip: padding-box;
    line-height: normal;
    color: #000;
}

.c-form_input::-webkit-input-placeholder {
    color: #c8c8c8;
}

.c-form_input:-ms-input-placeholder {
    color: #c8c8c8;
}

.c-form_input::-ms-input-placeholder {
    color: #c8c8c8;
}

.c-form_input::placeholder {
    color: #c8c8c8;
}

.c-form_input.has-error {
    border-color: #f33;
}

.c-form_input.is-disabled {
    border-color: #c3c3c3;
    background-color: #d7d7d7;
}

.c-form_input.input-xs {
    width: 30%;
}

.c-form_addon {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .c-form_addon {
        width: 100%;
        margin-top: 5px;
    }
}

/* セレクトボックス */
.c-form_selectBox {
    position: relative;
}

.c-form_selectBox::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-clip: padding-box;
    background-color: #f36344;
    content: "";
    pointer-events: none;
}

.c-form_selectBox::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    pointer-events: none;
}

.c-form_selectBox.has-error > select {
    border-color: #f33;
}

.c-form_selectBox.is-disabled::before {
    background-color: #ce563a;
}

.c-form_selectBox.is-disabled > select {
    border-color: #c3c3c3;
    background-color: #d7d7d7;
}

.c-form_selectBox > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 10px 30px 10px 10px;
    border: 2px solid #eee;
    border-radius: 5px;
    background-clip: padding-box;
}

/* チェックボックス */
.c-form_checkBox {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-left: 3rem;
    line-height: 30px;
    cursor: pointer;
}

.c-form_checkBox::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    border-radius: 4px;
    background-clip: padding-box;
    content: "";
}

.c-form_checkBox::after {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 10px;
    width: 10px;
    height: 20px;
    border-right: 2px solid #f36344;
    border-bottom: 2px solid #f36344;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    content: "";
}

.c-form_checkBox > input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: -30px;
    z-index: 1;
    width: 30px;
    height: 30px;
    box-shadow: 30px 0 #FFF;
    outline: none;
}

.c-form_checkBox > input[type="checkbox"]:checked {
    box-shadow: none;
}

.c-form_checkBox.has-error::before {
    border-color: #f33;
}

/* チェックボックス小 */
.c-form_checkBox-sm {
    padding-bottom: 10px;
    padding-left: 2rem;
    line-height: 18px;
}

.c-form_checkBox-sm::before {
    width: 20px;
    height: 20px;
    content: "";
}

.c-form_checkBox-sm::after {
    top: 1px;
    left: 7px;
    width: 7px;
    height: 14px;
    border-right: 2px solid #f36344;
    border-bottom: 2px solid #f36344;
    content: "";
}

.c-form_checkBox-sm input[type="checkbox"] {
    left: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 20px 0 #FFF;
}

/* ラジオボタン */
.c-form_radio {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 3rem;
    line-height: 30px;
    cursor: pointer;
}

.c-form_radio ~ .c-radio_subContent {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .c-form_radio ~ .c-radio_subContent {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 50px;
    }
}

.c-form_radio::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    border-radius: 50%;
    background-clip: padding-box;
    content: "";
}

.c-form_radio::after {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f36344;
    content: "";
}

.c-form_radio > input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: -30px;
    z-index: 1;
    width: 30px;
    height: 30px;
    box-shadow: 30px 0 #FFF;
    outline: none;
}

.c-form_radio > input[type="radio"]:checked {
    box-shadow: none;
}

.c-form_radio.has-error::before {
    border-color: #f33;
}

/* フォーム中のテキスト */
.c-form_text {
    display: block;
}

/* 注釈 */
.c-form_helpText {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #555;
}

/* エラー文 */
.c-form_error {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 80%;
    color: #f33;
}

/* 完了メッセージ */
.c-formMessage {
    position: relative;
    padding-top: 80px;
    background-color: #fbd4c3;
    text-align: center;
}
.c-formMessage2 {
    position: relative;
    padding-top: 80px;
    background-color: #fbd4c3;
    text-align: center;
}
.c-formMessage3 {
    position: relative;
    padding-top: 80px;
    background-color: #fbd4c3;
    text-align: center;
}

@media screen and (min-width: 768px){
    .c-formMessage {
        height: 430px;
        font-size: 140%;
    }
    .c-formMessage2 {
        height: 800px;
        font-size: 140%;
    }
    .c-formMessage3 {
        height: 500px;
        font-size: 140%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px){
    .c-formMessage2 {
        height: 850px;
    }
}

@media screen and (min-width: 860px){
    .c-formMessage::before {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 80px;
        width: 124px;
        height: 100px;
        background-image: url("../img/formMessage.png");
        background-size: contain;
        content: "";
    }
    .c-formMessage2::before {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 80px;
        width: 124px;
        height: 100px;
        background-image: url("../img/formMessage.png");
        background-size: contain;
        content: "";
    }
    .c-formMessage3::before {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 80px;
        width: 124px;
        height: 100px;
        background-image: url("../img/formMessage.png");
        background-size: contain;
        content: "";
    }
}

@media screen and (max-width: 859px) {
    .c-formMessage {
        padding: 60px 10px;
    }
    .c-formMessage2 {
        padding: 60px 10px;
    }
    .c-formMessage3 {
        padding: 60px 10px;
    }
}

.c-formMessage_header {
    margin-bottom: 50px;
    font-size: 130%;
    font-weight: normal;
}

.c-formMessage_receiptNumber {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    font-weight: normal;
}

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

@media screen and (max-width: 767px) {
    .c-formMessage_text {
        font-size: 90%;
    }
}

/* Project
--------------------------------------------------------- */
/**
 * メニュー
 */
.p-menu_discription {
    max-width: 1040px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

.p-menu_discription_table{
	width:100%;
}

.p-menu_discription table,tr,td{
    border:1px solid black;
    border-collapse:collapse;
}

.p-menu_discription table td{
    vertical-align: top;
    text-align:left;
}

.p-menu_discription table td1{
	vertical-align: top;
    text-align:left;
    width: 33%;
}

.p-menu_discription table tr>:first-child{
    white-space:nowrap;
}

.p-menu_discriptionTitle{
    width:31%;
}

@media screen and (max-width: 767px) {
    .p-menu_discription {
        margin-bottom: 20px;
        text-align: center;
    }
}

.p-menu_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-content: space-around;
            align-content: space-around;
    max-width: 1040px;
    height: 280px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .p-menu_list {
        -webkit-justify-content: center;
                justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .p-menu_list > .c-btn {
        width: 48%;
        max-width: 500px;
        height: 120px;
    }
}

@media screen and (min-width: 768px) {
    .p-menu_list > .p-menu_lead {
        width: 100%;
        max-width: 100%;
        font-size: 150%;
    }

    .p-menu_list > .p-menu_lead2 {
        font-size: 80%;
    }
}

/**
 * 利用規約
 */
.p-terms {
    overflow-y: scroll;
    height: 430px;
    margin-bottom: 80px;
    padding: 40px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .p-terms {
        margin-bottom: 40px;
        padding: 20px;
    }
}

.p-terms-narrowH {
    height: 280px;
}

/* 利用規約の説明 */
.p-terms_discription {
    margin-bottom: 20px;
}

/* 章ごとのブロック */
/* 章がなければ使用しなくても大丈夫 */
.p-terms_chapter {
    margin-bottom: 30px;
}

.p-terms_chapter:last-child {
    margin-bottom: 0;
}

/* 章のタイトル */
/* .p_terms_chapter内で使うこと */
.p-terms_chapterTitle {
    margin-bottom: 10px;
    font-size: 120%;
}

/* 条ごとのブロック */
.p-terms_articles li {
    margin-bottom: 15px;
}

/* 条のタイトル */
.p-terms_articleTitle {
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: normal;
}

/* 条の説明 */
.p-terms_articleDiscription {
    margin-bottom: 20px;
}

/* 項のブロック */
.p-terms_paragraph {
    padding-left: 30px;
}

/* 項の説明 */
.p-terms_paragraphDiscription {
    margin-bottom: 20px;
}

/* 号のブロック */
.p-terms_item li {
    margin-left: 2em;
}

.p-terms_item li::before {
    width: 2em;
    margin-left: -2em;
}

/**
 * フォーム
 */
/* ステッププログレス */
.p-stepForm > .c-stepProgress {
    margin-bottom: 30px;
}
/* ステッププログレス */
.p-stepForm > .c-stepProgress2 {
    margin-bottom: 30px;
}

/* フォームの説明 */
.p-stepForm_discription {
    margin-top: 60px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .p-stepForm_discription {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 95%;
    }
}

/* タイトル */
.p-stepForm_form > .c-form_title {
    width: 45%;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p-stepForm_form > .c-form_title {
        width: 100%;
    }
}

/* 注意書き */
.p-stepForm_attention {
    margin-bottom: 30px;
    padding: 10px 30px;
    background-color: #fbd3c3;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .p-stepForm_attention {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* 注意書き */
.p-stepForm_attention2 {
    margin-bottom: 30px;
    padding: 10px 30px;
    background-color: #ffffff;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .p-stepForm_attention2 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* 項目別のフィールド */
.p-stepForm_field {
    margin-bottom: 30px;
    padding: 45px 40px;
}

@media screen and (max-width: 767px) {
    .p-stepForm_field {
        padding: 20px;
    }
}

.p-stepForm_field.is-required::before {
    font-size: 65%;
    color: #fff;
}

/* ラベルと.c-form_inputGroupを含むグループ */
.p-stepForm_inputGroup {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: baseline;
            align-items: baseline;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-stepForm_inputGroup {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
}

.p-stepForm_inputGroup:not(:last-of-type) {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .p-stepForm_inputGroup:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.p-stepForm_inputGroup > .c-form_label {
    width: 67%;
}

@media screen and (max-width: 767px) {
    .p-stepForm_inputGroup > .c-form_label {
        width: 100%;
    }
}

.p-stepForm_inputSubGroup-inline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .p-stepForm_inputSubGroup-inline {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
}

.p-stepForm_inputSubGroup-inline > .c-form_input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .p-stepForm_inputSubGroup-inline > .c-form_input {
        margin-bottom: 10px;
    }
}

.p-stepForm_inputSubGroup-inline > .c-btn {
    max-width: none;
    padding: 5px 10px;
    font-weight: normal;
    line-height: normal;
}

@media screen and (min-width: 768px) {
    .p-stepForm_inputSubGroup-inline > .c-btn {
        width: 30%;
        max-width: 140px;
        font-size: 70%;
    }
}

.p-stepForm_inputSubGroup-inline > .c-form_addon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
}

.p-stepForm_selectGroup {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-stepForm_selectGroup {
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
    .p-stepForm_selectGroup > .c-form_selectBox {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .p-stepForm_selectGroup > .c-form_selectBox:not(:last-child) {
        margin-bottom: 10px;
    }
}

.p-stepForm_checkBox > .c-form_helpText {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .p-stepForm_terms {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-stepForm_termsLabel {
        text-align: center;
    }
}

/* CAPTCHAエリア */
.p-stepForm_captcha {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

@media screen and (max-width: 767px) {
    .p-stepForm_captcha {
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}

.p-stepForm_captcha > .c-form_input {
    width: 30%;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .p-stepForm_captcha > .c-form_input {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-stepForm_captcha > img {
        margin-bottom: 10px;
    }
}

/* フォームボタン */
.p-stepForm_btnGroup {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.p-stepForm_btnGroup > .c-btn {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .p-stepForm_btnGroup > .c-btn {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 70%;
    }
    .p-stepForm_btnGroup > .c-btn.c-btn-prev::before {
        left: 15px;
        width: 8px;
        height: 8px;
    }
    .p-stepForm_btnGroup > .c-btn.c-btn-next::after {
        right: 15px;
        width: 8px;
        height: 8px;
    }
}

.p-stepForm > .c-formMessage {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .p-stepForm > .c-formMessage {
        margin-bottom: 40px;
    }
}

/* 問い合わせ先 */
.p-stepForm_address {
    margin-top: 20px;
    font-size: 80%;
    font-style: normal;
}

.p-stepForm_address > span {
    display: inline-block;
    width: 221px;
}

.p-stepForm_address > span2 {
    display: inline-block;
    width: 320px;
}


/**
 * 住所検索
 */
.p-address_search {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: baseline;
            align-items: baseline;
    margin-bottom: 50px;
    padding: 20px 40px;
}

@media screen and (max-width: 767px) {
    .p-address_search {
        -webkit-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-address_search > .c-form_label {
    width: 20%;
    margin-right: 0;
    color: #f36344;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-address_search > .c-form_label {
        width: 100%;
        text-align: left;
    }
}

.p-address_search > .c-form_input {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-address_search > .c-form_input {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .p-address_search > .c-form_input {
        margin-bottom: 10px;
    }
}

.p-address_search > .c-btn {
    max-width: none;
}

@media screen and (min-width: 768px) {
    .p-address_search > .c-btn {
        width: 30%;
        max-width: 240px;
    }
}

.p-address_resultText {
    margin-bottom: 50px;
    text-align: center;
}

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

.p-address_result {
    margin-bottom: 50px;
}

.p-address_result > li {
    margin-bottom: 20px;
    padding: 40px 30px;
    border-radius: 3px;
    background-clip: padding-box;
    background: #fff;
}

@media screen and (max-width: 979px) {
    .p-address_result > li {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-address_result > li {
        padding: 20px 10px;
    }
    .p-address_result > li:before {
        margin-bottom: 20px;
    }
}

.p-address_result .p-result_content {
    display: inline-block;
    width: 65%;
}

@media screen and (max-width: 767px) {
    .p-address_result .p-result_content {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-address_result .p-content_postcode {
        display: block;
        margin-bottom: 10px;
    }
}

.p-address_result .c-btn {
    max-width: none;
}

@media screen and (min-width: 768px) {
    .p-address_result .c-btn {
        width: 30%;
        max-width: 240px;
    }
}

.p-result-inline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 20px 40px;
    border-radius: 3px;
    background-clip: padding-box;
    background: #fff;
}

.p-result-inline:before {
    font-size: 150%;
    color: #f36344;
}

@media screen and (max-width: 767px) {
    .p-result-inline {
        -webkit-flex-direction: column;
                flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .p-result-inline:before {
        margin-bottom: 20px;
    }
}

.p-result_title {
    margin-bottom: 30px;
    color: #f36344;
    font-size: 150%;
    font-weight: normal;
}

.p-result_contentGroup {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: space-around;
            align-content: space-around;
}

.p-result_contentGroup:before {
    display: block;
    -webkit-order: 1;
            order: 1;
    content: "";
}

@media screen and (max-width: 979px) {
    .p-result_contentGroup:before {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup:before {
        width: 100%;
    }
}

.p-result_contentGroup:after {
    display: block;
    content: "";
}

@media screen and (max-width: 979px) {
    .p-result_contentGroup:after {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup:after {
        width: 100%;
    }
}

.p-result_contentGroup .c-btn {
    width: 80%;
    max-width: 170px;
}

@media screen and (min-width: 768px) {
    .p-result_contentGroup .c-btn {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup .c-btn {
        max-width: 120px;
    }
    .p-result_contentGroup .c-btn::after {
        right: 15px;
    }
}

.p-result_contentGroup > li {
    text-align: center;
}

.p-result_contentGroup.col2:before, .p-result_contentGroup.col2:after {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup.col2:before, .p-result_contentGroup.col2:after {
        width: 100%;
    }
}

.p-result_contentGroup.col2 > li {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup.col2 > li {
        width: 100%;
    }
    .p-result_contentGroup.col2 > li:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.p-result_contentGroup.col3:before, .p-result_contentGroup.col3:after {
    width: 30%;
}

@media screen and (max-width: 979px) {
    .p-result_contentGroup.col3:before, .p-result_contentGroup.col3:after {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup.col3:before, .p-result_contentGroup.col3:after {
        width: 100%;
    }
}

.p-result_contentGroup.col3 > li {
    width: 30%;
}

@media screen and (max-width: 979px) {
    .p-result_contentGroup.col3 > li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-result_contentGroup.col3 > li {
        width: 100%;
    }
    .p-result_contentGroup.col3 > li:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.p-result_itemName {
    display: inline-block;
    width: 45%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .p-result_itemName {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/* Page
--------------------------------------------------------- */
.pg-field {
    padding-right: 100px;
    padding-left: 100px;
}

@media screen and (max-width: 979px) {
    .pg-field {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pg-field {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.pg-field-center {
    -webkit-justify-content: center;
            justify-content: center;
}

.pg-field_content-right {
    margin-left: auto;
}

.pg-fieldTitle {
    margin-bottom: 40px;
    font-weight: normal;
}

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

@media screen and (min-width: 768px) {
    .pg-label.c-form_label {
        width: 38%;
        padding-left: 60px;
    }
}

/* Utility
--------------------------------------------------------- */
.u-block-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-right {
    text-align: right !important;
}

.u-color-gray {
    color: #777 !important;
}

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

/*コピーアンドペーストは不可とする。*/
.c-form_input_selectTwo {
	oncopy:return false;
	onpaste:return false;
	oncut:return false;
}