@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;
}

/*英字*/
.f_Poppins {
	font-family: "poppins", sans-serif;
}	

/*数字*/
.f_Sofia {
	font-family: "sofia-pro", sans-serif;
}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.st_wrapper img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrapper a { color: #000; }

section {
	margin: 0;
	padding: 0;
}

.wrap_content {
	width: 100%;
	max-width: 800px;
	padding: 15px 0;
	margin: 0 auto;	
	text-align: center;
    position: relative;
}

.wrap_content img {
    width: 100%;
	vertical-align: bottom;
}

.st_wrapper h1 {
	font-size: 25px;
	font-weight: 600;
	line-height: 2.2em;
	margin: 5% auto 8%;
	text-align: center;
    color: #000;
}

.h1_logo {
	width: 200px;
	display: inline-block;
	padding-right: 15px;
}


.st_wrapper h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 7% auto 3%;
	text-align: left;
	padding-left: 15px;
	border-left: solid 10px #9E9E9E;
}

.st_wrapper h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 4% auto 1%;
	text-align: left;
}


.st_wrapper h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 3% auto 2%;
	text-align: center;
}


.st_wrapper p{
    margin: 5px auto;
}

.txt {
	font-size: 13px;
	text-align: left;
	line-height: 1.8em;
    margin: 2% auto;
}

.Sml {
    font-size: 12px;
    line-height: 1.6em;
    margin: 1% auto;
}

.Lead {
	font-size: 16px;
	line-height: 1.7em;
    margin: 5% auto;
	text-align: center;
}

.t_ctr {
	text-align: center;
}

.t_lft {
	text-align: left;
}

/*企業エリア*/

.flx_company {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 2%;
}

.company_card {
	width: calc((100% - 3%) / 2);
	margin: 10px auto 20px; 
	padding: 10px;
	background-color: #fff;
	border: solid 1px #CECECE;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee; 
}

.company_card_logo_1 {
	width: 80%;
	margin: 0 auto;
}

.company_card_logo_2 {
	width: 33%;
	margin: 0 auto;
}

.exchange_row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.exchange_item {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  text-align: center;
  flex: 1;              
}

.item_value {
  font-family: "sofia-pro", sans-serif;
  color: #0191CF;         
  font-size: 33px;        
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
}

.item_value small {
	font-size: 60%;
}

.item_value .unit_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;        
  margin-left: 4px;       
  vertical-align: baseline;
}


.exchange_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; 
}

.exchange_arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px; 
  border-color: transparent transparent transparent #000000; 
}

.company_card .bdr {
    margin: 5%;
    border-bottom: solid 1px #CECECE;
}

.howto_icon {
	width: 100%;
	max-width: 600px;
	margin: 4% 0;
}


.info_box {
	width: 95%;
	margin: 5% auto;
	padding: 10px 20px 20px;
	border: solid 1px #CECECE;
	box-sizing: border-box;
}


.footer_link_box {
	display: flex;
	width: 70%;
	max-width: 500px;
	margin: 20px auto 40px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer_link_box a {
	text-decoration: none;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}


/* General button style (reset) */
.btn {
    display: block;
	border: none;
	cursor: pointer;
	outline: none;
	position: relative;
	text-align: center;
    text-decoration: none;
}


.btn-1 {
	width: 60%;
	max-width: 300px;
	margin: 7% auto 5%;
	padding: 5px 0;
	background-color: #000;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 600;
	color: #fff;
	transition: .3s;
}

a.btn-1 {
    color: #fff;
}

a.btn-1:hover {
	background-color: #666;
}


.btn-2 {
	width: 60%;
	max-width: 350px;
	margin: 3% auto 5%;
	padding: 5px 0;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 500;
	color: #000;
	border: solid 1px #000;
	box-sizing: border-box;
	background-color: #fff;
	transition: .3s;
}

.btn-2:hover {
	color: #fff;
	border: solid 1px #0191CF;
	background-color: #0191CF;
}


.btn-3 {
	width: 70%;
	max-width: 400px;
	margin: 7% auto 3%;
	padding: 8px 0;
	background-color: #000;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 600;
	color: #fff;
	transition: .3s;
}

a.btn-3 {
    color: #fff;
}

a.btn-3:hover {
	background-color: #666;
}


.btn-arrow-right {
  position: relative;
  display: block;
}

a.btn-arrow-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.clear {
    clear: both;
}

@media only screen and (max-width:750px){
	
    
	.wrap_content {
		width: 94%;
		margin: 0 auto;
	}
	
	.st_wrapper h1 {
		font-size: 17px;
		line-height: 2.1em;
	}
	
	.st_wrapper h2 {
		font-size: 15px;
		padding-left: 10px;
	    border-left: solid 6px #9E9E9E;
	}
	
	.st_wrapper h3 {
		font-size: 15px;
	}
	
	.st_wrapper h4 {
		font-size: 15px;
	}
	
	.h1_logo {
		width: 30%;
		padding-right: 5px;
	}
	
	.txt {
		font-size: 12px;
	}
	
    .Sml {
        font-size: 11px;
    }
	
	.Lead {
		font-size: 13px;
	}
    
	/*��ƃG���A*/
	.company_card {
		width: 95%;
	}
	
	.item_value {
		font-size: 25px;
	}
	
	.item_value .unit_txt {
		font-size: 10px;
	}
	
	/*���ӎ���*/
	.info_box {
		width: auto;
		padding: 10px;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    
	
	
	/* Button 1 */
	.btn-1 {
		width: 65%;
		font-size: 12px;
	}
	
	.btn-2 {
		width: 80%;
		font-size: 13px;
	}
	
	.btn-3 {
		font-size: 13px;
	}
	
	
}






