@charset "UTF-8";
/* CSS Document */

#product .main-img {
	background: url("../images/about/main.jpg") no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px){
#product .main-img {
	background: url("../images/about/main_sp.jpg") no-repeat;
	background-size: cover;
}
}


.sec-probtn {
    margin: 0 0 70px 0;
}
.sec-probtn ul li {
    width: 48%;
    margin: 0 3% 10px 0;
    float: left;
}
.sec-probtn ul li:nth-child(2n) {
    margin: 0 0 10px;
}
.sec-probtn ul li a {
    display: block;
    color: #000;
    position: relative;
    height: 60px;
    border: solid 2px #005df6;
    font-weight: bold;
}
.sec-probtn ul li a span {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform : translate(0%,-50%);
    transform : translate(0%,-50%);
    color: #005df6;
    font-size: 13px;
}
.sec-probtn ul li a:after {
	content:" ";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0;
	border-bottom: 2px solid #005df6;
	border-right: 2px solid #005df6;
	transform: rotate(45deg);
	transition-duration: 0.2s;
	position: absolute;
	right: 7%;
	top: 40%;
}
.sec-pro-list {
    margin: 0 0 50px;
}
.sec-pro-list dl {
    border-bottom: solid 1px #ccc;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0 10px 20px;
}
.sec-pro-list dl:last-child {
    margin: 0;
}
.sec-pro-list dl dt {
    width: 15%;
}
.sec-pro-list dl dt::before {
    content:  "";
    width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #005df6;
    border-radius:  50%;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.sec-pro-list dl dd {
    width: 85%;
}


@media only screen and (max-width: 768px){
.sec-probtn {
    margin: 0 0 30px 0;
}
.sec-probtn ul li a {
    height: 45px;
}
.sec-probtn ul li a:after {
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #005df6;
	border-right: 2px solid #005df6;
	right: 5%;
}
.sec-pro-list dl {
    margin: 0 0 15px;
    padding: 0 5px 15px;
    display: block;
}
.sec-pro-list dl:last-child {}
.sec-pro-list dl dt {
    width: auto;
    margin: 0 0 5px;
    font-weight: bold;
}
.sec-pro-list dl dt::before {
    content:  "";
    width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #005df6;
    border-radius:  50%;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.sec-pro-list dl dd {
    width: auto;
}
}
@media only screen and (max-width: 640px){
.sec-probtn ul li {
    width: 100%;
    margin: 0 0 10px;
    float: none;
}
.sec-probtn ul li:nth-child(even) {
	float: none;
}
}

.unline {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    text-decoration: underline;
}
@media only screen and (max-width: 768px){
.unline {
    font-size: 15px;
    margin: 0 0 15px;
}
}


/*=======================================
装置設備
=======================================*/
#product .sec-intro {
	margin-bottom: 90px;
}
#product .sec-results {
	margin-bottom: 100px;
}
#product .sec-results ul {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	border-bottom: 2px solid hsla(0,0%,16%,0.3);
	padding: 8px 0;
}
#product .sec-results ul li {
	width: 20%;
}
#product .sec-results ul:last-child li {
	width: 100%;
}
@media only screen and (max-width: 768px){
#product .sec-intro {
	margin-bottom: 45px;
}
#product .sec-results {
	margin-bottom: 50px;
}
#product .sec-results ul {
	flex-flow: wrap;
	padding: 4px 0;
}
#product .sec-results ul li {
	width: 50%;
}
#product .sec-results ul:last-child li {
	width: 100%;
}
}



/*=======================================
コンパウンドとは
=======================================*/
#product .sec-example {
	margin-bottom: 100px;
}
#product .sec-example p {
	margin-bottom: 30px;
}
#product .sec-example table {
	width: 100%;
}
#product .sec-example table th,
#product .sec-example table td {
	border: 1px solid #898989;
	padding: 0.5em 0.8em;
}
#product .sec-example table th {
	background-color: #eff5ff;
	width: 75%;
	font-weight: bold;
	text-align: center;
}
#product .sec-example table th:nth-child(1) {
	width: 25%;
}
#product .sec-example table td {
	width: auto;
}
@media only screen and (max-width: 768px){
#product .sec-example {
	margin-bottom: 50px;
}
#product .sec-example p {
	margin-bottom: 15px;
}
#product .sec-example table th,
#product .sec-example table td {
	/* display: block; */
}
#product .sec-example table th {
	width: 60%;
}
#product .sec-example table th:nth-child(1) {
	width: 40%;
}
#product .sec-example table td 
	width: auto;
}
#product .sec-example table tr:not(:last-child) td {
	border-bottom: none;
}
}