@charset "UTF-8";

body {
	overflow-x: hidden;
}
.mfp_buttons {
    padding-top: 20px;
    text-align: center;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 30px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 800px;
	max-width: 90%;
    color: #000;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
div#mfp_overlay_inner h4 {
    text-align: center;
    padding-bottom: 1em;
}
div#mfp_overlay_inner tr {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
}
div#mfp_overlay_inner tr:last-of-type {
    border-bottom: 1px solid #ccc;
}
div#mfp_overlay_inner table {
    width: 100%;
}
div#mfp_overlay_inner th {
    width: 12em;
    padding: 5px 10px;
    text-align: right;
}
div#mfp_overlay_inner td {
    flex: 1;
    padding: 5px 10px;
}

#mailformpro {
    margin-top: 200px;
    letter-spacing: 0;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
    border: 1px solid #000;
    padding: 120px 150px;
}
#mailformpro button,
#mfp_overlay_inner button,
#mailformpro input:not([type="radio"]):not([type="checkbox"]),
#mailformpro textarea {
    appearance: none;
    padding: 0 5px;
    border: solid 1px #ccc;
    border-radius: 0.3em;
    outline: none;
    box-sizing: border-box;
    font-size: 30px;
    width: 100%;
    line-height: 1em;
    padding: 12px;
    font-family: inherit;
    display: block;
    margin-bottom: 5px;
}
#mailformpro select,
#mailformpro input[type="radio"],
#mailformpro input[type="checkbox"] {
    padding: 0;
    border: 0;
    outline: none;
    font-size: 1rem;
    font-family: inherit;
    margin-bottom: 5px;
}
#mailformpro button,
#mfp_overlay_inner button {
    display: inline-block;
}
#mailformpro input {
    max-width: 100%;
}
dl.mailform {
}
dt.mfp, dd.mfp {
}
dt.mfp {
    font-size: 24px;
    font-weight: bold;
}
dt.mfp span {
    color: #e40000;
}
dd.mfp {
    font-size: 30px;
    margin-bottom: 40px;
}

#mailformpro dd.mfp.name input:not([type="radio"]):not([type="checkbox"]) {
    display: inline-block;
}
#mailformpro label.check{
    font-size: 24px;
}
#mailformpro input[type="checkbox"] {
    width: 30px;
    height: 30px;
    vertical-align: text-top;
}
#mailformpro input[type="checkbox"] ~ a {
    color: #666;
    border-bottom: 1px solid #666;
    display: inline-block;
    margin-right: 1em;
    font-weight: bold;
}
dd.mfp.short {
display: flex;
flex-wrap: wrap;
column-gap:40px;
}
#mailformpro dd.mfp.short input {
    width: calc(50% - 20px);
}
dd.mfp.long input {
}
dd.mfp.textbox {
}
#mailformpro dd.mfp.textbox textarea {
    min-height: 7.5em;
    min-width: 100%;
    max-width: 100%;
    line-height: 1.5em;
}
.mfp_err {
    color: #d00;
    font-size: 12px;
    padding-left: 18px;
    background: left center no-repeat url(../mfp.statics/_images/mfp_error.gif);
}
#mailformpro .mfp_buttons button[type="submit"] {
    font-size: 30px;
    max-width: 610px;
    border: 0;
    border-radius: 0;
    padding: 1em;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    
}
#mfp_overlay_inner button {
    font-size: 20px;
}
.mfp_err:not[style="display: block;"] {
    padding: 0;
}
@media screen and (max-width: 1599px) {
    #mailformpro button, #mfp_overlay_inner button, #mailformpro input:not([type="radio"]):not([type="checkbox"]), #mailformpro textarea {
        font-size: 24px;
        padding: 6px;
    }
}
@media screen and (max-width: 1279px) {
    dt.mfp, #mailformpro label.check {
        font-size: 18px;
    }
    #mailformpro {
        margin-top: 100px;
        padding: 60px 80px;
    }
    #mailformpro button, #mfp_overlay_inner button, #mailformpro input:not([type="radio"]):not([type="checkbox"]), #mailformpro textarea {
        font-size: 20px;
    }
    #mailformpro input[type="checkbox"] {
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }
}
@media screen and (max-width: 768px) {
    div#mfp_overlay_inner table {
        font-size: 3.2vw;
    }
    #mailformpro {
        padding: 8vw 3vw;
        margin-top: 2vw;
    }
    #mailformpro input[type="checkbox"] {
        width: auto;
        height: auto;
        vertical-align: middle;
    }
    #mailformpro button, #mfp_overlay_inner button, #mailformpro input:not([type="radio"]):not([type="checkbox"]), #mailformpro textarea {
        font-size: 3.5vw;
        padding: 0.5em;
    }
    .mfp_buttons {
        padding-top: 2vw;
    }
    #mailformpro .mfp_buttons button[type="submit"] {
        font-size: 4.5vw;
        width: 11em;
    }
    
    #mailformpro dd.mfp.short input {
        width: 100%;
    }
    dt.mfp {
        font-size: 4vw;
    }
    dd.mfp {
        margin-bottom: 6vw;
    }
    #mailformpro label.check {
        font-size: 3.5vw;
    }
}