@charset "utf-8";

/*
	Theme Name: ONLY マガジン
	Description: 2カラムのシンプルブなログテーマです。
	Theme URI: http://www.coremobile.co.jp/
	Author: 株式会社コアモバイル
	Author URI: http://www.coremobile.co.jp/
	Version: 1.0
	Tags: white, right-sidebar, two-columns
	Template: only_tpl

*/


.styling_box{
max-width: 792px;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
padding: 0;
list-style:none;
font-size:10px;
}

.styling_box li{
width:48%;
margin-bottom:100px;
font-size:1.4em;
position: relative;
}
.styling_box li p{
margin:4% 0 0;
}
.styling_box li strong{
display: block;
font-size:1.2em;
margin-bottom:10px;
border-left:5px solid #333;
padding-left:10px;
line-height:1.5;
}

.styling_box li img{
max-width:100%;
}

.styling_box li a{
position: absolute;
bottom:-70px;
background-color:#333;
color:#fff;
text-decoration:none;
display:block;
width:100%;
height:50px;
text-align: center;
line-height:50px;
}

.styling_box li a:after{
content:"";
display: block;
width: 8px;
height: 8px;
position: absolute;
right: 16px;
top: calc(50% - 2px);
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg) translateY(-50%);
color: inherit;
}

