@charset "utf-8";
/* CSS Document */

/*コラム共通レイアウトーーーーーーーーーーーーーーーーー*/
.column_mv{
	margin-bottom:30px;
}
.column_mv img {
    width: 100%;
    height: auto;
}
.column_read p + p{
	margin-top: 15px;
}
.col_flex{
	display: flex;
	justify-content: center;
}
.col_flex .img{
	width:400px;
	flex-shrink: 0;
}
.col_flex .txt{
	margin-right:10px;
}
.col_flex .img + .img{
	margin-left: 40px;
}
.col_flex .img img{
	width: 100%;
	height: auto;
}
.publication_date {
    margin-bottom: 40px;
    text-align: right;
    font-size: 12px;
}
/* 文例 */
.bunrei{
    font-size: 14px;
    font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"Lucida Grande",sans-serif;
    margin-bottom: 60px;
}
#sample .sample_ttl {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 32px;
    background: #eee;
    padding: 10px 15px;
}
#sample .title_md{
	color: #090;
	margin-bottom: 20px;
}
@media screen and (max-width:750px) {
	.column_mv{
		margin-bottom:calc(52*100vw/750);
	}
	.column_read p + p{
		margin-top:calc(26*100vw/750);
	}
	.col_flex{
		flex-direction: column;
	}
	.col_flex .txt{
		margin-right:0;
		order: 12;
	}
	.col_flex .img + .img{
		margin-left:0;
		margin-top:calc(26*100vw/750);
	}
	.col_flex .img{
		width:100%;
		margin-left:0;
		margin-bottom:calc(20*100vw/750);
		order: 1;
	}
	.publication_date {
		margin-bottom:calc(70*100vw/750);
		font-size:calc(20*100vw/750);
	}
	/* 文例 */
	.bunrei{
        font-size:calc(17*100vw/750);
        letter-spacing: normal;
        margin-bottom: calc(80 * 100vw / 750);
    }
	#sample .sample_ttl {
        font-size:calc(40 * 100vw / 750);
        padding:calc(16 * 100vw / 750) calc(30 * 100vw / 750);
    }
	#sample .title_md {
		font-size: calc(35 * 100vw / 750);
		margin-bottom: calc(35 * 100vw / 750);
	}
}
/* 
#container {
	text-align: center;
	height:100%;
	width:100%;
	min-width:100%;
}
#contents {
	width:860px;
	margin:0 auto;
}
#header {
	padding:15px;
	text-align:left;
}
#main {
	text-align:left;
}
h1 {
	margin-bottom:30px;
}
h2 {
	height:40px;
    margin-bottom:30px;
	padding:0 10px;
	color:#FFF;
	font-size:134%;
	font-weight:bold;
	line-height:40px;
	background:#090;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	behavior: url(/column/js/PIE.htc);
}

#main dl {
	margin-bottom:10px;
}
#main dt {
	height:30px;
	padding:0 10px;
    color: #090;
	font-size:117%;
	font-weight:bold;
	line-height:30px;
	border-bottom: #090 dotted 1px;
}
#main dd {
	padding:20px;
}
#main p {
	margin-bottom:10px;
}
#main .img {
    margin:0 0 20px 20px;
    float: right;
}
#main .box_img {
    margin-top:30px;
}
#main .img_l {
    float: left;
}
#main .img_r {
    float: right;
}
#box_choose {
    margin-top: 30px;
    padding: 20px;
    background:#EFEFEF;
}
#box_choose strong {
    margin-bottom:10px;
    font-size: 107%;
    display: block;
}
#box_choose .box_btn {
    margin: 20px auto 0;
}
.box_btn {
	margin:50px auto;
	text-align:center;
}
.box_btn p {
	margin-bottom:10px;
	font-weight: bold;
}
.btn_top {
	width:400px;
	height:40px;
	margin:0 auto;
}
.btn_top a {
	width:400px;
	height:40px;
	display:block;
	text-decoration:none;
	line-height:40px;
	font-weight:bold;
    font-size: 117%;
	color:#FFF;
	background:#033;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	overflow:hidden;
	behavior: url(/column/js/PIE.htc);
	text-align: center;
}
.btn_top a:hover {
	background:#090;
}
#footer {
	padding:10px 0;
	font-size:93%;
} */
