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

/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
    width: 100%;
}

.addInner {
    width: 1100px;
    margin: 0 auto;
}



/*--------------------------------------
　visArea
---------------------------------------*/
#visArea_top {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#visArea_top .mainArea {
    background: url("img/mv_pic_pc.jpg") center bottom no-repeat;
    background-size: cover;
    height: 610px;
    display: table;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
#visArea_top .mainArea .mainAreaInner {
       padding: 3rem 3rem 4rem;
    background: rgba(255, 255, 255, .85);
    margin: 9rem auto;
    width: 630px;
	border-radius: 2rem;
    box-shadow: 2px 2px 30px #4141414d;
}
#visArea_top .mainArea .siteNameArea {
    margin: 0 0 10px;
}

#visArea_top .mainArea .siteName {
    font-size: 4.0rem;
    margin: 0;
    text-align: center;
}

#visArea_top .mainArea .siteName img {
    margin: 0 auto;
}

#visArea_top .mainArea .siteNameSmall {
    font-size: 1.6rem;
}

/* #visArea_top .mainArea .mainTxtBox {
    width: 665px;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 50px;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
} */

#visArea_top .mainArea .catchArea {}

#visArea_top .mainArea .catchArea .catch {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.46;
    text-align: center;
    color: #00a5af;
    margin: 0 0 20px;
}

#visArea_top .mainArea .catchArea .catch span {
    font-size: 3.8rem;
	 color: #3a4661;
}

#visArea_top .mainArea .catchArea .txt {
    max-width: 620px;
    line-height: 1.733333333;
    letter-spacing: .04em;
    margin: 0 auto;
}


#visArea_top .btn-internal-down,
#visArea_top p.btn-internal-down  {
	margin: 5rem auto 0 auto;
	padding: 0;
	text-align: center;
}
#visArea_top .btn-internal-down a {
	display: inline-block;
	position: relative;
	width: 450px;
	margin: 0 auto;
	padding: 1.5rem 3rem;
	background: #c9b67d url(img/arrow_white_down.png) no-repeat right 1.5rem center;
	background-size: 12px auto;
	box-shadow: 4px 4px 0 0 #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border-radius: 5rem;
}
#visArea_top .btn-internal-down a:hover {
	text-decoration: none;
	background-color: #dcd1b0;
	opacity: 1.0;
}


/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
    width: 400px;
    margin: 0 40px 10px 0;
    text-align: center;
}

.float-wrap .fr {
    width: 400px;
    margin: 0 0 10px 40px;
}

.float-wrap .ct {
    width: 600px;
}




/*--------------------------------------
オリジナル
---------------------------------------*/

/***** addParts02 *****/

.addParts02 {
    width: 100%;
    background: url(img/bg_room.png) no-repeat center top fixed;
    /* margin-top: 160px; */
    padding: 10rem 0 2rem 0;
    position: relative;
}

/* .addParts02::after {
    content: "";
    width: 600px;
    height: 230px;
    background: url("img/txticon_toyamahouse.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -70px;
    left: 60px;
    z-index: 100;
} */
.addParts02 .addInner {
    width: 1100px;
    margin: 0 auto;
}

.addParts02 p {
    margin: 0;
}

/*addTopArea*/
.addParts02 .addTopArea {
    padding: 0 40px;
    margin: 0 auto 70px;
    position: relative;
}

/*sttl*/
#index .addParts02 .sttl {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    margin: 0 0 4rem 0;
    color: #3a4661;
    z-index: 1;
    position: relative;
}
#index .addParts02 .sttl span {
    font-size: 3rem;
}
/*block*/
.addParts02 .block-bg {
    position: relative;
    z-index: 0;
}

.addParts02 .block-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
}

.addParts02 .block-bg.first::before {
    background: url(img/bg_character1.png) no-repeat;
    width: 696px;
    height: 1560px;
    top: -237px;
    left: -156px;
    background-size: 60%;
}

.addParts02 .block-bg.second::before {
     background: url(img/bg_character2.png) no-repeat;
    width: 696px;
    height: 1560px;
    top: 723px;
    right: -471px;
    background-size: 60%;
}

.addParts02 .block-bg.third::before {
    background: url(img/bg_character3.png) no-repeat;
    width: 696px;
    height: 1560px;
    top: 1874px;
    left:  -217px;
	background-size: 60%;
}

.addParts02 .block {
    background-color: #fff;
    padding: 40px 0 10px ;
	width: 900px;
	border-radius: 2rem;
    margin: 0 auto 60px;
    position: relative;
    border: 2px solid #929fb4;
    z-index: 0;
}

.addParts02 .blockTitArea {
    text-align: center;
    padding: 0 40px;
    margin: 0 0 40px;
}

.addParts02 .blockTitArea-inner {
    border-bottom: 1px solid #8c98b0;
    padding-bottom: 20px;
}

.addParts02 .blockTitArea-inner .flame {
    max-width: 500px;
    margin: 0 auto;
}

.addParts02 .blockTitArea .ttl {
    display: table;
    margin: 0 auto 2rem;
    padding: .5rem 3rem;
    color: #fff;
    background: #46526b;
    font-size: 2.4rem;
    border-radius: 5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .1em;
}

.addParts02 .blockTitSub {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #f34fce;
}

.addParts02 .blockTitSub span {
    font-size: 2.4rem;
    color: #ee8ce0;
}

#index .addParts02 .blockTit {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    color: #3a4661;
    letter-spacing: 5px;
    margin: 1rem 0 2rem;
}

/*slideTxtArea*/
.addParts02 .slideTxtArea {
    width: calc(100% - 40px);
    border-left: 1px solid #54607a;
    padding: 45px 0 15px 35px;
    margin: -30px auto 0;
    position: relative;
    z-index: 2;
}

.addParts02 .slideTxtArea::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #54607a;
    position: absolute;
    left: 0;
    bottom: 0;
}

.addParts02 .caption {
    margin: .5rem auto 1.4rem;
    text-align: center;
}

.addParts02 .note {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #767676;
    margin-top: 1rem;
}

.addParts02 .slideTit {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
}

.addParts02 .slideTxt {
    line-height: 1.6;
}

/*テキスト動き*/
.addParts02 .slideTxtArea {
    opacity: 0;
    transition: all 1.0s 0s ease;
/*     transition-delay: 300ms; */
}

.addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
}

.addParts02 .slideTxtInner {
    opacity: 0;
    margin-left: -15px;
    /* transition: all 0.5s 0s ease; */
    /* transition-delay: 600ms; */
}

.addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
    opacity: 1;
    margin-left: 0;
}


.addParts02 .priceIcoArea {
    width: calc(100% - 80px);
    height: 100%;
    overflow: hidden;
    padding: 15px 0;
    margin: 0 auto 50px;
    position: relative;
    border-top: 1px solid #00786a;
    border-bottom: 1px solid #00786a;
}

.addParts02 .priceIcoArea .priceArea {
    display: flex;
    flex-wrap: wrap;
}

.addParts02 .priceIcoArea .priceAreaInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 440px;
}

#contents .addParts02 .priceIcoArea .priceArea .priceTit {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background: #00786a;
    max-width: inherit;
    padding: 15px;
    letter-spacing: normal;
    color: #fff;
    margin-right: 19px;
    width: 120px;
}

.addParts02 .priceIcoArea .priceArea .price {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #c4940f;
    margin-right: 15px;
    width: 285px;
}

.addParts02 .priceIcoArea .priceArea .price.small {
    font-size: 2.4rem;
}

.addParts02 .priceIcoArea .priceArea .price span {
    font-size: 1.4rem;
    color: #3a4661;
    padding: 0 0 0 5px;
    font-weight: inherit;
    border-bottom: none;
}

.addParts02 .priceIcoArea .priceArea>p {
    width: calc(100% - 440px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
}

#contents .addParts02 .priceIcoArea .priceArea ul {}

#contents .addParts02 .priceIcoArea .priceArea ul li {
    line-height: 1.5;
    padding: 0 0 12px 18px;
    position: relative;
}

#contents .addParts02 .priceIcoArea .priceArea ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.addParts02 .title {
    margin: 6rem 0 3rem 0;
    padding: 0 4rem;
    color: #3a4661;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .box-column {
margin: 0 4rem 6rem 4rem;
padding: 2.5rem 2rem;
background: #5bb4b3;
}
.addParts02 .box-column .box-head  {
margin: 0 0 1rem 0;
}
.addParts02 .box-column .box-head .ttl {padding: 1rem;background: #fff;color: #0d7467;font-size: 2.2rem;font-weight: 700;line-height: 1.4;text-align: center;}
.addParts02 .box-column .box-body {
color: #fff;
}
.addParts02 .box-column .box-body .catch {
margin: 2.5rem 0 1.5rem 0;
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}

.addParts02 .accordion-item {
margin: 0
}

.addParts02 .float-wrap {
margin: 3rem 0 6rem 0;
padding: 0 4rem;
}
.addParts02 .float-wrap table {
width: calc(100% - 45rem);
max-width: none;
margin: 2rem 0 0 0;
}
.addParts02 .float-wrap .catch {
color: #aa9350;
}


.block-2column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 4rem 6rem 4rem;
}
.block-2column.three-column {
    margin: 0 4rem;
}

.common_parts .block-2column.three-column {
    margin: 5rem 4rem;
}


.block-2column .box {
width: calc((100% - 2rem) / 2);
margin: 0 0 2rem 0;
padding: 2.5rem 2rem;
border: 1px solid #8c98b0;
border-top: 6px solid #54607a;
}



.block-2column.three-column .box {
    width: calc((100% - 3rem) / 3);
    margin: 0 0 2rem 0;
}
.addParts02 .block-2column p {
    margin: auto;
    text-align: center;
}
.addParts02 .block-2column.three-column .box-body a {
    display: table;
    margin: .5rem auto 0;
}
.addParts02 .block-2column.three-column .box-body p {
    margin: 0 0 2rem;
}
.block-2column .box-head {
margin: 0 0 2rem 0;
}
.block-2column .box-head .ttl {
margin: 0 !important;
color: #00a5af;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-2column.three-column .box-head .ttl {
font-size: 2.2rem;
}
.block-2column .box-head .ttl a {
display: block;
padding: 0 2rem 0 0 ;
background: url(img/arrow_green_02.png) no-repeat right center;
background-size: 8px auto;
color: #16b1ae;
	font-size: 1.6rem;
text-decoration: none;
}
.block-2column .box-head .ttl span {
    font-size: 2.2rem;
}
.block-2column .box-body .caption {
margin: 1rem 0 0 0;
}
.block-2column .box-body .img {
    text-align: center;
}
.addParts02 .block-2column .box-body .img {
    width: 55px;
    margin: 0 auto;
}

.addParts02 .tagsArea .box-tags {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 4rem 4rem 4rem;
}
.addParts02 .tagsArea .box-tags .tag01 {
width: 18%;
margin: 0 0 1rem 0;
padding: 1.2rem 1rem 1.5rem 1rem;
background: #9e8846;
color: #fff;
font-size: 2rem;
font-weight: 500;
line-height: 1.1;
text-align: center;
}
.addParts02 .tagsArea .box-tags .tag02 {
width: 18%;
margin: 0 0 1rem 0;
padding: 1.2rem 1rem 1.5rem 1rem;
background: #00786a;
color: #fff;
font-size: 2rem;
font-weight: 500;
line-height: 1.1;
text-align: center;
}
.addParts02 .tagsArea .box-tags .tag01.off,
.addParts02 .tagsArea .box-tags .tag02.off{
background: #f4f4f4;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
}
.addParts02 .block-recommend {
    padding: 0 40px;
}
.block-recommend-inner {
    background: #f5f7fa;
    padding: 3rem 5rem 1rem;
}
.block-recommend-ttl {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    background: #54607a url(img/bg_block-recommend-ttl.png) no-repeat right center;
    background-size: cover;
    padding: .5rem 0;
    margin-bottom: 2rem;
}
.addParts02 .block-recommend-box {
    margin-bottom: 3rem;
}
.addParts02 .block-recommend-box-ttl {
    color:#00a5af;
    font-size: 2rem;
    font-weight: bold;
    padding: 2.5rem 0 2.5rem 10rem;
    margin-bottom: 2rem;
    background: url(img/icon_block-recommend-box-ttl.png) no-repeat left center;
    background-size: 74px auto;
    border-bottom: 1px solid #8c98b0;
}
.addParts02 .block-recommend-box-txt span {
    color: #f34fce;
    font-weight: bold;
}





.featureArea .featureBoxes {
    max-width: 1021px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
}

.featureArea .featureBoxes .featureBox {
    width: 33.3333%;
    background: #fff;
    border: 2px solid #55a188;
    border-right: 0;
    padding: 30px;
    box-shadow: 8px 8px 0 #f6f3ec inset, -8px -8px 0 #f6f3ec inset;
}

.featureArea .featureBoxes .featureBox:nth-child(3n),
.featureArea .featureBoxes .featureBox:last-child {
    border: 2px solid #55a188;
}

.featureArea .featureBoxes .featureBox__catch {
    text-align: center;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    letter-spacing: 2px;
}

.featureArea .featureBoxes .featureBox__catch::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -24px;
    width: 48px;
    height: 2px;
    background: #5bb5b3;
}



.addParts02 .priceIcoArea .icoArea {
    width: 640px;
    float: right;
}

.addParts02 .priceIcoArea .icoArea li {
    width: 192px;
    margin: 0 0 0 32px;
    float: left;
}

.addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 0 0;
}

.addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
}

.addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
    margin-top: 40px;
}

.addParts02 .priceIcoArea .icoArea li .icoSet {
    text-align: center;
    margin: 0 0 25px;
}

.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
    width: 80px;
    margin: 0 auto;
}

#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0 10px;
    position: relative;
    letter-spacing: normal;
}

#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    right: inherit;
    z-index: auto;
}

.addParts02 .infoArea {
    clear: both;
    width: 100%;
    padding: 0 40px;
    margin: 0;
}

#contents .addParts02 .infoArea .infoTit {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 45px;
    color: #0d7467;
    letter-spacing: 5px;
}

.addParts02 .infoArea .infoBox {}

.addParts02 .infoArea .infoBox .mapArea {
    width: 380px;
    float: left;
}

.addParts02 .infoArea .infoBox .mapArea .map {}

.addParts02 .infoArea .infoBox .mapArea .map iframe {}

#contents .addParts02 .infoArea .infoBox table {
    margin: 0;
}

#contents .addParts02 .infoArea .infoBox table th {
    width: 15%;
}

#contents .addParts02 .infoArea .infoBox table td {}

/*btn*/
#contents .addParts02 .btn-web {
    margin: 6rem auto;
}

#contents .addParts02 .btn-web a {}

#contents .addParts02 .btn-tel {}

#contents .addParts02 .btn-tel a {}

#contents .addParts02 .btn-internal {
    margin: 3rem auto 7rem;
}


/***** addParts02 *****/

.addParts03 {
    width: 100%;
    margin: -20px 0 40px;
}

.addParts03.pr {
    margin-top: 14rem;
    margin-bottom: 18rem;
}

.addParts03 .addInner {
    width: 1100px;
    margin: 0 auto;
}

.addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 60px;
    display: -webkit-flex;
    display: flex;
}

.addParts03 .addTopArea .addTopPic {
    width: 427px;
    margin: 50px 0 0 50px;
    position: relative;
}

.addParts03 .addTopArea .addTopPic::before {
    content: "";
    width: 710px;
    height: 200px;
    background: url("img/bg_wave.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -180px;
    right: -230px;
}

.addParts03 .addTopArea .addTopTxt {
    width: calc((100% - 427px));
}

#contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    padding: 0 0 20px;
    margin: 0 0 25px;
    position: relative;
    color: #0d7467;
}

#contents .addParts03 .addTopArea .sttl a {
    color: inherit;
}

.addParts03 .addTopArea .addTxt {}

.addParts03 .personMainArea {
    width: 100%;
    border-top: 1px solid #54607a;
    border-bottom: 1px solid #54607a;
    padding: 25px 40px;
    margin: 0 0 80px;
    position: relative;
}

.addParts03 .personMainArea .subTxt {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    background-color: #f5f5dc;
    background: url("img/parts03_sub_dot01.png") left top repeat-x,
        url("img/parts03_sub_dot01.png") left bottom repeat-x,
        url("img/parts03_sub_dot02.png") left top repeat-y,
        url("img/parts03_sub_dot02.png") right top repeat-y #f5f5dc;
    padding: 15px 20px;
    position: absolute;
    top: -20px;
    right: 20px;
}

.addParts03 .personMainArea .personBox {
    display: table;
}

.addParts03 .personMainArea .personBox .pic {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

.addParts03 .personMainArea .personBox .pic img {
    border-radius: 100px;
}

.addParts03 .personMainArea .personBox dl {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 190px);
    padding: 0 0 0 40px;
}

.addParts03 .personMainArea .personBox dl dt {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    color: #8c8200;
    margin: 0 0 20px;
}

.addParts03 .personMainArea .personBox dl dt span {
    font-size: 1.6rem;
    color: #3a4661;
    font-weight: inherit;
    border-bottom: none;
}

.addParts03 .personMainArea .personBox dl dd {}

.addParts03 .interviewTitArea {
    display: table;
    background-color: #f5f5dc;
    position: relative;
    margin: 0 0 10px;
}

.addParts03 .interviewTitArea::before {
    content: "";
    position: absolute;
    background: #f5f5dc;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 9999px;
}

.addParts03 .interviewTitArea::after {
    content: "";
    width: 2px;
    height: 234px;
    background: url("img/parts03_dotline01.png") no-repeat;
    position: absolute;
    top: 60px;
    left: -70px;
}

#contents .addParts03 .interviewTitArea .interviewTit {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 25px 15px;
    position: relative;
}

#contents .addParts03 .interviewTitArea .interviewTit:after {
    content: "";
    width: 149px;
    height: 24px;
    background: url("img/parts03_eng.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: inherit;
    transform: none;
}

.addParts03 .interviewTitArea .interviewTxt {
    display: table-cell;
    vertical-align: middle;
    width: 880px;
    font-size: 1.8rem;
    border-left: 2px solid #fff;
    padding: 35px 50px;
}

.addParts03 .personArea {
    margin: 0 0 80px;
}

.addParts03 .personArea .personBox {
    display: table;
    padding: 30px 10px;
    position: relative;
}

.addParts03 .personArea .personBox::after {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.addParts03 .personArea .personBox .pic {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.addParts03 .personArea .personBox .pic img {
    border-radius: 100px;
}

.addParts03 .personArea .personBox dl {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 150px);
    padding: 0 0 0 30px;
}

.addParts03 .personArea .personBox dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #8c8200;
    margin: 0 0 12px;
}

.addParts03 .personArea .personBox dl dd {
    position: relative;
    margin: 0 0 10px;
}

.addParts03 .summaryArea {
    width: 100%;
    background: url(img/bg_summaryArea.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 50px 50px;
    margin: 0 0 60px;
	    border-radius: 2rem;
}

#contents .addParts03 .summaryArea .summaryTit {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
    color: #3a4661;
}

#contents .addParts03 .summaryArea .summaryTit a {
    display: block;
    background: url(img/arrow_gray.png) no-repeat center right;
    background-size: 14px auto;
    color: #3a4661;
    margin: 0 auto;
    padding: 0 2rem;
}

#contents .addParts03 .summaryArea .summaryTit span {
    font-size: 2.4rem;
    padding: 0 8px;
    font-weight: inherit;
    color: inherit;
    border-bottom: none;
}

.addParts03 .summaryArea .txtArea {
	max-width: 520px;
    padding: 10px 30px 10px;
    background: rgba(255, 255, 255, .85);
	margin: auto;
	border-radius: 2rem;
}
.addParts03 .summaryArea .txtArea .btn-internal a {
    width: 430px;
}

.addParts03 .summaryArea .txtArea .catch {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 70px 0 25px;
    color: #55a188;
    letter-spacing: 2px;
}
.addParts03 .summaryArea .txtArea .add_catch {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 35px 0 25px;
    color: #3a4661;
    padding: 10px;
    letter-spacing: 2px;
    background: #f6f3ec;
}

.addParts03 .summaryArea .txtArea .catch:first-child {
    margin-top: 0;
}

.addParts03 .summaryArea .txtArea .txt {
    font-size: 1.4rem;
    line-height: 2;
}

.addParts03 .btnArea {
    width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#contents .addParts03 .btnArea .btn-internal {
    margin: 0 auto;
}

#contents .addParts03 .btnArea .btn-internal a {
    padding: 22px 70px 22px;
}

#contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
    background: url("img/arrow_black.png") right 15px center no-repeat,
        url("img/parts03_summary_num01.png") 25px center no-repeat;
    background-size: 7px auto, auto 24px;
}

#contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
    background: url("img/arrow_black.png") right 15px center no-repeat,
        url("img/parts03_summary_num02.png") 25px center no-repeat;
    background-size: 7px auto, auto 24px;
}


.block-pr {
width: 1100px;
margin: 10rem auto;
padding: 4rem;
background: #c0e6d9;
}
.block-pr .title {
margin: 0 0 2rem 0;
color: #000;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 0.3rem;
line-height: 1.4;
text-align: center;
}
.block-pr .box {
padding: 2.5rem;
background: #fff;
}
.block-pr .float-wrap {
margin: 0;
}


.common_parts {
    margin-bottom: 14rem;
}








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

    /*------------
Index
------------*/

    #contents {
        padding: 0;
    }

    #index {}



    /*--------------------------------------
　visArea
---------------------------------------*/
    #visArea_top {
        margin: auto;
    }

    #visArea_top .mainArea {
        background: none;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
#visArea_top .mainArea .mainAreaInner{
    padding: 0;
	background: none;
    margin: 0;
    width: auto;
    box-shadow: none;
}
	#visArea_top .mainArea .siteName img {
    margin: 0 auto;
    width: 118.5px;
}
    #visArea_top .mainArea .siteNameArea {
        display: table;
        background: url("img/mv_pic_sp.png") right bottom no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
		        height:34rem;
    }
#visArea_top .mainArea .siteNameAreaInner {
    margin:1.5rem auto auto 0;
    text-align: center;
    /* display: table-cell;
    vertical-align: middle;
    padding: 20px 0 40px; */
}
    #visArea_top .mainArea .siteName {
        width: 180px;
        margin: 0 auto;
        text-align: center;
        /* font-size: 2.0rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 0 0.8rem;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
        width: 200px;
        margin: 0; */
    }

    #visArea_top .mainArea .siteNameSmall {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.03em;
        text-align: center;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    }

    #visArea_top .mainArea .mainTxtBox {
        width: 92%;
        background: rgba(255, 255, 255, 1);
        padding: 0;
        margin: 0 auto;
    }

    #visArea_top .mainArea .catchArea {}

    #visArea_top .mainArea .catchArea .catch {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.45;
        margin: 20px 0 20px;
        letter-spacing: 0;
        text-align: center;
    }
	

    #visArea_top .mainArea .catchArea .catch span {
        font-size: 2.4rem;
    }

    #visArea_top .mainArea .txtArea {}

#visArea_top .btn-internal-down,
#visArea_top p.btn-internal-down  {
	margin: 2rem auto 0 auto;
}
#visArea_top .btn-internal-down a {
	width: 90%;
	font-size: 1.6rem;
}
#visArea_top .btn-internal-down a:hover {
	text-decoration: none;
	opacity: 1;
}




    /*--------------------------------------
オリジナル
---------------------------------------*/


    /***** addParts02 *****/

    .addParts02 {
        background: #ecffff url(img/bg_room_sp.png) no-repeat center top;
        padding: 1.0rem 0 2rem;
        position: relative;
        background-size: contain;
    }
    .addParts02::before{
    width: 100%;
    min-width: 0;
    background-size: cover;
    height: 100px;
}
/* .addParts02::after {
    content: "";
    width: 80vw;
    height: 20vw;
    background: url(img/txticon_toyamahouse.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 100;
    margin: auto;
} */
    .addParts02 .addInner {
        width: 92%;
        margin: 0 auto;
    }

    .addParts02 p {
        margin: 0;
    }

    /*addTopArea*/
    .addParts02 .addTopArea {
        padding: 1rem 0 0;
        margin: 0 auto 12rem;
    }

    /*sttl*/
    #index .addParts02 .sttl {
        display: block;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        padding: 0 2rem;
        margin: 0 auto 2.0rem;
        position: relative;
    }

    /*block*/
    .addParts02 .block {
        background-color: #fff;
        padding: 3.0rem 0 2.0rem;
        margin: 0 0 3.0rem;
        position: relative;
		width: 100%;
    }

    .addParts02 .block:last-child {
        margin: 0;
    }

    .addParts02 .blockTitArea {
        text-align: center;
        padding: 0 3.0rem;
        margin: 0 0 2.5rem;
    }
	.addParts02 .blockTitArea .ttl {
		width: 100%;
        font-size: 1.8rem;
}

    .addParts02 .blockTitSub {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        margin: 0 0 0.5rem;
    }

    .addParts02 .blockTitSub span {
        font-size: 2.0rem;
    }

    #index .addParts02 .blockTit {
        display: inline-block;
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.03em;
        text-align: center;
        position: relative;
		margin: 1rem 0;
    }

    /*slideTxtArea*/
    .addParts02 .slideTxtArea {
        width: calc(100% - 30px);
        border-left: 1px solid #54607a;
        padding: 2.5rem 0 1.5rem 1.5rem;
        margin: -1.5rem auto 0;
        position: relative;
        z-index: 2;
    }

    .addParts02 .slideTxtArea::before {
        content: "";
        width: 15px;
        height: 1px;
        background: #54607a;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .addParts02 .caption {
        margin: .5rem 0 1.2rem;
    }

    .addParts02 .slideTit {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 8px;
    }

    .addParts02 .slideTxt {
        line-height: 1.6;
    }

    /*テキスト動き*/
    .addParts02 .slideTxtArea {
        opacity: 0;
        transition: all 1.0s 0s ease;
/*         transition-delay: 300ms; */
    }

    .addParts02 .slick-slide.slick-current .slideTxtArea,
    .addParts02 .slick-slide.is-active-next .slideTxtArea {
        opacity: 1;
    }
	.common_parts .block-2column.three-column {
    margin: 0 auto;
}

    .addParts02 .slideTxtInner {
        opacity: 0;
        margin-left: -15px;
/*         transition: all 0.5s 0s ease;
        transition-delay: 600ms; */
    }

    .addParts02 .slick-slide.slick-current .slideTxtInner,
    .addParts02 .slick-slide.is-active-next .slideTxtInner {
        opacity: 1;
        margin-left: 0;
    }

    .addParts02 .priceIcoArea {
        width: 92%;
        height: 100%;
        overflow: hidden;
        padding: 2rem 0;
        margin: 0 auto 3.0rem;
        position: relative;
    }

    .addParts02 .priceIcoArea .priceArea {
        width: 100%;
        margin: auto;
        float: none;
    }

    .addParts02 .priceIcoArea .priceAreaInner {
        width: 100%;
        margin: 0 0 1.5rem;
        display: block;
        text-align: center;
    }

    .addParts02 .priceIcoArea .priceArea>p {
        width: 100%;
        padding: 0;
        font-size: 1rem;
    }

    #contents .addParts02 .priceIcoArea .priceArea .priceTit {
        vertical-align: middle;
        width: auto;
        font-size: 1.4rem;
        line-height: 1.2;
        text-align: center;
        word-wrap: break-word;
        color: #fff;
        padding: 0.7rem 1.0rem 0.8rem;
        margin: auto;
        display: inline-block;
    }

    .addParts02 .priceIcoArea .priceArea .price {
        vertical-align: middle;
        width: 100%;
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        color: #8c8200;
        background-color: #fff;
        padding: 0.7rem 1.0rem 0.8rem;
        margin: auto;
        display: flex;
        align-items: baseline;
        justify-content: center;
    }
.addParts02 .priceIcoArea .priceArea .price.small{
    font-size: 2rem;
}
    .addParts02 .priceIcoArea .priceArea .price span {
        font-size: 1.6rem;
        color: #3a4661;
        padding: 0 5px;
    }

    #contents .addParts02 .priceIcoArea .priceArea ul {}

    #contents .addParts02 .priceIcoArea .priceArea ul li {
        line-height: 1.5;
        padding: 0 0 12px 18px;
        position: relative;
    }

    #contents .addParts02 .priceIcoArea .priceArea ul li::before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0;
    }

    #contents .addParts02 .featureArea {
        width: 92%;
        margin: auto;
    }

    #contents .addParts02 .featureArea .featureTit {
        font-size: 2.0rem;
        letter-spacing: 3px;
    }
    #contents .addParts02 .featureArea .featureBoxes{
        margin: 0 auto 4rem;
    }
    #contents .addParts02 .featureArea .featureBoxes .featureBox {
        width: 100%;
        border: 2px solid #55a188;
        border-bottom: 0;
        padding: 3rem 2rem 2rem;
    }

    #contents .addParts02 .featureArea .featureBoxes .featureBox:nth-child(3n),
    #contents .addParts02 .featureArea .featureBoxes .featureBox:last-child {
        border: 2px solid #55a188;
    }

    #contents .addParts02 .featureArea .featureBoxes .featureBox__catch {
        font-size: 1.8rem;
        margin: 0px 0 1.2rem;
        padding: 0 0 1.2rem;
    }

    .addParts02 .priceIcoArea .icoArea {
        width: 100%;
        float: none;
    }

    .addParts02 .priceIcoArea .icoArea li {
        width: 100%;
        margin: 0 0 3.0rem;
        float: none;
    }

    .addParts02 .priceIcoArea .icoArea li:first-child {
        margin: 0 0 3.0rem;
    }

    .addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
        margin: 0 0 3.0rem;
    }

    .addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
        margin: 0 0 3.0rem;
    }

    .addParts02 .priceIcoArea .icoArea li:last-child {
        margin: 0 0 0;
    }

    .addParts02 .priceIcoArea .icoArea li .icoSet {
        display: table-cell;
        vertical-align: middle;
        width: 85px;
        text-align: center;
        margin: 0 0 0;
    }

    .addParts02 .priceIcoArea .icoArea li .icoSet .ico {
        width: 45px;
        margin: 0 auto;
    }

    #contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        padding: 1.0rem 0 0.6rem;
        position: relative;
    }

    #contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #e6dc14;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .addParts02 .priceIcoArea .icoArea li>.icoTxt {
        display: table-cell;
        vertical-align: middle;
        width: calc(100% - 95px);
    }

    .addParts02 .infoArea {
        clear: both;
        width: 92%;
        padding: 0 0;
        margin: 0 auto 3.0rem;
    }

    #contents .addParts02 .infoArea .infoTit {
        width: 100%;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        margin: 0 auto 2.5rem;
        letter-spacing: 3px;
    }

    .addParts02 .infoArea .infoBox {}

    .addParts02 .infoArea .infoBox .mapArea {
        width: 100%;
        overflow: hidden;
        margin: 0 0 2.5rem;
        float: none;
    }

    .addParts02 .infoArea .infoBox .mapArea .map {}

    .addParts02 .infoArea .infoBox .mapArea .map iframe {
        display: block;
        width: 100.2% !important;
    }

    #contents .addParts02 .infoArea .infoBox table,
    #contents .addParts02 .infoArea .infoBox table thead,
    #contents .addParts02 .infoArea .infoBox table tbody,
    #contents .addParts02 .infoArea .infoBox table tr,
    #contents .addParts02 .infoArea .infoBox table th,
    #contents .addParts02 .infoArea .infoBox table td {
        display: block;
        width: 100%;
    }
    #contents .addParts02 .infoArea .infoBox table th,
    #contents .addParts02 .infoArea .infoBox table td {
        text-align: left;
        padding: 1rem;
    }
    #contents .addParts02 .infoArea .infoBox table td {
        padding: 1.5rem 1rem;
    }
    /*btn*/
    #contents .addParts02 .btn-web {
        margin: 4rem auto ;
    }

    #contents .addParts02 .btn-web a {}

    #contents .addParts02 .btn-tel {}

    #contents .addParts02 .btn-tel a {}


    /***** addParts02 *****/

    .addParts03 {
        width: 100%;
        margin: 4.5rem auto 8rem;
    }
.addParts03#comfortable{
        margin: 3.5rem auto 4rem;
}
    .addParts03 .addInner {
        width: 100%;
        margin: 0 auto;
    }

    .addParts03 p {
        margin: 0;
    }

    .addParts03 .addTopArea {
        width: 100%;
        margin: 0 0 3.0rem;
        display: block;
    }

    .addParts03 .addTopArea .addTopPic {
        width: 100%;
        margin: 0 0 2.0rem;
        position: relative;
    }

    .addParts03 .addTopArea .addTopPic::before {
        opacity: 0;
    }

    .addParts03 .addTopArea .addTopTxt {
        width: 100%;
    }

    #contents .addParts03 .addTopArea .sttl {
        display: block;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        padding: 0 0 4rem;
        margin: 0 auto 1.5rem;
        position: relative;
    }

    #contents .addParts03 .addTopArea .sttl::after {
        content: "";
        background: url(img/bg_wave.png) no-repeat right bottom;
        background-size: 100% auto;
        position: absolute;
        width: 80%;
        height: 120px;
        right: -50px;
        bottom: -10px;
    }

    .addParts03 .addTopArea .addTxt {
        width: 100%;
        margin: 0 auto 2rem;
    }

    .addParts03 .addTopArea .addTxt span {
    }

    .addParts03 .personMainArea {
        width: 100%;
        border-top: 1px solid #54607a;
        border-bottom: 1px solid #54607a;
        padding: 2.5rem 0;
        margin: 0 0 4.0rem;
        position: relative;
    }

    .addParts03 .personMainArea .subTxt {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1;
        background-color: #f5f5dc;
        background: url("img/parts03_sub_dot01.png") left top repeat-x,
            url("img/parts03_sub_dot01.png") left bottom repeat-x,
            url("img/parts03_sub_dot02.png") left top repeat-y,
            url("img/parts03_sub_dot02.png") right top repeat-y #f5f5dc;
        padding: 10px 18px;
        position: absolute;
        top: -15px;
        right: 8px;
    }

    .addParts03 .personMainArea .personBox {
        display: block;
    }

    .addParts03 .personMainArea .personBox .pic {
        display: block;
        width: 100px;
        position: absolute;
        top: 25px;
        left: 8px;
    }

    .addParts03 .personMainArea .personBox .pic img {
        border-radius: 100px;
    }

    .addParts03 .personMainArea .personBox dl {
        display: block;
        width: 100%;
        padding: 0 0 0 0;
    }

    .addParts03 .personMainArea .personBox dl dt {
        display: table-cell;
        vertical-align: middle;
        width: calc(100% - 15px);
        height: 100px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.6;
        color: #8c8200;
        padding: 0 0 0 12.5rem;
        margin: 0 0 1.5rem;
    }

    .addParts03 .personMainArea .personBox dl dt span {
        display: block;
        font-size: 1.3rem;
        color: #3a4661;
    }

    .addParts03 .personMainArea .personBox dl dd {
        display: block;
        width: 100%;
        margin: 1.5rem 0 0;
    }

    .addParts03 .interviewTitArea {
        display: block;
        background-color: #f5f5dc;
        position: relative;
        padding: 0 4% 2.5rem 0;
        margin: 0 0 1.0rem;
    }

    .addParts03 .interviewTitArea::before {
        content: "";
        position: absolute;
        background: #f5f5dc;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 9999px;
    }

    .addParts03 .interviewTitArea::after {
        content: none;
    }

    #contents .addParts03 .interviewTitArea .interviewTit {
        display: block;
        width: 100%;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.1em;
        text-align: center;
        padding: 3.0rem 0 1.5rem;
        position: relative;
        max-width: inherit;
    }

    #contents .addParts03 .interviewTitArea .interviewTit:after {
        content: "";
        width: 116px;
        height: 18px;
        background: url("img/parts03_eng.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: -10px;
        left: calc(50% - 58px);
    }

    .addParts03 .interviewTitArea .interviewTxt {
        display: block;
        vertical-align: middle;
        width: 100%;
        font-size: 1.4rem;
        border-left: none;
        padding: 0;
    }

    .addParts03 .personArea {
        margin: 0 0 4.0rem;
    }

    .addParts03 .personArea .personBox {
        display: table;
        padding: 2.0rem 0 1.5rem;
        position: relative;
    }

    .addParts03 .personArea .personBox::after {
        content: "";
        background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
        background-size: 6px 1px;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .addParts03 .personArea .personBox .pic {
        display: block;
        width: 80px;
        float: left;
        margin: 0 1.5rem 1.0rem 0.8rem;
    }

    .addParts03 .personArea .personBox .pic img {
        border-radius: 100px;
    }

    .addParts03 .personArea .personBox dl {
        display: block;
        width: 100%;
        padding: 1.0rem 0 0;
    }

    .addParts03 .personArea .personBox dl dt {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        color: #8c8200;
        margin: 0 0 1.0rem;
    }

    .addParts03 .personArea .personBox dl dd {
        position: relative;
        margin: 0 0 1.0rem;
    }

    .addParts03 .summaryArea {
        width: 100%;
        /* background: #f5f5f5; */
        padding: 1.5rem;
		border-radius: 0;
        margin: 0 auto 4.0rem;
		background: url(img/bg_summaryArea_sp.jpg) no-repeat top;
        background-size: cover;
    }

    #contents .addParts03 .summaryArea .summaryTit {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        margin: 1rem 0 12rem;
        position: relative;
    }

    #contents .addParts03 .summaryArea .summaryTit span {
        font-size: 1.8rem;
        padding: 0 0.5rem;
    }

    .addParts03 .summaryArea .txtArea {
        width: 100%;
        background: #fff url(img/icon_light.png) no-repeat center top 16px;
        background-size: 50px;
        margin: 2rem 0 0 0;
        padding: 1rem 1.5rem 1rem;
    }
	
	#contents .addParts03 .summaryArea .summaryTit a {
    background: url(img/arrow_gray.png) no-repeat center right;
    background-size: 7px auto;
}
	.addParts03 .summaryArea .txtArea .btn-internal a {
    width: 90%;
}

    .addParts03 .summaryArea .txtArea .catch {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        margin: 4rem 0 1rem;
    }
    .addParts03 .summaryArea .txtArea .add_catch {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: left;
        margin: 1.5rem 0;
}

    .addParts03 .summaryArea .txtArea .txt {}

    .addParts03 .btnArea {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #contents .addParts03 .btnArea .btn-internal {
        margin: 0 auto 2.0rem;
    }

    #contents .addParts03 .btnArea .btn-internal:last-child {
        margin: 0 auto;
    }

    #contents .addParts03 .btnArea .btn-internal a {
        padding: 1.8rem 5.0rem 1.8rem;
    }

    #contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
        background: url("img/arrow_black.png") right 15px center no-repeat,
            url("img/parts03_summary_num01.png") 20px center no-repeat;
        background-size: 6px auto, auto 15px;
    }

    #contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
        background: url("img/arrow_black.png") right 15px center no-repeat,
            url("img/parts03_summary_num02.png") 20px center no-repeat;
        background-size: 6px auto, auto 15px;
    }

.addParts02 .title {
    width: 92%;
    margin: 6rem auto 2rem auto;
    padding: 0;
    font-size: 2.1rem;
}
.addParts02 .tagsArea .box-tags {
    width: 92%;
    margin: 0 auto 2rem auto;
}
.addParts02 .tagsArea .box-tags::after {
display: block;
width: 32%;
content:"";
}
.addParts02 .tagsArea .box-tags .tag01 {
display: flex;
align-items: center;
justify-content: center;
width: 32%;
margin: 0 0 0.8rem 0;
padding: 0.6rem 0.2rem 0.8rem 0.2rem;
background: #9e8846;
color: #fff;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.1;
text-align: center;
}
.addParts02 .tagsArea .box-tags .tag02 {
display: flex;
align-items: center;
justify-content: center;
width: 32%;
margin: 0 0 0.8rem 0;
padding: 0.6rem 0.2rem 0.8rem 0.2rem;
background: #00786a;
color: #fff;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.1;
text-align: center;
}
.addParts02 p.btn-web {
    margin: 2rem auto;
}


.block-2column {
display: block;
width: 92%;
margin: 0 auto 4rem auto;
}
.block-2column .box {
width: 100%;
margin: 0 0 2rem 0;
padding: 1.5rem;
}

.addParts02 .box-column {
width: 92%;
margin: 0 auto 4rem auto;
padding: 1.5rem;
}

.addParts02 .float-wrap {
width: 92%;
margin: 2rem auto 4rem auto;
padding: 0;
}
.addParts02 .float-wrap table {
width: 100%;
}


.block-pr {
width: 100%;
margin: 6rem auto;
padding: 1.5rem;
}
.block-pr .title {
font-size: 2.1rem;
letter-spacing: 0;
}
.block-pr .box {
padding: 1.5rem 1rem;
}

#index .addParts02 .sttl span {
    font-size: 2rem;
}
.addParts02 .block-recommend {
    width: 92%;
    padding: 0;
    margin: 0 auto;
}
.block-recommend-inner {
    padding: 2rem 1rem 1rem;
}
    .addParts02 .block-recommend-box-ttl {
        font-size: 1.7rem;
        line-height: 1.4;
        background-size: 50px auto;
        padding: 1.5rem 0 1.5rem 5.5rem;
    }
	
	#contents .addParts02 .btn-internal {
    margin: 4rem auto;
}
	
	.block-2column.three-column .box-head .ttl {
    font-size: 2rem;
}
.block-2column.three-column {
    margin: 0 auto;
}
.block-2column.three-column .box {
    width: 100%;
    margin-bottom: 2rem;
}
.addParts03.pr {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.common_parts {
    padding: 0 2rem;
    margin-bottom: 5rem;
}

	.block-recommend-ttl {
    font-size: 2rem;
    background: #46526b url(img/bg_block-recommend-ttl_sp.png) no-repeat right center;
    background-size: auto;
    padding: .5rem;
    margin-bottom: 2rem;
	line-height: 1.4;
}
	
	.block-2column .box-head .ttl span {
    font-size: 2rem;
}
	.block-2column.three-column .box-head .ttl {
    font-size: 1.8rem;
}
	.block-2column .box-head .ttl a {
    background: url(img/arrow_green_02.png) no-repeat right center;
    background-size: 7px auto;
}
.block-2column .box-body .img {
        text-align: center;
    width: 70px;
    margin: 0 auto;
}
	
} /* SP_End */