@charset "utf-8";
/* CSS Document */
body {
  font-feature-settings: "palt";
  font-family: ryo-gothic-plusn, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.fs-l-page {
  padding-top: 108px;
}
.fs-l-main {
        width: 100%;
    }
.fs-l-main.fs-l-main_guide {
  padding-top: 60px;
  color: #212121;
  padding-left: 7.6vw;
  padding-right: 7.6vw;
  margin: 0;
}
.fs-c-heading {
  margin-bottom: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.wrapper_guide {
  display: flex;
  justify-content: space-between;
}
.side_nav_wrapper {
  width: 300px;
}
.side_nav_pc {
  position: sticky;
  top: 100px;
}
.side_nav_pc li {
  font-size: 12px;
  margin-bottom: 10px;
}
.contents_guide {
  width: calc(100% - 300px);
}
.contents_guide section {
  position: relative;
  z-index: 1;
	  padding-bottom: 100px;
}
.menu_a {
  position: absolute;
  top: -100px;
}

.contents_guide h2 {
    font-size: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
	margin-bottom: 30px;
}
.contents_guide_parts {
	position: relative;
}

.wrapper_guide img {
	width: auto;
	margin: 10px 0;
}

.wrapper_guide img.logo_amazonpay {
	width: 200px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .side_nav_wrapper {
    width: 200px;
  }
  .contents_guide {
    width: calc(100% - 250px);
  }
}
.select_wrapper {
  display: none;
}
/*section {
  height: 1000px;
}*/
@media screen and (max-width: 480px) {
  .fs-l-page {
    padding-top: 86px;
  }
  .fs-l-main.fs-l-main_guide {
    padding-top: 50px;
    padding-left: 6.7vw;
    padding-right: 6.7vw;
  }
  .fs-c-heading {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .wrapper_guide {
    display: block;
  }
  .menu-box {
    display: block;
  }
  .side_nav_wrapper {
    display: none;
  }
  .contents_guide {
    width: 100%;
  }
	
	.select_wrapper {
		position: sticky;
		top: 70px;
		z-index: 10;
		display: block;
	}
	
	.select_inner {
		border-radius: 2px;
    border: 1px solid #7A7A7A;
    background: #ffffff;
		width: 100%;
		position: relative;
	}
	.select_inner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.8em;
    width: 6px;
    height: 6px;
    padding: 0;
    content: '';
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    pointer-events: none;
    transform: rotate(225deg);
}
form {
  margin-bottom: 50px;
}
form .link_menu {
  font-size: 16px;
  cursor: pointer;
}

	
.menu_a {
    position: absolute;
    top: -120px;
}	
	
}

/*既存ガイドのCSS*/
.ctm__guide-body--inner .step {
  justify-content: space-between;
}
.ctm__guide-body--inner .step p {
  width: calc(100%/2);
}
.ctm__guide-body--inner .step p:first-of-type {
  margin-right: 2rem;
}
.ctm__guide-body--inner .img_step01 {
  border: 1px solid #ddd;
  padding: 2rem;
}
.ctm__guide-body--inner .bottn a {
  width: 74%;
  margin: 0 auto;
  border: 1px solid #848484;
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ctm__guide-body--inner .bottn2 {
  width: 48%;
  display: block;
}

.ctm__guide-body--inner .processing_image {
  justify-content: center;
  margin-bottom: 85px;
}
.ctm__guide-body--inner .processing_image img {
  display: inline-block;
  margin: 0 2rem;
}

.p-cont-area table {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #a1a3a5;
  text-align: center;
}
.p-cont-area th, .p-cont-area  td {
  border: 2px solid #848484;
  padding: 20px;
vertical-align: middle;
}
.p-cont-area td{
text-align: left;
}

.p-cont-area .sample{
    text-align: center;
    margin: 0;
}

#plate03 .samplelist {
  flex-wrap: wrap;
  justify-content: center;
}

#plate03 .samplelist li {
  padding: 35px;
  width: calc(80%/2);
  max-width: 380px;
}
#plate03 span.txt_right {
    text-align: right;
    display: block;
}
@media screen and (max-width: 991px){
#plate03 .PC_only{
	display:none;
}

.ctm__guide-body--inner .step p,
.ctm__guide-body--inner .bottn2 {
    width: 100%;
}
.ctm__guide-body--inner .step p:first-of-type {
    margin-right: 0;
}
.ctm__guide-body--inner .processing_image img{
       margin: 0 0 2rem;
}
#plate03 .samplelist {
    display: flex;
}
#plate03 .samplelist li {
    padding: 0.5rem;
    width: calc(100%/2);
font-size: 12px;
}
.ctm__guide-body--inner .bottn a {
    width: 80%;
}
.img_step01{
  width: 80% !important;
  margin: auto;
}
.l-pl-page , .processing_image{
  display: flex !important;
}
.sample_img01{
  position: left;
  width: 70%;
  height: 70%;
}
.sample_img02{
  position: right;
  width: 70%;
  height: 70%;
}

}
.contents_guide a {
	word-break: break-all;
}

/*既存ガイドのCSSを上書き*/

.contents_guide_title {
	font-size: 18px;
	margin-bottom: 30px;
}
.p-cont-title .p-cont-title--text {
    font-size: 16px;
}
    .p-cont-area {
        margin-bottom: 60px;
    }

.p-cont-lead .p-cont-lead--text {
    font-size: 14px;
	margin-top: 20px;
}
.p-cont-cautionSup {
    margin-top: 10px;
}
.contents_guide_parts {
	margin-top: 40px;
}
#plate03 .samplelist {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.l-pl-page.processing_image {
	margin: 10px 0;
} 
.l-pl-page.processing_image .sample_img01,.l-pl-page.processing_image .sample_img02 {
	max-width: 246px;
} 

.p-cont-title {
    margin-top: 20px;
}
.p-cont-flex.p-cont-flex2-1 .p-cont-cell.p-cont-bdr:nth-child(-n+2), .p-cont-flex.p-cont-flex2-2 .p-cont-cell.p-cont-bdr:nth-child(-n+2) {
        margin-bottom: 0;
    }

