@charset "utf-8";
.about .col_3 img {
	display: block;
}

.about .col_3 {
	background-color: #fff !important;
}

.service_description {
	padding: 8px;
	text-align: left;
}

.red_txt {
	color: #ff0000;
	font-weight: bold;
}

.txt_maker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

.txt_box {
	color: #fff;
	font-weight: bold;
	background: #ff0000;
	padding:0 2px;
	margin: 0 2px;
}

.read_txt p {
	padding: 0 1em;
	font-weight: bold;
	font-size: 140%;
	color: #007a43;
	text-decoration: underline;
}

.price_txt {
	color: #ff0000;
	font-weight: bold;
	text-shadow: white 2px 0px 0px,
	white -2px 0px 0px,
	white 0px -2px 0px,
	white 0px 2px 0px,
	white 2px 2px 0px,
	white -2px 2px 0px,
	white 2px -2px 0px,
	white -2px -2px 0px,
	white 1px 2px 0px,
	white -1px 2px 0px,
	white 1px -2px 0px,
	white -1px -2px 0px,
	white 2px 1px 0px,
	white -2px 1px 0px,
	white 2px -1px 0px,
	white -2px -1px 0px,
	white 1px 1px 0px,
	white -1px 1px 0px,
	white 1px -1px 0px,
	white -1px -1px 0px;
}

.price_txt:before {
	content: "：";
	color: #fff;
	text-shadow: none;
}

.deco_none {
	font-weight: normal;
	text-shadow: none;
	color: #fff;
}

.hakajimai_faq article {
    padding: 1em;
}

.hakajimai_faq h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin: .5em 0 1em;
    padding: 0 0 0 60px;
    line-height: 50px;
    position: relative;
    color: #007130;
}

.hakajimai_faq h3::before {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/icon_Q.png) no-repeat center / contain;
}

.hakajimai_faq div {
    position: relative;
    padding: 0 0 0 60px;
}

.hakajimai_faq div p {
    margin: 0 0 8px 0;
}

.hakajimai_faq div::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.hakajimai_faq div::before {
    background: url(../images/icon_A.png) no-repeat center / contain;
}

.flex_box_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px auto;
}

.col2_box {
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 49%;
    text-align: center;
    padding-bottom: 1em;
}

.col2_box h3 {
    margin-top: 0;
    border-radius: 6px 6px 0 0;
    background-color: #007130;
	text-align: center;
	color: #fff;
    font-weight: bold;
    padding: .3em 0 .2em 0;
    font-size: 120%;
    margin-bottom: .5em;
}

.col2_box ul {
    list-style: disc;
    text-align: left;
    margin: 0 0 0 30px !important;
}

.col2_box ul li {
    line-height: 1.5em;
    margin-bottom: 0;
    padding: 0 .5em 0 0;
}
.plat_nav{
	text-align: center;
}
