@charset "UTF-8";
/* CSS Document */
.koumonkaV_pc {
	margin: 0;
}
.koumonkaV_sm {
	margin: 0;
	display: none;
}
.first {
	padding: 20px;
	border: 2px solid #ff8a15;
	/*background: #FFD7AF;*/
	text-align: center;
}
.second p {
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 20px;
	font-size: 32px;
	color: #085ba9;
	font-weight: bold;
}
.aisatu {
	width: 60%;
}
.doctor {
	width: 40%;
}
.doctor p {
	font-size: 14px;
}
.aisatu p {
	margin-right: 1em;
	line-height: 2em;
}
.aisatu .align-right {
	margin-right: 1em;
}
.note1 {
	color: #146827;
	font-size: 14px;
}
.main {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.left {
	width: 65%;
	margin: 10px;
} 
.right {
	width: 30%;
	margin: 10px;
}
.section {
	margin-bottom: 20px;
}
.left p {
	line-height: 1.8em;
}
.li10 {
	background: #f4f5c9;
	margin-bottom: 10px;
	padding: 20px;
	line-height: 2em;
}
.li10 ol li {
	margin: 0 0 1em 2em;
	list-style-type: decimal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #146827;
	font-weight: bold;
}
.li10 ol li:last-child {
	margin-bottom: 0;
}
.li10 ol p {
	color: #000;
}
.flow p {
	margin-bottom: 10px;
}
.maru4 {
	display: flex;
	 align-items: flex-start;
}

/** タブレット表示 **********************/
@media screen and (max-width: 768px) {
.k_overwidth {
	margin: 0;
	padding: 0;
	background: #ff8a15;
}
.main {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 10px 10px 0;
	font-size: 14px;
}
.left {
	width: 100%;
	margin: 0 0 30px;
} 
.right {
	width: 60%;
	margin: 0 auto;
}
.section:last-child {
	margin-bottom: 0;
}
.flex {
	display: block;
}
.aisatu {
	width: 100%;
}
.doctor {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.doctor p {
	margin-left: 40px;
	text-align: left;
}
.maru4 img {
	display: none;
	}
}/*768px*/
/** ここまで タブレット表示 **********************/

/** スマホ表示 **************************/
@media screen and (max-width: 480px) {
.koumonkaV_pc {
	display: none;
}
.koumonkaV_sm {
	display: block;
}
.left {
	width: 100%;
	margin: 0;
} 
.right {
	width: 100%;
	margin: 0;
}
.li10 ol li {
	margin-left: 1em;
	font-size: 16px;
}
.li10 ol li p {
	font-weight: 400;
}
}/*480px*/


/** cp_table **************************/
.cp_table {
	table-layout: fixed;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
	line-height: 1.2em;
}
.cp_table th,.cp_table th td{
	vertical-align: middle;
}
.cp_table th {
	font-size: 18px;
	font-weight: bold;
}
.cp_table thead th {
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #FFAFAF;
}
.cp_table thead th:nth-of-type(1) {
	width: 5%;
}
.cp_table thead th:nth-of-type(2) {
	width: 20%;
}
.cp_table thead th:nth-of-type(3) {
	width: 50%;
}
.cp_table thead th:last-child {
	width: 25%;
	border-right: 1px solid #FFAFAF;
}

.cp_table tbody th {
	padding: 10px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #ffffff;
	background: #FFAFAF;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #dddddd;
}
.cp_table tbody tr td:nth-of-type(1){
	text-align: center;
}
.cp_table tbody td {
	padding: 10px 15px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
	vertical-align: middle;
}
.bl_bg {
	background: #fff!important;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.type {
	text-align: center;
}
.col1 {
	width: 3em;
	vertical-align: middle;
	border-right: 1px solid #FFAFAF;
}
.tate {
	padding: 2em!important;
}
/** タブレット表示 **********************/
@media screen and (max-width: 768px) {
.flex {
	display: block;
}
.aisatu {
	width: 100%;
}
.doctor {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.doctor p {
	margin-left: 40px;
	text-align: left;
}
}/*768px*/
/** ここまで タブレット表示 **********************/
/*スマホ*/
@media only screen and (max-width:480px) {
.wrap {
/*	height: auto;*/
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
	font-size: 12px;
}
.cp_table tbody td {
	padding: 10px 5px;
}
.cp_table th {
	font-size: 14px;
	font-weight: normal;
}
}/*480px*/