#all_contents {padding-top:0;}
img {border:0;}
/* ----------------- contents ------------------ */
.top_title{
    font-size: 27px;
    margin-bottom: 50px;
}

.note {
    width: 1000px;
    margin: 0 0 40px 0;
    border: 2px solid #2eb2e1;
    padding: 20px 0;
}
.note_title{
    color: #1c9bc7;
    font-size: 16px;
    font-weight: bold;
}
.confirm_btn_box{
    width: 1000px;
    margin: 50px auto 80px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    color: #333 !important;

}
.confirm_btn{
    width: 260px;
    padding: 18px 20px;
    background: #fff;
    box-shadow: 2px 2px;
    border: 1px solid #c7c7c7;
    font-size: 15px;
    color: #cecece !important;
    transition: 0.5s;
}
.confirm_btn:hover{
    text-decoration: none;
    background: #f6f6f6;
}
.confirm_btn span{
    color: #333;
    transition: 0.5s;
}
table.type01 {
    width: 400px;
    border-collapse: collapse;
    text-align: left;
    line-height: 1;
    margin: 15px 0;
}
table.type01 td {
    width: 200px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
    line-height:1.6em;
}
.title {
    font-size: 21px;
    margin: 0 0 30px;
}
.question_contents{
    width: 1000px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: 30px;
    color: #333 !important;
    margin-bottom: 72px;
}
.button{
    width: 189px;
    margin-right:13px;
    background: #e5f1f6;
    height: 180px;
    font-size: 14px;
    color: #272727;
    margin-bottom: 13px;
    cursor: pointer;
}
.button:nth-child(5n){
    margin-right:0;
}
.button:hover{
    background: #c6e0ec;
}
.button img{
    display: block;
    margin: 20px auto 20px;
}
.close{
    background: none;
}
.question_detail p{
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0 20px;
    margin: 0;
    font-weight: bold;
}

.question_detail ul{
    padding: 0;
}
.question_detail a {
    display: block;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0 10px 20px;
    text-align: left;
}
.question_detail a:hover {
    background: #f1f1f1;
    text-decoration: none;
}

/* ----------------- よくあるご質問 ------------------ */
.rn_List
{
    font-size:.75em;
    font-weight:normal;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
li.rn_Item {
    font-size: 14px;
    width: 490px;
}
li.rn_Item br{
    display: none;
}
li.rn_Item a{
    display: block;
    color: #333;
    padding: 15px 5px;
    background: #e6f1f6;
    text-decoration: none !important;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
li.rn_Item a:hover{
    background: #c6e0ec;
    text-decoration: none !important;
}
.qanda {
    margin-bottom: 70px;
}

/* ----------------- キーワード検索 ------------------ */
.rn_KeywordText2{
    margin-bottom:40px;
}
input#rn_KeywordText2_1_Text {
    padding: 10px 10px 10px 40px;
    border: 1px solid #aaaaaa;
    font-size: 15px;
    color: #626262;
    width: 400px;
    background: url(https://www.img-ikyu.com/contents/help/faq/faq_img/glasses.png) no-repeat 7px;
}
button#keyword-search{
    padding: 7px 23px;
    background: #2eb2e1;
    border: none;
    color: #fff;
    font-size: 16px;
}
button#keyword-search:hover{
    cursor:pointer;
    opacity: 0.8;
    text-decoration: none;
}
/* ----------------- チャットで問い合わせる ------------------ */
.Inquire {
    display: block;
    width: 455px;
    padding: 15px 0;
    background-color: #2eb2e1;
    color: #fff !important;
    margin-bottom: 30px;
}
.Inquire:hover {
    opacity: 0.8;
    text-decoration: none;
}


/* ----------------- Page Top ------------------ */
#toPageTop {position:fixed; bottom:10px; right:30px;}
#toPageTop a {display:block; width:50px; background:url(//www.img-ikyu.com/contents/help/faq/faq_img/totop.png) no-repeat;}
#toPageTop a:hover img {visibility:hidden;}


/* ----------------- 共通 ------------------ */
.tp50 {margin-top:50px;}
.tp40 {margin-top:40px;}
.tp35 {margin-top:35px;}
.tp30 {margin-top:30px;}
.tp25 {margin-top:25px;}
.tp20 {margin-top:20px;}
.tp15 {margin-top:15px;}
.tp10 {margin-top:10px;}
.tp5 {margin-top:5px;}
.bm50 {margin-bottom:50px;}
.bm45 {margin-bottom:45px;}
.bm40 {margin-bottom:40px;}
.bm35 {margin-bottom:35px;}
.bm30 {margin-bottom:30px;}
.bm25 {margin-bottom:25px;}
.bm20 {margin-bottom:20px;}
.bm15 {margin-bottom:15px;}
.bm10 {margin-bottom:10px;}
.bm5 {margin-bottom:5px;}

.clearfix{
    display:block;
}