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

/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
}
.addInner {
	width: 1100px;
	margin: 0 auto;
}



/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
	margin: 0 auto;
}
#visArea .mainArea {
	background: url("img/mv.jpg") center top no-repeat;
	background-size: cover;
	height: 620px;
}
#visArea .mainArea .siteNameArea {
	margin: 0;
}
#visArea .mainArea .siteName {
	font-size: 4.0rem;
	margin: 0 0 3rem;
}
#visArea .mainArea .siteName img {
	margin: 0 auto;
	width: 368px;
	max-width: inherit;
}
#visArea .mainArea .siteNameSmall {
	font-size: 1.6rem;
}
#visArea .mainArea .mainTxtBox {
	width: 580px;
	padding: 2.5rem 2rem 3rem;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
}
#visArea .mainArea .catchArea {
}
#visArea .mainArea .catchArea .catch {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #333;
	padding: 0 0 1.5rem;
	margin: 0 0 1.5rem;
	letter-spacing: 0.1em;
	position: relative;
}
#visArea .mainArea .catchArea .catch:before {
    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;
}
#visArea .mainArea .txtArea {
	padding: 0 2.5rem;
}
#visArea .mainArea .btn-internal {
	width: 308px;
	margin: 2rem auto 0;
}
#visArea .mainArea .btn-internal a {
    padding: 14px 40px;
    font-size: 1.5rem;
    background: url("img/arrow_black_down.png") right 15px center no-repeat #e5eff8;
    background-size: 11px auto;
    border-radius: 25px;
}

/*--------------------------------------
　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;
}*/




/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts01 *****/
.addParts01 {
	width: 100%;
	margin: 0;
	padding: 9rem 0 12rem;
	position: relative;
}
.addParts01:before {
	content: "";
	background: url(img/deco01.png) no-repeat;
	background-size: 100%;
	width: 627px;
	height: 155px;
	position: absolute;
	top: 3rem;
	left: 0;
}
.addParts01:after {
	content: "";
	background: url(img/deco02.png) no-repeat;
	background-size: 100%;
	width: 334px;
	height: 154px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.addParts01 .tit_area {
	margin: 0 auto 4rem;
	position: relative;
	z-index: 1;
}
#index .addParts01 .tit_area h2 {
	text-align:center;
	font-size: 3rem;
	box-sizing: border-box;
	margin: 0 0 3rem;
}
#index .addParts01 .tit_area .lead {
	margin: 0 auto;
	line-height: 2;
}
#index .addParts01 .common_parts {
    width: 940px;
    margin: 4rem auto 0;
	position: relative;
	z-index: 1;
}
#index .addParts01 .common_parts .box {
    width: 450px;
}
#index .addParts01 .common_parts .box .btnList > div a {
	background: #01c8b1 url("img/arrow_white_down.png") no-repeat center right 2rem;
	background-size: 11px auto;
}
#index .addParts01 .common_parts .box.iten .btnList > div a {
	background: #35435e url("img/arrow_white_down.png") no-repeat center right 2rem;
	background-size: 11px auto;
}




/***** addParts02 *****/
.addParts02 {
	width: 100%;
	background: url("img/rep01.gif");
	padding: 8rem 0;
	position: relative;
	margin: 14rem 0 0;
}
.addParts02::before {
	font-family: 'Oswald', sans-serif;
	content: "CASE";
	position: absolute;
	top: -1.4rem;
	left: 0;
	font-size: 15rem;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.2em;
}
#index .addParts02 .secTit {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 3rem;
	position: relative;
	z-index: 1;
}
#index .addParts02 .lead {
	width: 1000px;
	margin: 0 auto 5rem;
	line-height: 2;
}
#index .addParts02 .addParts02_subTit {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 6rem;
  padding: 15px 20px 15px 32px;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  position: relative;
	letter-spacing: 0.03em;
}
#index .addParts02 .addParts02_subTit:before {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  background: #005fac;
  position: absolute;
  top: 50%;
  left: 10px;
	right: auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
	z-index: inherit;
}
#index .addParts02 .block {
	background: #fff;
	padding: 0;
	margin: 0 0 10rem;
	position: relative;
	border-radius: 0 10px 10px 10px;
}
#index .addParts02 .block:last-child {
	margin: 0;
}
#index .addParts02 .price_area {
	background: #01c8b1;
	color: #fff;
	line-height: 1.2;
	font-size: 3.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 3.5rem 2rem 3.5rem 5rem;
	width: 353px;
	position: absolute;
	z-index: 2;
	top: -3rem;
	left: -3rem;
}
#index .addParts02 .iten .price_area {
	background: #35435e;
}
#index .addParts02 .iten .price_area::before {
    background: url("img/icon_track02.png") no-repeat;
	background-size: 100%;
}
#index .addParts02 .price_area::before{
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	background: url("img/icon_close02.png") no-repeat;
	top: calc(50% - 27px);
	left: 2rem;
	background-size: 100%;
}
#index .addParts02 .blockTitArea {
	text-align: center;
	padding: 37px 80px 37px 150px;
	margin: 0 0 4rem 20rem;
	background: #005fac;
	color: #fff;
	border-radius: 0 10px 0 0;
}
#index .addParts02 .blockTit {
	display: inline-block;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0;
	position: relative;
	color: #fff;
}
#index .addParts02 .addParts02_01 {
	margin: 0 4rem;
}
#index .addParts02 .addParts02_01 .box {
	width: 778px;
	margin: 0 auto;
}
#index .addParts02 .addParts02_01 .pic {
	margin: 0 auto 3rem;
	text-align: center;
}
#index .addParts02 .addParts02_01 .pic img {
	max-width: 630px;
    height: auto;
	max-height: 400px;
}
#index .addParts02 .addParts02_01 .box .catch {
	font-size: 2.5rem;
	color: #0cceb6;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#index .addParts02 .iten .addParts02_01 .box .catch {
    color: #35435e;
}
#index .addParts02 .addParts02_01 .box .txt {
	margin: 1rem auto;
}
#index .addParts02 .supportArea {
	position: relative;
	padding: 0 0 8rem;
	z-index: 1;
}
#index .addParts02 .supportBox {
	width: 778px;
	border: solid 1px #333;
	padding: 2.5rem 4rem 1rem;
	margin: 5rem auto 0;
	position: relative;
	background: #fff;
}
#index .addParts02 .supportBox:before {
	content: "";
	background: #e4e8ec;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: -1;
}
#index .addParts02 .supportBox .supportTit {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	color: #333;
	line-height: 1.6;
	margin: 0 0 2rem;
}
#index .addParts02 .supportBox .supportTit span {
	letter-spacing: 0.1em;
	font-size: 2.6rem;
	border: none;
}
#index .addParts02 .addParts02_01 .btn-web {
	margin: 2rem auto 5rem;
}
#index .addParts02 .addParts02_01 .btn-web a{
	border-radius: 35px;
	padding: 25px 40px 25px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	border: solid 2px #fff;
}
#index .addParts02 .subBox {
	margin: 0 0 3rem;
}
#index .addParts02 .subBox .subCatch {
	font-size: 2.2rem;
	color: #0cceb6;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 1.5rem;
}
#index .addParts02 .iten .subBox .subCatch {
    color: #35435e;
}
#index .addParts02 .subBox p {
	margin: 0;
}
#index .addParts02 .subBox table {
	margin: 0 auto;
}
#index .addParts02 .subBox table th {
	width: 32%;
}



.addParts02 .addParts02_02{
    margin: 5rem 0 7rem;
}
.addParts02_02_innerwrap{
	width:780px;
	margin:0 auto;
	position: relative;
}
.addParts02_02_innerwrap::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background: url(img/d_line.png);
	top: 2rem;
	left: 2rem;
	border: 1px solid #272931;
}
.addParts02 .addParts02_02 .item_wrap{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c1141b;
    padding: 2.5rem 3rem;
    position: relative;
    background: #fff;
    z-index: 4;
}
.addParts02 .addParts02_02 .item_wrap .item{}
.addParts02 .addParts02_02 .item_wrap .item:first-child{
	width:275px;
}
.addParts02 .addParts02_02 .item_wrap .item:nth-child(2){
	width:275px
}
.addParts02 .addParts02_02 .item_wrap .item:nth-child(3){
	width:160px;
	text-align: center;
}
#index .addParts02 .sttl_wrap{
    line-height: 1.4;
    margin-bottom: 1rem;
}
#index .addParts02 .sttl_wrap .i_sttl{
    font-weight: bold;
    font-size: 2rem;
}
#index .addParts02 .sttl_wrap span{
    border: none;
    font-weight: normal;
    font-size: 1.2rem;
}
#index .addParts02 .addParts02_02 .item_wrap .item ul{}
#index .addParts02 .addParts02_02 .item_wrap .item ul li{
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 0.5rem;
	line-height:1.6
}
#index .addParts02 .addParts02_02 .item_wrap .item ul li span{
	font-size:1.2rem;
	font-weight:normal;
	border:none;
	display:block;
}
#index .addParts02 .addParts02_02 .item_wrap .item ul li::before{
	content: '';
	display: block;
	background-color: #c1141b;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 0;
}
.addParts02 .addParts02_02 .item_wrap .item dl{
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.addParts02 .addParts02_02 .item_wrap .item dl:last-child{margin-bottom: 0;}
.addParts02 .addParts02_02 .item_wrap .item dt{}
.addParts02 .addParts02_02 .item_wrap .item dd{}
.addParts02 .addParts02_02 .item_wrap .item dd span{
	color:#c1141b;
	border:none;
	font-size:3.6rem;
}
.addParts02 .addParts02_02 .attention{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.5rem;
}
.addParts02 .addParts02_02 .attention02{
    line-height: 1.7;
    margin: 1rem 0;
}
.addParts02 .addParts02_03{
	background:url(img/bg.png);
	padding-bottom: 1rem;
}
.addParts02 .addParts02_03_wrap{
    width: 1000px;
    margin: 0 auto;
}
#index .addParts02 .addParts02_03_wrap h5{
	font-size:2.6rem;
	color:#c1141b;
	text-align:center;
	padding: 3rem 0;
}
.addParts02 .addParts02_03_wrap .item{
    border: 1px solid #272931;
    padding: 4rem 6.5rem;
    background: #fff;
}
#index .addParts02 .addParts02_03 .btn-web{
	margin: 4rem auto;
}
/*slideTxtArea*/
.addParts02 .slideTxtArea {
	width: calc(100% - 40px);
	border-left: 1px solid #333;
	padding: 45px 0 15px 35px;
	margin: -30px auto 0;
	position: relative;
	z-index: 2;
}
.addParts02 .slideTxtArea::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}
.addParts02 .caption {
	margin: 2rem 0 14px;
	text-align: center;
}
.addParts02 .slideTit {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 8px;
	color: #c1141b;
}
.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: 50px 0;
	margin: 0 auto 50px;
	position: relative;
	border: 1px solid #c1141b;
}
.addParts02 .priceIcoArea .priceArea {
	width: 340px;
	padding: 20px 20px 12px;
	float: left;
}
#contents .addParts02 .priceIcoArea .priceArea .priceTit {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	max-width:inherit;
	padding: 15px 10px 0;
	letter-spacing: normal;
}
.addParts02 .priceIcoArea .priceArea .price {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: center;
	color: #c1141b;
	background-color: #fff;
	padding: 3px 10px 15px;
	margin: 0 0 15px;
}
.addParts02 .priceIcoArea .priceArea .price span {
	font-size: 1.8rem;
	color: #333;
	padding: 0 0 0 5px;
	font-weight: inherit;
	border-bottom: none;
}
#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 .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;
}
.addParts02 .infoArea {
	clear: both;
	width: 100%;
	padding: 0 40px;
	margin: 0 0 60px;
}
#contents .addParts02 .infoArea .infoTit {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 45px;
}
.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 {
	width: 600px;
	margin: 0;
	float: right;
}
#contents .addParts02 .infoArea .infoBox table th {
	width: 25%;
}
#contents .addParts02 .infoArea .infoBox table td {
}



#index .addParts04 {
    margin: 14rem 0;
}
#index .addParts04 .secTit {
	background: none;
	color: #333;
	padding: 0;
	margin: 0 auto 4rem;
}
#index .addParts04 .secTit:before,
#index .addParts04 .secTit:after {
	content: none;
}
#index .addParts04 .lead {
	width: 1000px;
	margin: 0 auto 7rem;
	line-height: 2;
}
#index .addParts04 .commonTitBox {
    background: #01c8b1;
	margin: 0 auto 3rem;
}
#index .addParts04 .commonTitBox:before {
    content: "CLOSED";
    color: #099c8a;;
}
#index .addParts04 .commonTitBox:after {
    background: #01c8b1;
}
#index .addParts04 .commonTitBox .tit {
	color: #fff;
    border-right: solid 2px #fff;
}
#index .addParts04 .commonTitBox .tit a {
	background: url("img/arrow_white_l.svg") right center no-repeat;
	color: #fff;
}
#index .addParts04 .commonTitBox p {
    color: #fff;
}
.addParts04 .item_wrap,
.addParts05 .item_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4rem;
}
.addParts04 .item,
.addParts05 .item {
	width: 30%;
	margin: 1rem 2rem;
	position: relative;
}
.addParts04 .item:nth-child(3n),
.addParts05 .item:nth-child(3n) {
    margin: 1rem 0 1rem 2rem;
}
.addParts04 .item_head,
.addParts05 .item_head {
	border: solid 2px #01c8b1;
	border-radius: 10px;
    position: relative;
    top: 2rem;
    z-index: 2;
    width: 80%;
    display: table;
	background: #fff;
}
#index .addParts04 .item_head_ttl,
#index .addParts05 .item_head_ttl {
    color: #fff;
    font-size: 2.2rem;
	font-weight: bold;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
	background: none;
	border-bottom: none;
	padding: 0;
}
#index .addParts04 .item_head_ttl:before,
#index .addParts05 .item_head_ttl:before {
    content: none;
}
#index .addParts04 .item_head_ttl a,
#index .addParts05 .item_head_ttl a {
	padding: 2rem 3.5rem 2rem 2rem;
	color:#333;
	background: url("img/arrow_black.png") right 1.5rem center no-repeat;
	background-size: 8px auto;
	display: block;
	letter-spacing: 0.06em;
}
.addParts04 .item_body,
.addParts05 .item_body {
    padding: 4rem 1.5rem 2rem;
    position: relative;
    left: 1.5rem;
    border: 1px solid #272931;
}
#index .addParts04 .item_body p,
#index .addParts05 .item_body p {
	margin:0;
}
#contents .addParts04 .btn-internal {
    margin: 2rem auto;
	display: table;
	width: auto;
}
#contents .addParts04 .btn-internal a{
	background: #01c8b1 url("img/arrow_white_up.png") no-repeat center right 2rem;
	background-size: 11px auto;
	color: #fff;
	padding: 1.5rem 10rem;
	font-size: 1.5rem;
	border: solid 2px #fff;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}



/***** addParts05 *****/
#index .addParts05 {
    margin: 5rem 0;
}
#index .addParts05 .commonTitBox {
    background: #35435e;
	margin: 0 auto 3rem;
}
#index .addParts05 .commonTitBox::before {
    content: "TRANSFER";
    color: #68768f;
}
#index .addParts05 .commonTitBox:after {
    background: #35435e;
}
#index .addParts05 .commonTitBox .tit {
    border-right: solid 2px #fff;
}
#index .addParts05 .commonTitBox .tit a {
    background: url("img/arrow_white_l.svg") right center no-repeat;
    color: #fff;
}
#index .addParts05 .commonTitBox p {
    color: #fff;
}
#index .addParts05 .item_head {
    border: solid 2px #35435e;
}
#index .addParts05 .btnWrap {
    display: table;
	margin: 0 auto;
}
#index .addParts05 .btnWrap .btn-internal {
    float: left;
	width: 308px;
	margin: 0 2rem;
}
#index .addParts05 .btnWrap .btn-internal a {
    background: #35435e url("img/arrow_white_up.png") no-repeat right 1.5rem center;
	background-size: 11px auto;
	color: #fff;
	font-size: 1.5rem;
	border: solid 2px #fff;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}

/***** addParts06 *****/
.addParts06{}
#index .commonTitBox {
	display: table;
	background: #e5eff8;
	width: 1100px;
	margin: 0 auto 7rem;
	position: relative;
	padding: 2rem 5rem 2rem 0;
	border-radius: 0 10px 10px 0;
}
#index .commonTitBox:before {
	content: "TYPE";
	font-family: 'Oswald', sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #005fac;
	position: absolute;
	top: -2rem;
	left: 0;
	line-height: 1;
}
#index .commonTitBox:after {
	content: "";
	background: #e5eff8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
#index .commonTitBox .tit {
	font-size: 3rem;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	background: none;
	width: 440px;
	padding: 2rem 0;
	border: none;
	border-right: solid 2px #005fac;
}
#index .commonTitBox .tit:before,
#index .commonTitBox .tit:after {
	content: none;
}
#index .commonTitBox .tit a{
    background: url(img/arrow_blue_l.png) right center no-repeat;
	background-size: 20px auto;
    padding: 0 4rem 0 0;
	color: #333;
	display: inline;
}
#index .commonTitBox p {
	line-height: 2.2;
	margin: 0;
	padding: 0 0 0 3rem;
	display: table-cell;
	vertical-align: middle;
}
#index .addParts06 .listArea {
	margin: 0 0 12rem;
}
#index .addParts06 .listBox {
	margin: 0 0 3.5rem;
}
#index .addParts06 .listBox:last-child {
	margin: 0;
}
#index .addParts06 .listBox .numBox {
	font-family: 'Oswald', sans-serif;
	background: #005fac;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 2.7rem 0 0;
	float: left;
	margin: 0 2rem 0 0;
}
#index .addParts06 .listBox .numBox span {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 300;
	border: none;
	display: block;
	line-height: 1;
}
#index .addParts06 .listBox .txtBox {
	overflow: hidden;
	width: auto;
}
#index .addParts06 .listBox .txtBox h3 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #005fac;
	margin: 0;
	padding: 0 0 2rem 3rem;
	border: none;
	max-width: 100%;
	border-bottom: solid 2px #005fac;
}
#index .addParts06 .listBox .txtBox h3 a{
	background: url("img/arrow_blue.png") no-repeat right 2rem center;
	background-size: 8px auto;
	color: #005fac;
	display: block;
}
#index .addParts06 .listBox .txtBox h3:before {
	content: none;
}
#index .addParts06 .listBox .txtBox p {
	padding: 0 0 0 3rem;
}
#index .addParts06 .summaryBox {
	border: solid 1px #333;
	position: relative;
	padding: 5rem 4rem;
	background: url("img/person.jpg") no-repeat center left 4rem;
	background-size: 150px auto;
}
#index .addParts06 .summaryBox .label {
	background: #005fac;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	display: inline-block;
	font-weight: bold;
	padding: 12px 58px;
	letter-spacing: 0.05em;
	position: absolute;
	top: -2.5rem;
	left: calc(50% - 80px);
}
#index .addParts06 .summaryBox .catch {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #01c8b1;
	margin: 0 0 1.5rem 18rem;
}
#index .addParts06 .summaryBox p {
	margin: 0 0 0 18rem;
	line-height: 2;
}


/***** addParts07 *****/
#index .addParts07 {
    margin: 10rem 0 12rem;
}
#index .addParts07 .commonTitBox::before {
    content: "LIST";
}
#index .addParts07 .item_wrap{
	display:flex;
	flex-wrap:wrap;
	margin: 5rem 0;
}
#index .addParts07 .item{
	width: 350px;
	margin: 1rem 1rem 2.5rem;
	position: relative;
	border: 1px solid #333;
}
#index .addParts07 .item::before{
	content:"";
	position:absolute;
	width:100%;
	height: 3px;
	top: 0px;
	left:0;
	background: #005fac;
}
#index .addParts07 .item:nth-child(3n){
    margin: 1rem 0 2.5rem 1rem;
}
#index .addParts07 .item_head{
    padding: 2rem;
    position: relative;
    border-bottom: dashed 1px #ddd;
    display: table;
    width: 100%;
}
#index .addParts07 .item_head::after{
	content:"";
	position:absolute;
	background: url(img/baloon.png) no-repeat;
	width: 21px;
	height: 13px;
	left:0;
	right:0;
	margin:0 auto;
	bottom: -1rem;
}
#index .addParts07 .item_head_ttl{
    line-height: 1.3;
    font-size: 2.2rem;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
	letter-spacing: 0.03em;
}
#index .addParts07 .item_head_ttl a{
	background: url(img/arrow_black.svg) right center no-repeat;
	display: block;
	padding-right: 1.5rem;
}
#index .addParts07 .item_head h3{
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
#index .addParts07 .item_head h3::before,
#index .addParts07 .item_head h3::after{
    content: none;
}
#index .addParts07 .item_body{
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
}
#contents .addParts07 .item_body p{
	margin:0;
}


/***** addParts09 *****/
#index .addParts09 .lead {
	width: 1000px;
	margin: 0 auto 3rem;
}
#index .addParts09 .rank_wrap {
    width: 1000px;
	margin: 0 auto;
}
#index .addParts09 .rank_wrap .rank {
    margin: 2.0rem auto 2.0rem;
	border: none;
	border-bottom: dashed 1px #bbb;
}
#index .addParts09 .rank_wrap .rank:before {
	z-index: inherit;
	right: auto;
}


/***** addParts10 *****/
#index .addParts10 {
	position: relative;
	padding: 0 0 9rem;
	margin: 12rem 0 0;
}
#index .addParts10:before {
	content: "";
	background: url("img/deco03.png") no-repeat;
	background-size: 100%;
	width: 484px;
	height: 155px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#index .addParts10 .prBox {
	border: solid 1px #333;
	background: #fff;
	position: relative;
}
#index .addParts10 .prBox:before {
	content: "";
	background: #e4e8ec;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1rem;
	right: -1rem;
	z-index: -1;
}
#index .addParts10 .prBox .titBox {
	border-bottom: solid 1px #333;
	display: table;
	width: 100%;
	padding: 3rem;
}
#index .addParts10 .prBox .circle {
	display: table-cell;
	font-family: 'Oswald', sans-serif;
	background: #005fac;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 1.5rem 0 0 0.3rem;
}
#index .addParts10 .prBox .prTit {
	padding: 0 0 0 3rem;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#index .addParts10 .prBox .prTit a {
	background: url("img/arrow_blue_l.png") no-repeat right center;
	background-size: 20px auto;
	color: #333;
	font-size: 3rem;
	padding: 0 5rem 0 0;
}
#index .addParts10 .prBox .prTit:before,
#index .addParts10 .prBox .prTit:after {
	content: none;
}
#index .addParts10 .prBox .float-wrap {
    max-width: inherit;
    margin: 0;
	padding: 3rem 3rem 0;
}
#index .addParts10 .prBox .float-wrap .fl {
    width: 350px;
}
#index .addParts10 .prBox .float-wrap .catch {
    font-size: 2rem;
}
#index .addParts10 .prBox .btn-internal {
	margin: 1rem auto 3rem;
}


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

/*------------
Index
------------*/
#contents {
	width: 100%;
}
.addInner {
	width: 100%;
	margin: 0 auto;
}
	
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
	margin: 0 auto 4rem;
}
#visArea .mainArea {
	background: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
#visArea .mainArea .siteNameArea {
	display: table;
	background: url("img/mv_sp.jpg") center top no-repeat;
	background-size: cover;
	height: 145px;
	width: 100%;
	margin:  0 auto;
}
#visArea .mainArea .siteName {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 3rem auto 0;
	width: 80%;
}
#visArea .mainArea .siteName img {
    max-width: 100%;
    width: 300px;
}
#visArea .mainArea .siteNameSmall {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
}

#visArea .mainArea .mainTxtBox {
	width: 92%;
	background: none;
	padding: 2rem 0 0;
	margin: 0 auto;
	border-radius: 0;
}
#visArea .mainArea .catchArea {
}
#visArea .mainArea .catchArea .catch {
	font-size: 2rem;
	line-height: 1.45;
	text-align: center;
	margin: 0 0 1.0rem;
}
#visArea .mainArea .txtArea {
    padding: 0;
}
#visArea .mainArea .btn-internal {
    width: 80%;
    margin: 2rem auto 0;
}
#visArea .mainArea .btn-internal a {
    padding: 12px 40px;
    font-size: 1.4rem;
    background: url("img/arrow_black_down.png") right 15px center no-repeat #e5eff8;
    background-size: 11px auto;
    border-radius: 25px;
	color: #333;
}
	
	
/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts01 *****/
.addParts01 {
	width: 100%;
	margin: 0;
	padding: 4rem 4% 8rem;
	position: relative;
	border-top: solid 3px #005fac;
}
.addParts01:before {
	content: "";
	background: url(img/deco01.png) no-repeat;
	background-size: 100%;
	width: 244px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
.addParts01:after {
	content: "";
	background: url(img/deco02.png) no-repeat;
	background-size: 100%;
	width: 263px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.addParts01 .tit_area {
	margin: 0 auto 2rem;
	position: relative;
	z-index: 1;
}
#index .addParts01 .tit_area h2 {
	font-size: 2.2rem;
	margin: 0 0 2rem;
	max-width: inherit;
}
#index .addParts01 .tit_area .lead {
	margin: 0 auto;
	line-height: 1.8;
}
#index .addParts01 .common_parts {
    width: 100%;
    margin: 2rem auto 0;
	padding: 0;
}
#index .addParts01 .common_parts .box {
    width: 100%;
}
#index .addParts01 .common_parts .box .btnList > div a {
	background: #01c8b1 url("img/arrow_white_down.png") no-repeat center right 2rem;
	background-size: 11px auto;
}
#index .addParts01 .common_parts .box.iten .btnList > div a {
	background: #35435e url("img/arrow_white_down.png") no-repeat center right 2rem;
	background-size: 11px auto;
}




/***** addParts02 *****/
.addParts02 {
	width: 100%;
	background: url("img/rep01.gif");
	padding: 6rem 3%;
	position: relative;
	margin: 6rem 0 0;
}
.addParts02::before {
	content: "CASE";
	top: -0.8rem;
	font-size: 8rem;
}
#index .addParts02 .secTit {
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 0 0 2rem;
	max-width: inherit;
}
#index .addParts02 .lead {
	width: 100%;
	margin: 0 auto 2rem;
	line-height: 1.8;
}
#index .addParts02 .addParts02_subTit {
    font-size: 1.8rem;
    margin: 0 auto 4.0rem;
    padding: 1.2rem 1.0rem 1.2rem 2.2rem;
    line-height: 1.5;
    border-bottom: 1px solid #333;
	max-width: 100%;
}
#index .addParts02 .addParts02_subTit:before {
    content: "";
    width: 2px;
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
#index .addParts02 .block {
	background: #fff;
	padding: 0;
	margin: 0 0 5rem;
	position: relative;
	border-radius: 0 5px 5px 5px;
}
#index .addParts02 .block:last-child {
	margin: 0;
}
#index .addParts02 .price_area {
	line-height: 1.2;
	font-size: 2rem;
	padding: 1.5rem 4rem 1.5rem 6rem;
	width: 55%;
	max-width: inherit;
	position: absolute;
	z-index: 2;
	top: -2.5rem;
	left: 0;
}
#index .addParts02 .iten .price_area {
	background: #35435e;
}
#index .addParts02 .iten .price_area::before {
    background: url("img/icon_track02.png") no-repeat;
	background-size: 100%;
}
#index .addParts02 .price_area::before{
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	background: url("img/icon_close02.png") no-repeat;
	top: calc(50% - 17px);
	left: 2rem;
	background-size: 100%;
}
#index .addParts02 .blockTitArea {
	text-align: center;
	padding: 4rem 2rem 1.5rem 2rem;
	margin: 0 0 2rem;
	background: #005fac;
	color: #fff;
	border-radius: 0 5px 0 0;
}
#index .addParts02 .blockTit {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1.5;
	position: relative;
}
#index .addParts02 .addParts02_01 {
	margin: 0 4%;
}
#index .addParts02 .addParts02_01 .box {
	width: 100%;
	margin: 0 auto;
}
#index .addParts02 .addParts02_01 .pic {
	margin: 0 auto 2rem;
}
#index .addParts02 .addParts02_01 .pic img {
	max-width: 100%;
    height: auto;
	max-height: 240px;
}
#index .addParts02 .addParts02_01 .box .catch {
	font-size: 1.8rem;
}
#index .addParts02 .addParts02_01 .box .txt {
	margin: 1rem auto;
}
#index .addParts02 .supportArea {
	position: relative;
	padding: 0 0 3rem;
	z-index: 1;
}
#index .addParts02 .supportBox {
	width: 100%;
	border: solid 1px #333;
	padding: 2.5rem 4% 0;
	margin: 2.5rem auto 0;
	position: relative;
}
#index .addParts02 .supportBox:before {
	top: 0.5rem;
	left: 0.5rem;
}
#index .addParts02 .supportBox .supportTit {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5;
	margin: 0 0 2rem;
	max-width: inherit;
}
#index .addParts02 .supportBox .supportTit span {
	font-size: 2rem;
	line-height: 1.2;
}
#index .addParts02 .addParts02_01 .btn-web {
	margin: 2rem auto 1.5rem;
	width: 100%;
}
#index .addParts02 .addParts02_01 .btn-web a {
	border-radius: 30px;
	padding: 1.8rem 3.0rem 1.8rem 2.5rem;
}
#index .addParts02 .addParts02_01 .btn-tel {
    width: 100%;
	margin: 0 auto 3.5rem;
}
#index .addParts02 .addParts02_01 .btn-tel a {
	border-radius: 30px;
	padding: 1.8rem 3.0rem 1.8rem;
	border: solid 2px #fff;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
#index .addParts02 .subBox {
	margin: 0 0 2rem;
}
#index .addParts02 .subBox .subCatch {
	font-size: 1.8rem;
	margin: 0 0 1.2rem;
	max-width: inherit;
}
#index .addParts02 .subBox table {
	margin: 0 auto;
}
#index .addParts02 .subBox table th {
	width: 100%;
}



.addParts02 .addParts02_02{
    margin: 5rem 0 7rem;
}
.addParts02_02_innerwrap{
	width:780px;
	margin:0 auto;
	position: relative;
}
.addParts02_02_innerwrap::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background: url(img/d_line.png);
	top: 2rem;
	left: 2rem;
	border: 1px solid #272931;
}
.addParts02 .addParts02_02 .item_wrap{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c1141b;
    padding: 2.5rem 3rem;
    position: relative;
    background: #fff;
    z-index: 4;
}
.addParts02 .addParts02_02 .item_wrap .item{}
.addParts02 .addParts02_02 .item_wrap .item:first-child{
	width:275px;
}
.addParts02 .addParts02_02 .item_wrap .item:nth-child(2){
	width:275px
}
.addParts02 .addParts02_02 .item_wrap .item:nth-child(3){
	width:160px;
	text-align: center;
}
#index .addParts02 .sttl_wrap{
    line-height: 1.4;
    margin-bottom: 1rem;
}
#index .addParts02 .sttl_wrap .i_sttl{
    font-weight: bold;
    font-size: 2rem;
}
#index .addParts02 .sttl_wrap span{
    border: none;
    font-weight: normal;
    font-size: 1.2rem;
}
#index .addParts02 .addParts02_02 .item_wrap .item ul{}
#index .addParts02 .addParts02_02 .item_wrap .item ul li{
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 0.5rem;
	line-height:1.6
}
#index .addParts02 .addParts02_02 .item_wrap .item ul li span{
	font-size:1.2rem;
	font-weight:normal;
	border:none;
	display:block;
}
#index .addParts02 .addParts02_02 .item_wrap .item ul li::before{
	content: '';
	display: block;
	background-color: #c1141b;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 0;
}
.addParts02 .addParts02_02 .item_wrap .item dl{
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.addParts02 .addParts02_02 .item_wrap .item dl:last-child{margin-bottom: 0;}
.addParts02 .addParts02_02 .item_wrap .item dt{}
.addParts02 .addParts02_02 .item_wrap .item dd{}
.addParts02 .addParts02_02 .item_wrap .item dd span{
	color:#c1141b;
	border:none;
	font-size:3.6rem;
}
.addParts02 .addParts02_02 .attention{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.5rem;
}
.addParts02 .addParts02_02 .attention02{
    line-height: 1.7;
    margin: 1rem 0;
}
.addParts02 .addParts02_03{
	background:url(img/bg.png);
	padding-bottom: 1rem;
}
.addParts02 .addParts02_03_wrap{
    width: 1000px;
    margin: 0 auto;
}
#index .addParts02 .addParts02_03_wrap h5{
	font-size:2.6rem;
	color:#c1141b;
	text-align:center;
	padding: 3rem 0;
}
.addParts02 .addParts02_03_wrap .item{
    border: 1px solid #272931;
    padding: 4rem 6.5rem;
    background: #fff;
}
#index .addParts02 .addParts02_03 .btn-web{
	margin: 4rem auto;
}
/*slideTxtArea*/
.addParts02 .slideTxtArea {
	width: calc(100% - 40px);
	border-left: 1px solid #333;
	padding: 45px 0 15px 35px;
	margin: -30px auto 0;
	position: relative;
	z-index: 2;
}
.addParts02 .slideTxtArea::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}
.addParts02 .caption {
	margin: 1rem 0;
}
.addParts02 .slideTit {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 8px;
	color: #c1141b;
}
.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: 50px 0;
	margin: 0 auto 50px;
	position: relative;
	border: 1px solid #c1141b;
}
.addParts02 .priceIcoArea .priceArea {
	width: 340px;
	padding: 20px 20px 12px;
	float: left;
}
#contents .addParts02 .priceIcoArea .priceArea .priceTit {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	max-width:inherit;
	padding: 15px 10px 0;
	letter-spacing: normal;
}
.addParts02 .priceIcoArea .priceArea .price {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: center;
	color: #c1141b;
	background-color: #fff;
	padding: 3px 10px 15px;
	margin: 0 0 15px;
}
.addParts02 .priceIcoArea .priceArea .price span {
	font-size: 1.8rem;
	color: #333;
	padding: 0 0 0 5px;
	font-weight: inherit;
	border-bottom: none;
}
#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 .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;
}
.addParts02 .infoArea {
	clear: both;
	width: 100%;
	padding: 0 40px;
	margin: 0 0 60px;
}
#contents .addParts02 .infoArea .infoTit {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 45px;
}
.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 {
	width: 600px;
	margin: 0;
	float: right;
}
#contents .addParts02 .infoArea .infoBox table th {
	width: 25%;
}
#contents .addParts02 .infoArea .infoBox table td {
}



#index .addParts04 {
    margin: 6rem 0;
}
#index .addParts04 .secTit {
	background: none;
	color: #333;
	padding: 0;
	margin: 0 auto 2rem;
}
#index .addParts04 .secTit:before,
#index .addParts04 .secTit:after {
	content: none;
}
#index .addParts04 .lead {
	width: 92%;
	margin: 0 auto 3rem;
	line-height: 1.8;
}
#index .addParts04 .commonTitBox {
    background: #01c8b1;
	margin: 0 auto 1rem;
}
#index .addParts04 .commonTitBox:before {
    content: "CLOSED";
    color: #099c8a;;
}
#index .addParts04 .commonTitBox:after {
    background: #01c8b1;
}
#index .addParts04 .commonTitBox .tit {
	color: #fff;
    border-right: none;
	border-bottom: solid 2px #fff;
}
#index .addParts04 .commonTitBox .tit a {
	background: url("img/arrow_white_l.svg") right center no-repeat;
	color: #fff;
}
#index .addParts04 .commonTitBox p {
    color: #fff;
}
.addParts04 .item_wrap,
.addParts05 .item_wrap {
	display: block;
	margin: 0 auto 3rem;
	width: 92%;
}
.addParts04 .item,
.addParts05 .item {
	width: 100%;
	margin: 0;
	position: relative;
}
.addParts04 .item:nth-child(3n),
.addParts05 .item:nth-child(3n) {
    margin: 0
}
.addParts04 .item_head,
.addParts05 .item_head {
	border: solid 2px #01c8b1;
	border-radius: 5px;
    position: relative;
    top: 2rem;
    left: -0.8rem;
    width: 80%;
    display: table;
	background: #fff;
}
#index .addParts04 .item_head_ttl,
#index .addParts05 .item_head_ttl {
    color: #fff;
    font-size: 1.7rem;
	font-weight: bold;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}
#index .addParts04 .item_head_ttl a,
#index .addParts05 .item_head_ttl a {
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	background: url("img/arrow_black.png") right 1rem center no-repeat;
	background-size: 6px auto;
}
.addParts04 .item_body,
.addParts05 .item_body {
    padding: 3rem 1.5rem 2rem;
    position: relative;
    left: 0;
    border: 1px solid #272931;
}
#index .addParts04 .item_body p,
#index .addParts05 .item_body p {
	margin:0;
}
#contents .addParts04 .btn-internal {
    margin: 2rem auto;
	display: table;
	width: auto;
}
#contents .addParts04 .btn-internal a{
	background: #01c8b1 url("img/arrow_white_up.png") no-repeat center right 2rem;
	background-size: 11px auto;
	color: #fff;
	padding: 1.5rem 10rem;
	font-size: 1.5rem;
}



/***** addParts05 *****/
#index .addParts05 {
    margin: 5rem 0;
}
#index .addParts05 .commonTitBox {
    background: #35435e;
	margin: 0 auto 1rem;
}
#index .addParts05 .commonTitBox::before {
    content: "TRANSFER";
    color: #68768f;
}
#index .addParts05 .commonTitBox:after {
    background: #35435e;
}
#index .addParts05 .commonTitBox .tit {
    border-right: none;
	border-bottom: solid 2px #fff;
}
#index .addParts05 .commonTitBox .tit a {
    background: url("img/arrow_white_l.svg") right center no-repeat;
    color: #fff;
}
#index .addParts05 .commonTitBox p {
    color: #fff;
}
#index .addParts05 .item_head {
    border: solid 2px #35435e;
}
#index .addParts05 .btnWrap {
    display: block;
	margin: 0 auto;
}
#index .addParts05 .btnWrap .btn-internal {
    float: none;
	width: 85%;
	margin: 0 auto 1rem;
}
#index .addParts05 .btnWrap .btn-internal a {
    background: #35435e url("img/arrow_white_up.png") no-repeat right 2rem center;
	background-size: 10px auto;
	font-size: 1.4rem;
	padding: 1.8rem 4rem 1.8rem;
}

/***** addParts06 *****/
.addParts06{}
#index .commonTitBox {
	background: #e5eff8;
	margin: 0 auto 2rem;
	padding: 2rem 4%;
	border-radius: 0;
	width: 100%;
	display: block;
}
#index .commonTitBox:before {
	font-size: 2.6rem;
	position: absolute;
	top: -1.5rem;
	left: 1rem;
}
#index .commonTitBox:after {
	content: none;
}
#index .commonTitBox .tit {
	font-size: 2rem;
	line-height: 1.5;
	width: 100%;
	padding: 1rem 0;
	margin: 0 0 1.5rem;
	border-right: none;
	border-bottom: solid 2px #005fac;
	display: block;
	max-width: 100%;
}
#index .commonTitBox .tit a{
    background: url(img/arrow_blue_l.png) right center no-repeat;
	background-size: 20px auto;
    padding: 0 4rem 0 0;
	color: #333;
}
#index .commonTitBox p {
	line-height: 1.8;
	padding: 0;
	display: block;
	width: 100%;
}
#index .addParts06 .listArea {
	margin: 0 auto 4rem;
	width: 92%;
}
#index .addParts06 .listBox {
	margin: 0 0 2rem;
}
#index .addParts06 .listBox .tit {
	margin: 0 0 1rem;
	min-height: inherit;
	border: none;
	max-width: inherit;
	border-bottom: solid 2px #005fac;
	position: relative;
	padding: 2rem 0 2rem 8.5rem;
}
#index .addParts06 .listBox .numBox {
	width: 54px;
	height: 54px;
	font-size: 1.2rem;
	padding: 1rem 0 0;
	float: none;
	margin: 0;
	z-index: 1;
	position: absolute;
	top: calc(50% - 27px);
	left: 1rem;
	line-height: 1.3;
}
#index .addParts06 .listBox .numBox span {
	font-size: 1.9rem;
}
#index .addParts06 .listBox .txtBox {
	overflow: hidden;
	width: auto;
}
#index .addParts06 .listBox .txtBox h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #005fac;
	margin: 0;
	padding: 0;
	border: none;
	max-width: inherit;
	border-bottom: none;
}
#index .addParts06 .listBox .txtBox h3 a{
	background: url("img/arrow_blue.png") no-repeat right 1rem center;
	background-size: 8px auto;
	color: #005fac;
	display: block;
	padding: 0 3rem 0 0;
}
#index .addParts06 .listBox .txtBox h3:before {
	content: none;
}
#index .addParts06 .listBox .txtBox p {
	padding: 0;
	margin: 0;
}
#index .addParts06 .summaryBox {
	border: solid 1px #333;
	position: relative;
	padding: 3rem 2rem 2rem;
	background: none;
	width: 92%;
	margin: 0 auto;
}
#index .addParts06 .summaryBox .label {
	font-size: 1.4rem;
	padding: 8px 3rem;
	position: absolute;
	top: -2rem;
	left: calc(50% - 52px);
}
#index .addParts06 .summaryBox .catch {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 10rem;
	background: url("img/person.jpg") no-repeat center left;
	background-size: 80px auto;
	min-height: 8rem;
}
#index .addParts06 .summaryBox p {
	margin: 0;
	line-height: 1.8;
}


/***** addParts07 *****/
#index .addParts07 {
    margin: 5rem 0 6rem;
}
#index .addParts07 .commonTitBox::before {
    content: "LIST";
}
#index .addParts07 .item_wrap{
	display: block;
	margin: 3rem auto 0;
	width: 92%;
}
#index .addParts07 .item{
	width: 100%;
	margin: 0 0 1rem;
	position: relative;
	border: 1px solid #333;
}
#index .addParts07 .item::before{
	content:"";
	position:absolute;
	width:100%;
	height: 3px;
	top: 0px;
	left:0;
	background: #005fac;
}
#index .addParts07 .item:nth-child(3n){
    margin: 0 0 2rem;
}
#index .addParts07 .item_head{
    padding: 1.7rem;
    position: relative;
    border-bottom: dashed 1px #ddd;
   display: block;
}
#index .addParts07 .item_head::after{
	content:"";
	position:absolute;
	background: url(img/baloon.png) no-repeat;
	width: 21px;
	height: 13px;
	left:0;
	right:0;
	margin:0 auto;
	bottom: -1rem;
}
#index .addParts07 .item_head_ttl{
    line-height: 1.3;
    font-size: 1.7rem;
    display: block;
	max-width: 105%;
}
#index .addParts07 .item_head_ttl a{
	background: url(img/arrow_black.svg) right center no-repeat;
	display: block;
	padding-right: 1.5rem;
}
#index .addParts07 .item_head h3{
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
#index .addParts07 .item_head h3::before,
#index .addParts07 .item_head h3::after{
    content: none;
}
#index .addParts07 .item_body{
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
}
#contents .addParts07 .item_body p{
	margin:0;
}


/***** addParts09 *****/
#index .addParts09 .lead {
	width: 92%;
	margin: 0 auto 2rem;
}
#index .addParts09 .rank_wrap {
    width: 100%;
	margin: 0 auto;
}
#index .addParts09 .rank_wrap .rank {
    margin: 2.0rem auto 1.5rem;
}



/***** addParts10 *****/
#index .addParts10 {
	position: relative;
	padding: 0;
	margin: 6rem 0 0;
}
#index .addParts10:before {
	content: "";
	background: url("img/deco03.png") no-repeat;
	background-size: 100%;
	width: 282px;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#index .addParts10 .prBox {
	border: solid 1px #333;
	background: #fff;
	position: relative;
	margin: 0 auto 4rem;
	width: 90%;
}
#index .addParts10 .prBox:before {
	content: "";
	background: #e4e8ec;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.5rem;
	right: -0.5rem;
	z-index: -1;
}
#index .addParts10 .prBox .titBox {
	border-bottom: solid 1px #333;
	display: block;
	width: 100%;
	padding: 2rem 1rem 2rem 2rem;
}
#index .addParts10 .prBox .circle {
	display: block;
	font-size: 2rem;
	width: 60px;
	height: 60px;
	padding: 1.1rem 0 0 0.3rem;
	float: left;
}
#index .addParts10 .prBox .prTit {
	padding: 0 0 0 7rem;
	margin: 0;
	display: block;
	text-align: left;
	max-width: inherit;
}
#index .addParts10 .prBox .prTit a {
	background: url("img/arrow_blue_l.png") no-repeat right center;
	background-size: 15px auto;
	font-size: 2rem;
	padding: 0 3rem 0 0;
}
#index .addParts10 .prBox .float-wrap {
    max-width: inherit;
    margin: 0;
	padding: 2rem 2rem 0;
	width: 100%;
}
#index .addParts10 .prBox .float-wrap .fl {
    width: 100%;
}
#index .addParts10 .prBox .float-wrap .catch {
    font-size: 1.8rem;
}
#index .addParts10 .prBox .btn-internal {
	margin: 1rem auto 3rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
