#main{
	margin-top: 0 !important;
}

.content{
	margin-top: 20px;
}

.bread-box {
    background: #1869c3;
    padding: 5px 10px;
    width: 100%;
    height: 30px;
}

.bread-list {
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
}

.bread-list a {
    text-decoration: underline;
}


.blog-contents .bread-box ul li {
	float: left;
}

.blog-contents .con-right{
	width: 312px !important;
	float: right;
	width: auto;
}

.blog-contents .con-right .article ul{
	margin-bottom: 8px; 
}

.blog-contents .con-main{
	float: left !important;
	width: 880px !important;
}
.blog-contents #blogmain .more-btn{
	margin-top: 40px;
	margin-bottom: 80px;
}

/*記事一覧レイアウト*/

.blog-contents .st{
	display: inline-block;
	font-weight: bold;
	width: 100%;
	color: #1869c3;
	font-size: 20px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #1869c3;
}
.blog-contents .st{
	background: url(../img/blog2/artecle.png) no-repeat center;
    background-size: 20px;
    background-position-x: 1%;
    padding: 0 0 0 36px;
}
.blog-contents .article{
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #1869c3;
}
.blog-contents .article a{
	display: block;
	width: 100%;
/*	height: 100%;*/
}
.blog-contents .article ul{
	display: flex;
	justify-content: space-between;
}
.blog-contents .article ul li{
    height: 100px;
    overflow: hidden;
}
.blog-contents .article ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-contents .article ul li:first-child{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 4px;
}
.blog-contents .article ul li:nth-child(2){
    width: calc( 100% - 100px );
	position: relative;
}
.blog-contents .article ul li > dl{
	height: 100%;
}
.blog-contents .article ul li > dl > dt{
	display: inline;
	font-size: 18px;
    color: #12438c;
    font-weight: bold;
    background: url(../img/blog2/logo-icon.png)no-repeat center;
    background-size: 18px;
    background-position-x: 1%;
    padding: 0 0 0 24px;
}
.blog-contents .article ul li > dl > dd{
	font-size: 16px;
	background:url('../img/common/store-icon.png') no-repeat center;
	background-position-x:1%; 
	background-size: 16px;
	padding-left: 22px;
	position: absolute;
	bottom: 22px;
}
.blog-contents .article ul li > dl > dd:nth-of-type(2){
	background:url('../img/svg/clock-b.svg') no-repeat center;
	background-position-x:1%; 
	background-size: 16px;
	padding-left: 22px;
	position: absolute;
	bottom: 0;
}
.blog-contents .more-btn{
	height: 48px;
	width: 100%;
	background-color: #1869c3;
	display: table;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(100, 100,100, .5);
}
.blog-contents .more-btn button{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border:none;
	background:url("../img/svg/arrow-bottom-white.svg")no-repeat center;
	background-position-x:99%; 
	background-size: 24px;
	color: #fff;
	font-size: 20px;
}

/*メインレイアウト*/

.blog-contents .con-main{

}
.blog-contents .con-main .eyecatch{
	height: 400px;
    overflow: hidden;
}
.blog-contents .con-main .eyecatch img{
	width: 100%;
	height: auto;
	object-position: center;
}
.blog-contents .con-main h1{
	font-size: 36px;
	font-weight: bolder;
	padding: 8px 0;
}
.blog-contents .con-main .blog-text h2{
	border: none;
    margin: 16px 0;
    background: url(../img/blog2/logo-icon.png)no-repeat center;
    background-size: contain;
    background-position-x: 1%;
    padding: 0 0 0 62px;
    color: #12438c;
}
.blog-contents .con-main .blog-text{
	font-size: 18px;
	margin-bottom: 16px;
}
.blog-contents .con-main .blog-text .reference-btn{
	display: table;
	width: 100%;
	margin:8px 0;
	height: 34px;
	border:1px solid #3494ea;
	box-shadow: 0 2px 3px 0 rgba(100, 100,100, .5);
}
.blog-contents .con-main .blog-text .reference-btn a{
	display: table-cell;
	padding: 8px;
	width: 100%;
	height: 100%;
}
.blog-contents .con-main .blog-text p{
	line-height: 150%;
}
.blog-contents .con-main .blog-text img{
	margin:16px 0;
}
.blog-contents .btn-box{
	width: 100%;
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: #666 1px dotted;
	border-bottom: #666 1px dotted;
	margin-top:0px;
	margin-bottom:8px;
}
.blog-contents .btn-box > p{
	width: 49%;
	text-align: left;
	font-size: 18px;
	background:url('../img/common/store-icon.png') no-repeat center;
	background-position-x:1%; 
	background-size: 20px;
	padding-left: 32px;
}
.blog-contents .btn-box > span{
	width: 49%;
	text-align: right;
	font-size: 18px;
	background:url('../img/svg/clock-b.svg') no-repeat center;
	background-position-x:294px;
	background-position-y:1px; 
	background-size: 20px;
}
.blog-contents .btn-box > div{
	display: table;
	width: 49%;
	height: 34px;
	font-size: 18px;
	text-align: left;
	padding: 8px 16px;
	color: #1869c3;
	border:#1869c3 solid 1px;
	margin:8px 0;
	box-shadow: 0 2px 3px 0 rgba(100, 100,100, .5);
}
.blog-contents .btn-box > div{
	background: url(../img/blog2/artecle.png) no-repeat center;
    background-size: 18px;
    background-position-x: 4%;
    padding-left: 40px;
}
.blog-contents .btn-box > div > a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.blog-contents .con-main .news{
	font-size: 18px;
	margin-bottom: 16px;
}
.blog-contents .con-main .news .article ul li:nth-child(2){
    width: calc( 100% - 100px );
	position: relative;
}
.blog-contents .con-main .blog-shopname{
	font-size: 18px;
	margin-bottom: 16px;
}
.blog-contents .con-main .blog-shopname .flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.blog-contents .con-main .blog-shopname .flex-box > .article{
	width: 49%;
}

/*20210215｜レイアウト調整*/

.blog-contents .category{
	width: 100%;
	border: 1px solid #1869c3;
}
.blog-contents .category ul{
	display: block;
	width: 100%;
}
.blog-contents .category ul li{
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #1869c3;
}
.blog-contents .category ul li:last-child{
    border-bottom: none;
}
.blog-contents .category ul li:last-child a dl::before{
    border-bottom: none;
}
.blog-contents .category ul li a{
    height: 100px;
    overflow: hidden;
}
.blog-contents .category ul li a dl{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.blog-contents .category ul li a dt{
    width: calc( 100% - 160px);
    padding-left: 18px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto sans japanese',Meiryo,Tahoma,Verdana,Arial,sans-serif;
    color: #1869c3;
}
.blog-contents .category ul li a dl::before{
	content: "";
	display: block;
	width: 60px;
	height: 100px;
	background:url(./../img/svg/arrow-right-w.svg)no-repeat center #1869c3;
    background-size: 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}
.blog-contents .category ul li a dd{
    width: 100px;
    height: 100px;
    object-position: center;
}
.blog-contents .category ul li a dd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.con-right .article ul li:first-child{
    position: relative;
}
.con-right .article ul li:first-child span{
	display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;

    top: 4px;
    right: 4px;
}
.con-right .article ul li:first-child span img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

a.prev{
	background: url("./../img/svg/arrow-left.svg")no-repeat center;
	background-size: 18px;
    background-position-x: 2%;
    padding-left: 48px !important;
}
a.next{
	background: url("./../img/svg/arrow-right.svg")no-repeat center;
	background-size: 18px;
    background-position-x: 2%;
    padding-left: 48px !important;
}

.blog-header{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: url(./../img/blog2/blog-head.png)no-repeat center;
    background-size:cover; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.blog-header h1{
	color: #fff;
    text-shadow: 3px 2px black;
}
.blog-header p {
	display: block;
	max-width: 43%;
    font-family: 'Noto sans japanese',Meiryo,Tahoma,Verdana,Arial,sans-serif;
    color: #fff;
}
.blog-header span {
    display: block;
    height: 24px;
    color: #fff;
    overflow: hidden;
    margin-top: 8px;
    padding-left: 18%;
}
.blog-header span img {
	height: 100%;
}

#categoryname .blog-header{}

.con-right .st{
	margin-top: 16px;
}

/*月まとめレイアウト*/

.iphone-detail {}

.iphone-detail h2 {
    border-bottom: none !important;
    background: #eeeeee;
    padding: 4px 0px 4px 12px !important;
    font-size: 20px !important;
    border-left: 4px solid #2369bf;
}
.iphone-detail h3 {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    font-weight: bold;
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
}
.iphone-detail h3::before {
    content: "";
    position: absolute;
    bottom: -2px;
    display: inline;
    height: 2px;
    width: 30%;
    background: #2369bf;
}
.iphone-detail .t-red {}

.iphone-detail .btn {
    display: block;
    padding: 1em;
    width: fit-content;
    text-align: center;
    min-width: 300px;
    margin: 20px auto;
    background: #18438c;
    color: #fff;
    position: relative;
}

.iphone-detail .btn::before {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
}
.iphone-detail .btn.prev::before {
	background: url('./../img/svg/arrow-right-w.svg')no-repeat center;
	background-size: contain;
	transform: translateY(-50%) rotate(180deg);
	left: 12px;
}
.iphone-detail .btn.next::before {	
	background: url('./../img/svg/arrow-right-w.svg')no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	right: 12px;
}

.iphone-detail .banner-link {
    display: block;
    width: fit-content;
    margin: 20px auto;
}
.iphone-detail .banner-link img {
    width: 100%;
}
.iphone-detail .banner-link div {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 12px 0;
}

.iphone-detail .flex-box {
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
}
.iphone-detail .flex-child {
	display: block;
    width: 100%;
}
.iphone-detail .flex-child > figure {
    margin: 0;
    width: 100%;
    height: 100%;
}
.iphone-detail .flex-child > figure img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.iphone-detail .grid-box {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(3,1fr);
    margin: 40px auto;
}
.iphone-detail .grid-child {}
.iphone-detail .grid-box figure {
    margin: 0;
}
.iphone-detail .grid-box figure > img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.iphone-detail .grid-box dl {}
.iphone-detail .grid-box .art-st {
    padding: 4px 0;
    font-weight: bold;
    color: #343434;
}
.iphone-detail .grid-box .art-text {
    padding: 4px 0;
}
.iphone-detail .grid-box .art-text p {}
.iphone-detail .grid-box .art-btn {
    text-align: center;
    padding: 4px;
    border: 2px solid #434343;
}
.iphone-detail .grid-box .apple-link {
    text-align: center;
    padding: 6px;
}

.child-content {
    width: 100%;
    padding: 0 20px 0;
}

.article-container figure {
    margin: 20px auto;
    width: 80%;
}
.article-container figure img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.colum-box {
    border: 4px solid #999;
    background: #ededed;
    padding: 12px;
    padding-top: 38px;
    margin: 40px 0;
    position: relative;
}
.colum-box .colum-st {
    position: absolute;
    left: -24px;
    top: 4px;
    background: #999;
    color: #fff;
    font-size: 14px;
    padding: 4px 12px;
}
.colum-box .colum-st::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #09132d transparent transparent;
}
.colum-box strong {
    font-weight: bold;
}
.colum-box p {}


.iphone-detail .header-detail {}
.header-detail .flex-box {
    max-height: 230px;
    overflow: hidden;
    gap: 0;
}
.header-detail .flex-child {}
.header-detail .flex-child:first-of-type {
    background: #1e69c1;
    color: #fff;
}
.header-detail .flex-child:last-of-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -50px;
}
.iphone-detail .head-detail-st {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-family: 'Noto sans japanese',sans-serif;
    font-weight: bold;
    font-size: 43px;
    padding: 0 40px
}
.iphone-detail .head-detail-st span {
    font-size: 28px;
}
.iphone-detail .page-link-box {
    border: 2px solid #999;
    padding: 30px 20px 20px;
    position: relative;
    margin-bottom: 40px;
}
.iphone-detail .page-link-st {
    display: block;
    width: fit-content;
    background: #999;
    color: #fff;
    padding: 4px 1em;
    position: absolute;
    top: -16px;
}
.iphone-detail .page-link-box li {
    margin-bottom: 10px;
    font-weight: bold;
    list-style: disc;
    margin-left: 12px;
}
.iphone-detail .box03 {}

.iphone-detail .box03 img {
	margin-bottom: 1em;
}
