@charset "UTF-8";

#contents {
width: 100%;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
padding: 3rem 0 6rem 0;
background: url(img/mv_bg_01.png) no-repeat center top;
background-size: cover;
}
#visArea .mainArea {
position: relative;
width: 110rem;
margin: 0 auto;
}
#visArea .siteNameArea {
position: relative;
width: 54rem;
margin: 0 0 3.5rem 0;
}
#visArea .siteNameArea::after {
position: absolute;
left: calc(100% - 0rem);
top: -3rem;
width: 85.1rem;
height: 55.9rem;
background: url(img/mv_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
#visArea .siteName img {
width: 363px;
}
#visArea .mainTxtBox {
width: 54rem;
}
#visArea .mainTxtBox .catch {
margin: 0 0 1.6rem 0;
color: #003BB1;
font-size: 4rem;
font-weight: 700;
line-height: 1.2;
}
#visArea .mainTxtBox .catch span {
    color: #FF7D26;
}
#visArea .mainTxtBox p:not([class]) {
font-size: 1.4rem;
}
#visArea .mainTxtBox p:not([class]) > span:not([class]) {
font-weight: 700;
}
#visArea .mainTxtBox .btn-internal {
margin: 4rem 0 0;
}
#visArea .mainTxtBox .btn-internal a {
padding: 1rem 3rem;
font-size: 1.6rem;
line-height: 1.375;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
    padding: 10rem 0 4rem;
}
.addParts02 .addInner {
width: 124rem;
padding: 8rem;
background: #E6FFE6;
}
.addParts02 .addParts-title {
margin: 0 0 6rem 0;
}
.addParts02-company {
margin: 0 0 8rem 0;
padding: 3.5rem;
background: #fff;
}
.addParts02-company:last-child {
margin: 0;
}
.addParts02-company .title {
margin: 6rem 0 3rem 0;
padding: 8.5rem 0 0 0;
background: url(img/title_bg_02.png) no-repeat center top;
background-size: 80px auto;
color: #0066FF;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.307692308;
text-align: center;
}
.addParts02-company .btn-web {
max-width: 42rem;
}
.addParts02-company .float-wrap,
.addParts02-company table {
width: 72rem;
margin: 3rem auto;
}
.addParts02 .box-wrap .box {
    width: 100%;
    margin: 0;
    background: #EFF5FA;
}
.addParts02 .box-wrap .box ul {
    display: table;
    margin: 0 auto;
}
.addParts02 .box-wrap .box ul li {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2.4rem;
}
.addParts02 .box-wrap .box ul li:last-child {
    margin-bottom: 0;
}
.addParts02 .box-wrap .box ul li::before {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #FFCD03;
    border: 2px solid #FFCD03;
    content: "";
    transform: rotate(45deg);
}
.name-wrap {
margin: 0 0 5.2rem 0;
padding: 0.4rem 0;
border-top: 1px solid #003BB1;
border-bottom: 1px solid #003BB1;
}
.name-wrap .catch {
padding: 1.5rem 2rem;
background: #003BB1;
color: #fff;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.name-wrap .catch span {
    color: #ffee6a;
    font-size: 4rem;
}
.name-wrap .name {
padding: 2rem 1.2rem;
color: #003BB1;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.block-summary {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-summary .box-txt {
width: 49.2rem;
padding: 3rem 2rem;
background: #EFF5FA;
}
.block-summary .box-txt .ttl {
margin: 0 0 2rem 0;
color: #0066FF;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.272727273;
text-align: center;
}
.block-summary .box-txt ul:not([class]) {
margin: 0;
}
.block-summary .box-txt .btn-web {
margin: 3rem auto 0 auto;
}
.block-summary .box-fig {
width: 49.2rem;
text-align: center;
}
.block-point {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem 0 0 0;
}
.block-point .box {
position: relative;
width: calc((100% - 3.2rem) / 2);
margin: 0 0 3.2rem 0;
padding: 3.5rem 2rem;
background: #fff;
border: 4px solid #BDEEF4;
}
.block-point .box::before {
position: absolute;
left: 50%;
top: -1.8rem;
transform: translateX(-50%);
width: 14rem;
height: 2.4rem;
content: "";
}
.block-point .box:nth-child(1)::before {
background: #fff url(img/add02_bg_01.png) no-repeat center center;
background-size: 11rem 2.4rem;
}
.block-point .box:nth-child(2)::before {
background: #fff url(img/add02_bg_02.png) no-repeat center center;
background-size: 11rem 2.4rem;
}
.block-point .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 0 0 1.5rem 0;
border-bottom: 2px solid #D5D5D5;
}
.block-point .box-head .ttl {
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.block-point .box-body p:not([class]) {
margin: 0;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.add{
	align-content: center;
    max-width: 100%;
    padding: 0rem 0px 0 10rem;
}

.addParts03 .float-wrap img {
border: none;
}
.table-scroll {
margin: 0 12rem;
}
.table-scroll thead th {
background: #d2f3f8;
}
.table-scroll tbody th {
width: 12rem;
padding: 1rem 0.5rem;
}
.table-scroll table td {
padding: 1rem;
text-align: center;
}
.table-scroll table td p:not([class]) {
margin: 0;
text-align: left;
}
.table-scroll table td img {
margin: 0 0 2rem 0;
}
.table-scroll-note {
display: none;
}

.block-check {
margin: 0 8rem;
}
.block-check .box {
position: relative;
margin: 8rem 0 0 0;
padding: 0 4rem 5rem 4rem;
background: #eafdff;
}
.block-check .box .ttl {
position: relative;
left: 50%;
top: -3.5rem;
transform: translateX(-50%);
width: 60%;
padding: 1.5rem;
background: #57c6d8;
color: #fff;
font-size: 2.7rem;
font-weight: bold;
letter-spacing: 0.2rem;
line-height: 1.4;
text-align: center;
}
.block-check .box ul:not([class]),
.block-check .box p:not([class]) {
margin: 0;
}
.block-check .box ul:not([class]) + p:not([class]) {
margin: 3rem 0 0 0;
}
.block-check .box ul:not([class]) li {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 0 6rem;
background: url(img/add04_bg_05.png) no-repeat left top;
background-size: 3.6rem auto;
color: #373a3c;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.block-check .box ul:not([class]) li:last-child {
margin: 0;
}
.block-check .box ul:not([class]) li::before {
display: none;
content: none;
}
.block-check .box .float-wrap {
margin: 0;
}
.block-check .box .float-wrap .fr {
width: 31rem;
}
.addParts03 .float-wrap {
    padding: 0 40px;
}
.addParts03 .float-wrap .fl {
    width: 39.1rem;
    margin: 2rem 5rem 1rem 0;
}
.addParts03 .float-wrap .catch {
    color: #0066FF;
    font-size: 2.6rem;
	margin:4rem 0 0 0
}
.addParts03 .float-wrap ul {
    display: table;
    margin: 1.8rem 0 3rem;
}
.addParts03 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 4rem 0 0 0;
}
.addParts03 .block .box {
position: relative;
width: calc((100% - 3.5rem) / 3);
margin: 0 0 4rem 0;
padding: 4rem 2rem 0;
background: #EFF5FA;
}
.addParts03 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 0 4.5rem 0;
}
.addParts03 .block .box-head::before {
position: absolute;
left: 50%;
bottom: -2rem;
transform: translateX(-50%);
width: 15.6rem;
height: 0.3rem;
background: #0066FF;
content: "";
opacity: .34;
}
.addParts03 .block .box-head .ttl {
    background: #003BB1;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1.5rem 3.7rem;
    margin-bottom: 1rem;
}
.addParts03 .block .box-body p:not([class]) {
margin: 0;
}
.addParts03 .block .box-body .fig {
margin: 2rem 0;
text-align: center;
}
.addParts03 .block .btn-internal {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3rem auto;
}
.addParts03 .block .btn-internal a {
    padding: 1rem 4rem;
    background: url(img/arrow_white_down.png) no-repeat right 1.5rem center, linear-gradient(90deg, #0066FF, #00BAFF);
    background-size: 11px auto, auto;
}
.block-conclusion {
margin: 0 8rem;
}
.block-conclusion .box {
position: relative;
margin: 8rem 0 0 0;
padding: 5rem 6rem;
background: #cef7ff;
}
.block-conclusion .box-head {
margin: 0 0 6rem 0;
padding: 0 24rem 0 0;
}
.block-conclusion .box-head .ttl {
color: #3b6eb0;
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
}
.block-conclusion .box-body ul:not([class]),
.block-conclusion .box-body p:not([class]) {
margin: 0;
}
.block-conclusion .box-body ul:not([class]) + p:not([class]),
.block-conclusion .box-body div:not([class]) + p:not([class]) {
margin: 3rem 0 0 0;
}
.block-conclusion .box-body ul:not([class]) {
padding: 2.4rem;
background: #fff;
border-radius: 1.6rem;
}
.block-conclusion .box-body ul:not([class]) li {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 0 6rem;
background: url(img/add04_bg_05.png) no-repeat left top;
background-size: 3.6rem auto;
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.block-conclusion .box-body ul:not([class]) li:last-child {
margin: 0;
}
.block-conclusion .box-body ul:not([class]) li::before {
display: none;
content: none;
}
.block-conclusion .box-body div:not([class]) {
padding: 2.4rem;
background: #fff;
border-radius: 1.6rem;
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.8;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
    padding: 1rem 0;
}
.addParts07 p.addTxt {
    margin-bottom: 8rem;
}
.addParts07 .box-wrap .box {
background: #F2F2F2;
margin-bottom: 6.5rem;
}
.addParts07 .box-wrap .box-body {
position: relative;
padding: 7rem 2rem 3.6rem 2rem;
}
.addParts07 .box-wrap .box-body::before {
position: absolute;
left: 50%;
top: -3.4rem;
transform: translateX(-50%);
width: 6.8rem;
height: 6.8rem;
content: "";
}
.addParts07 .box-wrap .box.box01 .box-body::before {
background: url(img/add07_bg_01.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box.box02 .box-body::before {
background: url(img/add07_bg_02.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box.box03 .box-body::before {
background: url(img/add07_bg_03.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box.box04 .box-body::before {
background: url(img/add07_bg_04.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box.box05 .box-body::before {
background: url(img/add07_bg_05.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box.box06 .box-body::before {
background: url(img/add07_bg_06.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box.box07 .box-body::before {
background: url(img/add07_bg_07.png) no-repeat left top;
background-size: contain;
}
.addParts07 .box-wrap .box-body .ttl {
margin: 0 0 2.4rem 0;
color: #0066FF;
font-size: 2.2rem;
}
.addParts07 .box-wrap .box-body .ttl a {
background: url(img/arrow_blue2.png) no-repeat right center;
background-size: 10px auto;
}

/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08.detail {
    padding: 1rem 0 2rem;
}
.addParts08.detail p.addTxt {
    margin-bottom: 4rem;
}
.addParts08.detail .frame-wrap .frame {
    padding: .5rem 2.5rem .5rem;
    border: 1px solid #9d9d9d;
}
.addParts08.detail .frame-wrap .frame-head {
    border-bottom: none;
    padding: 2rem 0;
}
.addParts08.detail .frame-wrap .frame-head .ttl {
    font-size: 2.4rem;
    line-height: 1.416666667;
}

/*--------------------------------------
addParts09
---------------------------------------*/
.addParts09 {
margin: 0 0 8rem 0;
}
.addParts09 .title {
display: flex;
align-items: center;
position: relative;
min-height: 9.6rem;
margin: 4rem 0 2rem 0;
padding: 2rem 0 2rem 9.6rem;
border-bottom: 2px solid #dbdee5;
color: #0066FF;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}
.addParts09 .title::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 7.5rem;
height: 7.5rem;
background: url(img/title_bg_03.png) no-repeat center center;
background-size: 7.5rem auto;
content: "";
}
.addParts09 .title a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_blue2.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.addParts09 .accordion-btn {
margin: 0 auto;
}









@media screen and (max-width: 480px) {


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
padding: 2rem 1rem 3rem 1rem;
background: url(img/mv_bg_01.png) repeat center top;
}
#visArea .mainArea {
width: 100%;
}
#visArea .siteNameArea {
position: relative;
width: 100%;
margin: 0 0 1.5rem 0;
}
#visArea .siteNameArea::after {
left: auto;
right: 0;
top: 0;
width: calc(100% - 22rem);
height: 10rem;
}
#visArea .siteName img {
width: 21rem;
}
#visArea .mainTxtBox {
width: 100%;
}
#visArea .mainTxtBox .catch {
margin: 0 0 1.5rem 0;
font-size: 2.4rem;
}
#visArea .mainTxtBox .btn-internal {
    margin: 3rem auto 0;
}
#visArea .mainTxtBox .btn-internal a {
font-size: 1.6rem;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
    padding: 5rem 0 2rem;
}
.addParts02 .addInner {
width: 100%;
padding: 3rem 1rem;
}
.addParts02 .addParts-title {
margin: 0 0 3rem 0;
}
.addParts02 .addParts-title::before {
width: 7.3rem;
height: 7.3rem;
}
.addParts02-company {
margin: 0 0 4rem 0;
padding: 2rem 1.5rem;
}
.addParts02-company .title {
margin: 5rem 0 3rem 0;
padding: 5rem 0 0 0;
background-size: 40px auto;
font-size: 2rem;
}
.addParts02-company .btn-web {
max-width: 90%;
}
.addParts02-company .float-wrap,
.addParts02-company table {
width: 100%;
}
.name-wrap {
display: block;
margin: 0 0 4rem 0;
}
.name-wrap .catch {
justify-content: center;
width: 100%;
padding: 0.8rem 1rem;
font-size: 2.1rem;
text-align: center;
}
.name-wrap .catch span {
    font-size: 2.4rem;
}
.name-wrap .name {
justify-content: center;
width: 100%;
padding: 1rem 1rem 0.6rem 1rem;
font-size: 2rem;
text-align: center;
}
.block-summary {
display: block;
}
.block-summary .box-txt {
width: 100%;
padding: 2rem;
}
.block-summary .box-txt .ttl {
font-size: 1.8rem;
}
.block-summary .box-fig {
width: 100%;
margin: 2rem 0 2rem 0;
}
.block-point {
display: block;
margin: 4rem 0 0 0;
}
.block-point .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts02 .box-wrap .box ul li {
    font-size: 1.4rem;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.add{
align-content: center;
max-width: 100%;
padding: 0; 
}
	
.addParts03 .float-wrap {
    padding: 0;
}
.addParts03 .float-wrap .fl {
    width: 100%;
    margin: 2rem 0 1rem;
}
.addParts03 .float-wrap .catch {
    font-size: 2.2rem;
	margin: 2rem 0;
}
.addParts03 .float-wrap ul {
    margin: 1rem 0;
}
.addParts03 .block {
    margin: 4rem 0 0;
}
.addParts03 .block .box {
    width: 100%;
    padding: 3rem 2rem 0;
}
.addParts03 .block .box:last-child {
    margin-bottom: 0;
}
.addParts03 .block .box-head .ttl {
    font-size: 2.1rem;
}
.table-scroll {
max-width: 100%;
width: 86rem;
margin: 0;
background: #fff;
overflow-x: scroll;
}
.table-scroll table {
width: 86rem;
margin: 0;
}
.table-scroll table th,
.table-scroll table td {
display: table-cell;
position: relative;
width: auto;
}
.table-scroll table thead th:nth-child(1),
.table-scroll table th[scope="row"] {
position: -webkit-sticky;
position: sticky;
left: 0;
top: 0;
width: 12rem;
z-index: 1;
}
.table-scroll table th::before {
position: absolute;
left: -0.1rem;
top: -0.1rem;
width: 100%;
height: 100%;
border: 1px solid #9d9d9d;
content: "";
}
.table-scroll-note {
display: block;
margin: 0 0 0.3rem 0;
padding: 0 0 0 12rem;
font-size: 1.3rem;
}


.block-check {
margin: 0;
}
.block-check .box {
margin: 6rem 0 0 0;
padding: 0 2rem 2rem 2rem;
}
.block-check .box .ttl {
top: -2.5rem;
padding: 1rem;
font-size: 1.8rem;
}
.block-check .box ul:not([class]) + p:not([class]) {
margin: 3rem 0 0 0;
}
.block-check .box ul:not([class]) li {
margin: 0 0 2rem 0;
padding: 0 0 0 4rem;
background: url(img/add04_bg_05.png) no-repeat left 0.2rem;
background-size: 2.4rem auto;
font-size: 1.5rem;
}
.block-check .box .float-wrap .fr {
width: 85%;
margin: 0 auto 2.5rem auto;
}
.block-conclusion {
margin: 0;
}
.block-conclusion .box {
margin: 6rem 0 0 0;
padding: 2rem;
}
.block-conclusion .box-head {
margin: 0 0 3rem 0;
padding: 0 11rem 0 0;
}
.block-conclusion .box-head .ttl {
font-size: 2rem;
}
.block-conclusion .box-body ul:not([class]) + p:not([class]),
.block-conclusion .box-body div:not([class]) + p:not([class]) {
margin: 2rem 0 0 0;
}
.block-conclusion .box-body ul:not([class]) {
padding: 1.5rem;
}
.block-conclusion .box-body ul:not([class]) li {
margin: 0 0 2rem 0;
padding: 0 0 0 4rem;
background: url(img/add04_bg_05.png) no-repeat left 0.2rem;
background-size: 2.4rem auto;
font-size: 1.5rem;
}
.block-conclusion .box-body div:not([class]) {
padding: 1.5rem;
font-size: 1.5rem;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
    padding: 1rem 0 0;
}
.addParts07 .box-wrap .box-body {
position: relative;
padding: 5rem 2rem 3rem 2rem;
}
.addParts07 .box-wrap .box-body::before {
top: -2rem;
width: 5rem;
height: 5rem;
}
.addParts07 .box-wrap .box-body .ttl {
margin: 0 0 2rem 0;
font-size: 2rem;
}
.addParts07 .box-wrap .box-body .ttl a {
background-size: 8px auto;
}

/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08.detail .frame-wrap .frame-head .ttl {
    font-size: 2rem;
}
.addParts08.detail .frame-wrap .frame-head {
    margin-bottom: 0;
}

/*--------------------------------------
addParts09
---------------------------------------*/
.addParts09 {
margin: 0 0 2rem 0;
}
.addParts09 .title {
min-height: 8rem;
padding: 1.5rem 1.5rem 1.5rem 6rem;
font-size: 2rem;
}
.addParts09 .title::before {
width: 5rem;
height: 5rem;
background-size: 4rem auto;
}
.addParts09 .title a {
padding: 0 1.6rem 0 0;
}


}