﻿/*--------------------------------------

  教えて！なびっと

---------------------------------------*/
#oshiete .oshiete {
    display:block;
    width: 100%;
}
#oshiete .oshiete .oshiete_ttl {
    line-height: 50px;
    height: 50px;
    background: #ff6489; 
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
#oshiete .oshiete .oshiete_ttl_small {
    position: relative;
    display: block;
    line-height: 30px;
    height: 30px;
    margin-top: 60px;
    background: #ff6489; 
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#oshiete .oshiete .oshiete_ttl_small::before {
    position: absolute;
    top: -26px;
    left: 8px;
    content:"解決しなかった場合は...";
    color: #999;
    font-size: 1.2rem;
    font-weight: normal;
}
#oshiete .oshiete img {
    display: block;
    width: 94%;
    margin: 30px auto 20px;
}
#oshiete .oshiete p {
    width: 86%;
    line-height: 1.8;
    margin: 0 auto;
    font-size: 1.4rem;
}
#oshiete .oshiete .line_btn a {
    display: block;
    width: 86%;
    height: 60px;
    line-height: 60px;
    margin: 20px auto 10px;
    border-radius: 5px;
    background: #00c300;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}
#oshiete .oshiete .line_btn a svg {
    width: 28px;
    height: 28px;
    margin: 0 4px 2px 0;
    vertical-align: middle;
    fill: #FFF;
}
#oshiete .oshiete .line_id {
    font-size: 1.6rem;
    text-align: center;
}
#oshiete .oshiete .line_id span {
    display: inline-block;
    vertical-align: bottom;
    height: 16px;
    padding: 2px 6px;
    border: solid 1px;
}
#oshiete .oshiete .mail {
    display: block;
    width: 86%;
    margin: 30px auto 10px;
    padding: 24px 0 5px;
    border-top: dotted 1px #ddd;
    font-size: 1.6rem;     
}
#oshiete .oshiete .domain {
    margin: 0 auto 5px;    
    font-size: 1.3rem; 
}
#oshiete .oshiete .domain img {
    width: 140px;
    display: inline;
    vertical-align: top;   
    margin: 0 3px;  
}
#oshiete .oshiete .domain span.address_no_js {
    display: inline-block;
    height: 16px;
    margin: 0 4px;
    padding: 2px 6px;
    border: solid 1px;
}
#oshiete .oshiete .domain b {
    color: red;
    font-weight: normal;
}
#oshiete .oshiete .domain a {
    text-decoration: underline;     
}
#oshiete .oshiete .mail svg {
    width: 28px;
    height: 28px;
    margin: 0 4px 2px 0;
    vertical-align: middle;
    fill: #000;
}
#oshiete .oshiete .oshiete_form {
    display: block;
    width: 86%;
    margin: 0 auto;
}
#oshiete .oshiete .oshiete_form input,
#oshiete .oshiete .oshiete_form textarea,
#oshiete .oshiete .oshiete_form button {
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto 5px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    -webkit-appearance:none;
}
#oshiete .oshiete .oshiete_form input[type="email"],
#oshiete .oshiete .oshiete_form input[type="text"] {
    height: 42px;
    border: solid 1px #ddd;
    padding: 0 7px;
}
#oshiete .oshiete .oshiete_form textarea {
   height: 170px;
   border: solid 1px #dddddd;
   padding: 7px;
}
#oshiete .oshiete .oshiete_form button {
    line-height: 60px;
    height: 60px;
    margin: 15px auto 70px;
    background: #ff6489;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}
#oshiete .oshiete #erradd,
#oshiete .oshiete #errq {
	color:#F00;
    font-size:1.3rem;
}
#oshiete .oshiete .faq {
	width: 86%;
    line-height: 1.8;
    margin: 10px auto;
    border: solid 1px #ccc;
    font-size: 1.2rem;
}
#oshiete .oshiete .faq li.ttl {
    line-height: 12px;
    margin-bottom: 10px;
    padding: 4px 0 2px;
    background: #ccc;
    color: #fff;
    text-align: center;
}
#oshiete .oshiete .faq li {
    position: relative;
}
#oshiete .oshiete .faq li a {
    display: block;
    padding: 0 10px 0 26px;
    color: #ff6489;
    font-size: 1.2rem;
    text-decoration: underline;
}
#oshiete .oshiete .faq li a:before {
    position: absolute;
    left: 10px;
    content:"◇";
}
#oshiete .oshiete .faq li a.more {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 4px;
    border-radius: 5px;
    background: #ff6489;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#oshiete .oshiete .faq li a.more:before {
    content: none;
}
/*クリックでコピー*/
#alert {
    position: fixed;
    top: 48%;
    left: 50%;
    max-width: 90%;
    min-width: 90%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    padding: 30px 0 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
}
#alert p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
}
#alert.toast {
    z-index: 2;
	animation: Toast 2s ease-out forwards;
	-webkit-animation: Toast 1.6s ease-out forwards;
}
@-webkit-keyframes Toast {
from {
    top: 48%;
	opacity: 0;
}
20%, 90% {
    top: 46%;
	opacity: 1;
}
to {
    top: 46%;
    opacity: 0;
}
}
@keyframes Toast {
from {
    top: 48%;
	opacity: 0;
}
20%, 90%  {
    top: 46%;
	opacity: 1;
}
to {
    top: 46%;
    opacity: 0;
}
}
#alert #copy {
    width: 90%;
    resize: none;
    border: none;
    box-shadow: none;
    background: none;
    color: #eee;
    font-size: 16px;
    text-align: center;

}
#alert #copy::-webkit-selection {
    background: none;
    color: #eee;
}
#alert #copy::-moz-selection {
    background: none;
    color: #eee;
}
#alert #copy::selection {
    background: none;
    color: #eee;
}
/**/
/*よくある質問*/
#faq .faq_ttl {
    line-height: 50px;
    height: 50px;
    background: #ff6489; 
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
#faq .detail_ttl {
    line-height: 1.4;
    padding: 10px;
    background: #ff6489; 
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
}
#faq .faq {
    width: 96%;
    line-height: 1.8;
    margin: 10px auto;
    font-size: 1.2rem;
}
#faq .faq li {
    position: relative;
}
#faq .faq li a {
    display: block;
    padding: 8px 10px 8px 26px;
    color: #ff6489;
    font-size: 1.2rem;
    text-decoration: underline;
}
#faq .faq li a:before {
    position: absolute;
    left: 10px;
    content:"◇";
}
#faq .ans {
    width: 86%;
    line-height: 1.7;
    margin: 20px auto;
    font-size: 1.4rem;
}
#faq .ans a {
    color: #ff6489;
    text-decoration: underline;
}
#faq .faq_list {
    width: 86%;
    line-height: 1.8;
    margin: 10px auto;
    border: solid 1px #ccc;
    font-size: 1.2rem;
}
#faq .faq_list li.ttl {
    line-height: 12px;
    margin-bottom: 10px;
    padding: 4px 0 2px;
    background: #ccc;
    color: #fff;
    text-align: center;
}
#faq .faq_list li {
    position: relative;
}
#faq .faq_list li a {
    display: block;
    padding: 0 10px 0 26px;
    color: #ff6489;
    font-size: 1.2rem;
    text-decoration: underline;
}
#faq .faq_list li a:before {
    position: absolute;
    left: 10px;
    content:"◇";
}
#faq .faq_list li a.more {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 4px;
    border-radius: 5px;
    background: #ff6489;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#faq .faq_list li a.more:before {
    content: none;
}
