@charset "UTF-8";

/* --------------------------------------------------------
	common within page
-------------------------------------------------------- */
h2 {
    font-size: 190%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}
.sec-page-head {
	margin-bottom: 0;
}
.sec-com-act ul {
	display: flex;
	justify-content: space-between;
}

/* --------------------------------------------------------
	green line
-------------------------------------------------------- */
.sec-com-act h3 {
    font-size: 115%;
    color: #4d4d4d;
    border-left: 6px solid #3ca062;
    font-weight: 700;
    padding-left: 0.5em;
    margin-bottom: 1em;
}
.sec-com-act ul li:nth-child(2) {
    margin-left: 2em;
}
.sec-com-act ul ul li {
    margin: 0.5em 0 0.5em 1em!important;
    text-indent: -1em;
}
.sec-com-act ul ul {
    display: block;
}
.ajust-line {
	line-height: 2.95em;
}
.sec-bg-gray {
    background: #f2f2f2;
    padding: 2em 20px 4em;
}
.sec-bg-gray div {
	max-width: 960px;
	margin: auto;
	position: relative;
}
button.btn-green{
	color: #3ca062;
    border: 2px #3ca062 solid;
	margin-bottom: 40px;
}
button.btn-green:hover {
    color: #fff;
    background: #3ca062;
}
.btn-green::before{
	content: url("/common/img/arrow_g.svg")
}
main > .box-btn {
    margin: 0 20px;
}


@media screen and (max-width: 767px) {
	
	.product-title{
		height: 78px;
	}
	h1 {
		font-size: 1.5em;
		position: relative;
	}	
	.sec-com-act ul {
		display: block;

	}
    .sec-com-act ul li:nth-child(2) {
        margin: 2em 0 0 0;
    }
    .sec-com-act ul ul li:nth-child(2) {
        margin: 0 0 0 1em;
    }
	.sec-com-act ul img {
		 width: 100%;

	}
}
