/*大スクリーン----*/
.text-wrapper{
	width:65%;
	margin:0 auto;
}
.f_bold{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.flex1{
	display:flex ;
	justify-content: center;
}
.flex2{
	display:flex ;
	font-weight: bold;
	margin: 20px auto;
}
.flex3{
	display:flex ;
	justify-content:space-between;
	align-items: center;
}
.flex1 a{
	margin:20px auto;
	box-shadow: 2px 2px 4px #ccc;
	transition: 0.6s ;
}
/*.flex1 a:hover{
	border:2px solid rgb(68, 68, 68);
	background-color: rgb(255, 255, 255);
	color:rgb(68, 68, 68);
	padding:10px 35px;
	border-radius: 50px;
	margin:40px 10px 70px;
	box-shadow: 2px 2px 4px #ccc;
}
*/
.title_h2{
	font-weight: bold;
	font-size: 60px;
	color:#E84461;
}
.title_h3{
	font-weight: bold;
	font-size: 21px;
	color:#E84461;
}
#bg_features{
	background-color: #E84461;
	width:100%;
	margin:100px auto;
	text-align: center;
	display: table;
	display: grid;
	place-items: center center;
	color:white;
	font-weight: 700;
}
#bg_features2{
	background-color: #ffffff;
	width:100%;
	margin:40px auto;
	text-align: center;
	display: table;
	display: grid;
	place-items: center center;
	color:rgb(27, 27, 27);
	font-weight: 700;
}
#bg_features3{
	width:50%;
	margin:100px auto;
	text-align: left;
	display: table;
	display: grid;
	color:rgb(0, 0, 0);
	font-weight: 700;
}
#bg_features3_sp{
	width:90%;
	margin:100px auto;
	text-align: left;
	display: table;
	display: grid;
	color:rgb(0, 0, 0);
	font-weight: 700;	

}.title1{
	font-size: 43px;
}
.title2{
	font-size: 20px;
}
.title3{
	font-size: 30px;
    font-family: "Yu Mincho";
    font: weight 700px;
}
.title3_sp{
	font-size: 24px;
    font-family: "Yu Mincho";
    font: weight 700px;
}
.title4{
	font-size: 43px;    
    border-bottom: solid 1px;
    border-color: #d83453;
}
.title5{
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid;
    border-bottom: solid 1px;
    border-color: #ccc;	
	padding-top: 20px;
	
}
.main_btn1{
	color:white;
	width:300px;
	padding:20px 30px;
	font-weight: 700;
	text-align: center;
	margin:20px auto 50px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	box-shadow: 2px 2px 4px #ccc;
	background: -webkit-gradient(45deg, #E84461 35%, #5e5e5e);
	background: linear-gradient(45deg, #E84461 35%, #949494);
}
.main_btn2{
	color:white;
	width:300px;
	padding:20px 30px;
	font-weight: 700;
	text-align: center;
	margin:30px auto 10px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	box-shadow: 2px 2px 4px #ccc;
	background: -webkit-gradient(45deg, #078632 35%, #5e5e5e);
	background: linear-gradient(45deg, #40cf7c 35%, #949494);
}
.main_btn3{
	color:white;
	width:300px;
	padding:20px 30px;
	font-weight: 700;
	text-align: center;
	margin:10px auto;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	box-shadow: 2px 2px 4px #ccc;
	background: -webkit-gradient(45deg, #ff9100 35%, #5e5e5e);
	background: linear-gradient(45deg, #ffb14a 35%, #949494);
}
.big_number{
	font-size: 60px;
	font-weight: 800;
	color: rgba(53, 53, 53, 0.87);
}
.font_bold{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.service_card{
	width:50%;
	height:300px;
	border-radius: 0px;
	border:0px solid gray;
	padding:10px;
	margin:auto 10px;
	box-shadow:3px 4px 10px 1px rgb(221, 221, 221);
}
.service_card2{
	width:80%;
	height:375px;
	border-radius: 0px;
	border:0px solid gray;
	padding:10px;
	margin:auto 10px;
	box-shadow:3px 4px 10px 1px rgb(221, 221, 221);
}
.service_card3{
	width:50%;
	height:375px;
	border-radius: 0px;
	border:0px solid gray;
	padding:10px;
	margin:auto 10px;
	box-shadow:3px 4px 10px 1px rgb(221, 221, 221);	
}
.service_card_sp{
	width:75%;
	height:375px;
	border-radius: 0px;
	border:0px solid gray;
	padding:10px;
	margin:auto 10px;
	box-shadow:3px 4px 10px 1px rgb(221, 221, 221);	
	
}
#service_btn{
	border-radius: 50px;
	border:0px solid gray;
	padding:10px 30px;
	display: inline-block;
	font-weight: 700;
	margin:20px auto 10px;
}
#service_btn:hover{
    color: #ffffff; /* 文字色を変更する */
    background-color: #000000; /* 背景色を変更する */
    text-decoration: none; /* リンクに出てくる下線を無効にする*/   	
}
#service_btn2{
	border-radius: 50px;
	border:1px solid #d83453;
	padding:10px 20px;
	display: inline-block;
	background-color:#d83453;
	color:white;
	font-weight: 700;
	margin:20px auto 10px;
}
#service_btn2:hover{
    color: #d83453; /* 文字色を変更する */
    background-color: #ffffff; /* 背景色を変更する */
    text-decoration: none; /* リンクに出てくる下線を無効にする*/    
}
.gaiyo_list_wrap dt{
	font-size: 20px;
	float: left;
	padding-right: 25%;
}
dt::after{
	margin-right: 20%;
}
.gaiyo_list_wrap dd{
	font-weight: normal;
	font-size: 20px;
}
.end_contents{
	display:flex ;
	justify-content: center;
}
.gray_btn {
    border-radius: 50px;
    padding: 20px 120px;
    font-size: 14px;
    font-weight: 700;
    background: rgb(228, 228, 228);
    box-shadow: 2px 2px 4px #ccc;
	display:flex ;
	justify-content: center;
	transition: background-color 1s;
}
.gray_btn:hover{
    color: #000000; /* 文字色を変更する */
    background-color: #ffffff; /* 背景色を変更する */
    text-decoration: none; /* リンクに出てくる下線を無効にする*/
	transition: background-color 1s;  
}
.author_sp{
	width:75%;
	padding-top:20px;
	font-weight: bold;
	font-size: 14px;
}

/*responsive----*/
@media screen and (max-width: 1600px){
	.text-wrapper{
		width:75%;
		margin:0 auto;
	}
}
/*responsive----SPver----*/
@media screen and (max-width: 480px){
	.text-wrapper{
		width:100%;
		margin:0 auto;
	}
}
