@charset "euc-jp";

/*

    トップページ用
   
*/

/* =================================================================


    レイアウト共通


================================================================== */

/* ----------------------------------------------------------
    メインビジュアル / .main-visual
------------------------------------------------------------- */
.main-visual { background: #fafafa url(../../img/common/bg_visual.png) 50% 100% no-repeat; }

/* ----------------------------------------------------------
    特長 / .feature
------------------------------------------------------------- */
.feature { margin: 0 0 30px; }

.feature_spec {}

.feature_lede {}

.feature_function {}
.feature_function_item {
    height: 2.3em;
    border-bottom: 1px dashed #b3b3b3;
}
.feature_function_item dt {
    float: left;
    width: 165px;
    height: 2.3em;
    font-weight: normal;
    line-height: 2.3em;
}
.feature_function_item dd {
    float: right;
    width: 55px;
    height: 2.3em;
    color: #1967b3;
    font-weight: bold;
    line-height: 2.3em;
    text-align: right;
}

/* ----------------------------------------------------------
    News / .headlines
------------------------------------------------------------- */
.headlines {}

.headlines_ttl {
    margin: 0 0 15px;
    background: url(../../img/top/bg_news_ttl.png) 0 50% repeat-x;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.headlines_body {}

.headlines_box { margin: 1em 0 0; }
.headlines_box:first-child { margin: 0; }
.headlines_box_date {
    color: #1B63A7;
    font-weight: bold;
}
.headlines_box_date .ico {
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-size: 16px;
}
.headlines_box_list {}
.headlines_box_list li {
    margin: .5em 0 0 1.3em;
    text-indent: -1.3em;
}
.headlines_box_list li:first-child { margin-top: 0; }
.headlines_box_list .ico {
    position: relative;
    top: -1px;
    margin: 0 .3em 0 0;
    color: #1B63A7;
    font-size: 12px;
}

.headlines_footer { text-align: center; }
.headlines_footer .btn { margin: 0 0 0 5px; }
.headlines_footer .btn:first-child { margin: 0; }


/* =================================================================


    スマートフォン想定(0px-767px)


================================================================== */
@media only screen and (min-width: 0) and (max-width: 767px) {
    
    #wrapper { padding-top: 51px; }
    
    
    /* ----------------------------------------------------------
        [SP] ヘッダー / #header
    ------------------------------------------------------------- */
    #header { margin: 0; }
    
    /* ----------------------------------------------------------
        [SP] メインビジュアル / .main-visual
    ------------------------------------------------------------- */
    .main-visual {
        position: relative;
        margin-bottom: 20px;
        padding: 5.94% 0 5px;
    }
    .main-visual:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 5px;
        background: url(../../img/top/bg_visual_shadow.png) 0 100% repeat-x;
    }
    
    .main-visual_ttl { margin-bottom: 6.33%; }
    .main-visual_ttl img {
        display: block;
        width: 100%;
    }
    
    /* [SP] スライダー / #slider
    ------------------------------------------------------------- */
    #viewport {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0 0;
        background: rgba(255,255,255,0.5);
        border-top: 1px solid #fff;
    }
    .no-js #viewport { overflow: auto; }

    #slider {
        width: 1320px;
        margin: 0 0 0 10px;
    }
    #slider img { width: 100%; }

    .slider_item {
        float: left;
        display: block;
        width: 300px;
        padding: 0 20px 0 0;
    }
    .no-js .slider_item { margin-bottom: 10px; }

    .slider_btn {
        position: absolute;
        top: 0;
        display: none;
        width: 45px;
        height: 60px;
    }
    .slider_btn img { display: block; }
    .slider_btn_prev { left: 0; }
    .slider_btn_next { right: 0; }

    .slider_pointer { text-align: center; }
    .slider_pointer_btn {
        cursor: pointer;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background: #b3b3b3;
        border-radius: 4px;
    }
    .slider_pointer_btn.is-current {
        cursor: auto;
        background: #666;
    }
    
    /* ----------------------------------------------------------
        [SP] 特長 / .feature
    ------------------------------------------------------------- */    
    .feature_head { margin-bottom: 13px; }
    .feature_head_spec { text-align: center; }
    .feature_head_spec img { max-width: 100%; }
    .feature_head_lede {
        font-weight: bold;
        line-height: 1.4;
    }
    
    .feature_point li { margin: 0 0 10px; }
    .feature_point li img {
        display: block;
        width: 95%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .feature_function_item dt { width: 200px; }
    
    /* ----------------------------------------------------------
        [SP] リンクボタン / .contents-link
    ------------------------------------------------------------- */
    .contents-link {
        width: 97%;
        margin: 0 auto 20px;
    }
    .contents-link li {
        float: left;
        width: 23%;
        margin: 0 1%;
    }
    .contents-link li img {
        display: block;
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
    }
    
    /* ----------------------------------------------------------
        [SP] News / .headlines
    ------------------------------------------------------------- */
    .headlines_ttl {
        padding: 12px;
        background: url(../../img/top/bg_news_ttl.png) 0 100% repeat-x;
        background-size: 5px 3px;
        border-top: 2px solid #1B63A7;
        text-align: center;
    }
    
    .headlines_body { margin-bottom: 15px; }
    
    .headlines_footer .btn { margin: 10px 0 0 5px; }
}


/* =================================================================


    タブレット想定(768px-969px)


================================================================== */
@media only screen and (min-width: 768px) and (max-width: 969px) {
    
    #wrapper { padding-top: 51px; }
    
    
    /* ----------------------------------------------------------
        [Tablet] ヘッダー / #header
    ------------------------------------------------------------- */
    #header { margin: 0; }
    
    /* ----------------------------------------------------------
        [Tablet] メインビジュアル / .main-visual
    ------------------------------------------------------------- */
    .main-visual {
        position: relative;
        margin-bottom: 20px;
    }
    .main-visual:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 5px;
        background: url(../../img/top/bg_visual_shadow.png) 0 100% repeat-x;
    }
    
    .main-visual_ttl {
        float: left;
        width: 60%;
        margin: 2.75% 0;
        padding: 20px 0;
    }
    .main-visual_ttl img {
        display: block;
        width: 100%;
    }
    
    /* [Tablet] スライダー / #slider
    ------------------------------------------------------------- */
    #viewport {
        float: right;
        width: 270px;
        height: 207px;
        margin: 45px 0 0;
        background: url(../../img/top/bg_viewport.png) 50% 140px no-repeat;
        -webkit-background-size: 270px auto;
        background-size: 270px auto;
    }
    .no-js #viewport {
        overflow: auto;
        margin-bottom: 20px;
    }
    .no-js #viewport img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    #slider {
        width: 270px;
        height: 157px;
    }

    .slider_btn { display: none; }

    .slider_pointer {
        margin-top: 10px;
        text-align: center;
    }
    .slider_pointer_btn {
        cursor: pointer;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background: #b3b3b3;
        border-radius: 4px;
    }
    .slider_pointer_btn.is-current {
        cursor: auto;
        background: #666;
    }
    
    /* ----------------------------------------------------------
        [Tablet] 特長 / .feature
    ------------------------------------------------------------- */
    .feature { margin: 0 0 30px; }
    
    .feature_head { margin-bottom: 13px; }
    .feature_head_spec { 
        margin-bottom: 10px;
        text-align: center;
    }
    .feature_head_spec img { max-width: 100%; }
    
    .feature_point {
        width: 95%;
        margin: 0 auto 15px;
    }
    .feature_point li {
        float: left;
        width: 32.5%;
        margin: 0 1% 0 0;
    }
    .feature_point li:last-child { margin: 0; }
    .feature_point li img {
        display: block;
        width: 100%;
    }
    .feature_function_item {
        float: left;
        width: 31.3%;
        height: 2em;
        margin-right: 1.37%;
        padding: 0 .5%;
        border-bottom: 1px dashed #b3b3b3;
    }
    
    /* ----------------------------------------------------------
        [Tablet] リンクボタン / .contents-link
    ------------------------------------------------------------- */
    .contents-link {
        width: 97%;
        margin: 0 auto 20px;
    }
    .contents-link li {
        float: left;
        width: 23%;
        margin: 0 1%;
    }
    .contents-link li img {
        display: block;
        width: 100%;
    }
    
    /* ----------------------------------------------------------
        [Tablet] News / .headlines
    ------------------------------------------------------------- */
    .headlines_ttl {
        padding: 12px;
        background: url(../../img/top/bg_news_ttl.png) 0 100% repeat-x;
        background-size: 5px 3px;
        border-top: 2px solid #1B63A7;
        text-align: center;
    }
    
    .headlines_body { margin-bottom: 15px; }
    
    .headlines_box_date {
        float: left;
        width: 12.3%;
    }
    .headlines_box_list {
        float: left;
        width: 87.7%;
    }
}


/* =================================================================


    PC想定(970px-)


================================================================== */
@media only screen and (min-width: 970px) {

    /* ----------------------------------------------------------
        [PC] ベース、汎用
    ------------------------------------------------------------- */
    .contents { margin: 0 auto 70px; }
    
    .main {
        float: left;
        width: 725px;
        margin-bottom: 0;
    }
    
    .sub {
        float: right;
        width: 210px;
        margin: 0;
    }
    .sub .holder-l,
    .sub .holder-sml {
        width: auto;
        margin: 0;
    }
    .sub_wrapper {
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
        box-shadow: 0 2px 2px rgba(0,0,0,.3);
    }
    
    /* ----------------------------------------------------------
        [PC] ヘッダー / #header
    ------------------------------------------------------------- */
    #header { margin-bottom: 18px; }
    
    /* ----------------------------------------------------------
        [PC] メインビジュアル / .main-visual
    ------------------------------------------------------------- */
    .main-visual {
        width: 970px;
        height: 239px;
        margin: 0 auto 17px;
        background: url(../../img/top/bg_visual_framed.png) 0 0 no-repeat;
    }
    .main-visual_ttl {
        float: left;
        width: 605px;
        height: 213px;
        margin: 11px 0 0 29px;
    }

    /* [PC] スライダー / #slider
    ------------------------------------------------------------- */
    #viewport {
        float: right;
        width: 300px;
        height: 200px;
        margin: 25px 25px 0 0;
        background: url(../../img/top/bg_viewport.png) 50% 150px no-repeat;
    }
    .no-js #viewport { overflow: auto; }
    .no-js #viewport img { margin-bottom: 10px; }
    
    #slider {
        width: 300px;
        height: 167px;
    }

    .slider_btn { display: none; }

    .slider_pointer {
        margin: 15px 0 0;
        text-align: center;
    }
    .slider_pointer_btn {
        cursor: pointer;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background: #b3b3b3;
        border-radius: 4px;
    }
    .slider_pointer_btn.is-current {
        cursor: auto;
        background: #666;
    }
    
    /* ----------------------------------------------------------
        [PC] 特長 / .feature
    ------------------------------------------------------------- */
    .feature_head { margin-bottom: 13px; }
    .feature_head_spec { margin-bottom: 10px; }
    
    .feature_point { margin: 0 0 15px; }
    .feature_point li {
        float: left;
        width: 235px;
        margin: 0 0 0 10px;
    }
    .feature_point li:first-child { margin: 0; }
    .feature_point li img {
        display: block;
        width: 100%;
    }
    
    .feature_function_item {
        float: left;
        width: 225px;
        height: 2.3em;
        margin-right: 10px;
        padding: 0 5px;
    }
    
    /* ----------------------------------------------------------
        [PC] リンクボタン / .contents-link
    ------------------------------------------------------------- */
    .contents-link { margin: 0 0 20px; }
    .contents-link li {
        float: left;
        width: 173px;
        margin: 0 0 0 11px;
    }
    .contents-link li:first-child { margin-left: 0; }
    .contents-link a {
        -webkit-transition: opacity .1s ease-out;
        -o-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
    }
    .contents-link a:hover {
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -khtml-opacity: .7;
        -moz-opacity: .7;
    }
    
    /* ----------------------------------------------------------
        [PC] News / .headlines
    ------------------------------------------------------------- */
    .headlines_ttl_label {
        display: inline-block;
        padding: 0 10px 0 0;
        background: #fff;
    }
    
    .headlines_body {
        margin: 0 0 20px;
        font-size: 12px;
    }
    
    .headlines_box { margin: 1em 0 0; }
    .headlines_box:first-child { margin: 0; }
    .headlines_box_date {
        float: left;
        width: 95px;
    }
    .headlines_box_list {
        float: right;
        width: 625px;
    }
    
    /* ----------------------------------------------------------
        [PC] お申し込み / .trial
    ------------------------------------------------------------- */
    .trial {
        min-width: 0;
        padding: 11px;
        background: #679ab9;/* Old Browsers */
        background: -moz-linear-gradient(top, #679ab9 0, #2c6391 37%, #3b84ac 100%); /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #679ab9), color-stop(37%, #2c6391), color-stop(100%, #3b84ac));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, #679ab9 0, #2c6391 37%, #3b84ac 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #679ab9 0, #2c6391 37%, #3b84ac 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #679ab9 0, #2c6391 37%, #3b84ac 100%); /* IE 10+ */
        background: linear-gradient(to bottom, #679ab9 0, #2c6391 37%, #3b84ac 100%);/* W3C */
        border: none;
        border-bottom: 1px solid #2a5e8d;
        border-radius: 4px 4px 0 0;
        box-shadow: none;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#679ab9', endColorstr='#3b84ac', GradientType=0 );/* IE6-9 */
    }
    
    .trial_wrap {
        float: none;
        width: auto;
    }
    
    .trial_ttl {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 11px;
        padding: 5px 10px;
        border-radius: 3px;
        color: #2c6392;
        line-height: 1.2;
        text-align: center;
        -webkit-box-shadow: 0 -1px 0 #3e719b;
        -moz-box-shadow: 0 -1px 0 #3e719b;
        box-shadow: 0 -1px 0 #3e719b;
    }
    
    .trial_term {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 10px;
        border: none;
        line-height: 1;
    }
    .ie7 .trial_term {
        width: auto;
        height: auto;
    }
    .trial_term img { margin: 0; }
    
    .trial .btn_orange-l {
        float: none;
        width: auto;
        height: auto;
        margin: 0 4px;
        padding: 15px 5px;
        line-height: normal;
    }
    
    /* ----------------------------------------------------------
        [PC] お問い合わせ、サポートコンテンツ / .help
    ------------------------------------------------------------- */
    .help {
        min-width: 0;
        margin: 0 0 12px;
        padding: 10px;
        background: #bad1e8;/* Old Browsers */
        background: -moz-linear-gradient(left, #bad1e8 0, #dfeaf4 50%, #bad1e8 100%); /* FF3.6+ */
        background: -webkit-gradient(left top, right top, color-stop(0%, #bad1e8), color-stop(50%, #dfeaf4), color-stop(100%, #bad1e8));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(left, #bad1e8 0, #dfeaf4 50%, #bad1e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #bad1e8 0, #dfeaf4 50%, #bad1e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #bad1e8 0, #dfeaf4 50%, #bad1e8 100%); /* IE 10+ */
        background: linear-gradient(to right, #bad1e8 0, #dfeaf4 50%, #bad1e8 100%);/* W3C */
        border: none;
        border-top: 1px solid #e6eef7;
        border-radius: 0 0 4px 4px;
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dfeaf4', endColorstr='#bad1e8', GradientType=0 );/* IE6-9 */
    }
    
    .help_content {
        float: none;
        width: auto;
        margin: 0;
    }
    
    .help_content_telblock{
        padding: 0 0 8px;
        border-bottom: 1px solid #7ba6c6;
    }
    .help_content_emailblock{
        position: relative;
        height: 85px; 
        border-top: 1px solid #fff;
    }
    
    .help_content_ttl {
        display: block;
        width: auto;
        margin: 0 0 10px;
        padding: 6px 10px;
        font-size: 14px;
        -webkit-box-shadow: 0 -1px 0 #99a6b2;
        -moz-box-shadow: 0 -1px 0 #99a6b2;
        box-shadow: 0 -1px 0 #99a6b2;
    }
    
    .help_content_emailblock .help_content_ttl{ display: none; }
    
    .help_content_tel {
        display: block;
        margin-bottom: 13px;
        font-size: 24px;
    }
    
    .help_content_emailblock .help_content_btn{
        position: absolute;
        top: 5px;
        width: 100%;   
        margin: 0;
    }
    
    
    .help_content_inner { margin-bottom: 0; }
    
    .help_content_telblock .help_content_info,
    .help_content_supportblock .help_content_info { display: none; }
    .help_content_emailblock .help_content_info{
        position: absolute;
        top: 56px;
        width: 100%;
    }
    
    .help_content_btn {
        margin: 10px 0 15px 0;
        padding: 0;
    }
    .help_content_btns {
        margin-bottom: 5px;
        padding: 0;
    }
    .help_content_btn .btn_white {
        display: block;
        margin: 5px 4px 0;
        padding: 12px 0;
        color: #3477a1 !important;
        font-weight: bold;
    }
    .help_content_btns .btn_white {
        float: none;
        display: block;
        width: auto;
        margin: 5px 4px 0;
        padding: 8px 10px;
        color: #3477a1 !important;
        font-size: 12px;
        font-weight: bold;
    }
    .help_content_btns .btn_white:first-child { margin: 0 4px; }
    
    /* ----------------------------------------------------------
        [PC] アフィリエイト / .affiliate
    ------------------------------------------------------------- */
    .affiliate {
        min-width: 0;
        margin: 0 0 10px;
        padding: 1px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: left;
    }
    
    .affiliate_ttl {
        display: block;
        width: auto;
        margin: 0 0 1px;
        padding: 10px 5px 5px 10px;
        background: #ffedcd;/* Old Browsers */
        background: -moz-linear-gradient(top, #fff 0, #ffedcd 100%); /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ffedcd));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, #fff 0, #ffedcd 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fff 0, #ffedcd 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fff 0, #ffedcd 100%); /* IE 10+ */
        background: linear-gradient(to bottom, #fff 0, #ffedcd 100%);/* W3C */
        border-radius: 0;
        color: #222;
        text-align: left;
        box-shadow: none;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffedcd', GradientType=0 );/* IE6-9 */
    }
    .affiliate_ttl_label {
        float: left;
        display: block;
        width: 108px;
        margin: 5px 0 0;
    }
    .affiliate_ttl_img {
        float: right;
        width: 78px;
        height: 54px;
    }
    
    .affiliate_body {
        display: block;
        padding: 2px 0 10px;
        background: #ff9a17;
        text-align: center;
    }
    .affiliate_body p {
        display: block;
        margin: 2px 3px 3px;
        color: #fff;
        font-size: 10px;
    }
    
    .btn_affiliate {
        display: block;
        margin: 0 12px;
        padding: 8px 12px;
        background: #fff3de;/* Old Browsers */
        background: -moz-linear-gradient(top, #fff 0, #fffaef 50%, #fff3de 51%, #fcf7ed 100%); /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fffaef), color-stop(51%, #fff3de), color-stop(100%, #fcf7ed));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, #fff 0, #fffaef 50%, #fff3de 51%, #fcf7ed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fff 0, #fffaef 50%, #fff3de 51%, #fcf7ed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fff 0, #fffaef 50%, #fff3de 51%, #fcf7ed 100%); /* IE 10+ */
        background: linear-gradient(to bottom, #fff 0, #fffaef 50%, #fff3de 51%, #fcf7ed 100%);/* W3C */
        border-radius: 3px;
        color: #f88931 !important;
        font-size: 12px;
        font-weight: bold;
        text-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 3px rgba(0,0,0,.3);
        -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 3px rgba(0,0,0,.3);
        box-shadow: inset 0 0 0 1px #fff, 0 1px 3px rgba(0,0,0,.3);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3de', GradientType=0 );/* IE6-9 */
    }
    
    /* ----------------------------------------------------------
        [PC] 他社サービスからのお引越し手順 / .transfer
    ------------------------------------------------------------- */
    .transfer {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
        width: auto;
        margin: 0 0 10px;
        text-align: left;
    }
    .ie7 .transfer { width: auto; }
    
    .transfer_ttl {
        position: relative;
        padding: 7px 10px 10px;
        background: #a4cf65;/* Old Browsers */
        background: -moz-linear-gradient(top, #a4cf65 0, #6ab000 49%, #6ab000 89%, #a2ce5f 100%); /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #a4cf65), color-stop(49%, #6ab000), color-stop(89%, #6ab000), color-stop(100%, #a2ce5f));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, #a4cf65 0, #6ab000 49%, #6ab000 89%, #a2ce5f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a4cf65 0, #6ab000 49%, #6ab000 89%, #a2ce5f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a4cf65 0, #6ab000 49%, #6ab000 89%, #a2ce5f 100%); /* IE 10+ */
        background: linear-gradient(to bottom, #a4cf65 0, #6ab000 49%, #6ab000 89%, #a2ce5f 100%);/* W3C */
        text-shadow: 0 -1px 0 #569000;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a4cf65', endColorstr='#a2ce5f', GradientType=0 );/* IE6-9 */
    }
    .transfer_ttl:after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 0;
        right: 0;
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #a1ce5f;
    }
    
    .transfer_body {
        padding: 13px 10px 10px;
        font-size: 12px;
    }
    
    .transfer .btn {
        display: block;
        margin: 0 3px 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    
    /* ----------------------------------------------------------
        [PC] ドメイン検索 / .domain-search
    ------------------------------------------------------------- */
    .domain-search {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
    }
    .ie7 .domain-search { width: auto; }
    
    .domain-search_ttl {
        padding: 8px 10px;
        text-align: left;
    }
    .domain-search_ttl:before {
        content: "";
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 3px;
        height: 10px;
        margin: 0 5px 0 0;
        background: #1a6bb5;/* Old Browsers */
        background: -moz-linear-gradient(top, #5c94ca 0, #1a6bb5 100%); /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #5c94ca), color-stop(100%, #1a6bb5));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, #5c94ca 0, #1a6bb5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5c94ca 0, #1a6bb5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5c94ca 0, #1a6bb5 100%); /* IE 10+ */
        background: linear-gradient(to bottom, #5c94ca 0, #1a6bb5 100%);/* W3C */
        border: 1px solid #fff;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5c94ca', endColorstr='#1a6bb5', GradientType=0 );/* IE6-9 */
    }
    
    .domain-search_sttl {
        display: block;
        padding: 0 0 0 8px;
        font-size: 10px;
        font-weight: normal;
    }
    
    .domain-search_body {
        padding: 10px 10px 5px;
        font-size: 12px;
    }
    .domain-search_body p { margin: 0 0 5px; }
    .domain-search_body b { font-size: 12px; }
    .domain-search_input {
        display: block;
        text-align: right;
    }
    .domain-search_i-text { width: 136px; }
    .domain-search_submit {
        display: block;
        padding-top: 5px;
        text-align: center;
    }
    .domain-search_submit .btn { width: 180px; }
}