@charset "UTF-8";

@media (max-width: 756px){
    h2.title_large>span:last-child {
        font-size: 1rem;
    }
}
@media (max-width: 320px){
    h2.title_large>span:last-child {
        font-size: 0.9rem;
    }
}
#software_dl > section,
.manual_dl > section{
	width:90%;
	max-width: 1016px;
	margin: 0 auto;
}

#software_dl .item_img,
.manual_dl .item_img {
    width: 304px;
    height: 228px;
    margin: 60px auto;
}

#software_dl .item_img img,
.manual_dl .item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h3.title_large p {
    font-size: 1.4rem;
    margin: 0.5em;
    padding: 0.5em 0 1.5em;
    word-break: break-all;
    white-space: pre-wrap;
}

.center_box {
	max-width: 793px;
	margin: 60px auto 30px;
  width: 100%;
}

p.date {
    font-size: 12px;
    text-align: center;
}

.btn_s {
	width: 60%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
}

.update_box {
	justify-content: space-between;
	padding-bottom: 60px;
}

@media (max-width: 850px) {
    .update_box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 30px;
}
	.btn_s {
		margin-bottom: 10px;
		width: 100%;
}
}

/*アコーディオン*/
.accordion_container .accordion_title {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.accordion_container .accordion_title .arrow{
    position: relative;
    display: inline-block;
}
.accordion_container .accordion_title .arrow::after{
  content: "";
  position: absolute;
  left: calc(100% + 1em);
  top: calc(50% - 3px);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #505659;
  border-right: solid 2px #505659;
  -webkit-transform: rotate(135deg) translate(-50%);
  transform: rotate(135deg) translate(-50%);
}
.accordion_container .accordion_title.open .arrow::after {
    right: calc(50% - 3px);
    top: calc(50% - 6px);
    -webkit-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
}
.accordion_content{
    position: relative;
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}

ul.list_r li {
	padding: 10px;
	position: relative;
}

ul.list_r li::after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -.5em;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 100%;
}

/*テーブル*/
.update_table{
    font-size: 14px;
    width: 100%;
    white-space: pre-line;
    margin: 46.5px auto 57.5px;
}
.update_table tr:first-child {
	border-top: solid 1px #BFBFBF;
}
.update_table tr{
	border-bottom: solid 1px #BFBFBF;
	width: 100%;
}

.update_table th{
    text-align: center;
    box-sizing: border-box;
	background: #F7F7F7;
	font-weight: normal;
	padding: 40px;
	vertical-align: top;
	font-size: 15px;
	width: 294px;
}
.update_table td{
    text-align: left;
    box-sizing: border-box;
    word-break: break-all;
    white-space: pre-wrap;
	padding: 0 20px 0 70px;
}

.update_table ol,ul {
	padding: 0;
}
.update_table a {
	text-decoration: underline;
}

.pt40{
	padding: 40px 0 0 0;
}

.s_update_table {
	width: 100%;
}
.s_update_table td{
	padding: 0 0 0 35px;
}
.s_update_table th{
	width: 170px;
	padding: 40px 0px;
}

@media (max-width: 757px) {
    .update_table tr{
        display: flex;
        flex-direction: column;
    }
    .update_table th{
        width: 100%;
    }
    .update_table td{
        padding: 1em;
        width: 100%;
        text-align: left;
    }
    .update_table tr:first-child {
        border-top: none;
    }
    .update_table tr {
        border-bottom: none;
    }
	.s_update_table tr:last-child{
		border-bottom: none;
	}
	.s_update_table th{
		padding: 20px 0;
	}
}

@media (max-width: 940px) {
    .s_update_table tr{
        display: flex;
        flex-direction: column;
    }
    .s_update_table th{
        width: 100%;
    }
    .s_update_table td{
        padding: 1em;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .s_update_table tr:first-child {
        border-top: none;
    }
    .s_update_table tr {
        border-bottom: none;
    }
	.s_update_table tr:last-child{
		border-bottom: none;
	}
	.s_update_table th{
		padding: 20px 0;
	}
}

/*S4-1*/
.manual_dl .note .title{
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    text-align: center;
    margin-bottom: 26px;
}
.manual_dl .note_list li {
	padding: 0 1.5em;
	position: relative;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 5px;
}

.manual_dl .note_list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #000;
  border-radius: 100%;
}

.manual_each p {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	word-break: break-all;
}

.manual_each hr {
　display: block;
  width: 100%;
  height: 1px;
  background-color: #BFBFBF;
  border: 0;
  margin: 0;
}

.mg_box {
  max-width: 798px;
  padding: 10px 0 20px;
  margin: 0 auto;
}

.lt_sapce {
	letter-spacing: 3.3px;
}

.pt_20 {padding-top: 20px;}
.pt_30 {padding-top: 30px;}
.pt_50 {padding-top: 50px;}

.manual_dl .mt_mb120_mr_mlauto {
	margin: 120px auto;
}

/*追加*/
@media (max-width: 767px) {
	body {
    }
    .accordion_content{
        font-size: 1.2rem;
    }
	.arrow {
		font-size: 1.2rem;
    }
    ul.list_r li::after {
        top: .8em;
        width: 10px;
        height: 10px;
    }
	.update_table {
        font-size: 1.2rem;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0;
		word-break: break-all;
	}
	.update_table th {
    	padding: 16px 0px;
    }
    .update_table tr {
        min-height: 100px;
    }
	.ws-space > td{
		white-space: inherit;
	}
	h2.title_large p {
    	padding: 1.6em 0 1.8em;
	}
	h2.title_large>span:last-child {
    	bottom: 0px;
	}
    #software_dl .item_img,
    .manual_dl .item_img {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    #software_dl .item_img img,
    .manual_dl .item_img img{
        width: 80%;
        height: 80%;
        object-fit: contain;
    }
}
@media (max-width: 414px) {
	.manual_dl .note .title {
    	font-size: 1.1rem;
	}
	.manual_dl .note_list li {
    	font-size: 1.1rem;
	}
	.pdf_note_wrap {
    	font-size: 1rem;
	}
}

.spec, .doc {
    margin-top: 40px;
}
.release_note{
    margin: 1em 0;
}