@charset "utf-8";
/*以降に追記*/

.closeupCont {
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	letter-spacing: .1rem;
  font-size : 20px;
  line-height : 38px;
  color : #000;
}
.closeupCont .alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.closeupCont .top_img {
	width: 100%;
	margin: 0 auto;
}

.closeupCont .section1 {
	width: 100%;
	padding: 6% 0% 0%;
  
}

.closeupCont .contents_a {
	width: 100%;
	margin: 0 auto;
}


.closeupCont .flex_1 {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
  	justify-content: space-between;
	padding:5%;
	margin: 0%;
	background-color: #0066cc;
}

.closeupCont .flex_2 {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
  	justify-content: space-between;
	padding:5% 2%;
	margin: 0%;
}

.closeupCont .flex_3 {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
  	justify-content: space-between;
	padding:5% 2% 0%;
	margin: 0%;
}


.closeupCont .txt {
	width: 55%;	
	text-align: left;
}

.closeupCont .txt_a {
	padding: 5%;
	font-size : 28px;
	line-height : 180%;
	font-weight: bold;
	text-align: center;
}


.closeupCont .txt_b {
	padding: 5%;
	font-size : 28px;
	line-height : 180%;
	font-weight: bold;
}


.closeupCont .txt_blue {
	color: #0666CC;
}



.closeupCont .txt_2 {
	text-align: left;
}

.closeupCont .bold {
	font-weight: bold;
}



.closeupCont .box {
	width: 48%;	
	padding-bottom: 0%;
}

.closeupCont .img_1 {
	width: 100%;	
	margin: 0 auto 0%;
}

.closeupCont .img_2 {
	width: 100%;	
	margin: 0 auto 0%;
}
.closeupCont .img_3 {
	width: 100%;	
	margin: 0 auto 5%;
}

.closeupCont .img_4 {
	width: 100%;	
	margin: 0 auto 5%;
}


.closeupCont .txt_btm{
	text-align: center;
	font-weight: 600;
	line-height: 150%;
	color: #fff;
	width: 100%;
	font-size: 38px;
	margin: 0 auto;
	padding: 3% 4%;
	background : #0066cc; 
}

.txt_small {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
  }	

@media (max-width: 764px) {
.closeupCont {
  letter-spacing: .1rem;
  font-size : 16px;
  line-height : 30px;
}

.closeupCont .section1 {
	width: 100%;
	padding: 0%;
  }	
	
.closeupCont .contents_a {
	width: 100%;	
	margin: 4% 0% 0%;
}

.closeupCont .flex_1 {
	flex-direction: column;
}
	
.closeupCont .flex_2 {
	flex-direction: column;
}	
	
.closeupCont .flex_3 {
	flex-direction: column;
}
	
.closeupCont .txt {
	text-align: left;
	width: 90%;
	margin: 0 5% 4%;
}
.closeupCont .txt_2 {
	text-align: left;
}	
.closeupCont .img_1 {
width: 90%;	
	margin: 0 auto 3.5%;
}
.closeupCont .img_2 {
	width: 90%;	
	margin: 0 auto 0%;
}
.closeupCont .img_3 {
	width: 60%;	
	padding: 0% 7% 2%;
	margin: 0 auto 3.5%;
}
.closeupCont .img_4 {
	width: 60%;	
	padding: 0% 7% 2%;
	margin: 5% auto 3.5%;
}

.closeupCont .box {
	width: 94%;	
	margin: 0 3% ;
	padding-bottom: 0%;
}	
	
.closeupCont .txt_a {
	padding: 5%;
	 font-size : 16px;
  line-height : 30px;
	font-weight: bold;
	text-align: left;
}
.closeupCont .txt_b {
	padding: 5% 5% 7%;
	 font-size : 16px;
  line-height : 30px;
	font-weight: bold;
}
.closeupCont .txt_btm{
	font-size: 18px;
}
.pc{
    display: none !important;
  }
.txt_small {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.05em;
  }	
}

