/** about **/

.about_1_main{
	max-width:1920px;
	padding:0px 0 100px 0;
	color:#434343;
	margin:0 auto;
}
.about_1_sub_1{
	max-width:1200px;
	width:90%;
	margin:0 auto 0px auto;
	background:#fff;
	border-radius:60px;
	padding:70px 0;
}
.about_1_sub_1a{
	width:90%;
	margin:0 auto 0px auto;
	padding:75px 0;
	border-bottom:#B7B5B5 1px solid;
}
.about_1_sub_1a:first-child{
	padding:0 0 75px 0;

}
.about_1_sub_1a:last-child{
	padding:75px 0 0 0;
	border-bottom:none;
}
.about_1_sub_1 .title_0{
	margin-bottom:35px;
}
.about_1_sub_1 .title_0 .title_01{
	display:flex;
	align-items:center;
}
.about_1_sub_1 .title_0 .border_1{
	background:#EF7262;
	width:12px;
	height:40px;
	border-radius:15px;
}
.about_1_sub_1 .title_0 .title_1a{
	font-size:35px;
	margin-left:25px;
}
.about_1_sub_1 .title_0 .title_1b{
	font-size:19px;
	margin-left:25px;
	margin-top:10px;
	color:#EF7262;
}
.about_1_sub_1 .title_0b{
	margin-bottom:35px;
}
.about_1_sub_1 .title_0b .title_01{
	display:flex;
	align-items:center;
}
.about_1_sub_1 .title_0b .border_1{
	background:#3C3CA5;
	width:12px;
	height:40px;
	border-radius:15px;
}
.about_1_sub_1 .title_0b .title_1a{
	font-size:35px;
	margin-left:25px;
}
.about_1_sub_1 .title_0b .title_1b{
	font-size:19px;
	margin-left:25px;
	margin-top:10px;
	color:#3C3CA5;
}
.about_1_sub_1 .title_1{
	margin:60px 0 30px 0;
	font-size:30px;
	line-height:180%;
}
.about_1_sub_1 .text_1{
	margin:0px 0;
	font-size:18px;
	line-height:180%;
}
.about_1_sub_1 .text_1a{
	position:relative;
	text-align:right;
	font-size:18px;
	line-height:180%;
	margin-top:40px;
}
.about_1_sub_1 .text_1a span:nth-child(1){
	font-size:17px;
	margin-right:15px;
}
.about_1_sub_1 .text_1a span:nth-child(2){
	font-size:28px;
}
.about_1_sub_1 .text_1a .absolute_1{
	position:absolute;
	top:70%;
	right:20px;
	font-size:15px;
	color:#FAB2A8;
}

.about_1_sub_1 .table_1 table{
	width:100%;
}
.about_1_sub_1 .table_1 table td{
	width:33%;
	font-size:18px;
}
.about_1_sub_1 .text_1m{
	font-size:16px;
}
.about_1_sub_1 .flex_1m{
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}
.about_1_sub_1 .flex_1m img{
	max-width:100%;
}
/* ol */
.about_1_sub_1 ol{
	margin:0;
	padding:0;
}
.about_1_sub_1 ul{
	margin:0;
	padding:0;
	padding-left:25px;
	font-size:18px;
}
.about_1_sub_1 ol.custom-list {
	list-style-type: none;
	counter-reset: item;
	padding-left: 0;
}
.about_1_sub_1  ol.custom-list li {
	counter-increment: item;
	margin-bottom: 10px;
	font-size: 18px;
	position: relative;
	padding-left:25px;
}
.about_1_sub_1 ol.custom-list li::before {
	content: "①";
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #22ABD5;
	font-size:20px;
}
.about_1_sub_1  ol.custom-list li:nth-child(1)::before { content: "①"; }
.about_1_sub_1  ol.custom-list li:nth-child(2)::before { content: "②"; }
.about_1_sub_1  ol.custom-list li:nth-child(3)::before { content: "③"; }

@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:784px) {
.about_1_sub_1 .flex_1m{
	display:block;
	margin:60px auto 0 auto;
	text-align:center;
}
.about_1_sub_1 .flex_1m .flex_2mb{
	max-width:409px;
	margin:0 auto;
}
}
@media screen and (max-width:500px) {
.about_1_sub_1 .title_0 .border_1{
	width:6px;
	height:25px;
}
.about_1_sub_1 .title_0 .title_1a{
	font-size:25px;
	margin-left:15px;
}
.about_1_sub_1 .title_0 .title_1b{
	font-size:15px;
	margin-left:15px;
	margin-top:5px;
}
.about_1_sub_1 .title_0b .border_1{
	width:6px;
	height:25px;
}
.about_1_sub_1 .title_0b .title_1a{
	font-size:25px;
	margin-left:15px;
}
.about_1_sub_1 .title_0b .title_1b{
	font-size:15px;
	margin-left:15px;
	margin-top:5px;
}
.about_1_sub_1 .title_1{
	margin:60px 0 30px 0;
	font-size:20px;
	line-height:180%;
}
.about_1_sub_1 .text_1{
	font-size:15px;
}
.about_1_sub_1 .text_1a{
	position:relative;
	text-align:right;
	font-size:15px;
	line-height:180%;
	margin-top:40px;
}
.about_1_sub_1 .text_1a span:nth-child(1){
	font-size:15px;
	margin-right:15px;
}
.about_1_sub_1 .text_1a span:nth-child(2){
	font-size:20px;
}
.about_1_sub_1 .text_1a .absolute_1{
	position:absolute;
	top:70%;
	right:10px;
	font-size:12px;
	color:#FAB2A8;
}
.about_1_sub_1 .table_1 table td{
	width:100%;
	display:block;
	font-size:15px;
}
.about_1_sub_1 .text_1m{
	font-size:15px;
}
/* ol */
.about_1_sub_1 ul{
	font-size:15px;
}
.about_1_sub_1  ol.custom-list li {
	font-size: 15px;
}
.about_1_sub_1 ol.custom-list li::before {
	font-size:16px;
}
}