@charset "utf-8";

/*--------------------------------------------------------------------
mv_wrap
--------------------------------------------------------------------*/

.mv_wrap {
	background: #c2c2c2;
}
.mv_wrap div.mv_cap {
	position: relative;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mv_wrap div:before {
	content: "";
	display: block;
	position: absolute;
}
.mv_wrap h1 {
	color: #fff;
	margin: auto;
	display: inline-block;
}
.mv_wrap h1 * {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


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

	.mv_wrap > img {
		width: 100%;
	}
	.mv_wrap div {
		display: block;
		width: 100%;
		padding: 2em 0;
	}
	.mv_wrap div:before {
		bottom: 100%;
		right: 0;
		left: 0;
		width: 100%;
		height: 15px;
		background: -moz-linear-gradient(top,  rgba(194,194,194,0) 0%, rgba(194,194,194,1) 50%, rgba(194,194,194,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(194,194,194,0) 0%,rgba(194,194,194,1) 50%,rgba(194,194,194,1) 100%);
		background: linear-gradient(to bottom,  rgba(194,194,194,0) 0%,rgba(194,194,194,1) 50%,rgba(194,194,194,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2c2c2', endColorstr='#c2c2c2',GradientType=0 );

	}
	.mv_wrap h1 img {
		max-width: 60px;
    margin-bottom: 4%;
    width: 20%;
	}
	.mv_wrap h1 strong {
		font-size: 18px;
		margin-bottom: 4%;
	}


}

@media only screen and (min-width:640px) {

	.mv_wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.mv_wrap > img {
		width: 50%;
	}
	.mv_wrap div {
		display: block;
		width: 50%;
	}
	.mv_wrap div:before {
		top: 0;
		right: 100%;
		width: 15px;
		height: 100%;
		background: -moz-linear-gradient(left,  rgba(194,194,194,0) 0%, rgba(194,194,194,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(194,194,194,0) 0%,rgba(194,194,194,1) 100%);
		background: linear-gradient(to right,  rgba(194,194,194,0) 0%,rgba(194,194,194,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2c2c2', endColorstr='#c2c2c2',GradientType=1 );

	}
	.mv_wrap h1 img {
		max-width: 50px;
		margin-bottom: 16px;
	}
	.mv_wrap h1 strong {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.mv_wrap h1 span {
		margin-bottom: 8px;
	}



}



/*--------------------------------------------------------------------
inContents
--------------------------------------------------------------------*/

.sectionSubTitle_2 {
	border-left: 3px solid #666666;
	padding: 0 0 0 1em;
	line-height: 2;
	font-weight: bold;
}

.sectionSubTitle_3 {
	line-height: 2;
	font-weight: bold;
}


.ar_col3_wrap {
  background-color: #fff;
  padding: 0 0 40px;
}
.ar_col3_wrap .ar_col3 {
  margin: 0 auto;
  width: 100%;
}
.ar_col3_wrap .ar_col3 .ar_col3_btn {
  border-radius: 8px;
}
.ar_col3_wrap .ar_col3 .ar_col3_btn a {
	width: 100%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 52px;
	position: relative;
	width: 100%;
	text-decoration: none;
	background: rgb(108,108,108);
	background: -moz-linear-gradient(top,  rgba(108,108,108,1) 0%, rgba(81,81,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(81,81,81,1) 100%);
	background: linear-gradient(to bottom,  rgba(108,108,108,1) 0%,rgba(81,81,81,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#515151',GradientType=0 );
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#515151',GradientType=0 );

}
.ar_col3_wrap .ar_col3 .ar_col3_btn a:after {
	content: "";
	width: 1.2em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-.5em);
	-webkit-transform: translateY(-.5em);
	-ms-transform: translateY(-.5em);
	background: url(../images/btn_arrow.svg) 50% 50% / contain no-repeat;
}

.ar_col3_wrap .ar_col3 .ar_col3_item .ar_col3_img {
	margin: 0;
}
.ar_col3_wrap .ar_col3 .ar_col3_item .ar_col3_img img {
	width: 100%;
}
.ar_col3_wrap .ar_col3 .ar_col3_item .ar_col3_txt {
	font-size: 15px;
    margin-top: 16px;
    line-height: 1.466666666666667;
}
.ar_col3_wrap .ar_col3 .ar_col3_item .ar_col3_txt strong {
	display: inline-block;
	margin-bottom: .8em;
}

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

	.ar_col3_wrap .ar_col3 .ar_col3_btn,
	.ar_col3_wrap .ar_col3 .ar_col3_item {
		margin-bottom: 5%;
	}

}

@media only screen and (min-width:640px) {

	.ar_col3_wrap .ar_col3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
	.ar_col3_wrap .ar_col3 .ar_col3_btn,
	.ar_col3_wrap .ar_col3 .ar_col3_item {
		width: 32.18%;
	}

}





.ar_col2_wrap {
  padding: 0 0 40px 0;
}
.ar_col2_wrap .ar_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.ar_col2_wrap .ar_col2 .ar_col2_btn {
  border-radius: 8px;
}
.ar_col2_wrap .ar_col2 .ar_col2_btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #fff;
	font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  position: relative;
  width: 100%;
  text-decoration: none;
		background: rgb(108,108,108);
	background: -moz-linear-gradient(top,  rgba(108,108,108,1) 0%, rgba(81,81,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(81,81,81,1) 100%);
	background: linear-gradient(to bottom,  rgba(108,108,108,1) 0%,rgba(81,81,81,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#515151',GradientType=0 );
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#515151',GradientType=0 );


}
.ar_btn_pc::before {
	display: inline-block;
	content:'';
	width: 44px;
	height: 30px;
	margin-right: 30px;
	background: url(../images/pc.svg) no-repeat center center;
	background-size: contain;
	
}
.ar_btn_sp::before {
	display: inline-block;
	content:'';
	width: 24px;
	height: 36px;
	margin-right: 30px;
	background: url(../images/sp.svg) no-repeat center center;
	background-size: contain;
}


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

	.ar_col2_wrap .ar_col2 .ar_col2_btn {
		width: 100%;
		margin-bottom: 5%;
	}

}

@media only screen and (min-width:640px) {

	.ar_col2_wrap .ar_col2 .ar_col2_btn {
		width: 47.8%;
	}

}








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

	.inContents article {
		font-size: 12px;
	}

	.inContents article > * {
		margin-bottom: 56px;
	}

	.sectionSubTitle_2 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	.sectionSubTitle_3 {
		margin-bottom: 18px;
		font-size: 17px;
	}


	.sectionLead {
		font-size: 16px;
		line-height: 1.6;
	}
	.col2-resp + p {
		margin-top: -20px;
	}
	.pd_c-group-01 {
		font-size: 15px;
	}
	.pd_c-group-01_text-01 {
		margin-top: 22px;
    line-height: 2;
	}
	.pd_c-notes-02_listItem {
		font-size: .9em;
	}
	.pd_c-normalList-01_listItem {
		/* font-size: .9em; */
		text-indent: -1em;
		padding-left: 1em;
	}
	.pd_c-normalList-01_listItem +.pd_c-normalList-01_listItem {
		margin-top: .8em;
	}


}

@media only screen and (min-width:640px) {

	.inContents article {
		font-size: 16px;
	}

	.inContents article > * {
		margin-bottom: 56px;
	}

	.sectionSubTitle_2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	.sectionSubTitle_3 {
		margin-bottom: 18px;
	}


	.sectionLead {
		font-size: 16px;
		line-height: 1.6;
	}
	.col2-resp + p {
		margin-top: -20px;
	}

	.pd_c-group-01_text-01 {
		margin-top: 22px;
    line-height: 2;
	}
	.pd_c-notes-02_listItem {
		font-size: .9em;
	}




}



















.mfp-content .pd_m-modalBox-02 {
  margin: auto;
  padding: auto;
  height: auto;
  overflow: auto;
}
.pd-m-modalBox-bg {
  background-color: #fff;
  padding: 20px 0;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .pd-m-modalBox-bg {
    width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
  }
}
.pd_m-modalBox-02 {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  position: relative;
}
.pd_m-modalBox-02 img {
  vertical-align: middle;
}

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

  /* .mfp-content .pd_m-modalBox-02 { */
  .mfp-content #modalBox-viewer-AR {
    max-width: 400px;
  }

}


}
@media screen and (min-width: 641px) {
  .pd_m-modalBox-02 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .pd_m-modalBox-02 {
    margin-right: -6px;
    margin-left: -6px;
    margin-bottom: -6px;
  }
}
.pd_m-modalBox-02 .mfp-close {
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/store/images/module/modal_icon_close.svg");
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 641px) {
  .pd_m-modalBox-02 .mfp-close {
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .pd_m-modalBox-02 .mfp-close {
    top: 24px;
    right: 15px;
  }
}
.pd_m-modalBox-03 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: hidden;
  width: 100%;
  height: 100vh;
  z-index: 1002;
}
.pd_m-modalBox-03_bg {
  background: rgba(0,0,0,0.2);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.pd_m-modalBox-03_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 20px;
  max-height: 90vh;
}
@media screen and (min-width: 641px) {
  .pd_m-modalBox-03_content {
    max-width: 1036px;
    width: 90%;
    height: auto;
    max-height: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .pd_m-modalBox-03_content {
    bottom: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%, -50%);
            transform: translateX(-50%, -50%);
    padding: 30px 10px 10px;
    width: 90%;
    height: 80%;
  }
}
.pd_m-modalBox-03 img {
  vertical-align: middle;
}
.pd_m-modalBox-03 .mfp-close {
  display: none;
}
.pd_m-modalBox-03 .pd_m-modalBox-closeBtn {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .pd_m-modalBox-03 .pd_m-modalBox-closeBtn {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
    right: 22px;
    top: -3px;
  }
}
.pd_m-modalBox-03 .pd_b-detail-01_headTag {
  display: block;
}
.pd_m-modalBox-03 .pd_b-detail-01_headSub-01 {
  margin-left: 10px;
}
.pd_m-modalBox-03 .pd_b-detail-01_head {
  margin-left: 5px;
}
.pd_modal-bkg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1001;
}
.pd-js-modal-fix {
  overflow: hidden;
}
.pd_m-modalBox-ar-pc {
  background-color: #fff;
  padding: 32px 40px;
  width: 100%;
  max-width: 820px;
  margin: 20px auto;
  padding: 32px 40px;
}
.pd_m-modalBox-ar-pc button {
  background-image: url("/store/images/module/modal_icon_close.svg");
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc__title {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-bottom: 20px;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-left li {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-left li a {
  color: #007bff;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-left li span {
  font-weight: bold;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-left li:last-child {
  margin-bottom: 0;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-left li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 9px;
  background-color: #000;
  border-radius: 50%;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-right {
  width: 295px;
  hight: 234px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pd_m-modalBox-ar-pc .pd_m-modalBox-ar-pc-content .pd_m-modalBox-ar-pc-content-right img {
  max-width: 237px;
  max-height: 100%;
}
.pd_m-modalBox-ar-sp {
  background-color: #fff;
  padding: 80px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pd_m-modalBox-ar-sp li:first-child {
  width: 100%;
}

div#modalBox-viewer-AR .pd_c-viewer-01_text-02 {
  line-height: 1.4;
}
.pd_m-modalBox-ar-sp .pd_m-modalBox-ar-sp-content {
  /* width: 48%; */
  width: 40%;
  margin-bottom: 16px;
  margin: 0 5% 16px;
}
.pd_m-modalBox-ar-sp .pd_m-modalBox-ar-sp-content .ar-button {
  width: 100%;
  position: relative;
  text-align: center;
}
.pd_m-modalBox-ar-sp .pd_m-modalBox-ar-sp-content .ar-button img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.pd_m-modalBox-ar-sp .pd_m-modalBox-ar-sp-content .ar-button model-viewer {
  width: 100%;
}
.pd_m-modalBox-ar-sp .pd_m-modalBox-ar-sp-content .ar-button:before {
  content: "";
  display: block;
  padding-top: 76%;
  /* padding-top: 100%; */
}
.pd_m-modalBox-ar-sp .pd_m-modalBox-ar-sp-content p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 18px;
}



.pd-m-modalBox-bg {
    max-width: 96%;
}


.ar_guide {
	margin-bottom: 60px;
}
.ar_guide a {
	color: #364563;
	text-decoration: underline;
}
.ar_guide strong,
.ar_popup_wrap strong {
	font-weight: bold !important;
}
.ar_guide a.pd_icon-otherlink {
  background: url("/store/images/common/icon_otherlink.svg") 100% 50% no-repeat;
  background-size: 10px 10px;
  padding-right: 16px;
}
.ar_guide .mt0 {
	margin-top: 0 !important;
}
.ar_guide .mt12 {
	margin-top: 12px !important;
}
.ar_guide .mt60 {
	margin-top: 60px !important;
}
.ar_guide .ar_txt_red {
	color: #BF4840;
}
.ar_guide .ar_main_wrap {
	width: 976px;
	margin: 20px auto 0;
	text-align: center;
}
.ar_guide .ar_main_wrap .ar_main_img {
	margin: 0 -112px;
}
.ar_guide .ar_main_wrap .ar_main_img img {
	width: 1200px;
	max-width: 1200px;
}
.ar_guide .pd_c-row-01_img {
	height: auto !important;
}

.ar_guide .ar_col2_wrap {
  background-color: #fff;
  padding: 18px 0 40px 0;
}
.ar_guide .ar_col3_wrap {
  background-color: #fff;
  padding: 40px 0;
}
.ar_guide .ar_col2_wrap .ar_col2,
.ar_guide .ar_col3_wrap .ar_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 976px;
}
.ar_guide .ar_col2_wrap .ar_col2 .ar_col2_btn {
  width: 478px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
          box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
}
.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_btn {
  width: 312px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
          box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
}
.ar_guide .ar_col2_btn a,
.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #364563;
  border-radius: 8px;
  color: #364563;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.ar_guide .ar_col2_btn a {
	height: 72px;
}
.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_item {
  width: 312px;
  margin-top: 40px;
}
.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_item .ar_col3_img img {
	width: 100%;
}
.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_item .ar_col3_txt {
	font-size: 15px;
    margin-top: 16px;
    line-height: 1.466666666666667;
}
.ar_guide .ar_btn_pc::before {
	display: inline-block;
	content:'';
	width: 44px;
	height: 30px;
	margin-right: 30px;
	background: url(../img/pc.svg) no-repeat center center;
	background-size: contain;
	
}
.ar_guide .ar_btn_sp::before {
	display: inline-block;
	content:'';
	width: 24px;
	height: 36px;
	margin-right: 30px;
	background: url(../img/sp.svg) no-repeat center center;
	background-size: contain;
	
}
.ar_guide .ar_bg_gray {
	background-color: #f2f2f2;
	padding: 60px 0;
}
#ar_popup * {
	border-collapse: collapse;
}
.ar_popup_wrap {
	background-color: #FFF;
	width: 100%;
    max-width: 820px;
    margin: 20px auto;
    padding: 32px 40px;
}
.ar_popup_wrap .ar_popup_title {
	font-size: 30px;
	text-align: center;
}
.ar_popup_wrap p {
	font-size: 15px;
    margin-top: 10px;
    line-height: 1.466666666666667;
}
.ar_popup_col2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.ar_popup_col2_wrap .ar_popup_col2 {
	margin-top: 20px;
	width: 400px;
}
.ar_popup_col2_wrap .ar_popup_col2 .ar_popup_img img {
	width: 100%;
	
}
.ar_popup_wrap .ar_popup_btn {
  width: 432px;
  margin: 30px auto 0;
  border-radius: 8px;
}

.ar_popup_wrap .ar_popup_btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  position: relative;
  width: 100%;
	background: rgb(108,108,108);
	background: -moz-linear-gradient(top,  rgba(108,108,108,1) 0%, rgba(81,81,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(81,81,81,1) 100%);
	background: linear-gradient(to bottom,  rgba(108,108,108,1) 0%,rgba(81,81,81,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#515151',GradientType=0 );
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#515151',GradientType=0 );

}
.ar_popup_sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.ar_guide .ar_main_wrap {
		width: 100%;
		margin: 16px auto 0;
		text-align: center;
	}
	.ar_guide .ar_main_wrap .ar_main_img {
		margin: 0 -15px;
		width: 100vw;
	}
	.ar_guide .ar_main_wrap .ar_main_img img {
		width: 100%;
	}
	.ar_guide .ar_col3_wrap {
	  background-color: #fff;
	  padding: 40px 0;
	}
	.ar_guide .ar_col2_wrap .ar_col2,
	.ar_guide .ar_col3_wrap .ar_col3 {
	  display: block;
	  width: 100%;
	}
	.ar_guide .ar_col2_wrap .ar_col2 .ar_col2_btn,
	.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_btn {
	  width: 100%;
	  margin-bottom: 20px;
	  border-radius: 8px;
	  -webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
			  box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
	}
	.ar_guide .ar_col3_wrap .ar_col3 .ar_col3_item {
	  width: 100%;
	}
	.ar_guide .pd_c-row-01_rightCol {
		margin-top: 40px;
	}
	.ar_popup_wrap {
		width: auto;
		max-width: 100%;
		padding: 80px 2%;
		margin: 0;
	}
	.ar_popup_wrap .ar_popup_title {
		font-size: 22px;
		text-align: center;
	}
	.ar_popup_wrap p {
		font-size: 15px;
		margin-top: 10px;
		line-height: 1.466666666666667;
	}
	.ar_popup_col2_wrap {
	  display: block;
	}
	.ar_popup_col2_wrap .ar_popup_col2 {
		margin-top: 20px;
		width: 100%;
	}
	.ar_popup_wrap .ar_popup_btn {
	  width: 100%;
	  margin: 30px auto 0;
	}
	
	.ar_popup_wrap .ar_popup_btn a {
	  text-align: center;
	  padding: 0 10px;
	}


}