﻿@charset "UTF-8";

.sub_index{
display:block;
width:100%;
margin-top:100px;
padding:3px 5px;
background:translate;
border-left:solid 5px orange;
font-size:26px;
font-weight:bold;

}

.content_title{
display:block;
width:100%;
margin:100px 0px 10px;
padding:3px 5px;
background:#eeeeee;
border-left:solid 5px #0000ff;
}




.content_item_wrapper a{
display:block;
width:100%;
max-width:100%;
margin:0 auto;
text-align:center;
}

.content_item_wrapper img{
display:block;
width:100%;
max-width:600px;
margin:0 auto;
}



li{
overflow: visible;
list-style-type:disc;
padding-left:0;

}

/*通常サイズのイメージ*/
.img_common{
display:block;
width:100%;
max-width:468px;
margin:20px auto;
}

.img_amz{
display:block;
width:100%;
max-width:468px;
margin:30px auto;

}

h3{
margin:30px 0px 10px;
}



/*アフィリエイト変更後リンク*/
.content_anchor_wrapper{
display:flex;
align-items:center;
justify-content: center;
margin:40px 0 0;
}

.content_anchor_wrapper a{
color:#1a0dab;
font-size:18px;
}

.content_anchor_wrapper a:before{
font-family: "Font Awesome 5 Free";
content: "\f101";
font-weight:600;
font-size:18px;
padding:0 2px 0 0;
color:#1a0dab;

}


.content_item_wrapper{
width:100%;
height:100%;
margin:30px auto;

}

table{
border-collapse:collapse;
width:468px;
border:solid 1px gray;
margin:30px auto 0;
}

.table_left{
width:40%;
background:#f5f5f5;

}

.table_right{
width:60%;
}

td{
height:30px;
padding:5px 5px;
text-align:center;
border:solid 1px gray;
}

#table_summary{
text-align:left;
}

.marker:before{
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight:900;
font-size:20px;
padding-right : 5px;
color: #f89174;
}



/*■■■■■■■■■■スマホ■■■■■■■■■■*/

@media screen and (max-width:768px){

.content_title{
margin:50px 0px 10px;

}

.content_top_text{

}

.content_title,.sub_index{
width:98%;

}

.content_item_wrapper{
width:100%;
}

.item_wrapper{
width:95%;
max-width:95%;
height:100%;
}

table{
border-collapse:collapse;
width:100%;
min-width:300px;
border:solid 1px gray;
margin:20px auto 0;
}

th,td{
height:30px;
border:solid 1px gray;
}

th{
width:50%;
background:#f0f8ff;
}

.table_left{
text-align:left;
padding-left:3px;
}

td{

}

.button_wrapper{
margin:50px auto 0px;

}


}/*スマホ終了タグ*/



