@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

@font-face {
    font-family: fontmicho;
    src: url(../common/fonts/Sawarabi_Mincho/SawarabiMincho-Regular.ttf);
}

h2.titlex {
    font-size: 20px;
    text-shadow: 0 0 3px #fff;
    padding: 0 10px;
    text-align: center;
    padding-bottom: 20px;
}

.gnavi_dm {
    /* top: 102px !important; */
}

h2#img_top {
    /* width: 780px;
	height: 200px;
	background: url(../common/images/img_contact.jpg) no-repeat; */
    text-indent: -9999em;
}

.title {
    width: 402px;
    height: 30px;
    background: url(../common/images/img_blog_dm.png) no-repeat;
    line-height: 30px;
    color: #f1f1f1;
    /* font-weight: 900; */
    /* font-style: italic; */
    font-size: 17px;
    text-indent: 6px;
    font-family: fontmicho;
    text-shadow: 0 0 2px #fff, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 1px 2px 3px #000;
}

.red {
    color: #FFCC00;
}

#form strong {
    color: #f00;
}

#form .waku {
    /* width: 250px;
	font-size: 100%; */
    width: auto;
    height: auto;
    background-color: #fffffc;
    font-size: 20px;
}

#form .waku2 {
    width: auto;
    height: auto;
    background-color: #fffffc;
    font-size: 20px;
}

#form dl {
    padding: 10px 0 10px 20px;
    border: 1px solid #fff;
}

#form dt {
    display: block;
    font-weight: bold;
    color: #fff;
}

#form dd {
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    word-break: break-all;
}

#form p {
    color: #FFCC00;
}

.bb {
    margin-top: 10px;
    text-align: center;
}

.bthis,
.formbtn {
    display: inline-block;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px 10px;
    background: #eaeaea;
    color: #000;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    line-height: 20px;
    box-sizing: content-box;
}

.bthis:hover,
.formbtn:hover {
    background: #ccc
}

a.bthis.btop {
    color: #000;
}

.t_center {
    text-align: center;
}

dt {
    margin-top: 10px;
}

dd {
    border-bottom: 1px dashed #4e4e4e;
    padding: 5px 10px 5px 0;
}

span.error {
    color: red;
    text-shadow: 0 -2px 1px #000;
    display: block
}

.loadding.start div.spinner {
    height: 21px;
    width: 21px;
    margin: 20px auto;
    border-radius: 50%;
    border: dashed 1px #D0CE03;
    animation-name: loader-spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.loadding.start div.spinner.large {
    width: 43px;
    height: 43px;
    border-width: 3px;
}

@-webkit-keyframes loader-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

div#form {
    position: relative;
}

.loadding.start {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(68, 68, 68, 0.85);
    /* right: 0; */
    top: 0;
    z-index: 2;
}

.loadding.start .spinner.large {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -21.5px;
    margin-left: -21.5px;
}

.sub_thank {
    padding-top: 0px !important;
    /* position: relative; */
    /* top: -23px; */
}

dt {
    margin-top: 10px;
}

dd {
    border-bottom: 1px dashed #4e4e4e;
    padding: 5px 10px 5px 0;
}

span.error {
    color: red;
    text-shadow: 0 -2px 1px #000;
    display: block
}

.img {
    margin-top: 10px;
}

.img span {
    word-wrap: break-word;
}
.mt input{
    margin-bottom: 0.5em;
}

@media(max-width: 820px) {
    .sub_thank {
        padding-top: 0px !important;
        position: initial;
    }
    #form .waku {
        width: 100%;
    }
    #form .waku2 {
        width: 100%;
    }
}