@charset "UTF-8";

/********************************
 使い方ガイド用(ultra pay)

*********************************/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html{
	font-size: 62.5%;
}
body{
	color:#37474f;
	font-family: 'Noto Sans JP', "Noto Sans CJK JP",'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;	
	font-size: 1.4rem;
	-webkit-font-smoothing:antiliased;
	-moz-osx-font-smoothing:grayscale;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
img{
	max-width:100%;
	height: auto;
}
a{
	color: #37474f;
	text-decoration: none;
}

/*テーマ別変更部分*/
.theme_text{
	color: #2CD0B8;
}
.theme_bg{
	background-color: #2CD0B8;
	color: #fff;
}
.theme_bg_btn{
	background: linear-gradient(to bottom, #3DD0BB, #3FC6DE);
	color: #fff;
	display: block;
}
/*共通*/
.bg_gray_1{
 background-color: #F0EEEC;
}
.bg_gray_2{
 background-color: #F7F7F7;
}
.bg_white{
  background-color: #fff;
}
.text_center{
	text-align: center;
}
.text_under{
	text-decoration: underline;
}
.text_500{
	font-weight: 500;
}
.text_700{
	font-weight: 700;
}
.yellow_line{
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FEEF00 0%) repeat scroll 0 0;
}
.guide_inner{
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.guide_inner_in{
  margin: 0 auto;
  padding-right: 17px;
  padding-left: 17px;	
}
.mw_600{
	max-width: 600px;
	margin: auto;
	padding-right: 2.5vw;
	padding-left: 2.5vw;	
}	
.mw_320{
	max-width: 320px;
	margin: auto;
}	
.hidden{
  overflow: hidden;
}
.relative{
	position: relative;
}
.flex{
	display: flex;
}
.flex_center{
	display: flex;
	justify-content: center;
}
/*---------------------------
*body
---------------------------*/
.section_top{
	padding-top: 30px;
}
.section_top .inner_wrap{
/*	margin-top: 30px;	*/
  background-image: url("../img/guide/guide_theme_bg1.webp");
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 121px; 
}
.section_top .inner{
	max-width: 375px;
	margin: auto;
	padding: 0;
}
.section_top .container{
	padding: 20px 0 20px 35px;
  width: 220px;
  text-align: center;
}
.section_top .logo{
	margin: auto;
	width: 29px;
	margin-bottom: 8px;
	
}
.form_guide h1{
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.33;
}
.section_top .sub_text{
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.73;
}
.guide_mainimg{
	position: absolute;
	top: 7px;
	max-width: 180px;
	width: 48vw;
	min-width: 134px;
	right: -5px;
}
.section_flow .bg_gray_2{
	margin-top: 40px;
	padding: 40px 0;
	border-radius: 20px 0 0 0;
}
.form_guide h2{
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding-top: 30px;
	line-height: 1.55;	
}
.form_guide h2::after{
  content: "";
  position: absolute;
  bottom: -12px;
  width: 80px;
  height: 4px;
  border-radius: 9999px;
  background-color: #2CD0B8;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow_wrap{
	justify-content: space-evenly;
  padding-top: 40px;
	font-weight: 700;
}
.flow_wrap li{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)	;
	border-radius: 10px;
	background-color: #fff;
	flex: 1;
}
.flow_wrap li:not(:last-of-type){
	margin-right: 6.5px;
}
.flow_wrap .step_no{
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 10px 10px 0 0 ;		
}
.flow_wrap .step_text{
	border-radius: 0 0 10px 10px;	
	padding: 5px 5px;
	line-height: 1.43;
}
.flow_wrap .step_img{
	width: 50px;
}
.step_arrow {
  width: 12px;
  margin-top: 8px;	
}
.flow_detail .container{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;	
	border-radius: 10px;
	background-color: #fff;
}
.form_guide h3{
	border-radius: 10px 10px 0 0 ;	
	text-align: center;
	padding: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}
.flow_detail .detail_wrap{
	padding: 20px 18px 26px;
	border-radius: 0 0 10px 10px;
}
.flow_detail .phrase{
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 700;	
}
.flow_detail .logo_visa{
	width: 105px;
	padding-right: 22px;	
  padding-top: 11px;
  object-fit: contain;	
}
.theme_bg_btn{
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 50px;
	padding: 6px 0;
	max-width: 297px;
	margin: 24px auto 0;
	text-align: center;
	line-height: 1.375
}
.form_guide h4{
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #37474F;
	padding: 15px 0;
	margin: 20px 0 0px;
	color: #fff;
	text-align: center
}
.fold_list{
	margin-bottom: 40px;
}
.fold_list li a{
	position: relative;
	display: block;
	font-size: 1.4rem;
	line-height: 1.71;
	padding: 12px 0;
	border-bottom: 1px #707070 solid;
	font-weight: 700;
}
.fold_list li a:after{
  content: "";
  display: inline-block;
	position: absolute;
	right: 0;
	right: 6px;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #656565;	
}
.step_wrap{
	border-left: 2px solid #20D0B8;
	margin-left: 4.27%;
	margin-top: 20px;
	line-height: 1.7;	
}
.step_wrap .flex{
	justify-content: space-between;
}
.step_wrap .step_text{
	padding-left: 16px;
	font-weight: 700;	
}
.step_wrap .step_text .caution{
	font-size: 1.0rem;
  margin-left: -10px;
	margin-bottom: 30px;	
}
.step_wrap .step_img{
	max-width: 116px;
	margin-bottom: 10px;
  object-fit: contain
}
.step_wrap .circle_title::before{
	content: "";
	position: absolute;
	top: 0px;
	left: -25px;
	width: 16px;	
	height: 16px;
	border-radius: 50%;
	background-color: #20D0B8;
}
.detail_wrap .text_issue{
	font-size: 1.4rem;
	line-height: 1.57;
	margin-left: 4.27%;
	margin-top: 20px;
	padding-left: 16px;
}
.detail_wrap .step_caution{
	margin-top: 20px;
	font-size: 1.0rem;
	line-height: 1.7;
}
.section_conv .container{
  margin-bottom: 10px;	
	border-radius: 5px;
	background-color: #fff;	
}
.conv_wrap{
	margin-top: 40px;
	padding-bottom: 60px;	
}
.conv_wrap .conv_img{
	width: 100%;
	max-width: 140px;
	width: 38cqi;
	height: auto;
	padding-left: 10px;
	object-fit: contain;
}
.conv_wrap .conv_text{
	line-height: 1.57;
	padding: 20px 0px 20px 13px;
	font-weight: 700;
  min-width: 0px;
}




