@charset "UTF-8";

/*!
* ress.css • v1.2.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 {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

/* # =================================================================
# 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 */
}
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: -0.25em;
}
sup {
    top: -0.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"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[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) {
        position: absolute !important;
        clip: rect(0 0 0 0) !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;
}


/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    overflow: hidden;
    padding-top: 30px;
    border-top: 5px solid #01182e;
    line-height: 1.5;
    font-size: 1.6rem;
    font-family: Arial, Verdana, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
a {
    text-decoration: none;
}

#container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 460px;
}

@media screen and (min-width: 768px) {
    #container {
        max-width: 1060px;
    }
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 60px;
        font-size: 1.6rem;
    }
    #container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/*------------------------------------------------------------
アイコンフォント
------------------------------------------------------------*/
@font-face {
    font-family: 'mfp';
    src:
        url('fonts/mfp.ttf?mh8vuf') format('truetype'),
        url('fonts/mfp.woff?mh8vuf') format('woff'),
        url('fonts/mfp.svg?mh8vuf#mfp') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ico-mfp-"], [class*=" ico-mfp-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mfp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-mfp-tel::before { content: "\e100"; }
.ico-mfp-window::before { content: "\e101"; }


/*------------------------------------------------------------
冒頭
------------------------------------------------------------*/
.form_intro {
    margin-bottom: 30px;
}
.mfp_logo {
    margin: 0 0 30px;
    text-align: center;
}
.form_intro__txt {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    line-height: 1.6;
}
.form_cloud_ssl_pc {
    display: none;
}
.form_cloud_ssl_sp {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
}

@media screen and (min-width: 768px) {
    .mfp_logo img {
        width: auto;
    }
    .form_intro__txt {
        text-align: center;
    }
    .form_cloud_ssl_pc {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0px;
        display: block;
    }
    .form_cloud_ssl_sp {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .form_intro {
        margin-bottom: 30px;
    }
}

.cam_area {
	margin: 50px auto 30px;
	max-width: 1060px;
	text-align: center;
}

.cam_area p {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
	.intro_area {
		max-width: 98%; }
	.area_left, .area_right {
		width: 98%; }
}

.img_area {
	margin: 20px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------
フォーム
------------------------------------------------------------*/
input,
select,
textarea,
button {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    padding: 0;
    outline: none;
    border: none;
    font-family: inherit;
    transition: .3s;
}
input,
select,
textarea {
    padding: 5px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, .05) inset;
    font-size: 1.6rem; /* 入力時の拡大回避 */
}
textarea {
    width: 100% !important;
    height: auto !important;
}
label,
select {
    cursor: pointer;
}

/* フォーカス時
---------------------------------------- */
input:focus,
select:focus,
textarea:focus {
    border-color: #292929;
}

/* プレースホルダー
---------------------------------------- */
:placeholder-shown { color: #999; }

::-webkit-input-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }

/* フォームコンテンツ
---------------------------------------- */
.mailform {
    margin-bottom: -20px;
}
.mailform th,
.mailform td {
    display: block;
}
.mailform th {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px 10px 20px;
    background: #f3f3f3;
    text-align: left;
    font-weight: bold;
    font-size: 1.4rem;
}
.mailform td {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .mailform {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        letter-spacing: 0;
    }
    .mailform tr {
        border-bottom: solid 1px #ccc;
    }
    .mailform tr:first-child {
        border-top: solid 1px #ccc;
    }
    .mailform th,
    .mailform td {
        display: table-cell;
        margin: 0;
        font-size: 1.6rem;
    }
    .mailform th {
        position: static;
        padding: 10px;
        width: 30%;
        vertical-align: top;
    }
    .mailform td {
        padding: 10px 30px;
        width: 70%;
    }
    .size_small {
        width: 60%;
    }
    .size_xs {
        width: 40%;
    }
}
@media screen and (min-width: 992px) {
    .mailform th {
        padding: 10px 30px;
    }
}

/* 必須・任意
--------------------------------------------- */
.must,
.any {
    position: absolute;
    right: 20px;
    line-height: 1;
    padding: 5px;
    border-radius: 3px;
    background: #ca1219;
    color: #fff;
    font-size: 1.0rem;
}
.any {
    background: #fff;
    color: #282828;
}

@media screen and (min-width: 768px) {
    .must,
    .any {
        position: static;
        display: inline-block;
        margin: 0 0 5px 10px;
        font-size: 1.2rem;
        float: right;
    }
}

/* ラジオボタン・チェックボックス
--------------------------------------------- */
.label_contents input {
    display: none;
}
.label_contents label {
    position: relative;
    display: block;
    width: 100%;
}
.label_contents label::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: #e0e0e0;
}
.radio_contents label:before {
    border-radius: 100px;
}
.radio_contents input:checked ~ label::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 21px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0354a0;
}
.check_contents input:checked ~ label::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 19px;
    width: 13px;
    height: 8px;
    border-left: solid 3px #0354a0;
    border-bottom: solid 3px #0354a0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .label_contents ul {
        border: 1px solid #bbb;
        border-radius: 3px;
    }
    .label_contents ul li:not(:last-child) {
        border-bottom: 1px solid #bbb;
    }
    .label_contents label {
        padding: 12px 10px 12px 50px;
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
        background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    }
    .label_contents input:checked ~ label {
        background: #0354a0;
        color: #fff;
    }
    .label_contents input:checked ~ label::before {
        background: #fff;
    }
}

@media screen and (min-width: 768px) {
    .label_contents ul {
        letter-spacing: 0;
        font-size: 0;
    }
    .label_contents ul li {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 1.8rem;
    }
    .label_contents label {
        padding: 5px 10px 5px 40px;
    }
    .radio_contents input:checked ~ label,
    .label_contents input:checked ~ label {
        color: #0354a0;
    }
    .label_contents input:checked ~ label::before {
        background: #0354a0;
    }
    .radio_contents input:checked ~ label::after {
        background: #fff;
    }
    .label_contents label:before {
        top: 3px;
        left: 0;
        width: 30px;
        height: 30px;
    }
    .radio_contents input:checked ~ label::after {
        top: 13px;
        left: 10px;
        width: 10px;
        height: 10px;
    }
    .check_contents input:checked ~ label::after {
        top: 10px;
        left: 6px;
        width: 18px;
        height: 10px;
        border-color: #fff;
        border-width: 4px;
        font-size: 2.3rem;
    }
    /* .check_contents ul li:nth-child(1),
    .check_contents ul li:nth-child(2) {
    margin-bottom: 10px;
} */
}

/* セレクトボックス
--------------------------------------------- */
.select_ico {
    position: relative;
}
.select_ico::before,
.select_ico::after {
    position: absolute;
    content: "";
}
.select_ico::before {
    top: 3px;
    right: 35px;
    bottom: 8px;
    width: 1px;
    background: #bbb;
}
.select_ico::after {
    right: 12px;
    top: 50%;
    border-right: solid 3px #0354a0;
    border-bottom: solid 3px #0354a0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
}

/* 生年月日
--------------------------------------------- */
.birthday {
    letter-spacing: 0;
    font-size: 0;
}
.birthday li {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    font-size: 1.4rem;
}
.birthday li:not(:last-child) {
    margin-bottom: 10px;
}
.birthday ul li input {
    width: 70%;
}
.birthday ul li span {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 40px;
}
.memberprice input {
    width: 120px;
}

@media screen and (min-width: 768px) {
    .birthday li {
        width: auto;
    }
    .birthday li:not(:last-child) {
        margin-bottom: 0;
    }
    .birthday ul li input {
        width: 90px;
    }
    .birthday ul li span {
        width: 50px;
    }
}

/* 住所
--------------------------------------------- */
.address ul li:not(:last-child) {
    margin-bottom: 15px;
}
.address_name {
    display: block;
}

/* 送信確認
--------------------------------------------- */
.submit_check p {
    margin-bottom: 30px;
}
.submit_check p a {
    color: #329fd2;
    text-decoration: underline;
}
.submit_check p a i {
    font-size: .8em;
}
.label_contents.submit_check label {
    padding: 15px 10px 15px 50px;
    background: #f5f5f5;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .label_contents.submit_check p {
        margin-bottom: 15px;
    }
    .label_contents.submit_check label {
        padding: 15px 15px 15px 60px;
        font-size: 1.8rem;
    }
    .label_contents.submit_check label::before {
        top: 14px;
        left: 20px;
    }
    .check_contents.submit_check input:checked ~ label::after {
        top: 22px;
        left: 26px;
    }
}

/* エラー
--------------------------------------------- */
.problem {
    border: 1px solid #ec3f3f;
    background-color: #ffecec;
    box-shadow: 0px 0px 7px 1px rgba(236, 63, 63, 0.05) inset;
}

.mfp_err {
    display: none;
    padding-left: 30px;
    background-image: url(_images/mfp_error.gif);
    background-position: 10px 2px;
    color: #ec3f3f;
    font-size: 1.2rem;
}

.check_contents .mfp_err {
    padding: 0 0 10px 30px;
    background-color: #f3f3f3;
}

.problem::placeholder-shown { color: #ec3f3f; }
.problem::-webkit-input-placeholder { color: #ec3f3f; }
.problem::-moz-placeholder { color: #ec3f3f; }
.problem:-ms-input-placeholder { color: #ec3f3f; }
.problem:-moz-placeholder { color: #ec3f3f; }

@media screen and (min-width: 768px) {
    .mfp_err {
        background-color: #fff;
    }
    .check_contents .mfp_err {
        padding: 0 0 0 30px;
        background-color: #fff;
    }
}

/* 注釈
--------------------------------------------- */
.mfp_note {
    color: #666;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .mfp_note {
        padding-left: 1em;
        text-indent: -1.5em;
        font-size: 1.4rem;
    }
}

/* 送信ボタン
--------------------------------------------- */
.mfp_buttons {
    margin: 30px 0 60px;
    text-align: center;
}
.mfp_buttons button {
    position: relative;
    padding: 15px 40px 15px 30px;
    border-radius: 5px;
    background: #1b4976;
    color: #fff;
    font-size: 1.4rem;
    transition: .2s ease-in;
}
.btn01 {
    box-shadow: 0 2px 0px #01182e;
}
.mfp_buttons button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#mfp_button_send {
    box-shadow: 0 2px 0px #01182e;
}
#mfp_button_cancel {
    box-shadow: 0 2px 0px rgba(81,81,81);
}
@media screen and (min-width: 768px) {
    .mfp_buttons {
        margin: 60px 0;
    }
    .mfp_buttons button {
        border-radius: 10px;
        font-size: 1.8rem;
    }
    .mfp_buttons button:after {
        right: 20px;
    }
    .mfp_buttons button:hover {
        box-shadow: none !important;
        transform: translateY(2px);
    }
}

/*------------------------------------------------------------
会社情報
------------------------------------------------------------*/
.form_info {
    margin-bottom: 60px;
}
.form_info__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    max-width: 700px;
    background: #f5f5f5;
}
.form_info__name {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.6rem;
}
.form_info__address {
    font-size: 1.2rem;
}
.form_info__tel a {
    color: #544c47;
}
.form_info__tel a i {
    margin-right: 5px;
    font-size: .9em;
}

@media screen and (min-width: 768px) {
    .form_info__name {
        margin-bottom: 10px;
        font-size: 2rem;
    }
    .form_info__address {
        margin-bottom: 10px;
    }
    .form_info__address,
    .form_info__tel {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .form_info__tel a {
        display: block;
        margin-top: 15px;
        padding: 6px;
        border: 1px solid #327abc;
        border-radius: 5px;
        color: #327adc;
        text-align: center;
    }
    .form_info__inner {
        padding: 20px;
    }
}

/*------------------------------------------------------------
Pマーク
------------------------------------------------------------*/

.pm_area {
	margin: -20px auto 20px;
	width: 700px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.p-mark {
	margin: 0 auto;
	width: 20%;
	text-align: center;
}

.p-read {
	margin: 0 auto;
	width: 80%;
	font-size: 14px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.pm_area {
	margin: -20px auto 20px;
	width: 98%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;}

.p-mark {
	margin: 0 auto;
	width: 30%;;
	text-align: center;}

.p-read {
	margin: 0 auto;
	width: 70%;
	font-size: 14px;
	text-align: left;}
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
    margin: 0;
    padding: 10px 20px;
    background: #01182e;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

/*------------------------------------------------------------
ローディング
------------------------------------------------------------*/
#mfp_loading_screen {
    position: absolute;
    z-index: 20000;
    display: none;
    background-color: #000;
    opacity: 0.8;
}
#mfp_loading {
    position: absolute;
    z-index: 20001;
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(_images/mfp_loading.gif);
}

/*------------------------------------------------------------
mfp_hidden
------------------------------------------------------------*/
#mfp_hidden {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 1px;
    height: 1px;
}
#mfp_hidden input {
    margin: 10px;
}

/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
#mfp_overlay_background {
    position: absolute;
    z-index: 10000;
    display: none;
    height: 100vh !important;
    background-color: #000;
}
#mfp_overlay {
    position: absolute;
    z-index: 10001;
    display: none;
}
#mfp_overlay_inner {
    margin: 0 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #FFF;
}
#mfp_overlay_inner h4 {
    margin-bottom: 15px;
    font-size: 1.6rem;
}
#mfp_confirm_table tr:nth-child(even) {
    background: #f5f5f5;
}
#mfp_confirm_table tr th,
#mfp_confirm_table tr td {
    padding: 5px 10px;
    border-top: solid 1px #CCC;
    text-align: left;
    font-size: 12px;
}
#mfp_confirm_table tr:last-child th,
#mfp_confirm_table tr:last-child td {
    border-bottom: solid 1px #CCC;
}
#mfp_confirm_table tr th {
    width: 20%;
    vertical-align: top;
    white-space: nowrap;
}
#mfp_confirm_table tr td {
    width: 80%;
    word-break: break-all;
    line-height: 1.6em;
}
#mfp_overlay_inner .mfp_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#mfp_overlay_inner .mfp_buttons button {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
    background: #999;
}

@media screen and (min-width: 768px) {
    #mfp_overlay_inner {
        padding: 60px;
    }
    #mfp_overlay_inner h4 {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 2rem;
    }
    #mfp_confirm_table tr th,
    #mfp_confirm_table tr td {
        font-size: 1.4rem;
    }
    #mfp_overlay_inner .mfp_buttons {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    #mfp_overlay_inner .mfp_buttons button {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        max-width: 300px;
        margin: 0;
    }
}

@media screen and (min-width: 840px) {
    #mfp_overlay_inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 800px;
    }
}

/* スマホ表示位置設定 */

/* @media screen and (max-width: 768px) {
#mfp_overlay {
top: auto !important;
bottom: 10px !important;
}
} */


/*------------------------------------------------------------
サンクス
------------------------------------------------------------*/
.mfp_thanks {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.thanks_logo {
    margin-bottom: 25px;
    text-align: center;
}
.thanks_ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
}
#ThanksComment {
    margin-bottom: 60px;
}
.thanks_com_tac {
    text-align: center;
}

.thanks_btn { text-align: center; }
.thanks_btn a,
.next_btn {
    margin: 0 auto;
    padding: 10px 20px;
    display: inline-block;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    width: auto;
    border-radius: 10px;
    background: #1b4976;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
    box-shadow: 0 2px 0px #01182e;
}

.thanks_logo {
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
    .thanks_logo {
        margin-bottom: 120px;
        width: auto;
    }
    .thanks_ttl {
        margin-bottom: 60px;
        font-size: 2.4rem;
    }
    #ThanksComment {
        margin-bottom: 60px;
    }
    .thanks_btn a,
    .next_btn {
        font-size: 1.8rem;
    }
    .thanks_btn a:hover {
        box-shadow: none;
        transform: translateY(2px);
    }
}

/* インスタ */
.tc{
    text-align: center;
}
.sp{
    display: none;
}
.thanks_instagram{
    margin-top: 130px;
    margin-bottom: 90px;
}
.thanks_instagram p{
    font-family:  Arial, Verdana, "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , "Meiryo" , sans-serif;
    color: #363636;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 20px;
}
.thanks_insta_2col{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.ico_instagram {
    width: 8%;
    position: relative;
}
.ico_instagram::before{
    content: "";
    background-image: url(../images/follow-me.png);
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 80px;
    right: -20px;
    bottom: 30px;
    background-size: contain;
}
.insta_ttl{
    font-size: 22px;
}
.thanks_instagram p.insta_txt{
    margin-bottom: 10px;
}
.insta_btn{
    border: 2px solid #363636;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 15px;
}
.insta_btn a{
    font-family: 'Instagram Sans', Arial, Verdana, "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , "Meiryo" , sans-serif!important;
    font-size: 22px;
    background: linear-gradient(90deg, #FFD600 0%, #FF7A00 20%, #FF0069 40%, #D300C5 60%, #7638FA 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}
.insta_btn a:hover{
    opacity: 0.5;
}
.insta_btn a::after{
    content: "";
    background-image:url(../images/new-window.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 479px){
    .sp{
        display: block;
    }
    .ico_instagram{
        width: 10%;
    }
    .ico_instagram::before{
        right: -70px;
    }
    .insta_btn a{
        font-size: 17px;
    }
}

/*------------------------------------------------------------
段階的入力機能
------------------------------------------------------------*/
#mfp_phase_stat {
    margin-bottom: 30px;
    text-align: center;
}
#mfp_phase_stat li {
    display: inline-block;
    text-align: center;
}
.mfp_active_phase,
.mfp_inactive_phase {
    padding: 5px 15px;
    border-radius: 5px;
}
.mfp_active_phase {
    border: 1px solid #0354a0;
}
.mfp_inactive_phase {
    background: #0354a0;
    color: #fff;
}
#mfp_phase_stat li.mfp_phase_arrow {
    margin: 0 4px;
}
#mfp_phase_confirm h4 {
    font-size: 18px;
}
.mfp_next,
.mfp_prev {
    margin: 30px 0 60px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}
.mfp_next {
    float: right;
    background: #0354a0;
}
.mfp_prev {
    float: left;
    background: #999;
}

@media screen and (min-width: 768px) {
    .mfp_active_phase,
    .mfp_inactive_phase {
        padding: 5px 30px;
    }
    #mfp_phase_stat .mfp_phase_arrow {
        margin: 0 10px;
    }
}

/*------------------------------------------------------------
追加
------------------------------------------------------------*/
.target th {
    background: #f5f5f5;
}
.target td {
    background: #fff;
}
.membertype {
    margin: 15px 0 5px;
    color: #0354a0;
    font-weight: bold;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .target th,
    .target td {
        background: #f5f5f5;
    }
    .radio_contents .membertype:first-child {
        margin-top: 5px;
    }
    .membertype {
        font-size: 1.8rem;
    }
}

/*------------------------------------------------------------
オプション
------------------------------------------------------------*/
.optionally {
    display: block;
    float: left;
    margin: 0px 5px;
    padding: 2px 5px;
    border: solid 2px #06C;
    border-radius: 4px;
    background-color: #06C;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    box-shadow: 0px 0px 5px #CCC;
    color: #FFF;
    text-shadow: 0px 1px 2px #933;
    font-size: 10px;
}
#mfp_confirm_table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
#mfp_phase_confirm {
    clear: both;
}
#mfp_phase_confirm h4 {
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 36px;
}
.mfp_achroma {
    background-color: #FFF;
}
.mfp_parent_error {
    border: solid 2px #F00;
}
div#mfp_error {
    display: none;
    padding: 10px;
    border: solid 1px #F00;
    background-color: #FEE;
}
div#mfp_error p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}
div#mfp_error p strong {
    color: #F00;
    font-size: 18px;
}
div#mfp_warning {
    display: none;
    padding: 10px;
    border: solid 1px #F00;
    border-radius: 5px;
    background-color: #FEE;
}
div#mfp_warning p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}
div#mfp_warning p strong {
    color: #F00;
    font-size: 18px;
}
div#mfp_price {
    padding: 10px;
    color: #C00;
    font-weight: bolder;
    font-size: 36px;
}
div#mfp_price span {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
div#mfp_shopping_cart {
    margin: 0px;
    padding: 0px;
    border: solid 1px #CCC;
}
div#mfp_shopping_cart p {
    margin: 0px;
    padding: 20px 10px;
    background-color: #FEE;
    text-align: center;
    font-size: 12px;
}
table.mfp_shoppingcart {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
table.mfp_shoppingcart thead tr td {
    padding: 5px;
    border-bottom: solid 1px #CCC;
    background-color: #EEE;
    text-align: center;
    font-size: 12px;
}
table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
    padding: 5px;
    border-bottom: solid 1px #CCC;
    font-size: 12px;
}
table.mfp_shoppingcart tbody tr td select {
    display: block;
    margin: 0px auto;
    text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
    text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
    display: block;
    padding: 3px 0px;
    color: #666;
    font-weight: normal;
    font-size: 10px;
}
table.mfp_shoppingcart tfoot tr td {
    padding: 5px;
    color: #900;
    font-weight: bolder;
    font-size: 16px;
}
td.msc_price {
    text-align: right;
    font-size: 12px;
}
.imagebutton {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    background: none;
}
.mfp_element_file {
    display: inline-block;
    padding: 10px 10px;
    border: solid 1px #CCC;
    border-radius: 3px;
    background: #EEE;
    box-shadow: 0px 0px 5px #CCC inset;
    vertical-align: middle;
    font-size: 12px;
}
.mfp_element_reset {
    color: #333;
}
input#mfp_reserve_item,
input#mfp_reserve_date {
    display: none;
}
div#mfp_reserve_wrapper {
    position: relative;
    overflow: hidden;
    border: solid 1px #CCC;
}
div#mfp_reserve_inner {
    position: relative;
    overflow: auto;
    padding: 0px 0px 0px 100px;
}
div#mfp_reserve_wrapper table {
    border-spacing: 0px;
    border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #FEE;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
    padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
    cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
    background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
    background-color: #0068B7;
    color: #FFF;
}
td.mfp_reserve_disabled {
    background-color: #CCC;
}
td.mfp_reserve_warning {
    background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,
div#mfp_reserve_wrapper table tr th {
    padding: 0px 5px;
    height: 20px;
    border: solid 1px #CCC;
    text-align: center;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
td.mfp_reserve_week_0 {
    background-color: #FEE;
    color: #F00;
}
td.mfp_reserve_week_6 {
    background-color: #EEF;
    color: #00F;
}
div.mfp_ok {
    display: inline-block;
    display: none;
    margin: 0px 2px;
    padding: 0px 5px;
    border: solid 1px #090;
    border-radius: 5px;
    background-color: #090;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    color: #FFF;
    font-size: 10px;
    line-height: 1.6em;
}
div.prefcodeWrapper {
    position: relative;
}
div.prefcodeResult {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 5px;
    border: solid 1px #CCC;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC;
}
div.prefcodeResult div {
    cursor: pointer;
}
div.prefcodeResult div:hover {
    background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
    background-color: #EEE;
    text-align: center;
}
div.prefLoading {
    padding: 60px 100px;
    background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
    overflow: hidden;
    height: 0px;
}
.showfield {
    overflow: visible;
    height: auto;
}
div.mfp_attached_thumbnails {
    display: none;
    margin: 5px auto;
    padding: 5px;
    border: solid 1px #CCC;
    border-radius: 3px;
    background: #EEE;
    box-shadow: 0px 0px 5px #CCC inset;
}
div.mfp_attached_thumbnails ul {
    margin: 0px;
    padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
    display: inline-block;
    margin: 5px;
    padding: 0px;
    border: solid 4px #FFF;
    box-shadow: 0px 2px 5px #999;
    vertical-align: top;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
    display: block;
    overflow: hidden;
    max-height: 100px;
}
div.mfp_attached_thumbnails ul li a img {
    display: block;
    max-width: 80px;
}
button.mfp_attached_reset {
    font-size: 14px;
}
div#mfp_OperationCheck {}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
    display: none;
}
div#mfp_OperationCheck strong {
    display: block;
    border-radius: 3px;
    background: #090;
    color: #222;
    text-align: center;
}
div#mfp_OperationCheck * {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
div#mfp_OperationCheck p {
    margin: 0px;
    padding: 0px 5px;
    font-size: 12px;
}
div#mfp_OperationCheck p a {
    color: #0C0;
    text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
    text-decoration: underline;
}
div#mfp_OperationCheck p button {
    border: none;
    background: none;
    color: #0C0;
    cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
    list-style: none;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
}
div#mfp_OperationCheck ul li {
    padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
    text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
    display: inline-block;
    margin: 5px auto;
    padding: 5px 10px 5px 2em;
    outline: none;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #FFF;
    font-size: 16px;
    cursor: pointer;
}
button#mfp_recorder_record {
    background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button#mfp_recorder_clear {
    background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button#mfp_recorder_restore {
    background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
    background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
div#mfp_recorder_wrap {
    margin: 5px auto;
    padding: 10px;
    border: solid 1px #CCC;
    text-align: center;
}
td.request_image {
    width: 100px;
}
td.request_image img {
    max-width: 100px;
}
span.mfp_tips {
    display: block;
    margin: 2px;
    padding: 10px;
    border-radius: 5px;
    background-color: #FCC;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
    color: #800040;
}
span.mfp_tips span {
    display: block;
    padding: 10px;
    color: #008080;
}
span.mfp_tips em {
    color: #090;
    font-weight: bold;
    font-style: normal;
}

@media screen and (max-width: 800px) {
    table#mfp_confirm_table tr th {
        width: 100px;
        white-space: nowrap;
    }
}

/*cart*/
form.mfpcart {}

form.mfpcart button {
    display: inline-block;
    padding: 0px;
    border: solid 1px #999;
    border-radius: 3px;
}
form.mfpcart button span {
    display: inline-block;
    padding: 3px 8px;
    border-top: solid 1px #FFF;
    border-radius: 3px;
    border-radius: 3px;
    background-color: #CCC;
    text-shadow: 0px 1px 0px #EEE;
    font-weight: bolder;
    font-size: 12px;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
    cursor: pointer;
}
form.mfpcart button span:hover {
    background-color: #DDD;
}
a.gocart {
    display: inline-block;
    border: solid 1px #999;
    border-radius: 3px;
    background-color: #CCC;
    text-decoration: none;
}
a.gocart:hover {
    background-color: #DDD;
}
a.gocart span {
    display: inline-block;
    padding: 6px 8px;
    border-top: solid 1px #FFF;
    border-radius: 3px;
    color: #000;
    text-shadow: 0px 1px 0px #EEE;
    font-weight: bolder;
    font-size: 12px;
}

/*example*/
ul.example_pages {
    padding: 15px 30px;
    border: solid 1px #CCC;
}
ul.example_pages li {
    padding: 5px 0px;
}
div#example_selector {
    padding: 10px 0px;
    text-align: left;
}
div#example_selector span {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
}
div#example_selector select {
    box-sizing: border-box;
    padding: 5px 10px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    font-size: 18px;
}
div.tips {
    margin: 10px auto;
    padding: 5px 20px;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: #FEE;
    box-shadow: 0px 2px 10px #CCC;
}
div.tips p {
    font-size: 14px;
    line-height: 1.6em;
}
div.tips strong {
    color: #800040;
}
div.tips span {
    display: block;
    padding: 5px 10px;
    color: #008080;
}
div.tips em {
    color: #090;
    font-weight: bold;
    font-style: normal;
}
div.tips ol li {
    margin: 15px;
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: #FFF;
    font-size: 12px;
    line-height: 1.6em;
}
div.tips ol li span {
    padding: 0px 10px;
}
div.tips ol li img {
    display: block;
    margin: 5px auto;
    width: 280px;
    border: none;
}

@media screen and (max-width: 800px) {
    table#mfp_confirm_table tr th {
        white-space: nowrap;
    }
    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td {
        display: block;
        width: 100%;
    }
    #mfp_confirm_table tr:last-child th {
        border-bottom: none;
    }
    table#mfp_confirm_table tr td {
        border-top: none;
    }
    #mfp_confirm_table tr:last-child td {
        border-top: none;
    }
    div#mfp_thanks {
        padding: 20px 0px;
        text-align: center;
        font-size: 18px;
    }
    div#mfp_thanks strong {
        display: block;
        color: #C00;
        font-size: 24px;
    }
}
/*------------------------------------------------------------
追記
------------------------------------------------------------*/
.select_ico::after {
    top: 18px;
}
.select_ico::before {
    height: 30px;
}
.label_contents .toggle-table-child li {
    list-style: none;
}
.label_contents .toggle-table label {
    margin-bottom: 10px;
}
.toggle-table-child {
    border: solid 1px #ccc;
    padding: 10px;
}
.content-check-box .toggle-table-child-item-check p {
    font-weight: bold;
}
.content-check-box .toggle-table-child-item-check .label_contents label {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .mailform:first-child {
        margin-bottom: 0px;
    }
    .toggle-table-child-item-check {
        margin-bottom: 30px;
    }
    .content-check-box .toggle-table-child-item-check p {
        margin-bottom: 10px;
    }
    .content-check-box .toggle-table-child-item-check:last-child {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .mailformpro_n .mailform th {
        width: 30%;
    }
    .mailformpro_n .mailform td {
        width: 75%;
    }
    .label_contents .toggle-table ul li {
        width: 33%;
    }
    .toggle-table-child-list,
    .toggle-table-child-list-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .label_contents .toggle-table-child {
        margin-right: 10px;
    }
    .label_contents .toggle-table-child:last-child {
        margin-right: 0;
        width: 33%;
    }
    .label_contents .toggle-table-child label {
        padding: 5px 20px 5px 40px;
    }
    .label_contents .toggle-table-child-item-check {
        width: 33%;
        padding: 25px 10px 10px;
        border: 1px solid #ccc;
        margin-right: 10px;
        position: relative;
    }
    .label_contents .toggle-table-child-item-check:last-child {
        margin-right: 0;
    }
    .toggle-table_ttl {
        width: 60%;
        position: absolute;
        top: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 5px 10px;
        background: #fff;
        text-align: center;
        color: #0354a0;
    }
    .label_contents .toggle-table-child-item-check ul li {
        width: 100%;
    }
    .form-choice.mailform,
    .form-choice.mailform tr {
        border-bottom: none;
    }

    .toggle-table .mailform,
    .toggle-table .mailform tr {
        border: none;
    }
    .toggle-table .mailform tr:first-child {
        border-top: solid 1px #ccc;
    }
    .content-check-box .toggle-table-child-item-check label {
        font-size: 1.4rem;
    }
    .content-check-box .toggle-table-child-item-check:last-child label {
        padding-right: 0;
    }
    .label_contents .content-check-box .toggle-table-child-item-check label::before {
        top: 3px;
        left: 5px;
        width: 25px;
        height: 25px;
    }
    .check_contents .content-check-box .toggle-table-child-item-check input:checked ~ label::after {
        top: 9px;
        left: 10px;
        width: 15px;
        height: 8px;
    }
    .mfp_err {
        margin-top: 20px;
    }
}

.ttl {
    margin: 30px auto;
    padding: 20px;
    background: #1b4976;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ttl02 {
    margin: 30px auto 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.cam_info {
	border: 1px solid #1b4976;
	padding: 20px;
	display: block;
	margin: -30px auto 30px;
	overflow: auto;
}

.cam_ph {
	float: left;
	text-align: left;
	padding-right: 50px;
}

.cam_ttl {
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
}

.cam_red {
	font-weight: bold;
	color: #ff0000;
}

.cam_txt {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.cam_ph {
		float: none;
		margin: 0px auto 10px;
		text-align: center;
		padding: 0;
}
}

.tips { margin: 20px auto; }

.box {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 13px;
    overflow-y: scroll;
    width: 90%;
    height: 300px;
}
.box p { margin-bottom: 20px; }
.box dt {  }
.box dd { margin-bottom: 20px; }

.box_attention {
    margin: 30px auto 0 auto;
    padding: 30px;
    border: 1px solid #ccc;
    width: 90%;
}
.t_center {
    text-align: center;
}
.t_red {
    color: #ca1219;
}
