﻿@charset "utf-8";

.content_block {
	display: flex;
}
.content_block p {
	width: 32%;
}
.content_block p img {
	width: 100%;
	height: auto;
}
#contents .inner #article .section .section .center {
	text-align:center;
}
#contents .inner #article .section .titleTypeA03 {
    border-bottom: 1px solid #b6b6b6;
    color: #0093d9;
    font-size: 120%;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: left;
}
