@charset "euc-jp";

/*-------------------------------------------------------------------
    * faq.css
    * site name : GetMoney!
    * description : FAQページ指定
    * import : web_root/pc/faq/.php
-------------------------------------------------------------------*/
h2.maintitle {
    width:950px;
    margin:10px auto 0 auto;
    margin-bottom: 15px;
    padding: 7px 0 9px 5px;
    border: none;
    border-bottom: #2879c4 2px solid;
    background-color: #fff;
    font-size: 23px;
    color: #3b3b3b;
    font-weight: bold;
}
.contents {
    padding:0
}
/* left_column 左カラム
------------------------------------------------ */

.faq_list1 h2 {
    padding-left: 43px;
    background: url(../../img/15/icon/ico_faq.png) no-repeat 5px 10px;
    background-color: #5a9fdf;
    font-size: 14px;
    width: 115px;
}

/* main_column 中央カラム
------------------------------------------------ */
.main_column {
    margin: 0 0 0 20px;
    width: 770px;
}
.faq_box {
    margin-bottom:50px;
}
.main_column h3 {
    border-bottom: #2879c4 2px solid;
    background: none;
    padding: 10px 0 8px 2px;
    font-size: 18px;
    color: #3b3b3b;
}
.ask p {
    margin: 0 0 25px;
    line-height: 1.7em;
    font-size: 13px;
}
.ask p .attention {
    font-size: 12px;
    color: #f00;
}
/* leadリード分
------------------------------------------------ */
.lead {
    box-sizing: border-box;
    padding: 15px;
    margin-bottom:20px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #5a9fdf;
}
.lead .inner {
    width: 740px;
    box-sizing: border-box;
    padding: 20px 25px;
    line-height:1.8;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
    -moz-box-shadow: 2px 2px 3px #1e66a9;
    -webkit-box-shadow: 2px 2px 3px #1e66a9;
    box-shadow: 2px 2px 3px #1e66a9;
}
.lead .inner span.inner_title {
    font-size:18px;
    font-weight:bold;
    padding:0 0 0 30px;
    background:url(../../img/15/faq/ico_inquiries2.gif) 0px 2px no-repeat;
    display:block;
}

/*アコーディオン
------------------------------------------------ */
.ask {
    display:none;
    padding: 20px 0 40px 55px;
    border-bottom: 1px solid #d1d1d1;
    width:715px;
}
.question h4 {
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    background:url(../../img/15/faq/ico_q.png) 7px 16px no-repeat;
}
.question h4 span {
    padding: 20px 10px 4px 30px;
    display: block;
    background:url(../../img/15/faq/ico_arrow.png) right 5px top 22px no-repeat;
}
.question h4:hover {
    background-color:#fef5d1;
}
.question h4 span.open {
    background:url(../../img/15/faq/ico_arrow.png) right 5px top -36px no-repeat, url(../../img/15/faq/ico_q.png) 7px 16px no-repeat, #fef5d1 ;
}
/*追従メニュー*/
.left_column {
  position: relative;
  float: left;
  width: 160px;
}
#nav {
  width:160px;
}
.fixed {
  position: fixed;
  top: 10px;
}

a.list_style {
    display:block;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    padding: 20px 10px 4px 30px;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    background:url(../../img/15/faq/ico_arrow.png) right 5px top 22px no-repeat,url(../../img/15/faq/ico_q.png) 7px 16px no-repeat;
    text-decoration:none;
    color:#3b3b3b;
}
a.list_style:hover {
    background:url(../../img/15/faq/ico_arrow.png) right 5px top 22px no-repeat, url(../../img/15/faq/ico_q.png) 7px 16px no-repeat, #fef5d1 ;
    color:#3b3b3b;
}
/* 回答内装飾
------------------------------------------------ */
.ask ol {
    margin:0 0 10px 20px;
}
.ask ul {
    margin:0 0 10px 0;
}
.ask ul.annotation {
    margin:0 0 10px 0;
    border:1px solid #ededed;
    background-color:#f7f7f7;
    padding: 2px 10px 10px 10px;
}
.ask ul li {
    box-sizing: border-box;
    margin: 10px 0 0;
    font-size: 13px;
}
.ask ol li {
    list-style-type: decimal;
    line-height: 1.7em;
    letter-spacing: 0;
    font-size: 13px;
}
.ask ul.annotation li {
    text-indent: -1em;
    padding-left: 1em;
}
.ask .bold {
    font-weight: bold;
}
.ask p.center {
    text-align: center;
}
.ask p img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.ask p.ico_ask:before {
    content: " ";
    float: left;
    position: relative;
    left: -26px;
    top:-2px;
    background: url(../../img/15/faq/ico_a.png) no-repeat;
    display: block;
    height: 22px;
    width: 22px;
}
.ask p.ico_ask {
    text-indent: -22px;
}
.ask .two_column {
    overflow: hidden;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 13px;
}
.ask .two_column p {
    margin-bottom: 10px;
}
.ask .two_column .left {
    width: 335px;
    float: left;
    margin-right: 15px;
}
.ask .two_column .right {
    width: 335px;
    float: right;
    margin-left: 15px;
}
.ask span.sub_item {
    display:block;
    margin-bottom:10px;
    border-bottom: #73b6f4 2px solid;
    font-weight:bold;
    padding:0 5px;
}
.ask .indent {
    text-indent: -1em;
    padding-left: 1em;
}
.ask p img.center {
    display:block;
    margin:0 auto;
}
/*サブアコーディオン*/
.ask ul.sub_list {
    margin: 0 0 20px 0;
}
.ask ul.sub_list li h4 {
    border-bottom:none;
}
.ask ul.sub_list li h4 span:hover {
    background-color:#d5ebff;
}
.ask ul.sub_list li h4 span {
    font-weight:bold;
    border-bottom:none;
    padding:10px;
    background:#e7e7e7;
    border-radius:5px;
}
.ask ul.sub_list li h4 span img {
    display:inline-block;
    margin:0 10px 0 0;
    vertical-align:middle;

}
.ask ul.sub_list li h4 span.open {
    background:#d5ebff;
    border-radius:5px;
}
.ask ul.sub_list li .ask_sub {
    display:none;
    padding: 10px 0 30px 5px;
    border-bottom: none;
    width: 700px;
}
/*サポート*/
.support_box {
    margin: 80px 0 60px 0;
    border-top:1px dotted #d1d1d1;
    border-bottom:1px dotted #d1d1d1;
    padding:20px 0;
    text-align:center;
}
.support_box a {
    font-weight:bold;
    padding:0 5px;
}
/*サポート*/
.microad-bnr {
    margin: 0px auto 50px auto;
    text-align: center;
}

.foot {
    padding: 10px 0 10px 0;
    font-size: 10px;
    text-align:center;
}