@charset 'utf-8';
/*==============
    common
===============*/
:root {

}
html{
    font-size: 10px;
    scroll-behavior: smooth;
}
img{
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    image-rendering: -webkit-optimize-contrast;
}
/* fade */
/*@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}*/
body {
    font-size: 1.6rem;
    animation: fadeIn 4s forwards;
    color: #fff;
    background: #000;
    background-image: url(/contents/bg/images/Back_Contact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
main{
    padding: 100px 0;
}
footer{
    background: #000;
    text-align: center;
    padding: 30px 0;
}
a{
    text-decoration: none;
    color: initial;
    transition: 0.4s all;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.wrap{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.entry form#mailformpro textarea {
	border: 1px solid #ccc;
	padding: 10px 20px;
	font: 1.6rem "ヒラギノ角ゴ Pro W3x","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Sans-Serif;
	width: calc(100% - 40px) !important;
	height: 30px!important;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	resize: auto;
	background: #2f2f2f;
	color: #fff;
}
dl.flex{
    margin-bottom: 0 !important;
}
dl.flex dt{
    width: 20%;
    margin-right: 3rem;
    flex-shrink: 0;
    float: none;
    font-size: 1.6rem;
    padding: 0.5em 0 0;
    border: 0;
    text-align: left;
}
dl.flex dd{
    flex-grow: 1;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow: hidden;
}
.wide,
input#mfp_element_2{
    max-width: none;
    width: calc(100% - 300px) !important;
    padding: 20px;
    background: #2f2f2f;
    color: #fff;
    border: 1px solid #ccc;
}
input#mfp_element_2d{
    width: calc(80% - 300px) !important;
}
form#mailformpro button {
	display: block;
	margin: 0 auto;
	appearance: none;
	padding: 1.0rem 6.0rem;
	background: #f8b500;
	color: #000;
	font: 1.6rem "ヒラギノ角ゴ Pro W3x","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Sans-Serif;
	font-weight: 700;
	border-radius: 50px;
	border: 0;
	text-shadow: none;
	transition: all .3s;
	cursor: pointer;
	margin-top: 50px;
}
section.entry.head .inner {
    text-align: center;
}
section.entry.head .inner img {
    max-width: 390px;
}
section.entry.head .inner h4 {
    font-size: 32px;
    margin-bottom: 10px;
}
section.entry.head .inner p.detail {
    text-align: left;
}
section.entry.head .inner p.detail.center{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}
.cap {
    display: block;
    font-size: 90%;
    text-indent: -1rem;
    padding-left: 1rem;
}
.cap a {
    color: #f8b500;
    text-decoration: underline;
}
/*==============
    mv-riddle-solution2307
===============*/
.user{
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
dl{
    margin-bottom: 50px;
}
dl:last-child{
    margin-bottom: 0;
}
dl dt{
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: bold;
}
dl dd{
    margin-left: 0 !important;
}
.thanks .lead {
    text-align: center;
}
.thanks .lead a {
    color: #f8b500;
    text-decoration: underline;
}
.thanks section.entry.head .inner p.detail.center{
    width: 80%;
    margin: 0 auto;
}
.center{
    text-align: center;
}

/* contents-wrap over */
@media screen and (max-width: 1000px){}

/* tablet */
@media screen and (max-width: 768px){
    body {
        background-size: cover;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    main.thanks {
        width: 90%;
        margin: 0 auto;
    }
    main.thanks {
        width: 90%;
        margin: 0 auto;
    }
    .thanks section.entry.head .inner p.detail.center {
        font-size: 14px;
        line-height: 1.8;
    }
    .thanks section.entry.head .inner h4 span{
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.5;
        display: block;
    }
    section.entry.head .inner h4{
        font-size: 20px;
    }
    .thanks .lead a {
        font-size: 14px;
    }
    section.entry.head .inner img {
        max-width: 220px;
    }
    section.entry.head .inner h4 {
        font-size: 20px;
    }
    section.entry.head .inner p.detail.center {
        font-size: 16px;
        margin-bottom: 20px;
    }
    main {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .wide, input#mfp_element_2 {
        width: calc(100% - 30px) !important;
    }
    dl.flex {
        display: block;
    }
    body {
        background: #000;
        background-image: url(/contents/bg/images/Back_Contact-sp.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.mfp_buttons {
        display: block;
    }
    .mfp_element_button {
        width: 100%;
        padding: 2rem;
    }
}

/* sp */
@media screen and (max-width: 420px){}