/* /////////////////////////////////////////////////////////////////
11.メールフォーム
/////////////////////////////////////////////////////////////////*/

body,textarea,input{
    font-family: interstate,sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, select, textarea {
    color: #434343;
    font-size: 15px;
    padding: 12px;
    margin: 4px auto 8px;
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    padding: 1em;
    min-height: 82px;
}

#textarea {
  width: 200px;
  max-height: 200px;
  padding: 8px;
  line-height: 20px;
}

/*ロゴのテキストを非表示にする*/
h1{
    width: 184px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(https://nakanomusic.com/store/html/template/default/img/common/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 43px;
    margin-bottom: 15px;
    margin: 8px 0;
}
@media only screen and (min-width: 768px){
    h1{
    height: 77px;
    width: 201px;
    }
}
.header_logo a{
    float: left;
}

label {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
}
input, textarea {
    -moz-transition: border .25s;
    -webkit-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s;
}
textarea {
    -moz-transition: border .25s;
    -webkit-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s;
    text-align: left;
}
input[type="text"], textarea {
    cursor: text;
}
input[type="submit"] {
    width: 100%;
    display: block;
    margin: 0 auto;
}
select {
    height: auto;
}
input.mailform_text {
    width: 100% !important;
    display: block;
    border-radius: none !important;
    text-align: left;
    padding: 8px;
}
textarea.mailform_text {
    width: 100% !important;
    display: block;
    padding: 8px;
    text-align: left;
}
/*
input[type="button"], input[type="submit"], input, textarea {
    -webkit-appearance: none;
}
input[type="submit"] {
    -webkit-appearance: none;
}
*/

#mailform{
    background: #fff;
}
.mailform {
    width: 100%;
    margin: 10px 0;
}
.mailform_inner {
    width: 100%;
    margin: 0 auto;
}
.mailform_area label {
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
    float: none;
    text-align: left;
    font-size: 14px;
}
.mailform_area input {
    /* padding: 10px; */
    text-align: center;
    width: 50%;
    margin: 5px auto 15px;
    border: 1px solid #ccc;
}

.mailform_area input[type="text"]:focus,.mailform_area input[type="tel"]:focus,.mailform_area input[type="email"]:focus {
    outline: 0;
    border-color: #e72787;
}
.mailform_area textarea {
    font-size: 16px;
    margin: 5px 0 15px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1);
}
.mailform_area textarea:focus {
    outline: 0;
    border-color: #e72787;
}
.mailform_area select {
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1);
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 5px 0 15px;
    height: 40px;
    float: none;
    font-size: 16px;
    max-width: 120px !important;
    position: relative;
}
.mailform_area select:focus {
  outline: none !important;
  border-color: #e72787;
}
.mailform_select_old{
    display: inline-block;
    margin: 0 0 0 6px;
    position: relative;
    top: -2px;
    font-size: 16px;
}
::-webkit-input-placeholder {color: #bbb !important}
/*Firefox 19以降*/
::-moz-placeholder  {color: #bbb !important}
/*Firefox 18以前*/
:-moz-placeholder   {color: #bbb !important}
/*Windows IE*/
:-ms-input-placeholder  {color: #bbb !important}
.mailform_area li {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.mailform_area .mailform_required {
    background: #f04545;
    color: #FFF;
    font-weight: normal;
    padding: 2px 4px;
    margin: 0 0 0 4px;
    border-radius: 3px;
    font-size: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.mailform_area .mailform_free {
    /*background: #1ea6fc;*/
    background:#c2aca0;
    color: #FFF;
    font-weight: normal;
    padding: 2px 4px;
    margin: 0 0 0 4px;
    border-radius: 3px;
    font-size: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.mailform_area .mailform_checkbox {
    padding: 10px;
}
.mailform_example {
    font-size: 11px;
    padding: 0 0 0 6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    vertical-align: text-top;
}
input.mailform_text {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    border-radius: none !important;
    text-align: left;
    padding: 8px;
    font-size: 16px;
}
textarea.mailform_text {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    float: none;
    font-size: 14px;
}
.mailform_area input.btn_submit {
    display: block;
    color: #FFF !important;
    width: 100% !important;
    border-radius: 4px;
    font-weight: bold;
    padding: 0 5px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: -moz-linear-gradient(top, #f677b7, #ec5ca3 50%, #ea4798 51%, #e72787);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f677b7), color-stop(.5, #ec5ca3), color-stop(.51, #ea4798), to(#e72787));
    border: 1px solid #d51776;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    transition: .3s;
}
input.btn_submit:hover {
    opacity: 0.75;
}
.footer_mailform_submit {
    width: 100% !important;
    margin: 0 auto !important;
}
.mailform_privacy_text{
    font-size: 11px;
    margin: 10px 0 0 0;
    color: #777;
}
.mailform_privacy{
    width: 95%;
    max-height: 140px;
    overflow: auto;
    border:1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1);
    background: #fff;
    font-size: 11px;
    margin: 10px 0 20px;
    padding: 8px;
    border-radius: 3px;
    color: #777;
}
.mailform_privacy p{
    padding: 0 0 10px;
}
.mailform_privacy a{
    color: #777;
}


#thanks{
    min-height: calc(100vh - 18px);
}
.thanks_footer{
    height: 18px
}
.mailform_thnaks{
    border: 3px solid #f6449d;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0 0 0;
    padding: 20px 10px;
}
.mailform_thnaks h2{
    color: #E62786;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 150%;
}
.mailform_thnaks h3{
    line-height: 150%;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.mailform_thnaks p{
    line-height: 120%;
    font-size: 11px;
    color: #666;
}
.mailform_thnaks a{
    display: block;
    font-size: 13px;
    border-radius: 4px;
    margin: 40px auto 20px;
    padding: 18px 0;
    width: 100%;
    border: 1px solid #bdbdbd;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #c3c3c3);
    background-image: linear-gradient(to bottom, #fcfcfc, #c3c3c3);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1);
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 3px 4px rgba(0,0,0, .1);
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
.mailform_thnaks a:hover{
    border: 1px solid #bdbdbd;
    opacity: .75;
}
.mailform_thnaks a i{
    display: inline-block;
    padding: 0 4px 0 0;
}

.footer_logo {
    max-width: 90px;
    margin: 6px auto 10px;
}
@media screen and (max-width: 798px) {
    .footer_logo {
        max-width: 75px;
        margin: 6px auto 10px;
    }
}
.footer_logo .logo {
    max-width: 160px;
    display: block;
    text-align: center;
}
.footer_logo .logo h1{
    font-size: 10px;
    letter-spacing: 0em;
    padding: 5px 0 0 0;
}
.thanks_inner{
    height:300px;
}
.thanks_inner p{
    font-size: 1.2em;
}

/* /////////////////////////////////////////////////////////////////
12.Q&A
/////////////////////////////////////////////////////////////////*/

#qa{
    margin:17px 0 20px 0;
}
.qa-inner{

} 
.qa-inner h2 {
    color: #d52d2d;
    margin: 15px 0 5px 0;
    font-weight: 700;
    font-size: 1.5em;
}
@media screen and (max-width: 480px) {
    .qa-inner h2 {
        font-size: 1.2em;
    }
}
.qa-article{
    
}
.accordion{

}
.accordion h3{
    font-weight: 700;
}
.accordion p:not(.sekousha_message_p){
    line-height: 33px;
    margin: 0 0 20px 0;
}
.q_label {
    background-color: #333;
    font-size: 2.8em;
    color: #fff;
    padding: 0px 0 0px 15px;
    line-height: 70px;
    width: 1.35em;
    height: 1.35em;
    float: left;
    margin: 0 10px 0 0;
}
.a_label {
    background-color: #a70000;
    font-size: 2.8em;
    color: #fff;
    padding: 0px 0 0px 17px;
    line-height: 71px;
    width: 1.35em;
    height: 1.35em;
    float: left;
    margin: 0 10px 0 0;
}
dl.accordion {
    width: 100%;
    font-size: 1.2em;
}
dl.accordion dt {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    /* height: 40px; */
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    clear: both;
    font-weight: 500;
    font-size: 1.2em;
}
dl.accordion dt.open {
    font-weight: 500;
}
dl.accordion dd {
    padding: 10px;
    display: none;
}

ul.accordion {
 width:80%; margin:0 auto 30px; padding:10px; font-size:16px;
}
ul.accordion a {
 display:block; padding:10px; color:#333; font-weight:bold;
}
ul.accordion span {
 display:block; padding:10px; color:#333; font-weight:bold;
}
ul.accordion ul {
 display:none;
}
ul.accordion > li {
}
ul.accordion > li > p {
}
ul.accordion > li > p span {
}
ul.accordion > li > p span.open {
}
ul.accordion > li > ul > li {
}
ul.accordion > li > ul > li > p {
}
ul.accordion > li > ul > li > a {
}
ul.accordion > li > ul > li > ul > li {
}
ul.accordion > li > ul > li > ul > li:last-child {
}

@media screen and (max-width: 480px) {
    dl.accordion dt{
        font-size:1.0em;
    }
}

.mfp_element_submit,.mfp_element_all{}