.geoselection_detail img{
    vertical-align: bottom;
}

.buy_links{
    display: flex;
    justify-content: space-between;
    margin: 100px auto 100px;
    width: 880px;
}

.feature_tv + .buy_links{
    margin-top: 200px;
}

.buy_links.-one{
    justify-content: center;
}

.buy_links li{
    text-align: center;
}

.btn_online_store,
.btn_store_list{
    display: block;
    margin: 20px auto 0;
    width: 400px;
}

.shadow_text{
    background: #fff;
    box-shadow: 0 0 15px 0 #00000033;
    padding: 25px;
    width: 300px;
}

.shadow_text b{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shadow_text p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

.other_fanction{
    background: #C6E5E1; /* Old browsers */
    background: -moz-linear-gradient(left,   #C6E5E1 0%,#ffffff 100%);
    background: -webkit-linear-gradient(left,#C6E5E1 0%,#ffffff 100%);
    background: linear-gradient(to right    ,#C6E5E1 0%,#ffffff 100%);
    padding: 100px 0 20px;
}

.other_fanction h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 80px;
    text-align: center;
}

.other_fanction-inner{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    width: 1000px;
}

.other_fanction-inner dl{
    width: 350px;
}

.other_fanction-inner dt{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.other_fanction-inner dd{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.other_fanction-image{
    width: 600px;
}

.other_fanction-inner dd .other_fanction-image{
    margin-top: 23px;
    width: 100%;
}

.connection_part{
    background: #E1EBF5;
    padding: 100px 0;
}

.connection_part h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 80px;
    text-align: center;
}

.connection_part-image{
    text-align: center;
}

.connection_part dl{
    width: 900px;
    margin: 0 auto;
}

.connection_part dt{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 1em;
}

.connection_part dd{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

/* feature_tv */
.feature_tv {
    margin: 100px auto;
    text-align: center;
    width: 1000px;
}

.feature_tv h2 {
    border: solid 1px #999999;
    border-width:  1px 0px 1px 0px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 15px 0;
}

.feature_tv p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* spec */
.spec{
    background: #E9ECEF;
    padding: 100px 0;
}

.spec h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 80px;
    text-align: center;
}

.spec h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 25px auto 10px;
    width: 900px;
}


.spec table{
    border: 1px solid #4D4D4D;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
    width: 900px;
}

.spec th{
    background: #B4B4B4;
    border: 1px solid #4D4D4D;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 10px 25px;
    text-align: left;
    width: 350px;
}

.spec td{
    background: #fff;
    border: 1px solid #4D4D4D;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 10px 25px;
    text-align: left;
    width: 550px;
}

.store_search-title{
    margin-top: 0;
}

/* for ghtv50dgebk */
.item_title-text {
    font-size: 32px;
}

.tv_common .icon_price, .new_design .icon_price{
    width: 350px;
}

.feature_image{
    margin-top: 60px;
    text-align: center;
}

.tv_common .feature_list{
    margin: 30px auto 0;
    width: 942px;
}

.feature_list dd{
    display: flex;
    justify-content: space-between;
}

.feature_list dt {
    font-size: 36px;
    padding-bottom: 0;
}

.feature_list dd ul{
    display: block;
    width: 45%;
}

.tv_common .feature_list ul li {
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
}

.tv_common .feature_list ul li p {
    text-wrap: balance;
    text-indent: 0;
    width: 100%;
}