@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------
Common
------------------------------------------------------------------------------------------------------- */

/*セル幅調整*/

.table-design tr th:nth-of-type(1){
	width: 20%;
}
.table-design tr th:nth-of-type(2){
	width: 20%;
}
.table-design tr th:nth-of-type(3){
	width: 40%;
}
.table-design tr th:nth-of-type(4){
	width: 10%;
}
.table-design tr th:nth-of-type(5){
	width: 10%;
}

.table-design.cad tr th:nth-of-type(4){
	width: 22%;
}

/*セル内テキスト揃え補完*/
.table-design tr td:last-child{
	text-align: center;
}
.table-design tr td:nth-last-child(2){
	text-align: center;
}

.table-design.cad tr td:nth-last-child(2){
	text-align: left;
}


/*リンクカラー*/
#manual a,#software a,#cad a {
	font-weight: 400;
}

#manual a:link,#software a:link,#cad  a:link {
	text-decoration: underline !important;
	color: #000099 !important;
}

#manual a:visited,#software a:visited,#cad a:visited {
	text-decoration: underline !important;
	color: #660099 !important;
}

#manual a:hover,#software a:hover,#cad a:hover {
	text-decoration: none !important;
	color: #000099 !important;
}

#manual a:active,#software a:active,#cad a:active {
	text-decoration: none !important;
}


/*使用許諾*/
.attention {
    font-size: 1.1rem;
    margin-bottom: 16px;
}
.contract {
    padding: 0 1rem 0 0;
    margin-bottom: 16px;
}
.provision {
    padding: 0 2rem 0 2rem;
}
.provision li {
    margin-bottom: 16px;
}
.ol_num > li {
  display: list-item !important;
  list-style: decimal outside !important;
}


/*許諾ボタン補完*/
@media print, screen and (min-width: 768px) {
    .col_2_buton.license {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
		margin: 0 auto;
        margin-top: 40px;
    }
    .single_buton.license {
        width: 100%;
        margin-top: 40px;
    }
	.single_buton > div {
        width: calc(30%);
        margin: 0 auto;
    }
}
a.btn_ao.ng .a__text {
    display: block;
    flex-grow: 1;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
	padding-right: 0;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}
a.btn_ao.ng .a__text::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
	right: auto;
    bottom: 0;
    margin: auto;
}
a.btn_ao.ng .a__text::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    box-sizing: border-box;
    transform: rotate(-135deg);
    position: absolute;
    top: 0;
    left: 7px;
	right: auto;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .col_2_buton {
        display: flex;
        width: 95%;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        margin: 0 auto;
    }
    .col_2_buton > div {
        width: calc(50% - 10px);
    }
}

.second-indent{
	display: inline-block;
	padding-left: 1em;
}