@charset "utf-8";
/* CSS Document */

/*PC表示*/
@media only screen and (min-width: 960px){
/*共通*/
html, body {
	display: block;
    width: 100%;
    line-height: 2;
	box-sizing: border-box;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}
.wrapper{
    width: 100%;
    border-top: 10px solid #191970;
}
.header_area{
    width: 100%;
}
.header_top {
    width: 960px;
    overflow: hidden;
    background: #fff;

    padding: 10px;
    margin: 0 auto;
}
.header_l{
    width: 560px;
    float: left;
    overflow: hidden;
}
/*ロゴエリア*/
#logo {
    width: 220px;
    height: 160px;
    padding: 0 10px;
    color: #191970;
    float: left;
    margin-right: 40px;
}
#logo h1{
    font-size: 18px;
    margin: 0 0 10px 0;
}
.motto{
    display: block;
    font-weight: 300;
    margin: 10px 0;
}
.tb_text{
   width: 160px;
    float: right;
}
/*コンタクトエリア*/
.contact_area{
    overflow: hidden;
    width: 545px;
    float: right;
    margin-bottom: 0;
}
.mail_contact{
    width: 260px;
    float: left;
    overflow: hidden;
    margin-right: 1rem;
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}
.mail_contact a img{
    width: 68px;
    float: left;
    margin-right: 10px;
}
.tel_contact{
    width: 360px;
    float: right;
    overflow: hidden
}
.tel_list{
     list-style: none;
    margin-bottom: 20px;
}
.tel_contact li a{
    display: inline-block;
    color: #323232;
    text-decoration: none;
}
.t_office{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    margin-left: 0.6rem;
}
.o_office{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    margin-left: 0.6rem;
}
.o_tel_contact a{
    display: block;
    text-decoration: none;
    color: #323232;
    font-size: 24px;
}

.message{
    color: #192A83;
    font-weight: 600;
    font-size: 16px;
}
/*g_nav*/
.navi{
    clear: both;
    margin-bottom: 2.66%;
}
.gnav_pc{
    display: block;
}
.gnav_pc ul{
    overflow: hidden;
    border-bottom: 10px solid #d4d4d4;
}
.gnav_pc li{
    display: inline-block;
    margin-right: 1rem;
    padding: 10px;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.navToggle{
    width: 50px;
    height: auto;
    float: right;
}
.gnav_sp{
    display: none;
}
.navToggle{
    display:none;
}
.sp_text{
    background-color: rgba(0,0,0,0.7);
    padding: 1rem;
}
.sp_text h2{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.sp_text p{
    color: #fff;
    font-size: 16px;
}
.sp_text{
    display:none;
}
/*ページ表題*/
.mv{
    position: relative;
    width: 100%;
    margin-bottom: 1.66%;
}
.mv img{
    width: 100%;
    height: auto;
}
.mv h1{
    position: absolute;
    width: 30%;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    top: 18%;
    left: 36%;
    font-weight: 300;
    background: linear-gradient(to top, rgb(137, 184, 255), #1e90ff);
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.mv h2{
  position: absolute;
  color: #4c4c4c;
  font-size: 26px;
  font-weight: bold;
  top: 44%;
  left: 42%;
  text-shadow: white 1px 2px 2px;
}
.mv_tb{
    display: none;
}
/*パンくず*/
.breadcrumb {
    width: 960px;
    text-align: left;
    margin: 0 auto 20px;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}
/*------------------- メインコンテンツ -------------------*/
.main{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.wrap{
    padding: 0 10px;
}
section.content{
    width: 960px;
    margin: 0 auto 20px;
}
.content h3{
    background-color: #00608d;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.content h4{
    font-size: 20px;
    color:#323232;
    border-left: 2px solid #323232;
    padding: 10px;
    margin-bottom: 2.66%;
    background: #f5f5f5;
}
.content p{
    margin-bottom: 1rem;
}
.chapter{
    margin-bottom: 20px;
}
/*失敗しない！パソコン乗り換え術(detail_1)*/
.title_img_pc{
    display: block;
    with: 960px;
    margin-bottom: 40px;
}
.title_img_pc img{
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #00608d;
    box-sizing: border-box;
}
.title_img_sp{
    display: none;
}
.lead{
    line-height: 2;
}
/*PC乗り換えのタイミング*/
.timing_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.timing_box figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.timing_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.timing_list{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
    margin-bottom: 60px;
}
.timing_list li{
    margin-bottom: 10px;
}
.timing_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.timing_list li:before{
    display: inline-block;
    color: #9c9c9c;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
}
.method_box{
    margin-bottom: 20px;
}
.timing{
    margin-bottom: 20px;
}
.timing article{
    margin-bottom: 80px;
}
.timing article h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.cause_list{
    margin-bottom: 20px;
}
.cause_list dt{
    width: 50%;
    padding: 10px;
    color: #fff;
    background: #191970;
}
.cause_list dd{
    padding: 10px;
    border: 1px solid #191970;
}
.reason_list{
    margin-bottom: 20px;
}
.reason_list li{
    margin-bottom: 10px;
}
.reason_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
}
.confirmation_list{
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.confirmation_list li{
    margin-bottom: 10px;
}
.confirmation_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #1e90ff;
    box-sizing: border-box;
}
.os_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.os_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.os_box figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.os_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.os_table{
    width: 100%;
}
.os_table th.item{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
}
.os_table th.ver{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f0f8ff;
}
.os_table th.main_stream{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
}
.os_table th.extension{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
}
.os_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.os_table th.conditions{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #ffffe0;
}
.valid_list{
    margin-bottom: 20px;
}
.valid_list li{
    margin-bottom: 10px;
}
.valid_list li:before{
    display: inline-block;
    content: "▪";
    padding: 0 10px;
    color: #b0c4de;
}
.use_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.use_box h6 {
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.use_box figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.use_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.use_box figcaption{
    font-size: 14px;
    color: #8b8b8b;
}
.use_list{
    margin-bottom: 20px;
}
.use_list dt{
    width: 50%;
    padding: 10px 20px 10px 50px;
    color: #fff;
    background: #191970;
    background-image: url("../images/transfer/caution.png");
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left 10px center;
}
.use_list dd{
    padding: 10px;
    border: 1px solid #191970;
}
.advantage_list{
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
    background: #f0f8ff;
}
.advantage_list li{
    margin-bottom: 10px;
}
.advantage_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #1e90ff;
}
.screen_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.screen_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.screen_box figure.fr{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.screen_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
    
.screen_box figure.fl{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.screen_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.aging_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.aging_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.aging_box figure.fr{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.aging_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_box figure.fl{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.aging_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_list{
    margin-bottom: 20px;
}
.aging_list>dt{
    width: 50%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
}
.aging_list>dd{
    padding: 10px;
    border: 1px solid #191970;
}
.explanation_list{
    margin-bottom: 20px;
    padding: 10px;
    background: #f5f5f5;
}
.explanation_list dt{
    font-weight: 600;
    padding: 10px;
    color: #191970;
}
.explanation_list dt:before{
    display:inline-block;
    padding: 0 10px;
    content: "▶";
}
.explanation_list dd{
    padding: 10px;
}
.list_box{
    margin: 40px 0;
}
.lists_box{
    margin: 20px 0;
}
.slow_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.slow_box>h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.slow_box figure.fr{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.slow_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.slow_box figure.fl{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.slow_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.slow_list{
    width: 50%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.slow_list li{
    width: 100%;
    margin-bottom: 10px;
}
.slow_list li a{ 
    color: #1e90ff;
    text-decoration: none;
}
.slow_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #4169e1;
}
.realize_list{
    margin-bottom: 20px;
}
.realize_list>dt{
    width: 50%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
}
.realize_list>dd{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.resolution_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.resolution_box figure.fr{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.resolution_box figure.fl{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
figure.memory{
    width: 80%;
    margin: 40px auto 20px
}
figure.memory img{
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.inner_text{
    display: block;
    margin-bottom: 10px;
}
.num_list{
    width: 100%;
    padding: 10px;
    border: 1px dashed #9c9c9c;
    margin: 40px 0;
    box-sizing: border-box;
    clear: both;
}
.num_list li{
    margin-bottom: 10px;
}
.memory_role{
    width: 100%;
}
.memory_role figure.memory{
    width: 80%;
    float: none;
    margin: 40px auto 40px;
}
.memory_role figure.memory img{
    display: block;
    width: 100%;
    height:auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    margin: 20px 0;
}
.item_box{
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.item_box h6 {
    width: 100%;
   background: #008b8b;
    padding: 10px;
    margin-bottom: 40px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px; 
}

.item_list{
    border: 2px solid #9c9c9c;
    margin-bottom: 20px;
}
.item_list>dt{
    padding: 10px;
    font-weight: 600;
    color: #191970;
    background: #fff;
}
.item_list>dt span{
    display: block;
    padding: 10px;
    border-left: 1px solid #191970;
}
.item_list>dd{
    padding: 10px;
    background: #fff;
}
.case_list{
    margin-bottom: 20px;
}
.case_list dt{
    color: #191970;
    font-weight: 600;
    margin-bottom: 20px;
}
.case_list dt:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
}
.caution{
    background: linear-gradient(transparent 70% , yellow 70%);
}
.move{
    overflow: hidden;
}
.move figure{
    width: 38%;
    float: right;
    margin: 0 0 20px 20px;
}
.move figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}

.optimization figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.realize_list>dd figure{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.realize_list>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.solution_list{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 60px;
}
.solution_list li{
    margin-bottom: 10px;
}
.solution_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.resolution_list{
    margin-bottom: 20px;
}
.resolution_list>dt{
    width: 50%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
}
.resolution_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.resolution_list>dd{
    overflow: hidden;
}
.resolution_list>dd figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;  
} 
.resolution_list>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.maker_list{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.maker_list dt{
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #0000cd;
    padding: 10px;
    color: #000080;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.maker_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.cpu{
    overflow: hidden;
}
.cpu figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.cpu figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.virus{
    overflow: hidden;
}
.virus figure{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.virus figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.caution_box{
    margin-bottom: 20px;
    overflow: hidden;
}
.caution_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.suspicious_list{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #dc143c;
}
.suspicious_list li{
    margin-bottom: 10px;
}
.suspicious_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #dc143c;
}
.close_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.realize_list .close_box figure{
    width: 244px;
    float: right;
    margin: 0 0 20px 20px;
}
.realize_list .close_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.browser_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.browser_box figure{
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
}
.browser_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
figcaption{
    font-size: 14px;
    color: #8b8b8b;
}
.kinds_table{
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.kinds_table caption{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    text-align: left;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.kinds_table th{
    width: 24%;
    text-align: left;
    border: 1px solid #9c9c9c;
    padding: 10px;
    background: #f5f5f5;
    font-weight: 300;
}
.kinds_table td{
    border: 1px solid #9c9c9c;
    padding: 10px;
}
.annotation{
    color: #191970;
    font-weight: 600;
}
.annotation_text{
    color: #8b8b8b;
    font-size: 14px;
}
.function_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.function_list li{
    margin-bottom: 10px;
}
.function_list li span{
    display: inline-block;
    font-weight: 600;
    color: #191970;
    padding: 0 4px;
}
.symptoms_list{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}
.symptoms_list li{
    margin-bottom: 10px;
}
.symptoms_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
}
/*周波数の特徴table*/
.feature_table{
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    box-sizing: border-box;
}
.feature_table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.item1{
    width: 30%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.item2{
    width: 70%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.feature_table td{
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px;
}
.feature_list{
    width: 100%;
    margin-bottom: 10px;
}
.feature_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.feature_list li:first-of-type:before{
    display: inline-block;
    padding: 0 10px;
    color: #dc143c;
    font-size: 18px;
    content: "▪";
}
.feature_list li:last-of-type:before{
    display: inline-block;
    padding: 0 10px;
    color: #9c9c9c;
    font-size: 18px;
    content: "▪";
}
/*インターネット回線に問題がある*/
.internet_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.internet_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.internet_box figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.internet_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.internet_list{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}
.internet_list li{
    margin-bottom: 10px;
}
.internet_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
}
.internet_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.internet_box{
    margin: 40px 0 10px;
}
.internetlist{
    margin-bottom: 20px;
}
.internetlist>dt{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    margin-bottom: 4px;
}
.internetlist>dd{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.internetlist>dd figure{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.internetlist>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.place_box{
    margin: 40px 0;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.place_list{
    margin-bottom: 20px;
}
.place_list dt{
    width: 50%;
    padding: 10px;
    background: #5f9ea0;
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0; 
    box-sizing: border-box;
}
.place_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #5f9ea0;
    box-sizing: border-box;
}
.optimization{
    overflow: hidden;
}
.optimization figure{
    width: 80%;
    margin: 0 auto 20px;
}
.line_box{
    margin: 40px 0 10px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.line_list{
    margin-bottom: 20px;
}
.line_list>dt{
    width: 50%;
    padding: 10px;
    background: #5f9ea0;
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0; 
    box-sizing: border-box;
}
.line_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #5f9ea0;
    box-sizing: border-box;
}
.improvement_box{
    margin-bottom: 20px;
}
.improvement_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.improvement_list dt{
    width: 100%;
    padding: 10px;
    color: #191970;
    border-bottom: 1px solid #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.improvement_list dd{
    width: 100%;
    padding: 10px;
   background: #f5f5f5;
    box-sizing: border-box;
}

.realize_list>dd figure.defrag_img{
    width: 80%;
    float: none;
    margin: 0 auto 20px;
}
.realize_list>dd figure.defrag_img img{
    display: block;
    width: 100%;
    height: auto;
}
/*問い合わせボタン*/
.contact_btn{
    width: 50%;
    padding: 20px;
    margin: 40px auto 60px;
    background: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.contact_btn span{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #8b8b8b;
    box-sizing: border-box;
}
.contact_btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background: #dc143c;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
.contact_btn a span{
    color: #fff;
    background-image: url("../images/transfer/arrow_right_w.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

/*リンクエリア*/
.link_area{
    width: 80%;
    border: 1px dashed #9c9c9c;
    padding: 10px;
    margin: 20px auto 40px;
}
.link_area h6 {
    padding: 10px 20px;
    background-color: rgba(165, 210, 255, .4);
    background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 40%, transparent 40%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 40%);
    background-size: 20px 20px;
    color: #000080;
    text-align: center;
    margin-bottom: 20px;
}
.link_list{
    width: 100%;
    padding: 1%;
    overflow: hidden;
    box-sizing: border-box;
}
.link_list li{
    width: 31%;
    padding: 1%;
    color: #8b8b8b;
    font-size: 14px;
    float: left;
    margin: 1%;
    border: 1px solid #dbedff;
    box-sizing: border-box;
    border-radius: 4px; 
}
.link_list li.current{
    font-weght: 500;
    color: #191970;
    background: #cae4ff;
}
.link_list li a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1e90ff;
    text-decoration: none;
}
.link_list li a:hover{
    color: #0000cd;
}
.list_display{
    width: 50%;
    background: #eeefef;
    margin: 24px 0;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
}
.list_display span{
    display: block;
    padding: 10px;
    text-align: center;
    background-image: url("../images/transfer/doc_03.png");
    background-size: 32px auto; 
    background-repeat: no-repeat;
    background-position: left 20% center;
    box-sizing: border-box;
    border-radius: 6px;
}
.list_display span a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1e90ff;
    text-decoration: none;
}
.list_display span a:hover{
    color: #0000cd;
}

/*--------------------------------------失敗しない！パソコン乗り換え術(detail_2)--------------------------------------*/
.risk{
    width: 100%;
    margin-bottom: 20px;
}
.risk h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.method{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.virsion_img{
    width: 80%;
    margin: 20px auto 40px;
}
.virsion_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
article.risk{
    margin-bottom: 40px;
}
article.risk h6{
    position: relative;
    padding: 10px;
    background: #e0edff;
    margin-bottom: 40px;
}

article.risk h6:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.risk_area{
    width: 100%;
    margin-bottom: 20px;
}
.risk_area h6{
    position: relative;
    padding: 10px;
    background: #e0edff;
    margin-bottom: 40px;
}

.risk_area h6:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.method_list{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.risk_box{
    overflow: hidden;
}
.risk_box figure{
    width: 400px;
    float: left;
    margin: 0 20px 0 0;
}
.risk_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.three_box{
    margin-bottom: 20px;
}
.three_box{
    margin: 40px 0;
}
.three_list{
    width: 100%;
    margin-bottom: 20px;
}
.three_list dt{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.edition_table{
    width: 100%;
}
.edition_table{
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.edition_table th{
    width: 24%;
    text-align: left;
    border: 1px solid #9c9c9c;
    padding: 10px;
    background: #f5f5f5;
    font-weight: 300;
}
.edition_table td.edition{
    background: #db7093;
    color: #fff;
}
.edition_table td{
    border: 1px solid #9c9c9c;
    padding: 10px;
}
.ms_list{
    width: 56%;
    background: #f5f5f5;
    margin-left: auto;
}
.ms_list dt{
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #9c9c9c;
    box-sizing: border-box;
}
.ms_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.ms_list dd a{
    color: #1e90ff;
    text-decoration: none;
}
.ms_list dd a:hover{
    color: #87cefa;
}
/*-------------------------------------- PC乗り換え前の準備(detail_3) --------------------------------------*/
.transfer_list{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
.transfer_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.transfer_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/doc.png");
    background-repeat: no-repeat;
    background-size: 28px auto; 
    background-position: left 4% center;
}
.preparation{
    width: 100%;
}   
.preparation_list{
    width: 100%;
}
.preparation_list li{
    width: 100%;
    margin-bottom: 10px;
}
.preparation_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.preparation_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.preparation_area{
    margin-bottom: 40px;
}
.preparation_area h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.preparation_area h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.backup_method_list{
    width: 100%;
    margin: 40px 0;
}
.backup_method_list dt{
    background: #999;
    width: 100%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.order_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
}
.order_list li{
    width: 100%;
    margin-bottom: 10px;
}
figure.backup_img{
    width: 80%;
    margin: 40px auto 40px;
}
figure.backup_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
figure.backup_img figcaption{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.arrow{
    display: block;
    color:#9c9c9c;
    font-size: 60px;
    text-align: center;
}
.data_migration{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_box{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_list{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration_list dt{
    width: 100%;
    padding: 10px;
    background: #999;
    color: #fff;
    box-sizing: border-box;
}
.data_migration_list dd{
     width: 100%; 
}
.browser_box{
    width: 100%;
    overflow: hidden;
}
dl.file_place{
    width: 100%;
}
dl.file_place dt{
    width: 100%;
}
dl.file_place dd{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.explanation{
    width: 100%;
    padding: 10px;
    color: #8b8b8b;
    border: 1px dashed #9c9c9c;
    box-sizing: border-box;
}
.explanation li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left:20px;
    box-sizing: border-box;
}
.explanation li:before{
    display: inline-block;
    content: "▶";
    font-size: 12px;
    color: #87ceeb;
    padding: 0 10px;
}
.login_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.login_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.login_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
dl.service{
    width: 100%;
    margin: 40px 0;
}
dl.service dt{
    width: 100%;
    padding: 10px;
    background: #999;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.data_migration_list dd{
     width: 100%; 
}  
ul.business_content_list_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
}
ul.business_content_list li{
    display: inline-block;
    margin-right: 20px;
}
ul.business_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #5586D2;
}
.bookmark_box{
    width: 100%;
    overflow: hidden;
}
figure.bookmark_img{
    width: 234px;
    float: right;
    margin: 0 0 0 20px;
}
figure.bookmark_img img{ 
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}

/*--------------------------------------失敗しない！パソコン乗り換え術(detail_4)--------------------------------------*/
.section.purchase{
    width: 100%;
}
dl.choose_list{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
dl.choose_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.choose_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/point.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left 4% center;
}
.purchase_list{
    width: 100%;
}
.purchase_list li{
    width: 100%;
    margin-bottom: 10px;
}
.purchase_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.purchase_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.cpu_box{
    margin-bottom: 40px;
}
.pc_table_pc{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.pc_table_pc th{
    width: 50%;
    background: #dda0dd;
    color: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.pc_table_pc td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.pc_table_sp{
    display: none;
}
.features_list{
    width: 100%;
}
.features_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.features_list li:before{
    display: inline-block;
    padding: 0 6px;
    content: "▪";
    color: #dda0dd;
    font-size: 12px;
}
.purchase_box{
    width: 100%;
    margin-bottom: 40px;
}
.purchase_area{
    margin-bottom: 40px;
}
.purchase_area h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.purchase_area h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.spec_table{
    width: 100%;
}
.spec_table th{
    width: 30%;
    background: #f5f5f5;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.spec_table td{
    width: 70%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
figure.purchase_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
figure.purchase_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.cpu_box{
    overflow: hidden;
    width: 100%;
}
.generation_table_pc{
    width: 100%;
}
.generation_table_pc th.generation{
    width: 20%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc th.product_number{
    width: 40%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc th.socket{
    width: 20%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc th.sale_date{
    width: 20%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc td{
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_sp{
    display: none;
}
.storage_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.storage_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.storage_box figure img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.hdd_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ssd_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.advantages_list{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}
.advantages_list dt{
    background: #fef4f4;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.advantages_list dd{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.disadvantages_list{
    width: 100%;
    border: 1px solid #dcdcdc;
}
.disadvantages_list dt{
    background: #eaf4fc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.disadvantages_list dd{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
.advantages_list_item{
        width: 100%;
}
.advantages_list_item li{
    width: 100%;
    margin-bottom: 10px;
}
.advantages_list_item li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    font-size: 12px;
    color: #f4b3c2;
}
.disadvantages_list_item{
    width: 100%;
}
.disadvantages_list_item li{
    width: 100%;
    margin-bottom: 10px;
}
.disadvantages_list_item li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    font-size: 12px;
    color: #c1e4e9;
}
.gpu_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.gpu_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.gpu_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.difference_box{
    width: 100%;
    overflow: hidden;
}
.difference_box figure{
    width: 400px;
    float: left;
    margin: 0 20px 0 0;
}
.memory_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.memory_box figure{
    width: 400px;
    float: right;
    margin: 0 0 10px 20px;
}
.memory_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.memory_table{
    width: 100%;
    margin: 40px 0;
}
.memory_table th{
    border: 1px solid #dcdcdc;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    padding: 10px;
}
.memory_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.interface_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.interface_box figure{ 
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.interface_box figure img{ 
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}

.output_terminal_table{
    width: 100%;
    margin: 40px 0;
}
.output_terminal_table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}
.output_terminal_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
sup{
    font-size: 10px;
}
.battery_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
} 
.battery_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.battery_box figure img{ 
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.weight_table_pc{
    width: 100%;
    margin: 40px 0;
}
.weight_table_pc th.merit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_pc th.merit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #fef4f4;
    box-sizing: border-box;
}
.weight_table_pc th.demerit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_pc th.demerit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #f5f5f5;
    box-sizing: border-box;
}
.weight_table_pc td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.weight_table_sp{
    display: none;
}
.merit_content_list{
    width: 100%;
} 
.merit_content_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.merit_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #ffc0cb;
}
.demerit_content_list{
    width: 100%;
} 
.demerit_content_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.demerit_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #5f9ea0;
}
.weight_box{
    width: 100%;
    overflow: hidden;
}
.weight_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.inner_camera_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.inner_camera_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.inner_camera_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.camera_table{
    width: 100%;
    margin-bottom: 40px;
}
.camera_table th.value{
    width: 20%;
    background: #f5f5f5;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.camera_table th.purpose{
    width: 80%;
    background: #f5f5f5;
    font-weight: 300; 
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.camera_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.performance_list{
    margin-bottom: 40px;
}
.performance_list>dt{
    position: relative;
    padding: 10px 20px;
    border-bottom: 2px solid #b0c4de;
    margin-bottom: 40px;
}
.performance_list>dt:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    content: '';
    background: #dda0dd;
}
.performance_list>dd{
    width: 100%;
    box-sizing: border-box;
}

dl.performance{
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.performance dt{
    width: 50%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
dl.performance dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.keyboard_box{
    width: 100%;
    overflow: hidden;
}
.keyboard_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.keyboard_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.easy_box{
    width: 100%;
    overflow: hidden;
}
.easy_img{
    width: 400px;
    float: left;
    margin: 0 20px 0 0;
}
.easy_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.check_list{
    width: 30%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.check_list li{
    width: 100%;
    margin-bottom: 10px;
}
.check_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #00bfff;
}
.display_size_box{
    width: 100%;
    overflow: hidden;
}
.display_size_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.display_kind_box{
    width: 100%;
    overflow: hidden;
}
.display_kind_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.display_feature_table{
    width: 100%;
    margin: 40px 0;
}
.display_feature_table th{
    width: 20%;
    text-align: left;
    background: #f5f5f5;
    padding: 10px;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.display_feature_table td{
    width: 80%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.bunch_of_lists{
    width: 100%;
    margin: 40px 0;
}
.drive_method_list{
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    border: 1px dashed #9c9c9c;
    box-sizing: border-box;
}
.drive_method_list dt{
    border-bottom: 1px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.drive_method_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
/*--------------------------------- 失敗しない！パソコン乗り換え術(detail_5) ---------------------------------*/
.data_migration{
    width: 100%;
    overflow: hidden;
}
.data_migration_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.data_migration_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.data_migration_method{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_method h5{
    width: 100%;
    position: relative;
    padding: 10px 20px;
    color: #0000cd;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.data_migration_method h5:before,
.data_migration_method h5:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: linear-gradient(to left, #30cfd0 0%, #00008b 100%);
}
.data_migration_method h5:before {
  top: 0;
}

.data_migration_method h5:after {
  bottom: 0;
}
.preparation{
    width: 100%;
    margin-bottom: 20px;
}
.pre_moving_list{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
}
.pre_moving_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.pre_moving_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #4169e1;
    font-size: 12px;
}
.pre_moving_list li a{
    text-decoration: none;
}
.pre_moving_detail_list{
    width: 100%;
    margin-bottom: 20px;
}
.pre_moving_detail_list dt{
    width: 50%;
    padding: 10px;
    background: #4169e1;
    color: #fff;
    box-sizing: border-box;
}
.pre_moving_detail_list dd{
    width: 100%;
    padding: 10px;
    border: 1px dotted #4169e1;
    box-sizing: border-box;
}
.lead a{
    text-decoration: none;
    color: #1e90ff;
}
.cloud_table{
    width: 100%;
    margin: 20px 0;
}
.cloud_table th{
    width: 50%;
    background: #fef4f4;
    text-align: left;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 500;
    box-sizing: border-box;
}
.cloud_table th.strage_capacity{
    background: #f5f5f5;
}
.cloud_table td{
    width: 50%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.moving_method_list{
    width: 100%;
    margin-bottom: 20px;
}
.moving_method_list dt{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000cd;
    box-sizing: border-box;
}
.moving_method_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.moving_method_list dd span{
    display: inline-block;
    color: #8b8b8b;
}
.moving_method_list dd figure{
    width: 300px;
    float: left;
    margin: 0 20px 0 0;
}
.moving_method_list dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.moving_method_list dd figure figcaption{
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
    color: #8b8b8b;
    font-size: 14px;
    box-sizing: border-box;
}
.initial_setting{
    width: 100%;
    margin-bottom: 40px;
}
    
.initial_setting_preparation{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_procedure{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_preparation h5, .initial_setting_procedure h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.initial_setting_preparation h5 span, .initial_setting_procedure h5 span{
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    color: #4682b4;
    margin-left: 4px;
}
.initial_setting_preparation_box{
    width: 100%;
    margin: 20px 0;
}
.initial_setting_preparation_list{
    width: 100%;
    margin-bottom: 20px;
}
.initial_setting_preparation_list dt{
    width: 50%;
    padding: 10px;
    color: #fff;
    background: #191970;
}
.initial_setting_preparation_list dd{
    padding: 10px;
    border: 1px solid #191970;
}
.initial_setting_preparation_list dd a{
    text-decoration: none;
    color: #1e90ff;
}
.preparation_and_procedure{
    width: 100%;
    margin-bottom: 80px;
}
.file_place_box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
    margin-bottom: 40px;
}
.setting_order_list{
    width: 100%;
}
.setting_order_list li{
    width: 100%;
    margin-bottom: 20px;
}
.setting_procedure_list{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.setting_procedure_list dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #4682b4;
    margin-bottom: 20px;
}
.setting_procedure_list dt span{
    display: inline-block;
    padding: 0 10px;
    background: #4682b4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.create_account_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.setting_method_list{
    width: 100%;
    margin: 40px 0;
}
.setting_method_list li{
    width: 100%;
    margin-bottom: 20px;
}
.beneficial_setting_list{
    display: block;
    width: 100%;
}
.beneficial_setting_list dt{
    display: block;
    width: 100%;
    padding: 10px 20px 0 40px;
    box-sizing: border-box;
    background-image: url("../images/transfer/setting.png");
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left center;
}
.pc_setting_method_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
}
.pc_setting_method_list li{
    width: 100%;
    margin-bottom: 10px;
}

/*--------------------------------- 失敗しない！パソコン乗り換え術(detail_6) ---------------------------------*/
dl.disposal_method_list{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
dl.disposal_method_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.disposal_method_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/point.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left 4% center;
}
.disposal_list{
    width: 100%;
}
.disposal_list li{
    width: 100%;
    margin-bottom: 10px;
}
.disposal_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.disposal_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.disposal_method_box{
    width: 100%;
    margin-bottom: 20px;
}
.disposal_method{
    width: 100%; 
    margin-bottom: 20px;
}
.disposal_method h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.collect_box{
    overflow: hidden;
    width: 100%;
}   
figure.pc_recycling_img {
    width: 200px;
    float: right;
    margin: 0 0 0 20px;
}
figure.pc_recycling_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.disposal_caution{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 40px 0;
}
.disposal_caution li{
    width: 100%;
    margin-bottom: 10px;
}
.disposal_caution li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
    color: #2e8b57;
}
.used_sale_box{
    width: 100%;
    overflow: hidden;
    margin-bottom:20px;
}
.used_sale_box figure{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.used_sale_box figure img{
    display: block;
    width: 100%;
    height: auto; 
    border: 1px solid #9c9c9c;
}
.disposal_risk{
    width: 100%;
    margin-bottom: 20px;
}
.disposal_risk h5 {
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.disposal_risk_list{
    width: 100%;
    margin-bottom: 20px;
}
.disposal_risk_list dt{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #48d1cc;
    background: #f5fffa;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 6px; 
}
.illegal_dumping_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.illegal_dumping_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.illegal_dumping_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c9;
    box-sizing: border-box;
}
.consultation{
    width: 80%;
    margin: 40px auto 80px;
    background: #f5f5f5;
    border: 1px solid #1e90ff;
    border-radius: 6px;
}
.consultation dt{
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    background: #1e90ff;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.consultation dd{
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
}
.consultation_list{
    width: 50%;
    margin: 20px auto 20px;
}
.consultation_list li{
    width: 100%;
    margin-bottom: 20px;
}
.consultation_list li a{
    text-decoration: none;
}
.consultation_list li span{
    display: inline-block;
    padding: 0 20px;
}
.consultation_list li span a{
    color: #1e90ff;
}
.consultation_list li:last-of-type a{
    display: block;
    width: 100%;
    background: #000080;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 120px; 
}
.consultation_list li:last-of-type a:hover{
    color: #b0c4de
}
/*------------ detail6ここまで ------------*/

/*コンタクトボタン*/
.contact_button{
    width: 450px;
    background-color: #ece6e6;
    margin: 0 auto 2.6rem;
    padding: 1.66%;
}
.contact_button h5{
    color: #0a0a5f;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1.66%;
    text-align: left;
}
.contact_button h5 span{
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2.66%;
    text-align: left;
}
.contact_list{
    list-style: none;
    margin: 0 auto;
    width: 80%
}
.t_tel{ 
    margin-bottom: 20px;
}
.o_tel{
margin-bottom: 20px;
}
.m_contact{
    margin-bottom: 20px;
}
.t_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 2rem;
}
.o_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 2rem;
}
.m_contact a{
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    background-color: #bb3b3b;
    border-radius: 6px;
    padding: 2.66%;
    text-align: center;
    margin:  0 auto;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/mail_icon.png");
    background-size: 32px 24px;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.number{
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/free_tel.png");
    background-repeat: no-repeat;
    padding-left: 4rem;

}
.office_name{
    color: #4c4c4c;
    font-size: 18px;
    margin-left: 2.66%;
}
/*-------------- コーポレートページ・大阪ページへのリンクボタン --------------*/
.link_box{
    width: 80%;
    margin: 0 auto 60px;
    overflow: hidden;
}
.c_button{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.c_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.o_button{
    width:48%;
    float: right;
}
.o_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.estimate{
    overflow: hidden;
}
.estimate p{
    width: calc(100% - 320px);
    float: left;
}
.estimate img{
    display: block;
    width: 300px;
    float: left;
    margin-left:20px;
}
.privacy{
    overflow: hidden;
    margin-bottom: 2.66%;
}
.privacy img{
    display: block;
    width: 300px;
    float: left;
    margin-right:20px;
}
.privacy p{
    width: calc(100% - 320px);
    float: left;
}
/*------------------ セキュリティ ------------------*/
.certificate{
    margin-bottom: 20px;
}
.certificate p{
    margin-bottom: 20px;
}
.certificate_wrap{
    overflow: hidden;
    width: 80%;
    margin: 0 auto 40px;
}
.certificate_box1{
    width: 48%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 4%;
}
.certificate_box1 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.certificate_box1 img{
    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2{
    width: 48%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.certificate_box2 img{
    display: block;
    width: 36%;
    height: auto;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px; 
    padding: 6px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.service{
    display: block;
    width: 100%;
    font-family:'arial black',"sans-serif";
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    border-top: 1px solid #dcdcdc;
    padding-top: 16px;
    margin-bottom: 4px;
}
.service_text{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2.3;
    color: #323232;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    font-size: 14px;
    color: #323232;
    margin-bottom: 4px;
}

/*---------------- 上へ戻るボタン ----------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 99;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    text-decoration: none;
    color: #0d6fb8;
    border: 1px solid #0d6fb8;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*-------------- footer --------------*/
footer{
    width: 100%;
    padding: 10px;
    background-color: #191970; 
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.footer_nav{
    width: 960px;
    padding: 10px;
    margin: 40px auto 40px;
    overflow: hidden;
}
.nav_box{
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
}
.nav2_box{
    width: 30%;
    float: left;
    margin: 0 0 0 2%;
}
.nav2_box li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.nav2_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
.nav_box li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
 }
.nav_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
 .nav_box li a:hover,.nav2_box li a:hover{
    color:#b2b2b2;
}
footer small {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    clear: both;
    text-align: center;
}
}
/*-------ここからスマホ用css----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){
html, body {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 2;
    box-sizing: border-box;
}
.wrapper{
    width: 100%;
    box-sizing: border-box;
}
.header{
    width:100%;
    position: fixed;
    margin-bottom: 400px;
    border-top: 10px solid #191970;
    padding: 0;
    box-sizing: border-box;
    z-index: 999;
}
.header_top{
    width: 100%;
    border-top: 10px solid #191970;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: -10px;
    background: #fff;
    z-index: 999;
}
.mail_contact{
    display: none;
}
.tel_contact{
    display: none;
}
/*ロゴエリア*/
#logo {
    width: 260px;
    height: auto;
	float: left;
    padding: 0 10px;
    color: #191970;
}
#logo h1{
    font-size: 18px;
    margin: 0 0 10px 0;
}
main{
    width: 100%;
    padding-top: 20px;
}
.motto{
    display:none;
}
/*コンタクトエリア*/
.contact_area{
    display: none;
}
span.motto{
    display: block;
}
.sp_text {
    display: block;
    background-color: #6b6b6b;
    padding: 1.2rem 1rem 0.4rem;
}
.sp_text h1 {
    display: block;
    color: #6b6b6b;
    text-align: center;
    background-color: #fff;
    border-radius: 120px;
    font-weight: 600;
    font-size: 14px;
    padding: 0.1rem 0.4rem;
    margin: 0 auto;
}
.sp_text h2{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 0.4rem;
}
.gnav_sp{
    display: block;
}
.navToggle{
    display: block;
    margin-bottom: 120px;
}
/*ページ表題*/
.mv{
    position: static;
    width: 100%;
}
.mv img{
    width: 100%;
    vertical-align: bottom;
    height: auto;
}
.mv h1{
    display: none;
}
.mv h2{
    display: none;
}
.mv p{
    display: none;
}
.gnav_pc {
    display:none;
}
.mv_tb{
    display: none;
}
/*パンくず*/
.breadcrumb {
    width: 100%;
    text-align: left;
    padding: 2%;
    margin: 10px 0; 
    box-sizing: border-box;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;

}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}
/*------------------- メインコンテンツ -------------------*/
.wrap {
    width: 100%;
    padding: 140px 10px 0 10px;
    box-sizing: border-box;
}
.main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.content{
    width: 100%;
    margin-bottom: 20px;
}
.content h3{
    width: 100%;
    color: #fff;
    border-radius: 6px; 
    background-color: #00608d;
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.2;
    box-sizing: border-box;
}
.content h4{
    width: 100%;
    font-size: 20px;
    color:#323232;
    border-left: 2px solid #323232;
    padding: 10px;
    margin-bottom: 40px;
    line-height: 1.2;
    box-sizing: border-box;
}
.content p{
    width: 100%;
    margin-bottom: 20px;
}
.chapter{
    width: 100%;
    margin-bottom: 20px;
}
/*-------------------------------------------- 失敗しない！パソコン乗り換え術(detail_1) --------------------------------------------*/
.title_img_pc{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.title_img_pc img{
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #00608d;
    box-sizing: border-box;
}
.title_img_sp{
    display: none;
}
.lead{
    width: 100%;
    line-height: 2;
    margin-bottom: 20px;
}
/*PC乗り換えのタイミング*/
.timing_box{
    width: 100%;
    margin-bottom: 20px;
}
.timing_box figure{
    width: 100%;
    margin-bottom: 40px;
}
.timing_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.timing_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
    margin: 40px auto 60px;
}
.timing_list li{
    width: 100%;
    margin-bottom: 10px;
}
.timing_list li a{
    display: 100%;
    color: #1e90ff;
    text-decoration: none;
}
.timing_list li:before{
    display: inline-block;
    color: #9c9c9c;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
}
.method_box{
    width: 100%;
    margin-bottom: 20px;
}
.timing{
    width: 100%;
    margin-bottom: 20px;
}
.timing article{
    width: 100%;
    margin-bottom: 60px;
}
.timing article h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.cause_list{
    width: 100%;
    margin-bottom: 20px;
}
.cause_list dt{
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.cause_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.reason_list{
    width: 100%;
    margin-bottom: 20px;
}
.reason_list li{
    width: 100%;
    margin-bottom: 10px;
}
.reason_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
}
.confirmation_list{
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.confirmation_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.confirmation_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #1e90ff;
    box-sizing: border-box;
}
.os_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.os_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.os_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.os_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.os_table{
    width: 100%;
}
.os_table th.item{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
    font-size: 90%;
}
.os_table th.ver{
    width: 20%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f0f8ff;
    font-size: 90%;
}
.os_table th.main_stream{
    width: 40%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
    font-size: 90%;
}
.os_table th.extension{
    width: 40%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
    font-size: 90%;
}
.os_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-size: 90%;
}
.os_table th.conditions{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #ffffe0;
    font-size: 90%;
}
.valid_list{
    margin-bottom: 20px;
}
.valid_list li{
    margin-bottom: 10px;
}
.valid_list li:before{
    display: inline-block;
    content: "▪";
    padding: 0 10px;
    color: #b0c4de;
}
.use_box{
    width: 100%;
    margin-bottom: 40px;
}
.use_box h6 {
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.use_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.use_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.use_box figcaption{
    width: 100%;
    font-size: 14px;
    color: #8b8b8b;
}
.use_list{
    width: 100%;
    margin-bottom: 20px;
}
.use_list dt{
    width: 100%;
    padding: 10px 20px 10px 50px;
    color: #fff;
    background: #191970;
    background-image: url("../images/transfer/caution.png");
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left 10px center;
    box-sizing: border-box;
}
.use_list dd{
    padding: 10px;
    border: 1px solid #191970;
}
.advantage_list{
    width: 100%;
    padding: 10px;
    background: #f0f8ff;
    box-sizing: border-box;
    margin: 40px auto 40px;
}
.advantage_list li{
    width: 100%;
    margin-bottom: 10px;
}
.advantage_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #1e90ff;
}
.screen_box{
    width: 100%;
    margin-bottom: 40px;
}
.screen_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.screen_box figure.fr{
    width: 100%;
    margin-bottom: 20px;
}
.screen_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.screen_box figure.fl{
    width: 100%;
    margin-bottom: 20px;
}
.screen_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_box{
    width: 100%;
    margin-bottom: 40px;
}
.aging_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.aging_box figure.fr{
    width: 100%;
    margin-bottom: 20px;
}
.aging_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_box figure.fl{
    width: 100%;
    margin-bottom: 20px;
}
.aging_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_list{
    width: 100%;
    margin-bottom: 20px;
}
.aging_list>dt{
    width: 100%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.aging_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.explanation_list{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.explanation_list dt{
    width: 100%;
    font-weight: 600;
    padding: 10px 0;
    color: #191970;
    box-sizing: border-box;
}
.explanation_list dt:before{
    display:inline-block;
    padding: 0 10px;
    content: "▶";
}
.explanation_list dd{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
.list_box{
    width: 100%;
    margin: 40px 0;
}
.lists_box{
    width: 100%;
    margin: 20px 0;
}
.slow_box{
    width: 100%;
    margin-bottom: 20px;
}
.slow_box>h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.slow_box figure.fr{
    width: 100%;
    margin-bottom: 20px;
}
.slow_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.slow_box figure.fl{
    width: 100%;
    margin-bottom: 20px;
}
.slow_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.slow_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.slow_list li{
    width: 100%;
    margin-bottom: 10px;
}
.slow_list li a{ 
    display: inline-block;
    color: #1e90ff;
    text-decoration: none;
}
.slow_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #4169e1;
}
.realize_list{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list>dt{
    width: 100%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.realize_list .virus figure.alert{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list .virus figure.alert img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.realize_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.realize_list>dd figure.key{
    width: 100%;
}
.realize_list>dd figure.key img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.realize_list .cpu figure{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list .cpu figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.resolution_box{
    width: 100%;
    margin-bottom: 40px;
}
.resolution_box figure.fr{
    width: 100%;
    margin-bottom: 20px;
}
.resolution_box figure.fl{
    width: 100%;
    margin-bottom: 20px;
}
.inner_text{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.num_list{
    width: 100%;
    padding: 10px;
    border: 1px dashed #9c9c9c;
    margin: 20px auto 20px;
    box-sizing: border-box;
}
.num_list li{
    width: 100%;
    margin-bottom: 10px;
}
.memory_role{
    width: 100%;
}
.memory_role figure.memory{
    width: 100%;
    float: none;
}
.memory_role figure.memory img{
    display: block;
    width: 100%;
    height:auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    margin: 20px 0;
}
.item_box{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px 0;
    margin: 20px 0 0;
    box-sizing: border-box;
}
.item_box h6 {
    width: 100%;
   background: #008b8b;
    padding: 10px;
    margin-bottom: 40px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px; 
}
.item_list{
    width: 100%;
    border: 2px solid #9c9c9c;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.item_list>dt{
    width: 100%;
    padding: 10px;
    font-weight: 600;
    color: #191970;
    background: #fff;
    box-sizing: border-box;
}
.item_list>dt span{
    display: block;
    padding: 10px;
    border-left: 1px solid #191970;
}
.item_list>dd{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
.case_list{
    width: 100%;
    margin-bottom: 20px;
}
.case_list dt{
    width: 100%;
    color: #191970;
    font-weight: 600;
    margin-bottom: 20px;
}
.case_list dt:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
}
.caution{
    background: linear-gradient(transparent 70% , yellow 70%);
}
.item_list .move{
    width: 100%;
}
.item_list .move figure{
    width: 100%;
    margin-bottom: 20px;
}
.item_list .move figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}

.optimization figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.solution_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 60px;
}
.solution_list li{
    width: 100%;
    margin-bottom: 10px;
}
.solution_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.resolution_list{
    width: 100%;
    margin-bottom: 20px;
}
.resolution_list>dt{
    width: 100%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.resolution_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.resolution_list>dd{
    width: 100%;
}
.resolution_list>dd figure{
    width: 100%;
    margin-bottom: 20px;  
} 
.resolution_list>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.maker_list{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.maker_list dt{
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #0000cd;
    padding: 10px;
    color: #000080;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.maker_list dd{
    width: 100%;
    box-sizing: border-box;
}
.realize_list .cpu{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list .cpu figure{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list .cpu figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.realize_list .virus .caution_box{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list .virus .caution_box figure{
    width: 60%;
    float: right;
    margin: 0 0 10px 10px;
}
.realize_list .virus .caution_box figure img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.caution_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.realize_list .virus .caution_box figure.attack{
    width: 100%;
    margin-bottom: 20px;
}
.suspicious_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #dc143c;
    box-sizing: border-box;
    margin: 20px auto 40px;
}
.suspicious_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.suspicious_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #dc143c;
}
.caution_box .close_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.caution_box .browser_box figure{
    width: 60%;
    float: left;
    margin: 0 10px 10px 0;
}
.caution_box .browser_box figure{
    width: 60%;
    float: right;
    margin: 0 0 10px 10px;
}
.caution_box .browser_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.browser_box{
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.browser_box>figure{
    width: 60%;
    float: left;
    margin: 0 10px 10px 0;
}
.browser_box> figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
figcaption{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #8b8b8b;
    box-sizing: border-box;
}
.kinds_table{
    display: block;
    border: 1px solid #9c9c9c;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.kinds_table tbody{
    display: block;
    width: 100%;
}
.kinds_table caption{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    text-align: left;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.kinds_table tr{
    display: block;
    width: 100%;
}
.kinds_table th{
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #9c9c9c;
    padding: 10px;
    background: #f5f5f5;
    font-weight: 300;
    box-sizing: border-box;
}
.kinds_table td:lastt-of-type{
    border: none;
}
.kinds_table td{
    display: block;
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.annotation{
    color: #191970;
    font-weight: 600;
}
.annotation_text{
    color: #8b8b8b;
    font-size: 14px;
}
.function_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px auto 40px;
}
.function_list li{
    width: 100%;
    margin-bottom: 10px;
}
.function_list li span{
    display: inline-block;
    font-weight: 600;
    color: #191970;
    padding: 0 4px;
}
.symptoms_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin: 20px auto 20px;
    box-sizing: border-box;
}
.symptoms_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.symptoms_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
}
/*周波数の特徴table*/
.feature_table{
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    box-sizing: border-box;
}
.feature_table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.feature_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #fff;
    color: #323232;
}
.item1{
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
}
.item2{
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
}
.feature_list{
    width: 100%;
    margin-bottom: 10px;
}
.feature_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.feature_list li:first-of-type:before{
    display: inline-block;
    padding: 0 10px;
    color: #dc143c;
    font-size: 18px;
    content: "▪";
}
.feature_list li:last-of-type:before{
    display: inline-block;
    padding: 0 10px;
    color: #9c9c9c;
    font-size: 18px;
    content: "▪";
}
/*インターネット回線に問題がある*/
.internet_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.internet_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.internet_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.internet_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.internet_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin: 20px auto 40px;
    box-sizing: border-box;
}
.internet_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.internet_list li a{ 
    text-decoration: none;
}
.internet_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
}
.internet_box{
    width: 100%;
    margin: 40px 0 10px;
}
.internetlist{
    width: 100%;
    margin-bottom: 20px;
}
.internetlist>dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    margin-bottom: 4px;
}
.internetlist>dd{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.internetlist>dd figure{
    width: 100%;
    margin-bottom: 20px;
}
.internetlist>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.place_box{
    margin: 40px 0;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.place_list{
    margin-bottom: 20px;
}
.place_list dt{
    width: 100%;
    padding: 10px;
    background: #5f9ea0;
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0; 
    box-sizing: border-box;
}
.place_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #5f9ea0;
    box-sizing: border-box;
}
.optimization{
    overflow: hidden;
}
.optimization figure{
    width: 80%;
    margin: 0 auto 20px;
}
.line_box{
    margin: 40px 0 10px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.line_list{
    margin-bottom: 20px;
}
.line_list>dt{
    width: 100%;
    padding: 10px;
    background: #5f9ea0;
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0; 
    box-sizing: border-box;
}
.line_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #5f9ea0;
    box-sizing: border-box;
}
.improvement_box{
    margin-bottom: 20px;
}
.improvement_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.improvement_list dt{
    width: 100%;
    padding: 10px;
    color: #191970;
    border-bottom: 1px solid #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.improvement_list dd{
    width: 100%;
    padding: 10px;
   background: #f5f5f5;
    box-sizing: border-box;
}

.realize_list>dd figure.defrag_img{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list>dd figure.defrag_img img{
    display: block;
    width: 100%;
    height: auto;
}
/*問い合わせボタン*/
.contact_btn{
    width: 80%;
    padding: 20px;
    margin: 40px auto 60px;
    background: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.contact_btn span{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #8b8b8b;
    box-sizing: border-box;
}
.contact_btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background: #dc143c;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
.contact_btn a span{
    color: #fff;
    background-image: url("../images/transfer/arrow_right_w.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/*リンクエリア*/
.link_area{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 10px;
    margin: 20px auto 40px;
    box-sizing: border-box;
}
.link_area h6 {
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(165, 210, 255, .4);
    background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 40%, transparent 40%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 40%);
    background-size: 20px 20px;
    color: #000080;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.link_list{
    width: 100%;
    padding: 1%;
    overflow: hidden;
    box-sizing: border-box;
}
.link_list li{
    width: 100%;
    padding: 2%;
    color: #8b8b8b;
    font-size: 14px;
    float: left;
    border: 1px solid #dbedff;
    box-sizing: border-box;
    border-radius: 4px; 
    margin-bottom: 20px;
}
.link_list li.current{
    color: #191970;
    font-size: 16px;
    background: #cae4ff;
}
.link_list li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1e90ff;
    text-decoration: none;
}
.link_list li a:hover,.link_list li a:active{
    color: #0000cd;
}
.list_display{
    width: 80%;
    background: #eeefef;
    margin: 24px 0;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
}
.list_display span{
    display: block;
    padding: 10px;
    text-align: center;
    background-image: url("../images/transfer/doc_03.png");
    background-size: 32px auto; 
    background-repeat: no-repeat;
    background-position: left 20% center;
    box-sizing: border-box;
    border-radius: 6px;
}
.list_display span a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1e90ff;
    text-decoration: none;
}
.list_display span a:hover,.list_display span a:active{
    color: #0000cd;
}

/*------------------------------- 失敗しない！パソコン乗り換え術(detail_2) -------------------------------*/
.risk{
    width: 100%;
    margin-bottom: 20px;
}
.risk h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.method{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.virsion_img{
    width: 100%;
    margin-bottom: 20px;
}
.virsion_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
article.risk_area{
    width: 100%;
    margin-bottom: 40px;
}
article.risk_area h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
article.risk_area h6{
    width: 100%;
    position: relative;
    padding: 10px;
    background: #e0edff;
    margin-bottom: 40px;
    box-sizing: border-box;
}

article.risk_area h6:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.method_list{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.method_list li{
    width: 100%;
    margin-bottom: 10px;
}
.risk_box{
    width: 100%;
}
.risk_box figure{
    width: 100%;;
    margin-bottom: 20px;
}
.risk_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.three_box{
    margin-bottom: 20px;
}
.three_box{
    margin: 40px 0;
}
.three_list{
    width: 100%;
    margin-bottom: 20px;
}
.three_list dt{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.edition_table{
    width: 100%;
}
.edition_table{
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.edition_table th{
    width: 32%;
    text-align: left;
    border: 1px solid #9c9c9c;
    padding: 4px;
    font-size: 14px;
    background: #f5f5f5;
    font-weight: 300;
    box-sizing: border-box;
}
.edition_table th span{
    display: block;
    width: 100%;
}
.edition_table td.edition{
    background: #db7093;
    color: #fff;
}
.edition_table td{
    border: 1px solid #9c9c9c;
    text-align: center;
    font-size: 14px;
    padding: 4px;
    box-sizing: border-box;
}
.edition_table td span{
    display: block;
    width: 100%;
}
.ms_list{
    width: 100%;
    margin: 20px auto 20px;
    background: #f5f5f5;
    margin-left: auto;
}
.ms_list dt{
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #9c9c9c;
    box-sizing: border-box;
}
.ms_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.ms_list dd a{
    color: #1e90ff;
    text-decoration: none;
}
.ms_list dd a:hover{
    color: #87cefa;
}
/*--------------------------------------PC乗り換え前の準備(detail_3)--------------------------------------*/
.transfer_list{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
.transfer_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.transfer_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/doc.png");
    background-repeat: no-repeat;
    background-size: 28px auto; 
    background-position: left 4% center;
}
.preparation{
    width: 100%;
}   
.preparation_list{
    width: 100%;
}
.preparation_list li{
    width: 100%;
    margin-bottom: 10px;
}
.preparation_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.preparation_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.preparation_area{
    margin-bottom: 40px;
}
.preparation_area h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.preparation_area h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.backup_method_list{
    width: 100%;
    margin: 40px 0;
}
.backup_method_list dt{
    background: #999;
    width: 100%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.order_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
}
.order_list li{
    width: 100%;
    margin-bottom: 10px;
}
figure.backup_img{
    width: 100%;
    margin: 40px auto 40px;
}
figure.backup_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
figure.backup_img figcaption{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.arrow{
    display: block;
    color:#9c9c9c;
    font-size: 60px;
    text-align: center;
}
.data_migration{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration_box{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_list{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration_list dt{
    width: 100%;
    padding: 10px;
    background: #999;
    color: #fff;
    box-sizing: border-box;
}
.data_migration_list dd{
     width: 100%; 
}
dl.file_place{
    width: 100%;
}
dl.file_place dt{
    width: 100%;
    margin-bottom: 20px;
}
dl.file_place dd{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.explanation{
    width: 100%;
    padding: 10px;
    color: #8b8b8b;
    border: 1px dashed #9c9c9c;
    box-sizing: border-box;
}
.explanation li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left:20px;
    box-sizing: border-box;
}
.explanation li:before{
    display: inline-block;
    content: "▶";
    font-size: 12px;
    color: #87ceeb;
    padding: 0 10px;
}
.login_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.login_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.login_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
dl.service{
    width: 100%;
    margin: 40px 0;
}
.business_content_list{
    width: 100%;
    background: #f5f5f5;
}
.business_content_list li{
    display: inline-block;
    margin-right: 2%;
}
.business_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #5586D2;
}

dl.service dt{
    width: 100%;
    padding: 10px;
    background: #999;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.data_migration_list dd{
     width: 100%; 
}  
ul.service_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
}
ul.service_list li{
    display: inline-block;
    margin-right: 20px;
}
/*ul.service_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #5586D2;
}*/
.bookmark_box{
    width: 100%;
    overflow: hidden;
}
.browser_box figure.bookmark_img{
    display: block;
    width: 80%;
    float: none;
    margin: 40px auto 40px;
}
.browser_box figure.bookmark_img img{ 
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}  
/*--------------------------------------失敗しない！パソコン乗り換え術(detail_4)--------------------------------------*/
.section.purchase{
    width: 100%;
}
dl.choose_list{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
dl.choose_list dt{
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.choose_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/point.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left 4% center;
}
.purchase{
    width: 100%;
    margin-bottom: 20px;
}
.purchase_list{
    width: 100%;
}
.purchase_list li{
    width: 100%;
    margin-bottom: 10px;
}
.purchase_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.purchase_list li a{
    width: 100%;
    text-decoration: none;
    color: #1e90ff;
}
.cpu_box{
    margin-bottom: 40px;
}
.pc_table_pc{
    display: none;
}
.pc_table_sp{
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.pc_table_sp th{
    width: 100%;
    background: #dda0dd;
    color: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.pc_table_sp td{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pc_table_sp_item{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.features_list{
    width: 100%;
}
.features_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.features_list li:before{
    display: inline-block;
    padding: 0 6px;
    content: "▪";
    color: #dda0dd;
    font-size: 12px;
}
.purchase_box{
    width: 100%;
    margin-bottom: 40px;
}
.purchase_area{
    width: 100%;
    margin-bottom: 40px;
}
.purchase_area h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.purchase_area h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.spec_table{
    width: 100%;
}
.spec_table tbody{
    display: block;
    width: 100%;
}
.spec_table th{
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    text-align: left;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.spec_table td{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 20px;
}
figure.purchase_img{
    width: 100%;
    margin-bottom: 20px;
}
figure.purchase_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.cpu_box{
    width: 100%;
}
.generation_table_sp{
    display: block;
}
.generation_table_pc{
    display: none;
}
.generation_table_sp{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.generation_table_sp th.generation{
    width: 28%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_sp th.feature{
    width: 72%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_sp td{
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.feature_item_list{
    width: 100%;
}
.feature_item_list li{
    width: 100%;
    margin-bottom: 10px;
}
.feature_item_list li span{
    display: block;
    width: 100%;
}
.storage_box{
    width: 100%;
    margin-bottom: 40px;
}
.storage_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.storage_box figure img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.hdd_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ssd_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.storage_box{
    width: 100%;
}
.advantages_list{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}
.advantages_list dt{
    background: #fef4f4;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.advantages_list dd{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.disadvantages_list{
    width: 100%;
    border: 1px solid #dcdcdc;
}
.disadvantages_list dt{
    background: #eaf4fc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.disadvantages_list dd{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
.advantages_list_item{
    width: 100%;
}
.advantages_list_item li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.advantages_list_item li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    font-size: 12px;
    color: #f4b3c2;
}
.disadvantages_list_item{
    width: 100%;
}
.disadvantages_list_item li{
    width: 100%;
    margin-bottom: 10px;
}
.disadvantages_list_item li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    font-size: 12px;
    color: #c1e4e9;
}
.gpu_box{
    width: 100%;
    margin-bottom: 40px;
}
.gpu_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.gpu_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.difference_box{
    width: 100%;
    overflow: hidden;
}
.difference_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.memory_box{
    width: 100%;
    margin-bottom: 40px;
}
.memory_box figure{
    width:100%;
    margin-bottom: 20px;
}
.memory_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.memory_table{
    width: 100%;
    margin: 40px 0;
}
.memory_table th.cpu_heading{
    width: 28%;
    border: 1px solid #dcdcdc;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.memory_table th.memory_heading{
    width: 72%;
    border: 1px solid #dcdcdc;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.memory_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.memory_table td span{
    width: 100%;
    display: block;
}
.interface_box{
    width: 100%;
    margin-bottom: 40px;
}
.interface_box figure{ 
    width: 100%;
    margin-bottom: 20px;
}
.interface_box figure img{ 
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.output_terminal_table{
    width: 100%;
    margin: 40px 0;
}
.output_terminal_table th:first-of-type{
    width: 36%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}
.output_terminal_table th:last-of-type{
    width: 64%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}
.output_terminal_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
sup{
    font-size: 10px;
}
.battery_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
} 
.battery_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.battery_box figure img{ 
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.weight_table_pc{
display: none;
}
.weight_table_sp{
    width: 100%;
    margin: 20px 0 40px;
}
.weight_table_sp th.merit_heading2:first-of-type{
    width: 30%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_sp th.merit_heading2:last-of-type{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}    
.weight_table_sp th.merit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #fef4f4;
    box-sizing: border-box;
}
.weight_table_sp th.demerit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_sp th.demerit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #f5f5f5;
    box-sizing: border-box;
}
.weight_table_sp td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.merit_content_list{
    width: 100%;
} 
.merit_content_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.merit_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #ffc0cb;
}
.demerit_content_list{
    width: 100%;
} 
.demerit_content_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.demerit_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #5f9ea0;
}
.weight_box{
    width: 100%;
    overflow: hidden;
}
.weight_img{
    width: 100%;
    margin-bottom: 20px;
}
.weight_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.inner_camera_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.inner_camera_img{
    width: 100%;
    margin-bottom: 20px;
}
.inner_camera_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.camera_table{
    width: 100%;
    margin-bottom: 40px;
}
.camera_table th.value{
    width: 30%;
    background: #f5f5f5;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.camera_table th.purpose{
    width: 70%;
    background: #f5f5f5;
    font-weight: 300; 
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.camera_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.performance_box{
    width: 100%;
    margin-bottom: 20px;
}
.performance_list{
    width: 100%;
    margin-bottom: 40px;
}
.performance_list>dt{
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 2px solid #b0c4de;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.performance_list>dt:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    content: '';
    background: #dda0dd;
}
.performance_list>dd{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

dl.performance{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
dl.performance dt{
    width: 50%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
dl.performance dd{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
.keyboard_box{
    width: 100%;
    overflow: hidden;
}
.keyboard_img{
    width: 100%;
    margin-bottom: 20px;
}
.keyboard_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.easy_box{
    width: 100%;
    margin-bottom: 20px;
}
.easy_img{
    width: 100%;
    margin-bottom: 20px;
}
.easy_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.check_list{
    width: 80%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.check_list li{
    width: 100%;
    margin-bottom: 10px;
}
.check_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #00bfff;
}
.display_size_box{
    width: 100%;
    overflow: hidden;
}
.display_size_img{
    width: 100px;
    margin-bottom: 20px;
}
.display_size_img img{
    display: block;
    width: 100%;
    height: auto;
}
.display_kind_box{
    width: 100%;
    overflow: hidden;
}
.display_kind_img{
    width: 100%;
    margin-bottom: 20px
}
.display_kind_img img{
    display: block;
    width: 100%;
}
.display_feature_table{
    width: 100%;
    margin: 40px 0;
}
.display_feature_table tbody{
    display: block;
    width: 100%;
}
.display_feature_table tr{
    display: block;
    width: 100%;
}
.display_feature_table th{
    display: block;
    width: 100%;
    text-align: left;
    background: #f5f5f5;
    padding: 10px;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 4px;
}
.display_feature_table td{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.bunch_of_lists{
    width: 100%;
    margin: 20px 0;
}
.drive_method_list{
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border: 1px dashed #9c9c9c;
    box-sizing: border-box;
}
.drive_method_list dt{
    border-bottom: 1px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.drive_method_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
/*--------------------------------- 失敗しない！パソコン乗り換え術(detail_5) ---------------------------------*/
.migration{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration{
    width: 100%;
    overflow: hidden;
}
.data_migration_img{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.data_migration_method{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_method h5{
    width: 100%;
    position: relative;
    padding: 10px 20px;
    color: #0000cd;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.data_migration_method h5:before,
.data_migration_method h5:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: linear-gradient(to left, #30cfd0 0%, #00008b 100%);
}
.data_migration_method h5:before {
  top: 0;
}

.data_migration_method h5:after {
  bottom: 0;
}
.preparation{
    width: 100%;
    margin-bottom: 20px;
}
.pre_moving_list{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
}
.pre_moving_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.pre_moving_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #4169e1;
    font-size: 12px;
}
.pre_moving_list li a{
    text-decoration: none;
}
.pre_moving_detail_list{
    width: 100%;
    margin-bottom: 20px;
}
.pre_moving_detail_list dt{
    width: 50%;
    padding: 10px;
    background: #4169e1;
    color: #fff;
    box-sizing: border-box;
}
.pre_moving_detail_list dd{
    width: 100%;
    padding: 10px;
    border: 1px dotted #4169e1;
    box-sizing: border-box;
}
.lead a{
    text-decoration: none;
    color: #1e90ff;
}
.cloud_table{
    width: 100%;
    margin: 20px 0;
}
.cloud_table th{
    width: 50%;
    background: #fef4f4;
    text-align: left;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 500;
    box-sizing: border-box;
}
.cloud_table th.strage_capacity{
    background: #f5f5f5;
}
.cloud_table td{
    width: 50%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.moving_method_list{
    width: 100%;
    margin-bottom: 20px;
}
.moving_method_list dt{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000cd;
    box-sizing: border-box;
}
.moving_method_list dd{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.moving_method_list dd span{
    display: inline-block;
    color: #8b8b8b;
}
.moving_method_list dd figure{
    width: 100%;
    margin-bottom: 20px;
}
.moving_method_list dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.moving_method_list dd figure figcaption{
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
    color: #8b8b8b;
    font-size: 14px;
    box-sizing: border-box;
}
.initial_setting{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_preparation{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_procedure{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_preparation h5, .initial_setting_procedure h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.initial_setting_preparation h5 span, .initial_setting_procedure h5 span{
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    color: #4682b4;
    margin-left: 4px;
}
.initial_setting_preparation_box{
    width: 100%;
    margin: 20px 0 40px;
}
.initial_setting_preparation_list{
    width: 100%;
    margin-bottom: 20px;
}
.initial_setting_preparation_list dt{
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.initial_setting_preparation_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.initial_setting_preparation_list dd a{
    text-decoration: none;
}
.initial_setting_preparation{
    width: 100%;
    margin-bottom: 20px;
}
.preparation_and_procedure{
    width: 100%;
    margin-bottom: 80px;
}
.file_place_box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
    margin-bottom: 40px;
}
.setting_order_list{
    width: 100%;
}
.setting_order_list li{
    width: 100%;
    margin-bottom: 20px;
}
.setting_procedure_list{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.setting_procedure_list dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #4682b4;
    margin-bottom: 20px;
}
.setting_procedure_list dd{
    width: 100%;
}
.setting_procedure_list dt span{
    display: inline-block;
    padding: 0 10px;
    background: #4682b4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.create_account_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.setting_method_list{
    width: 100%;
    margin: 40px 0;
}
.setting_method_list li{
    width: 100%;
    margin-bottom: 20px;
}
.beneficial_setting_list{
    display: block;
    width: 100%;
}
.beneficial_setting_list dt{
    display: block;
    width: 100%;
    padding: 10px 20px 0 40px;
    box-sizing: border-box;
    background-image: url("../images/transfer/setting.png");
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left center;
}
.pc_setting_method_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
}
.pc_setting_method_list li{
    width: 100%;
    margin-bottom: 10px;
}
/*--------------------------------- 失敗しない！パソコン乗り換え術(detail_6) ---------------------------------*/
dl.disposal_method_list{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
dl.disposal_method_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.disposal_method_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/point.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left 4% center;
}
.disposal_list{
    width: 100%;
}
.disposal_list li{
    width: 100%;
    margin-bottom: 10px;
}
.disposal_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.disposal_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.disposal_method_box{
    width: 100%; 
    margin-bottom: 20px;
}
.disposal_method{
    width: 100%; 
    margin-bottom: 20px;
}
.disposal_method h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.collect_box{
    overflow: hidden;
    width: 100%;
}   
figure.pc_recycling_img {
    width: 50%;
    float: right;
    margin: 0 0 0 4%;
}
figure.pc_recycling_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.disposal_caution{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 40px 0;
}
.disposal_caution li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.disposal_caution li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
    color: #2e8b57;
}
.used_sale_box{
    width: 100%;
    overflow: hidden;
    margin-bottom:20px;
}
.used_sale_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.used_sale_box figure img{
    display: block;
    width: 100%;
    height: auto; 
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.disposal_risk{
    width: 100%;
    margin-bottom: 20px;
}
.disposal_risk h5 {
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.disposal_risk_list{
    width: 100%;
    margin-bottom: 20px;
}
.disposal_risk_list dt{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #48d1cc;
    background: #f5fffa;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 6px; 
}
.illegal_dumping_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.illegal_dumping_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.illegal_dumping_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c9;
    box-sizing: border-box;
}
.consultation{
    width: 100%;
    margin: 40px auto 80px;
    background: #f5f5f5;
    border: 1px solid #1e90ff;
    border-radius: 6px;
    box-sizing: border-box;
}
.consultation dt{
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    background: #1e90ff;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.consultation dd{
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
}
.consultation_list{
    width: 80%;
    margin: 20px auto 20px;
}
.consultation_list li{
    width: 100%;
    margin-bottom: 20px;
}
.consultation_list li:last-of-type{
    width: 100%;
    margin: 40px auto 40px;
}
.consultation_list li a{
    text-decoration: none;
}
.consultation_list li span{
    display: inline-block;
    padding: 0 20px;
}
.consultation_list li span a{
    color: #1e90ff;
}
.consultation_list li:last-of-type a{
    display: block;
    width: 100%;
    background: #000080;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 120px; 
}
.consultation_list li:last-of-type a:hover,.consultation_list li:last-of-type a:active{
    color: #b0c4de
}
/*------------ detail6ここまで ------------*/
    
    
/*コンタクトボタン*/
.contact_button{
    background-color: #ece6e6;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.contact_button h5{
    width: 100%;
    color: #0a0a5f;
    font-size: 18px;
    padding: 10px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
    box-sizing: border-box;
}
.contact_button p{
    width: 100%;
    color: #434343;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
}
.contact_list{
    width: 100%;
    list-style: none;
    margin: 0 auto;
}
.t_tel{ 
    margin-bottom: 20px;
}
.o_tel{
margin-bottom: 20px;
}
.m_contact{
    margin-bottom: 20px;
}
.t_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}
.o_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}
.m_contact a{
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    background-color: #bb3b3b;
    border-radius: 6px;
    padding: 2.66%;
    text-align: center;
    margin:  0 auto;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/mail_icon.png");
    background-size: 32px 24px;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.number{
    display: inline-block;
    color: #1e90ff;
    font-size: 22px;
    font-weight: 600;
    background-image: url("../images/free_tel.png");
    background-repeat: no-repeat;
    padding-left: 4rem;

}
.office_name{
    color: #4c4c4c;
    font-size: 18px;
    margin-left: 2.66%;
}
/*コーポレートページ・大阪ページへのリンクボタン*/
.link_box{
    width: 100%;
    margin-bottom: 40px;
}
.c_button{
    width: 100%;
    margin-bottom: 20px;
}
.c_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.o_button{
    width: 100%;
}
.o_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.estimate{
    overflow: hidden;
}
.estimate p{
    width: calc(100% - 320px);
    float: left;
}
.estimate img{
    display: block;
    width: 300px;
    float: left;
    margin-left:20px;
}
.privacy{
    overflow: hidden;
    margin-bottom: 2.66%;
}
.privacy img{
    display: block;
    width: 300px;
    float: left;
    margin-right:20px;
}
.privacy p{
    width: calc(100% - 320px);
    float: left;
}
/*------------------ セキュリティ ------------------*/
.certificate{
    margin-bottom: 20px;
}
.certificate p{
    margin-bottom: 20px;
}
.certificate_wrap{
    overflow: hidden;
    width: 100%;
    margin: 0 auto 40px;
}
.certificate_box1{
    width: 100%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.certificate_box1 figcaption{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.certificate_box1 img{
    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2{
    width: 100%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.certificate_box2 img{
    display: block;
    width: 36%;
    height: auto;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px; 
    padding: 6px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2 figcaption{
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

.service_text{
    display: block;
    width: 100%;
    font-size: 14px;
    background: #fff;
    padding: 10px;
    line-height: 1.6;
    box-sizing: border-box;
    color: #323232;
    margin: 20px 0;
}
.service_list{
    width: 100%;
    padding: 10px;
    background: #fff;
    margin: 10px 0;
    box-sizing: border-box;
}
.service_list li{
    width: 100%;
    font-size: 14px;
    color: #323232;
    margin-bottom: 4px;
}
span.ttl{
    line-height: 1.2;
}
/*------------------------------- 上へ戻るボタン -------------------------------*/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;

    z-index: 99;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    text-decoration: none;
    color: #0d6fb8;
    border: 1px solid #0d6fb8;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

/*------------------------------- footer -------------------------------*/
footer{
    width: 100%;
    background-color: #191970;
    color: #fff;
    overflow: hidden;
    padding-top: 1rem;
}
.footer_nav{
    width: 100%;
    padding: 0 3.33%;
    overflow: hidden;
    box-sizing: border-box;
}
.nav_box{
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 2.22%;
    padding-top: 2.22%;
    box-sizing: border-box;
}
.nav_box li{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.nav_box li a{
    display: block;
    width: 100%;
    margin-right: 1rem;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
.nav2_box{
    width:100%;
    float: none;
    overflow: hidden;
    margin-bottom: 2.22%;
    padding-top: 2.22%;
    border-left: none; 
    box-sizing: border-box;
}
.nav2_box li{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.nav2_box li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    }
.nav_box li a:focus,.nav2_box li a:focus{
    color: #b2b2b2;
}
footer small{
    display: block;
    width: 94%;
    font-size: 12px;
    color: #191970;
    background: #fff;
    clear: both;
    text-align: center;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
/*ハンバーガーメニュー*/ 
.gnav_sp{
    position: fixed;
    z-index: 2;
    top: -36px;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
.gnav_sp ul {
    background: #9c9c9c;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 50px solid #9c9c9c;
    
}
 
.gnav_sp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding:  0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
.gnav_sp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
.gnav_sp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
.gnav_sp.active {
    transform: translateY(42%);
}
/*ハンバーガー用*/
.navToggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 46px;
    height:46px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 34px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* タップした後最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
}
/*-------ここからタブレット用css--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) and (max-width: 959px) {
/*共通*/
html, body{
	display: block;
    width: 100%;
	margin: 0;
	padding: 0;
    line-height: 1.7;
	box-sizing: border-box;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"," Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
a{
    text-decoration: none;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
.header_area{
    width: 100%;
}
.header_top{
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-top: 10px solid #191970;
    padding: 10px 0;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}
.header_l{
    width: 40%;
    float: left;
}
/*------------- ロゴエリア ------------- */
#logo {
    padding: 0 10px;
    color: #191970;
    margin-bottom: 10px;
}
#logo h1{
    font-size: 16px;
    margin: 0 0 10px 0;
}
.motto{
    display: block;
    font-weight: 300;
    margin: 0;
}
.mail_contact{
    display: block;
    width: 100%;
    height: auto;
    background: #f8f8f8;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #9c9c9c;
    border-radius: 6px;
    padding: 4px;
}
.mail_contact img{
    display: block;
    width: 20%;
    height: auto;
    float:left;
    margin-right: 2%;
}
.tb_text{
    display: block;
    width: 70%;
    float: left;
    margin-left: 2%;
}
.tb_text span{
    display: none;
}
.tel_contact{
    width: 54%;
    margin: 20px 10px 0;
    float: right;
}
.tel_list{
    width: 100%;
    list-style: none;
    padding-top: 20px;
    box-sizing: border-box;
}
.message span{
    display:inline;
}
.tel_contact li a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.t_office{
    background: #191970;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
}
.o_office{
    background: #191970;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
}
.t_tel_contact{
    margin-bottom: 10px;
}
.o_tel_contact{
    margin-bottom: 20px;
}
.sp_text{
    display: none;
}
/*------------- g_nav ------------- */
.navi{
    width: 100%;
    background: #fff;
    z-index: 999;
}
.gnav_pc{
    display: block;
    width: 100%;
}
.gnav_pc ul{
    width: 100%;
    overflow: hidden;
    border-bottom: 10px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
}
.gnav_pc li{
    display: inline-block;
    margin: 0 3% 10px 0;
}
.gnav_pc li:last-of-type{
    margin: 0 0 10px 0;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.gnav_sp{
    display: none;
}
/*------------- パンくず ------------- */
.breadcrumb {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 20px;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}
/*------------ ページ表題 -------------------*/
.mv{
    position: relative;
    width: 100%;
    margin-bottom: 1.66%;
    z-index: 1;
}
.mv img{
    width: 100%;
    height: auto;
}
.mv h1{
    position: absolute;
    font-size: 16px;
    top: 22%;
    left:44%;
    font-weight: 600;
    background-color: #6b6b6b;
    padding:0.1rem 0.8rem;
    border-radius: 20px 0 20px 0;
    color: #fff;
    z-index: 2;
}
.mv h2{
    position: absolute;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
    top: 52%;
    left: 40%;
    text-shadow: white 1px 2px 2px;
    z-index: 2;
}
/*------------- メインコンテンツ ------------- */
.main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wrap{
    width: 100%;
    padding: 300px 10px 80px;
    box-sizing: border-box;
}
section.content{
    width: 100%;
    margin-bottom: 40px;
}

.content h3{
    background-color: #00608d;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.content h4{
    width: 100%;
    font-size: 20px;
    color: #323232;
    border-left: 2px solid #323232;
    padding: 10px;
    margin-bottom: 40px;
    line-height: 1.4;
    box-sizing: border-box;
}
.content p{
    width: 100%;
    margin-bottom: 14px;
}
.chapter{
    width: 100%;
    margin-bottom: 20px;
}

/*-------------------------------------- 失敗しない！パソコン乗り換え術(detail_1) ----------------------*/
.title_img_pc{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.title_img_pc img{
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #00608d;
    box-sizing: border-box;
}
.title_img_sp{
    display: none;
}
.lead{
    width: 100%;
    line-height: 2;
}
/*--------------------------------------PC乗り換えのタイミング(detail1) --------------------------------------*/
.timing_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.timing_box figure{
    width: 50%;
    float: right;
    margin: 0 0 20px 2%;
}
.timing_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.timing_list{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
    margin-bottom: 60px;
}
.timing_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.timing_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.timing_list li:before{
    display: inline-block;
    color: #9c9c9c;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
}
.method_box{
    width: 100%;
    margin-bottom: 20px;
}
.timing{
    width: 100%;
    margin-bottom: 20px;
}
.timing article{
    width: 100%;
    margin-bottom: 80px;
}
.timing article h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.cause_list{
    width: 100%;
    margin-bottom: 20px;
}
.cause_list dt{
    width: 50%;
    padding: 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.cause_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.reason_list{
    width: 100%;
    margin-bottom: 20px;
}
.reason_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.reason_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
}
.confirmation_list{
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.confirmation_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.confirmation_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #1e90ff;
    box-sizing: border-box;
}
.os_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.os_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.os_box figure{
    width: 50%;
    float: right;
    margin: 0 0 0 2%;
}
.os_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.os_table{
    width: 100%;
}
.os_table th.item{
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
}
.os_table th.ver{
    width: 20%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f0f8ff;
    box-sizing: border-box;
}
.os_table th.main_stream{
    width: 40%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
    box-sizing: border-box;
}
.os_table th.extension{
    width: 40%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #f5f5f5;
    box-sizing: border-box;
}
.os_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.os_table th.conditions{
    width: 20%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    background: #ffffe0;
    box-sizing: border-box;
}
.valid_list{
    width: 100%;
    margin-bottom: 20px;
}
.valid_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.valid_list li:before{
    display: inline-block;
    content: "▪";
    padding: 0 10px;
    color: #b0c4de;
}
.use_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.use_box h6 {
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.use_box figure{
    width: 50%;
    float: right;
    margin: 0 0 20px 2%;
}
.use_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.use_box figcaption{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #8b8b8b;
    box-sizing: border-box;
}
.use_list{
    width: 100%;
    margin-bottom: 20px;
}
.use_list dt{
    width: 50%;
    padding: 10px 20px 10px 50px;
    color: #fff;
    background: #191970;
    background-image: url("../images/transfer/caution.png");
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left 10px center;
    box-sizing: border-box;
}
.use_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.advantage_list{
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
    background: #f0f8ff;
    box-sizing: border-box;
}
.advantage_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.advantage_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #1e90ff;
}
.screen_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.screen_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.screen_box figure.fr{
    width: 50%;
    float: right;
    margin: 0 0 20px 2%;
}
.screen_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}    
.screen_box figure.fl{
    width: 50%;
    float: left;
    margin: 0 2% 20px 0;
}
.screen_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.aging_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.aging_box figure.fr{
    width: 50%;
    float: right;
    margin: 0 0 0 2%;
}
.aging_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_box figure.fl{
    width: 50%;
    float: left;
    margin: 0 2% 0 0;
}
.aging_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.aging_list{
    width: 100%;
    margin-bottom: 40px;
}
.aging_list>dt{
    width: 50%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
}
.aging_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.explanation_list{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.explanation_list dt{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    color: #191970;
    box-sizing: border-box;
}
.explanation_list dt:before{
    display:inline-block;
    padding: 0 10px;
    content: "▶";
}
.explanation_list dd{
    width: 100%;
    padding: 10px;
}
.list_box{
    width: 100%;
    margin: 40px 0;
}
.lists_box{
    width: 100%;
    margin: 20px 0;
}
.slow_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.slow_box>h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.slow_box figure.fr{
    width: 50%;
    float: right;
    margin: 0 0 20px 2%;
}
.slow_box figure.fr img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.slow_box figure.fl{
    width: 50%;
    float: left;
    margin: 0 2% 0 0;
}
.slow_box figure.fl img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.slow_list{
    width: 50%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.slow_list li{
    width: 100%;
    margin-bottom: 10px;
}
.slow_list li a{ 
    color: #1e90ff;
    text-decoration: none;
}
.slow_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #4169e1;
}
.realize_list{
    width: 100%;
    margin-bottom: 20px;
}
.realize_list>dt{
    width: 50%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
}
.realize_list>dd{
    overflow: hidden;
    width: 100%;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.resolution_box{
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.resolution_box figure.fr{
    width: 50%;
    float: right;
    margin: 0 0 0 2%;
}
.resolution_box figure.fl{
    width: 50%;
    float: left;
    margin: 0 2% 0 0;
}
.realize_list dd figure.memory{
    width: 80%;
    margin: 40px auto 20px
}
.realize_list dd figure.memory img{
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.inner_text{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.num_list{
    width: 100%;
    padding: 10px;
    border: 1px dashed #9c9c9c;
    margin: 20px 0;
    box-sizing: border-box;
}
.num_list li{
    width: 100%;
    margin-bottom: 10px;
}
.memory_role{
    width: 100%;
}
.memory_role figure.memory{
    width: 100%;
    float: none;
}
.memory_role figure.memory img{
    display: block;
    width: 100%;
    height:auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    margin: 20px 0;
}
.item_box{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.item_box h6 {
    width: 100%;
   background: #008b8b;
    padding: 10px;
    margin-bottom: 40px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px; 
}

.item_list{
    width: 100%;
    border: 2px solid #9c9c9c;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.item_list>dt{
    width: 100%;
    padding: 10px;
    font-weight: 600;
    color: #191970;
    background: #fff;
    box-sizing: border-box;
}
.item_list>dt span{
    display: block;
    width: 100%;
    padding: 10px;
    border-left: 1px solid #191970;
    box-sizing: border-box;
}
.item_list>dd{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
.case_list{
    width: 100%;
    margin-bottom: 20px;
}
.case_list dt{
    width: 100%;
    color: #191970;
    font-weight: 600;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.case_list dt:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
}
.caution{
    background: linear-gradient(transparent 70% , yellow 70%);
}
.move{
    width: 100%;
    overflow: hidden;
}
.move figure{
    width: 38%;
    float: right;
    margin: 0 0 2% 0;
}
.move figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.optimization figure{
    width: 100%;
}
.optimization figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.realize_list>dd figure{
    width: 50%;
    float: left;
    margin: 0 2% 20px 0;
}
.realize_list>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.solution_list{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 60px;
}
.solution_list li{
    width: 100%;
    margin-bottom: 10px;
}
.solution_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.resolution_list{
    width: 100%;
    margin-bottom: 20px;
}
.resolution_list>dt{
    width: 50%;
    padding: 10px 20px 10px;
    color: #fff;
    background: #191970;
    box-sizing: border-box;
}
.resolution_list>dd{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
}
.resolution_list>dd figure{
    width: 50%;
    float: right;
    margin: 0 0 0 2%;  
} 
.resolution_list>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.maker_list{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.maker_list dt{
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #0000cd;
    padding: 10px;
    color: #000080;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.maker_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.cpu{
    width: 100%;
    overflow: hidden;
}
.cpu figure{
    width: 50%;
    float: right;
    margin: 0 0 0 2%;
}
.cpu figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.virus{
    width: 100%;
    overflow: hidden;
}
.virus figure{
    width: 50%;
    float: left;
    margin: 0 2% 0 0;
}
.virus figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.caution_box{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.caution_box figure.attack{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.caution_box figure.attack img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.caution_box h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.suspicious_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #dc143c;
    box-sizing: border-box;
}
.suspicious_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.suspicious_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #dc143c;
}
.close_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.realize_list .close_box figure{
    width: 30%;
    float: right;
    margin: 0 0 0 2%;
}
.realize_list .close_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.browser_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.browser_box figure{
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
}
.browser_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
figcaption{
    font-size: 14px;
    color: #8b8b8b;
}
.kinds_table{
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.kinds_table caption{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    text-align: left;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.kinds_table th{
    width: 24%;
    text-align: left;
    border: 1px solid #9c9c9c;
    padding: 10px;
    background: #f5f5f5;
    font-weight: 300;
    box-sizing: border-box;
}
.kinds_table td{
    width: 76%;
    border: 1px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.annotation{
    color: #191970;
    font-weight: 600;
}
.annotation_text{
    width: 100%;
    color: #646464;
    font-size: 14px;
}
.function_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.function_list li{
    margin-bottom: 10px;
}
.function_list li span{
    display: inline-block;
    font-weight: 600;
    color: #191970;
    padding: 0 4px;
}
.symptoms_list{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}
.symptoms_list li{
    margin-bottom: 10px;
}
.symptoms_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
}
/*周波数の特徴table*/
.feature_table{
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    box-sizing: border-box;
}
.feature_table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.item1{
    width: 30%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.item2{
    width: 70%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #6495ed;
    color: #fff;
}
.feature_table td{
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px;
}
.feature_list{
    width: 100%;
    margin-bottom: 10px;
}
.feature_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.feature_list li:first-of-type:before{
    display: inline-block;
    padding: 0 10px;
    color: #dc143c;
    font-size: 18px;
    content: "▪";
}
.feature_list li:last-of-type:before{
    display: inline-block;
    padding: 0 10px;
    color: #9c9c9c;
    font-size: 18px;
    content: "▪";
}
/*インターネット回線に問題がある*/
.internet_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.internet_box h6{
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
}
.internet_box figure{
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}
.internet_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.internet_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}
.internet_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.internet_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
}
.internet_list li a{
    color: #1e90ff;
    text-decoration: none;
}
.internet_box{
    width: 100%;
    margin: 40px 0 10px;
}
.internetlist{
    width: 100%;
    margin-bottom: 40px;
}
.internetlist>dt{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    margin-bottom: 4px;
}
.internetlist>dd{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.internetlist>dd figure{
    width: 50%;
    float: left;
    margin: 0 2% 20px 0;
}
.internetlist>dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.place_box{
    margin: 40px 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.place_list{
    width: 100%;
    margin-bottom: 40px;
}
.place_list dt{
    width: 50%;
    padding: 10px;
    background: #5f9ea0;
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0; 
    box-sizing: border-box;
}
.place_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #5f9ea0;
    box-sizing: border-box;
}
.optimization{
    width: 100%;
    overflow: hidden;
}
.optimization figure{
    width: 80%;
    margin: 0 auto 20px;
}
.line_box{
    width: 100%;
    margin: 40px 0 10px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.line_list{
    width: 100%;
    margin-bottom: 40px;
}
.line_list>dt{
    width: 50%;
    padding: 10px;
    background: #5f9ea0;
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0; 
    box-sizing: border-box;
}
.line_list>dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #5f9ea0;
    box-sizing: border-box;
}
.improvement_box{
    width: 100%;
    margin-bottom: 20px;
}
.improvement_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.improvement_list dt{
    width: 100%;
    padding: 10px;
    color: #191970;
    border-bottom: 1px solid #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.improvement_list dd{
    width: 100%;
    padding: 10px;
   background: #f5f5f5;
    box-sizing: border-box;
}

.realize_list>dd figure.defrag_img{
    width: 100%;
    float: none;
}
.realize_list>dd figure.defrag_img img{
    display: block;
    width: 100%;
    height: auto;
}
/*問い合わせボタン*/
.contact_btn{
    width: 80%;
    padding: 20px;
    margin: 40px auto 60px;
    background: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.contact_btn span{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #8b8b8b;
    box-sizing: border-box;
}
.contact_btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background: #dc143c;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
.contact_btn a span{
    color: #fff;
    background-image: url("../images/transfer/arrow_right_w.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/*リンクボックス*/
.link_area{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 10px;
    margin: 20px auto 40px;
    box-sizing: border-box;
}
.link_area h6 {
    padding: 10px 20px;
    background-color: rgba(165, 210, 255, .4);
    background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 40%, transparent 40%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 40%);
    background-size: 20px 20px;
    color: #000080;
    text-align: center;
    margin-bottom: 20px;
}
.link_list{
    width: 100%;
    overflow: hidden;
}
.link_list li{
    width: 31%;
    padding: 1%;
    color: #8b8b8b;
    font-size: 14px;
    float: left;
    margin: 1%;
    border: 1px solid #dbedff;
    box-sizing: border-box;
    border-radius: 4px; 
}
.link_list li.current{
    font-weght: 500;
    color: #191970;
    background: #cae4ff;
}
.link_list li a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1e90ff;
    text-decoration: none;
}
.link_list li a:hover{
    color: #0000cd;
}
.link_area .list_display{
    width: 50%;
    background: #eeefef;
    margin: 24px 0;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
}
.link_area .list_display span{
    display: block;
    padding: 10px;
    text-align: center;
    background-image: url("../images/transfer/doc_03.png");
    background-size: 32px auto; 
    background-repeat: no-repeat;
    background-position: left 20% center;
    box-sizing: border-box;
    border-radius: 6px;
}
.link_area .list_display span a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1e90ff;
    text-decoration: none;
}
.list_display span a:hover{
    color: #0000cd;
}

/*---------------------------------------------- 失敗しない！パソコン乗り換え術(detail_2) ----------------------------------------------*/
.risk{
    width: 100%;
    margin-bottom: 20px;
}
.risk h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.method{
    width: 100%;
    overflow: hidden;
}
.virsion_img{
    width: 80%;
    margin: 20px auto 20px;
}
.virsion_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
article.risk_area{
    width: 100%;
    margin-bottom: 40px;
}
article.risk_area h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
article.risk_area h6{
    width: 100%;
    position: relative;
    padding: 10px;
    background: #e0edff;
    margin-bottom: 40px;
    box-sizing: border-box;
}

article.risk_area h6:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.method_list{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.method_list li{
    width: 100%;
    margin-bottom: 10px;
}
.risk_box{
    width: 100%;
}
.risk_box figure{
    width: 80%;;
    margin: 20px auto 20px;
}
.risk_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.three_box{
    margin-bottom: 20px;
}
.three_box{
    margin: 40px 0;
}
.three_list{
    width: 100%;
    margin-bottom: 20px;
}
.three_list dt{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.edition_table{
    width: 100%;
}
.edition_table{
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.edition_table th{
    width: 32%;
    text-align: left;
    border: 1px solid #9c9c9c;
    padding: 10px;
    font-size: 14px;
    background: #f5f5f5;
    font-weight: 300;
    box-sizing: border-box;
}
.edition_table th span{
    display: inline-block;
}
.edition_table td.edition{
    background: #db7093;
    color: #fff;
}
.edition_table td{
    border: 1px solid #9c9c9c;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.edition_table td span{
    display: inline-block;
}
.ms_list{
    width: 80%;
    background: #f5f5f5;
    margin: 40px 0 40px auto;
}
.ms_list dt{
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #9c9c9c;
    box-sizing: border-box;
}
.ms_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.ms_list dd a{
    color: #1e90ff;
    text-decoration: none;
}
.ms_list dd a:hover{
    color: #87cefa;
}
/*--------------------------------------PC乗り換え前の準備(detail_3)--------------------------------------*/
.transfer_list{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
.transfer_list dt{
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.transfer_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/doc.png");
    background-repeat: no-repeat;
    background-size: 28px auto; 
    background-position: left 4% center;
}
.preparation{
    width: 100%;
}   
.preparation_list{
    width: 100%;
}
.preparation_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.preparation_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.preparation_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.preparation_area{
    width: 100%;
    margin-bottom: 40px;
}
.preparation_area h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.preparation_area h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.backup_method_list{
    width: 100%;
    margin: 40px 0;
}
.backup_method_list dt{
    width: 100%;
    background: #999;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.order_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
}
.order_list li{
    width: 100%;
    margin-bottom: 10px;
}
figure.backup_img{
    width: 80%;
    margin: 40px auto 40px;
}
figure.backup_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
figure.backup_img figcaption{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.arrow{
    display: block;
    width: 8%;
    color:#9c9c9c;
    font-size: 60px;
    text-align: center;
    margin: 20px auto 20px;
}
.data_migration{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration_box{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_list{
    width: 100%;
    margin-bottom: 20px;
}
.data_migration_list dt{
    width: 100%;
    padding: 10px;
    background: #999;
    color: #fff;
    box-sizing: border-box;
}
.data_migration_list dd{
     width: 100%; 
}
dl.file_place{
    width: 100%;
}
dl.file_place dt{
    width: 100%;
}
dl.file_place dd{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.explanation{
    width: 100%;
    padding: 10px;
    color: #8b8b8b;
    border: 1px dashed #9c9c9c;
    box-sizing: border-box;
}
.explanation li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left:20px;
    box-sizing: border-box;
}
.explanation li:before{
    display: inline-block;
    content: "▶";
    font-size: 12px;
    color: #87ceeb;
    padding: 0 10px;
}
.login_box{
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.login_box figure{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.login_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
dl.service{
    width: 100%;
    margin: 40px 0;
}
dl.service dt{
    width: 100%;
    padding: 10px;
    background: #9c9c9c;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.data_migration_list dd{
     width: 100%; 
} 
.business_content_list{
    width: 100%;
    margin-bottom: 20px
}
.business_content_list li{
    display: inline-block;
    margin: 0 2% 10px 0;
    font-size: 1rem;
}
.business_content_list li:before{
    padding: 0 10px;
    content: "■";
    font-size: 8px;
    color: #87ceeb;
}
.bookmark_box{
    width: 100%;
    overflow: hidden;
}
figure.bookmark_img{
    width: 30%;
    float: right;
    margin: 0 0 20px 2%;
}
figure.bookmark_img img{ 
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
/*--------------------------------------失敗しない！パソコン乗り換え術(detail_4)--------------------------------------*/
.section.purchase{
    width: 100%;
}
dl.choose_list{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
dl.choose_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.choose_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/point.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left 4% center;
}
.purchase{
    width: 100%;
}
.purchase_list{
    width: 100%;
}
.purchase_list li{
    width: 100%;
    margin-bottom: 10px;
}
.purchase_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.purchase_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.cpu_box{
    width: 100%;
    margin-bottom: 40px;
}
.pc_table_pc{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.pc_table_pc th{
    width: 50%;
    background: #dda0dd;
    color: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.pc_table_pc td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.pc_table_sp{
    display: none;
}
.features_list{
    width: 100%;
}
.features_list li{
    width: 100%;
    text-indent: -15px;
    padding-left: 20px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.features_list li:before{
    display: inline-block;
    padding: 0 6px;
    content: "▪";
    color: #dda0dd;
    font-size: 12px;
}
.purchase_box{
    width: 100%;
    margin-bottom: 40px;
}
.purchase_area{
    width: 100%;
    margin-bottom: 40px;
}
.purchase_area h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.purchase_area h6{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #00bfff;
    color: #191970;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.spec_table{
    width: 100%;
}
.spec_table th{
    width: 30%;
    background: #f5f5f5;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.spec_table td{
    width: 70%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
figure.purchase_img{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
figure.purchase_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.cpu_box{
    overflow: hidden;
    width: 100%;
}
.generation_table_pc{
    display: block;
    width: 100%;
}
.generation_table_pc th.generation{
    width: 20%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc th.product_number{
    width: 40%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc th.socket{
    width: 20%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc th.sale_date{
    width: 20%;
    background: #2f4f4f;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc td{
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.generation_table_pc td span{
    display: block;
    width: 100%;
}
.generation_table_sp{
    display: none;
}
.storage_box{
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.storage_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.storage_box figure img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.hdd_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ssd_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.advantages_list{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}
.advantages_list dt{
    background: #fef4f4;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.advantages_list dd{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.disadvantages_list{
    width: 100%;
    border: 1px solid #dcdcdc;
}
.disadvantages_list dt{
    background: #eaf4fc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.disadvantages_list dd{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
.advantages_list_item{
        width: 100%;
}
.advantages_list_item li{
    width: 100%;
    margin-bottom: 10px;
}
.advantages_list_item li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    font-size: 12px;
    color: #f4b3c2;
}
.disadvantages_list_item{
    width: 100%;
}
.disadvantages_list_item li{
    width: 100%;
    margin-bottom: 10px;
}
.disadvantages_list_item li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    font-size: 12px;
    color: #c1e4e9;
}
.gpu_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.gpu_box figure{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.gpu_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
.difference_box{
    width: 100%;
    overflow: hidden;
}
.difference_box figure{
    width: 400px;
    float: left;
    margin: 0 20px 0 0;
}
.memory_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.memory_box figure{
    width: 400px;
    float: right;
    margin: 0 0 10px 20px;
}
.memory_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.memory_table{
    width: 100%;
    margin: 40px 0;
}
.memory_table th.cpu_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.memory_table th.memory_heading{
    width: 80%;
    border: 1px solid #dcdcdc;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.memory_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.memory_table td span{
    display: block;
    width: 100%;
}
.interface_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.interface_box figure{ 
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.interface_box figure img{ 
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.output_terminal_table{
    width: 100%;
    margin: 40px 0;
}
.output_terminal_table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #5f9ea0;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}
.output_terminal_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
sup{
    font-size: 10px;
}
.battery_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
} 
.battery_box figure{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.battery_box figure img{ 
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.weight_table_pc{
    width: 100%;
    margin: 40px 0;
}
.weight_table_pc th.merit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_pc th.merit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #fef4f4;
    box-sizing: border-box;
}
.weight_table_pc th.demerit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_pc th.demerit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #f5f5f5;
    box-sizing: border-box;
}
.weight_table_pc td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.weight_table_sp{
    width: 100%;
    margin: 40px 0;
}
.weight_table_sp th.merit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_sp th.merit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #fef4f4;
    box-sizing: border-box;
}
.weight_table_sp th.demerit_heading2{
    width: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    background: #5f9ea0;
    color: #fff;
    box-sizing: border-box;
}
.weight_table_sp th.demerit_heading{
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 300;
    color: #323232;
    background: #f5f5f5;
    box-sizing: border-box;
}
.weight_table_sp td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.merit_content_list{
    width: 100%;
} 
.merit_content_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.merit_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #ffc0cb;
}
.demerit_content_list{
    width: 100%;
} 
.demerit_content_list li{
    width: 100%;
    margin-bottom: 10px;
    text-indent: -15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.demerit_content_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #5f9ea0;
}
.weight_box{
    width: 100%;
    overflow: hidden;
}
.weight_img{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.inner_camera_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.inner_camera_img{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.inner_camera_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.camera_table{
    width: 100%;
    margin-bottom: 40px;
}
.camera_table th.value{
    width: 20%;
    background: #f5f5f5;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.camera_table th.purpose{
    width: 80%;
    background: #f5f5f5;
    font-weight: 300; 
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.camera_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.performance_box{
    width: 100%;
}
.performance_list{
    width: 100%;
    margin-bottom: 40px;
}
.performance_list>dt{
    position: relative;
    padding: 10px 20px;
    border-bottom: 2px solid #b0c4de;
    margin-bottom: 20px;
}
.performance_list>dt:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    content: '';
    background: #dda0dd;
}
.performance_list>dd{
    width: 100%;
    box-sizing: border-box;
}

dl.performance{
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.performance dt{
    width: 50%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
dl.performance dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.keyboard_box{
    width: 100%;
    overflow: hidden;
}
.keyboard_img{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.keyboard_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.easy_box{
    width: 100%;
    overflow: hidden;
}
.easy_img{
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
}
.easy_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.check_list{
    width: 30%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.check_list li{
    width: 100%;
    margin-bottom: 10px;
}
.check_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    color: #00bfff;
}
.display_size_box{
    width: 100%;
    overflow: hidden;
}
.display_size_img{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.display_size_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.display_kind_box{
    width: 100%;
    overflow: hidden;
}
.display_kind_img{
    width: 50%;
    float: right;
    margin: 0 0 0 20px;
}
.display_kind_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.display_feature_table{
    width: 100%;
    margin: 40px 0;
}
.display_feature_table th{
    width: 20%;
    text-align: left;
    background: #f5f5f5;
    padding: 10px;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.display_feature_table td{
    width: 80%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.bunch_of_lists{
    width: 100%;
    margin: 40px 0;
}
.drive_method_list{
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    border: 1px dashed #9c9c9c;
    box-sizing: border-box;
}
.drive_method_list dt{
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.drive_method_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
/*--------------------------------- 失敗しない！パソコン乗り換え術(detail_5) ---------------------------------*/
.data_migration{
    width: 100%;
    overflow: hidden;
}
.data_migration_img{
    width: 50%;
    float: right;
    margin: 0 0 0 4%;
}
.data_migration_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.data_migration_method{
    width: 100%;
    margin-bottom: 40px;
}
.data_migration_method h5{
    width: 100%;
    position: relative;
    padding: 10px 20px;
    color: #0000cd;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.data_migration_method h5:before,
.data_migration_method h5:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: linear-gradient(to left, #30cfd0 0%, #00008b 100%);
}
.data_migration_method h5:before {
  top: 0;
}

.data_migration_method h5:after {
  bottom: 0;
}
.preparation{
    width: 100%;
    margin-bottom: 20px;
}
.pre_moving_list{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
}
.pre_moving_list li{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.pre_moving_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #4169e1;
    font-size: 12px;
}
.pre_moving_list li a{
    text-decoration: none;
}
.pre_moving_detail_list{
    width: 100%;
    margin-bottom: 20px;
}
.pre_moving_detail_list dt{
    width: 50%;
    padding: 10px;
    background: #4169e1;
    color: #fff;
    box-sizing: border-box;
}
.pre_moving_detail_list dd{
    width: 100%;
    padding: 10px;
    border: 1px dotted #4169e1;
    box-sizing: border-box;
}
.lead a{
    text-decoration: none;
    color: #1e90ff;
}
.cloud_table{
    width: 100%;
    margin: 20px 0;
}
.cloud_table th{
    width: 50%;
    background: #fef4f4;
    text-align: left;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: 500;
    box-sizing: border-box;
}
.cloud_table th.strage_capacity{
    background: #f5f5f5;
}
.cloud_table td{
    width: 50%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.moving_method_list{
    width: 100%;
    margin-bottom: 20px;
}
.moving_method_list dt{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000cd;
    box-sizing: border-box;
}
.moving_method_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.moving_method_list dd span{
    display: inline-block;
    color: #8b8b8b;
}
.moving_method_list dd figure{
    width: 300px;
    float: left;
    margin: 0 20px 0 0;
}
.moving_method_list dd figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.moving_method_list dd figure figcaption{
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
    color: #8b8b8b;
    font-size: 14px;
    box-sizing: border-box;
}
.initial_setting{
    width: 100%;
    margin-bottom: 40px;
}
    
.initial_setting_preparation{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_procedure{
    width: 100%;
    margin-bottom: 40px;
}
.initial_setting_preparation h5, .initial_setting_procedure h5{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.initial_setting_preparation h5 span, .initial_setting_procedure h5 span{
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    color: #4682b4;
    margin-left: 4px;
}
.initial_setting_preparation_box{
    width: 100%;
    margin: 20px 0;
}
.initial_setting_preparation_list{
    width: 100%;
    margin-bottom: 20px;
}
.initial_setting_preparation_list dt{
    width: 50%;
    padding: 10px;
    color: #fff;
    background: #191970;
}
.initial_setting_preparation_list dd{
    padding: 10px;
    border: 1px solid #191970;
}
.preparation_and_procedure{
    width: 100%;
    margin-bottom: 80px;
}
.file_place_box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
    margin-bottom: 40px;
}
.setting_order_list{
    width: 100%;
}
.setting_order_list li{
    width: 100%;
    margin-bottom: 20px;
}
.setting_procedure_list{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.setting_procedure_list dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #4682b4;
    margin-bottom: 20px;
}
.setting_procedure_list dt span{
    display: inline-block;
    padding: 0 10px;
    background: #4682b4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.create_account_list{
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.setting_method_list{
    width: 100%;
    margin: 40px 0;
}
.setting_method_list li{
    width: 100%;
    margin-bottom: 20px;
}
.beneficial_setting_list{
    display: block;
    width: 100%;
}
.beneficial_setting_list dt{
    display: block;
    width: 100%;
    padding: 10px 20px 0 40px;
    box-sizing: border-box;
    background-image: url("../images/transfer/setting.png");
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left center;
}
.pc_setting_method_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
}
.pc_setting_method_list li{
    width: 100%;
    margin-bottom: 10px;
}
/*--------------------------------- 失敗しない！パソコン乗り換え術(detail_6) ---------------------------------*/
dl.disposal_method_list{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px 0 40px auto;
}
dl.disposal_method_list dt{
    padding: 10px;
    border-bottom: 1px dashed #6495ed;
    text-align: center;
    font-weight: 600;
    color: #191970;
    margin-bottom: 20px;
    box-sizing: border-box;
}
dl.disposal_method_list dt span{
    display: inline-block;
    padding-left: 40px;
    background-image: url("../images/transfer/point.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left 4% center;
}
.disposal_list{
    width: 100%;
}
.disposal_list li{
    width: 100%;
    margin-bottom: 10px;
}
.disposal_list li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▶";
    color: #191970;
    font-size: 12px;
}
.disposal_list li a{
    text-decoration: none;
    color: #1e90ff;
}
.disposal_method_box{
    width: 100%; 
    margin-bottom: 20px;
}
.disposal_method{
    width: 100%; 
    margin-bottom: 20px;
}
.disposal_method h5{
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.collect_box{
    overflow: hidden;
    width: 100%;
}   
figure.pc_recycling_img {
    width: 30%;
    float: right;
    margin: 0 0 0 4%;
}
figure.pc_recycling_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.disposal_caution{
    width: 100%;
    border: 1px dashed #9c9c9c;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px 0 40px;
}
.disposal_caution li{
    width: 100%;
    margin-bottom: 10px;
}
.disposal_caution li:before{
    display: inline-block;
    padding: 0 10px;
    content: "▪";
    box-sizing: border-box;
    color: #2e8b57;
}
.used_sale_box{
    width: 100%;
    overflow: hidden;
    margin-bottom:20px;
}
.used_sale_box figure{
    width: 50%;
    float: left;
    margin: 0 4% 0 0;
}
.used_sale_box figure img{
    display: block;
    width: 100%;
    height: auto; 
    border: 1px solid #9c9c9c;
}
.disposal_risk{
    width: 100%;
    margin-bottom: 20px;
}
.disposal_risk h5 {
    border-bottom: 1px solid #191970;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.disposal_risk_list{
    width: 100%;
    margin-bottom: 40px;
}
.disposal_risk_list dt{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #48d1cc;
    background: #f5fffa;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 6px; 
}
.illegal_dumping_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.illegal_dumping_box figure{
    width: 50%;
    float: right;
    margin: 0 0 0 4%;
}
.illegal_dumping_box figure img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.consultation{
    width: 80%;
    margin: 40px auto 80px;
    background: #f5f5f5;
    border: 1px solid #1e90ff;
    border-radius: 6px;
}
.consultation dt{
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    background: #1e90ff;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.consultation dd{
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
}
.consultation_list{
    width: 50%;
    margin: 20px auto 20px;
}
.consultation_list li{
    width: 100%;
    margin-bottom: 20px;
}
.consultation_list li a{
    text-decoration: none;
}
.consultation_list li span{
    display: inline-block;
    padding: 0 20px;
}
.consultation_list li span a{
    color: #1e90ff;
}
.consultation_list li:last-of-type a{
    display: block;
    width: 100%;
    background: #000080;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 120px; 
}
.consultation_list li:last-of-type a:hover{
    color: #b0c4de
}
/*------------ detail6ここまで ------------*/
    
/*コンタクトボタン*/
.contact_button{
    width: 80%;
    background-color: #ece6e6;
    margin: 0 auto 40px;
    padding: 20px;
    box-sizing: border-box;
}
.contact_button h5{
    width: 100%;
    color: #0a0a5f;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}
.contact_button h5 span{
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2.66%;
    text-align: left;
}
.contact_list{
    list-style: none;
    margin: 0 auto 40px;
    width: 80%
}
.t_tel{ 
    margin-bottom: 20px;
}
.o_tel{
margin-bottom: 20px;
}
.m_contact{
    margin: 20px 0;
}
.t_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 2rem;
}
.o_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 2rem;
}
.m_contact a{
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    background-color: #bb3b3b;
    border-radius: 6px;
    padding: 2.66%;
    text-align: center;
    margin:  20px auto 20px;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/mail_icon.png");
    background-size: 32px 24px;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.number{
    width: 160px;
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/free_tel.png");
    background-repeat: no-repeat;
    padding: 4px 0 0 4rem;
}
.office_name{
    width: 60px;
    color: #4c4c4c;
    font-size: 18px;
    margint: 0 0 4px 0;
}
/*コーポレートページ・大阪ページへのリンクボタン*/
.link_box{
    width: 100%;
    margin: 0 auto 2.6rem;
    overflow: hidden;
}
.c_button{
    width: 48%;
    float: left;
    margin-right: 2%;
}
.c_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color:  #00608d;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.o_button{
    width: 48%;
    float: left;
}
.o_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color:  #00608d;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.estimate{
    overflow: hidden;
}
.estimate p{
    width: calc(100% - 320px);
    float: left;
}
.estimate img{
    display: block;
    width: 300px;
    float: left;
    margin-left:20px;
}
.privacy{
    overflow: hidden;
    margin-bottom: 2.66%;
}
.privacy img{
    display: block;
    width: 300px;
    float: left;
    margin-right:20px;
}
.privacy p{
    width: calc(100% - 320px);
    float: left;
}
.business_hours{
    color: #5b5b5b;
}
/*------------------ セキュリティ ------------------*/
.certificate{
    margin-bottom: 20px;
}
.certificate p{
    margin-bottom: 20px;
}
.certificate_wrap{
    overflow: hidden;
    width: 96%;
    margin: 0 auto 40px;
}
.certificate_box1{
    width: 49%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 2%;
}
.certificate_box1 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.certificate_box1 img{
    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2{
    width: 49%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.certificate_box2 img{
    display: block;
    width: 36%;
    height: auto;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px; 
    padding: 6px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.service{
    display: block;
    width: 100%;
    font-family:'arial black',"sans-serif";
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    border-top: 1px solid #dcdcdc;
    padding-top: 16px;
}
.service_text{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #323232;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    font-size: 14px;
    color: #323232;
    margin-bottom: 4px;
}

/*------------------ 上へ戻るボタン ------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 99;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    text-decoration: none;
    color: #0d6fb8;
    border: 1px solid #0d6fb8;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*------------- footer ----------------*/
footer{
    width: 100%;
    padding: 10px;
    background-color: #191970; 
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.footer_nav{
    width: 100%;
    padding: 10px;
    margin: 40px auto 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.nav_box{
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
}
.nav2_box{
    width: 30%;
    float: left;
    margin: 0 0 0 2%;
}
.nav2_box li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.nav2_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
.nav_box li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
 }
.nav_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
 .nav_box li a:hover,.nav2_box li a:hover{
    color:#b2b2b2;
}
footer small {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    clear: both;
    text-align: center;
}
}