@charset "Shift_JIS";
.faq {}

/*フッター*/
.footer2 {
    color: #181548;
    background-color: #181548;
    padding: 20px 0;
}
.footer2 a {
    color: #181548;
    text-decoration:none;
}
.footer2__inner {
    width: 950px;
    font-size: 0;
    margin: 0 auto;
}
.footer2__block {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 30px 0;
    border-radius: 4px;
    background-color: #fff;
    transition: 0.3s all;
}
.footer2__block:hover {
    opacity: 0.9;
    transition: 0.3s all;
}
.footer2__block:last-child {
    margin-right: 0;
}
.footer2__block:nth-child(2) {
    color: #fff;
    background-color: #FF9900;
}
.footer2__block-image {
    margin: 0 0 20px;
}
.footer2__block-image img {
    height: 69px;
}
.footer2__block-top {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
}
.footer2__block-bottom {
    font-size: 12px;
}

/*お問い合わせ*/
.faq-contact {
    font-size: 0;
    color: #181548;
}
.faq-contact__block2 .faq-contact__block-text{
    padding: 10px 0 0;
}
.faq-contact__block-text-bottom {
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    width: 60%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}
.faq-contact__block-text-bottom-top {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px;
}
.faq-contact__block-text-bottom-top .bb{
    font-weight: bold;
}
.faq-contact__block-text-bottom-top .ba{
    font-weight: bold;
    font-size: 32px;
    font-family: "Open Sans", Arial, sans-serif;
}
.faq-contact__block-text-top {
    padding: 0 10px 0 40px;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    box-sizing: border-box;
}
.faq-contact__block-text-top-top:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/dmail/guide/faq/images/tel2.png');
    background-size: contain;
    width: 39px;
    height: 39px;
    top: 50%;
    left: -10px;
    transform: translate(0,-50%);
}
.faq-contact__block-text-top-top {
    font-size: 20px;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.faq-contact__block-text-top-top .bb{
    font-weight: bold;
}
.faq-contact__block-text-top-top .ba{
    font-weight: bold;
    font-size: 40px;
    color: #181548;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0 10px 0 0;
}
.faq-contact__block-text-top-middle {
    font-size: 14px;
}
.faq-contact__block-text-top-bottom {
    font-size: 18px;
    font-weight: bold;
}
.faq-contact__block-text-top-bottom span {
    font-weight: normal;
    font-size: 14px;
}
.faq-contact__block-text-att {
    color: #181548;
    font-size: 20px;
    margin: 0 0 5px;
}
.faq-contact__block-text-time {
    color: #181548;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}
.faq-contact__block-text-time span {
    font-weight: normal;
    font-size: 14px;
}
.faq-contact__block-text-tel {
    color: #181548;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 60px;
}
.faq-contact__block-text-tel:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/dmail/guide/faq/images/tel.png');
    background-size: contain;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 77px;
    transform: translate(0,-50%);
}
.faq-contact__block {
    text-align: center;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.faq-contact__block:first-child {
    margin: 0 2% 20px 0;
}
.faq-contact__block:nth-child(2n) {
    margin: 0 0 0 2%;
}
.faq-contact__block-title {
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    background-color: #181648;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.faq-contact__block-text {
    width: 100%;
    height: 188px;
    padding: 25px 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(24,22,72,0.5);
    border-left: 1px solid rgba(24,22,72,0.5);
    border-right: 1px solid rgba(24,22,72,0.5);
}
.faq-contact__block-text-btn {
    font-size: 22px;
    color: #fff !important;
    background-color: #52529C;
    font-weight: bold;
    width:360px;
    padding: 25px 0 25px 30px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration:none !important;
    transition: 0.3s all;
    display: block;
}
.faq-contact__block-text-btn:hover {
    opacity: 0.8;
    transition: 0.3s all;
}
.faq-contact__block-text-text {
    font-size: 12px;
    padding: 0 22px;
    text-align: left;
    box-sizing: border-box;
    color: #181648;
}
.faq-contact__block-text-btn:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/dmail/guide/faq/images/contact.png');
    background-size: contain;
    width: 27px;
    height: 20px;
    top: 50%;
    left: 40px;
    transform: translate(0,-50%);
}

/*fixed*/
.faq-fixed {
    position: fixed;
    right: 365px;
    bottom: 18px;
    padding: 10px 10px 0px;
    background-color: #fff;
    z-index: 999;
    width: 892px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 0;
}
.faq-fixed .faq-category-titles-block-text {
    font-size: 10px;
}
.faq-fixed .faq-category-titles-block-image {
    top: 10px;
}
.faq-fixed .faq-category-titles-block{
    width: 88px;
    height: 88px;
    margin: 0 10px 10px 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.faq-fixed .faq-category-titles-block:first-child {
    background-color: #f4f4f4;
}
.faq-fixed .faq-category-titles-block:first-child .faq-category-titles-block-text {
    color: #181648;
}

/*質問と回答*/
.faq-main {
}
.faq-main__wrapper {
    margin: 0 0 50px;
}
.faq-main__title {
    color: #181648;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 20px;
}
.faq-main__block {
    margin: 0 0 15px;
}
.faq-main__block-title {
    color: #181648;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    padding: 20px 10px 20px 60px;
    background-color: #F2F5FF;
    box-sizing: border-box;
}
.faq-main__block-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/dmail/guide/faq/images/hatena.png');
    background-size: contain;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 20px;
    transform: translate(0,-50%);
}
.faq-main__block-answer {
    font-size: 16px;
    padding: 25px 10px 25px 70px;
    border-right: 1px solid #D6E5ED;
    border-left: 1px solid #D6E5ED;
    border-bottom: 1px solid #D6E5ED;
    box-sizing: border-box;
}

/*カテゴリーから探す*/
.faq-category {
}
.faq-category__block {
    font-size: 0;
}
.faq-category__block-title {
    display: inline-block;
    width: 49%;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    margin: 0 1% 15px 0;
    font-size: 16px;
    vertical-align: top;
}
.faq-category__block-title:nth-child(2n) {
    margin: 0 0 15px 1%;
}
.faq-category__block-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/dmail/guide/faq/images/hatena.png');
    background-size: contain;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
}

.faq-category-titles {
    font-size: 0;
    margin: 0 0 40px;
    border-bottom: 2px solid #181648;
}
.faq-category-titles-block:first-child {
    background-color: #181648;
}
.faq-category-titles-block:last-child {
    margin-right: 0;
}
.faq-category-titles-block:first-child .faq-category-titles-block-text {
    color: #fff;
}
.faq-category-titles-block {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 102px;
    height: 110px;
    background-color: #f4f4f4;
    /*background-color: #181648;*/
    border-radius: 4px 4px 0 0;
    position: relative;
    cursor: pointer;
}
.faq-category-titles-block-image {
    position: absolute;
    height: 24px;
    top: 25px;
    left: 50%;
    transform: translate(-50%,0);
}
.faq-category-titles-block-image img {
    height: 24px;
}
.faq-category-titles-block-text {
    color: #181648;
    /*color: #fff;*/
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom : 10px;
    left: 50%;
    width: 100%;
    transform: translate(-50%,0);
}

/*よくあるご質問*/
.faq-many {
    margin: 55px 0;
}
.faq-many__inner {
    position: relative;
}
.faq-many__title {
    color: #181548;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 45px;
}
.faq-many__title-image img {
    position: absolute;
    top: 35px;
    left: -10px;
}
.faq-many__wrapper {
    font-size: 0;
}
.faq-many__block {
    display: inline-block;
    margin: 0 25px 20px 0;
    width: 300px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.faq-many__block:nth-child(3n) {
    margin-right: 0;
}
.faq-many__block:nth-child(4) {
    margin-bottom: 0;
}
.faq-many__block:nth-child(5) {
    margin-bottom: 0;
}
.faq-many__block-text {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 0 45px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
}
.faq-many__block-text:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/dmail/guide/faq/images/hatena.png');
    background-size: contain;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
