/* --------------------------------------------------

	目的別FAQページ

-------------------------------------------------- */


/* - 目的別FAQヘッダー
-------------------------------------------------- */
.aim_header {  }

.aim_header {
	position: relative;
	background: #ffffff;
	border: 4px solid #39c3d4;
    padding: 10px;
    border-radius: 6px;
}

.aim_header:after,
.aim_header:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.aim_header:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

.aim_header:before {
	border-color: rgba(57, 195, 212, 0);
	border-top-color: #39c3d4;
	border-width: 21px;
	margin-left: -21px;
}

.aim_header > .content {
    display: table;
    margin:  0 auto;
}

.aim_header > .content > div {
    display: table-cell;
    vertical-align: middle;
}

.aim_header > .content > div.icon { width: 120px; }
.aim_header > .content > div.icon img { vertical-align: top; }

.aim_header > .content > div.txt {
    font-weight: bold;
    font-size: 1.6rem;
}

.aim_header > .content > div.txt h1 strong { font-size: 2.4rem; }

.aim_header > .content > div.txt h1 strong > span.keyword {
    background-color: #0b838a;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 0.2em;
    line-height: 1.8;
    font-size: 2.4rem;
}



/* - FAQピックアップ
-------------------------------------------------- */
#faq_pickup { margin-bottom: 50px; }

#faq_pickup > .sub_header {
    background-color: #B71C1C;
    position: relative;
    padding-left: 36px;
}

#faq_pickup > .sub_header span.icon {
    border: 2px solid #C62828;
    color: #C62828;
    display: block;
    border-radius: 4px;
    padding: 3px 2px;
    width: 34px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: -4px;
    top: -4px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#faq_pickup > .sub_header i {
    font-size: 2.4rem;
    display: block;
}

#faq_pickup ul.link_list > li > a {
    padding: 5px;
    transition: all 0.3s ease-in-out;
    color: #555;
}

#faq_pickup ul.link_list > li > a > .inner { padding: 5px; }

#faq_pickup ul.link_list > li > a > .inner > div {  }

#faq_pickup ul.link_list > li > a > .inner > .line {
    display: table;
    width: 100%;
}

#faq_pickup ul.link_list > li > a > .inner > .line > div {
    display: table-cell;
    vertical-align: middle;
}

#faq_pickup ul.link_list > li > a > .inner > .line > .icon {
    width: 32px;
    box-sizing: border-box;
    padding: 10px 0;
    vertical-align: top;
}

#faq_pickup ul.link_list > li > a > .inner > .line > .icon > span.box {
    background-color: #188542;
    border-radius: 2px;
    padding: 8px 0;
}

#faq_pickup ul.link_list > li > a > .inner > .line > .icon > span.box > span {
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    line-height: 1.4;
    position: relative;
    background: #188542;
    white-space: nowrap;
    font-size: 1.4rem;
}

#faq_pickup ul.link_list > li > a > .inner > .line > .icon > span.box > span:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(24,133,66, 0);
    border-left-color: #188542;
    border-width: 4px;
    margin-top: -4px;
}

#faq_pickup ul.link_list > li > a > .inner > .line > .txt {
    line-height: 1.4;
    padding: 5px 10px 5px 15px;
    font-size: 1.6rem;
}



/* - 「加入者番号」「暗証番号」「P-ARS番号」「INET-ID」のご確認方法
---------------------------------------------------------------------- */
.aim_contact {  }

.aim_contact > .content {
    background-color: #ebebeb;
    position: relative;
}

.aim_contact > .content > .arrow {
    display: block;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    
    text-align: center;
}

.aim_contact > .content > .arrow > span {
    background-color: #39c3d4;
    display: block;
    width: 100%;
    height: 100%;
}

.aim_contact > .content > .arrow i {
    display: block;
    line-height: 1;
    color: #39c3d4;
    font-size: 5.6rem;
}

.aim_contact .grid {
    display: table;
    width: 100%;
    padding: 10px;
}

.aim_contact .grid > .cell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 10px;
}

.aim_contact .grid > .cell > .inner {
    background-color: #fff;
    padding: 15px;
}

.aim_contact .grid > .cell > .inner > .block_header > .content > h4 {
    padding-top: 0;
}

.aim_contact .grid > .cell .panel > .sub_header {
    font-size: 1.6rem;
    padding: 8px 12px;
}

.aim_contact .grid > .cell .panel > .content {
    background-color: #fff;
    padding: 15px;
}

.aim_contact .grid > .cell .panel > .content p { font-size: 1.4rem; }



/* - PATサービスセンター
-------------------------------------------------- */
#pat_service_center {  }

#pat_service_center > .sub_header.lg { font-size: 1.8rem; }

#pat_service_center > .content { background-color: #fff; }

#pat_service_center .tel_line {
    display: table;
    width: 100%;
}

#pat_service_center .tel_line > div {
    display: table-cell;
    vertical-align: middle;
}

#pat_service_center .tel_line > .cap {
    padding: 0;
    background-color: #188542;
    width: 80px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    width: 100px;
}

#pat_service_center .tel_line > .cap > .icon {
    vertical-align: middle;
    line-height: 1;
    margin-right: 0.4em;
    position: relative;
    top: -2px;
    font-size: 2.2rem;
}

#pat_service_center .tel_line > .main {
    background-color: #fff;
    padding: 10px;
    padding-left: 15px;
    border: 1px solid #ddd;
    border-left: none;
}

#pat_service_center .tel_line > .main > strong {
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-size: 1.8rem;
}

#pat_service_center .tel_line > div.main .emp { font-size: 2.2rem; }
#pat_service_center .tel_line > div.main .emp.red { color: #c00; }
#pat_service_center .tel_line > div.main .empL { font-size: 3rem; }

#pat_service_center .caution > .block_header_line {
    padding-top: 0;
    font-size: 1.3rem;
}

#pat_service_center .caution ul.dot_list > li { font-size: 1.2rem; }




/* - リダイレクトページ
-------------------------------------------------- */
/*
.redirect_box { margin-top: 30px; }

.redirect_box > .grid {
    display: table;
    margin: 0 auto;
}

.redirect_box > .grid > .cell {
    display: table-cell;
    vertical-align: middle;
}

.redirect_box > .grid > .cell.img { width: 180px; }
.redirect_box > .grid > .cell.img img { border-right: top; }

.redirect_box > .grid > .cell.txt { padding-left: 50px; }
.redirect_box > .grid > .cell.txt > p { font-size: 1.8rem; }
*/



/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
    
    /* - 目的別FAQヘッダー
    -------------------------------------------------- */
    .aim_header > .content > div.icon { width: 90px; }
    .aim_header > .content > div.txt { font-size: 1.4rem; }
    .aim_header > .content > div.txt h1 strong { font-size: 1.8rem; }
    .aim_header > .content > div.txt h1 strong > span.keyword { font-size: 1.8rem; }
    
    
    /* - FAQピックアップ
    -------------------------------------------------- */
    #faq_pickup ul.link_list > li > a > .inner > .line > .txt { font-size: 1.5rem; }
    
    
    /* - 「加入者番号」「暗証番号」「P-ARS番号」「INET-ID」のご確認方法
    ---------------------------------------------------------------------- */
    .aim_contact > .content > .arrow i { font-size: 5rem; }
    
    .aim_contact .grid {
        display: block;
        padding: 5px;
    }
    
    .aim_contact .grid > .cell {
        display: block;
        width: auto;
        padding: 5px;
    }
    
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
	
    /* - 目的別FAQヘッダー
    -------------------------------------------------- */
    .aim_header > .content > div.txt h1 span.cap { display: block; }
    
    
    /* - 「加入者番号」「暗証番号」「P-ARS番号」「INET-ID」のご確認方法
    ---------------------------------------------------------------------- */
    .aim_contact > .content > .arrow { bottom: -28px; }
    .aim_contact > .content > .arrow i { font-size: 4rem; }
    
    .aim_contact .grid {
        display: block;
        padding: 5px;
    }
    
    .aim_contact .grid > .cell {
        display: block;
        width: auto;
        padding: 5px;
    }
    
    
    /* - PATサービスセンター
    -------------------------------------------------- */
    #pat_service_center .tel_line {
        width: 100%;
        display: block;
    }
    
    #pat_service_center .tel_line > div { display: block; }
    
    #pat_service_center .tel_line > .cap {
        background-color: #188542;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 1.6rem;
        width: auto;
        padding: 6px 10px;
        text-align: left;
    }
    
    #pat_service_center .tel_line > .cap > .icon {
        vertical-align: middle;
        line-height: 1;
        margin-right: 0.4em;
        position: relative;
        top: -2px;
        font-size: 2.2rem;
    }
    
    #pat_service_center .tel_line > .main {
        background-color: #fff;
        padding: 10px 5px;
        text-align: center;
        border: 1px solid #ddd;
        border-top: none;
    }
    
    #pat_service_center .tel_line > .main > strong {
        letter-spacing: 0.2em;
        line-height: 1.4;
        font-size: 1.8rem;
    }
    
    #pat_service_center .tel_line > div.main .emp { font-size: 2.2rem; }
    #pat_service_center .tel_line > div.main .emp.red { color: #c00; }
    #pat_service_center .tel_line > div.main .empL { font-size: 3rem; }
    
    #pat_service_center .caution > .block_header_line {
        padding-top: 0;
        font-size: 1.3rem;
    }
    
    #pat_service_center .caution ul.dot_list > li { font-size: 1.2rem; }
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    /* - 目的別FAQヘッダー
    -------------------------------------------------- */
    .aim_header > .content { display: block; }
    
    .aim_header > .content > div { display: block; }
    
    .aim_header > .content > div.icon {
        width: auto;
        text-align: center;
    }
    
    .aim_header > .content > div.txt {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .aim_header > .content > div.txt h1 strong { font-size: 1.6rem; }
    
    .aim_header > .content > div.txt h1 strong > span.keyword {
        font-size: 1.6rem;
        display: inline-block;
        margin: 0.2em;
        padding: 2px 6px;
    }
    
    /* - FAQピックアップ
    -------------------------------------------------- */
    #faq_pickup ul.link_list > li > a > .inner > .line > .txt { font-size: 1.4rem; }
    
}

