@charset "Shift_JIS";
.c5-container{
    display: flex;
    justify-content: space-between;
}
.c5-text-center{
    text-align: center;
}
.c5-items{
    margin-right: 20px;
}

@media screen and (min-width: 640px){
.sp_img {
    display: none;
}
}

@media screen and (max-width: 639px){
    .c5-container{
        display: block;
    }
    .c5-items{
        margin-top: 50px;
        text-align: center;
    }
    .pc_img {
    display: none;
}
    h2{
        margin-top: 40px;
    }
    .c5-items img{
        max-width: 200px;
    }
}

body p,.s5-table tr td{
    line-height: 1.6;
}

.gray_area {
    background-color: #dedede;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;

}

.c5-anchor li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    font-size: 1.2em;
}
.border_box{
	border:#999 solid 2px;
	padding:5px;
	width:270px;
	margin-bottom:20px;
	text-align:center;
}
.w50{
	width: 50% !important;
}

.s5-table table {
    width: 95%;
    margin: auto;
}
.c5-table-semi table {
	width: 100%;
}
.c5-table-semi th,
.c5-table-semi td {
	padding: 14px 10px;
    border: 1px solid #e4e7ec;
}
.c5-table-semi th {
	font-weight: bold;
}
.c5-table-semi p:not(:last-child) {
	margin-bottom: 1.3em;
}
.c5-table-bg-w {
	background-color: #eaeaea !important;
}
.c5-table-bg-w2 {
	background-color: #f9f9f9 !important;
}
.c5-table-bg-h1 {
	background-color: #a4fafe !important;
}
.c5-table-bg-h2 {
	background-color: #cafdff !important;
}
.c5-table-bg-h3 {
	background-color: #e5feff !important;
}
.c5-table-ttl {
	font-size: 13px;
}
.c5-profcol {
	display: table;
	width: 100%;
}
.c5-profcol > * {
	display: table-cell;
	vertical-align: top;
}
.c5-proflist dt {
	margin-bottom: 1em;
}
.c5-proflist dd {
	padding-left: 1em;
}
.c5-profcol .txt {
	width: 72%;
}
.c5-profcol .img {
	padding-left: 100px;
	vertical-align: top;
}
.c5-profcol .img img {
	vertical-align: bottom;
}

.c5-anchor li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.c5-img100 {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 640px){
.sp_img{
		display: none;
	}
}
@media screen and (max-width: 1000px){
	.c5-profcol .img {
		padding-left: 50px;
	}
}
@media screen and (max-width: 639px){
	.w50{
	width: 100% !important;
}
	.table_p{
		padding: 10px 15px !important;
	}
	.pc_img{
		display: none;
	}
	
	.c5-table-semi {
		overflow-x: auto;
	}

	.c5-table-semi th,
	.c5-table-semi td {
		padding: 7px;
	}
	.c5-profcol {
		display: block;
		direction: ltr;
	}
	.c5-profcol > * {
		display: block;
		width: auto;
	}
	.c5-profcol .txt {
		padding-right: 0;
		width: auto;
	}
	.c5-profcol .img {
		text-align: center;
		padding-left: 0;
		padding-top: 0 !important;
	}
	.c5-profcol .txt + .img {
		margin-top: 10px;
	}
}