@charset "utf-8";
/* CSS Document */

.sp{
	display: none;
}

.cmn_header.fixed {
        padding: 0 0 .0rem;
}


.gray_bg{
	background-color: #e8ebf0;
	padding: 20px 30px 40px;
	margin-bottom: 80px;
	border-radius: 10px;
}

#head_logo {
  width: 100%;
  max-width: 250px;
  padding: .4rem .4rem .4rem .5rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.gray_bg_ttl{
	display: flex;
	align-items: center;
}

.example_circle{
	background-color: #123467;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 75px;
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.example_circle span{
	font-size: 30px;
}

.gray_bg_ttl h3{
	color: #1c3c6d;
	border-left: none;
}

#gray_bg_img2{
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.plan_block{
	align-content: center;
	font-size: 700;
	margin-bottom: 50px;
}

.plan_bar{
	background-color: #e8ebf0;
	width: 100%;
	margin-bottom: 20px;
	position:relative;
}

.plan_bar::after{
	background-image: url("../images/image_hatena.svg");
	width: 30px;
	height: 70px;
	content: "";
	position: absolute;
	left: 900px;
	top: -20px;
}

.plan_flex{
	display: flex;
	align-items: center;
}

.plan_left{
	background-color: #123467;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	height: 100%;
	width: 15%;
	padding: 15px;
	margin-right: 20px;
}

.plan_left span{
	font-size: 30px;
}

.plan_bar h4{
	color: #123467;
	padding: 0;
	border-left: none!important;
	font-size: 21px;
	margin: 0;
}

.last_btn{
	background-color: #123467;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}

.last_btn li a{
	color: #fff;
	display: block;
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.last_btn:hover{
	opacity: 0.8;
}

.last_btn li a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: .1rem;
	top: calc(50% - 10px);
}

#last_logo{
	margin-left: auto;
	margin-right: auto;
}

#copyright{
	color: #fff;
	background-color: #123467;
	text-align: center;
	padding: 10px;
}




@media screen and (max-width: 767px) {

.pc{
	display: none;
}	
	
.sp{
	display: block;
}
	
.gray_bg{
	padding: 10px 20px 30px;
	margin-bottom: 50px;
}

#head_logo {
  width: 50%;
  max-width: 450px;
  padding: .4rem .4rem .4rem .5rem;
}

.gray_bg_ttl{
	display: flex;
	align-items: center;
}

.example_circle{
	width: 100px;
	height: 70px;
	border-radius: 75px;
	padding: 0;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.example_circle span{
	font-size: 30px;
}

.gray_bg_ttl h3{
	color: #1c3c6d;
	border-left: none;
}

#gray_bg_img2{
	width: 100%;
	max-width: 780px;
	margin-bottom: 10px;
}

.mb30{
	margin-bottom: 20px;
}

.mb50{
	margin-bottom: 40px;
}

.plan_block{
	margin-bottom: 40px;
}

.plan_bar{
	margin-bottom: 20px;
	position:relative;
}

.plan_bar::after{
	background-image: none;
	width: 1px;
	height: 1px;
	content: "";
	position: static;
}

.plan_flex{
	display: flex;
	align-items: center;
}

.plan_left{
	background-color: #123467;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	width: 15%;
	padding: 15px;
	margin-right: 10px;
}

.plan_left span{
	font-size: 24px;
}

.plan_bar h4{
	padding: 0;
	border-left: none!important;
	font-size: 18px;
	margin: 0;
}

.last_btn{
	width: 80%;
	text-align: center;
	margin-bottom: 70px;
	position: relative;
}

.last_btn li a{
	color: #fff;
	display: block;
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.last_btn:hover{
	opacity: 0.8;
}

.last_btn li a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: .1rem;
	top: calc(50% - 10px);
}


#last_logo{
	margin-left: auto;
	margin-right: auto;
}

#copyright{
	color: #fff;
	background-color: #123467;
	text-align: center;
	padding: 10px;
}
	
}