@charset "utf-8";
/*====================================
	common
====================================*/
.inner{
	max-width: 570px;
	margin: 0 auto;
}
.fadein{
    opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.fadein.active{
opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fade {
	opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}.fade.active {
	opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.margin90{
	margin-top: 90px;
}
.margin60{
	margin-top: 60px;
}
.margin30{
	margin-top: 30px;
}
.pc_t{
    display: block;
}
/*====================================
	about
====================================*/
.page_title{
	font-size: 2rem;
	text-align: center;
}
.sub_name{
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	display: flex;
	justify-content: center;
}
.sub_name span{
	border: 1px solid #222;
	border-radius: 20px;
	padding: 4px 16px;
}
.page_copy{
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.about_txt{
	margin: 60px 125px 0;
}
.txt{
	line-height: 2rem;
}
.bg_yellow{
	background: #fffff0;
}
.bg_yellow .contents{
	padding-bottom: 60px;
}
.sub_title{
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	padding-top: 60px;
}
.case{
	display: flex;
	margin-top: 60px;
}
.case li{
	width: calc((100% - 150px) / 4 );
	margin-right: 50px;
}
.case li:last-child{
	margin-right: 0;
}
.case li .number{
	display: block;
	text-align: center;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
}
.case li h3{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 3rem;
	margin-top: 20px;
}
.case li img{
	display: block;
	width: 19px;
	margin: 10px auto 15px;
}
.case li .sub{
	display: block;
	font-size: 0.9rem;
	text-align: center;
	border: 1px solid #222;
	padding: 2px;
	margin: 0 auto;
	width: 50px;
	line-height: 1;
}
.case li h4{
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
}
.case li p{
	margin-top: 20px;
}
.case .txt{
    font-size: .95rem;
    }
.block{
	margin: 60px auto 20px;
}
p.center{
	text-align: center;
}
.staff_name{
	margin: 60px 0 10px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.staff_name span{
	display: block;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 7px;
}
.width570{
	max-width: 570px;
	margin: 0 auto;
	padding: 0 50px;
}
.footer_navi{
	max-width: 810px;
	margin: 80px auto;
}
.footer_navi ul{
	display: flex;
	position: relative;
	padding-bottom: 90px;
}
.footer_navi ul li{
	text-align: center;
	position: relative;
}
.footer_navi ul li:first-child{
	position: absolute;
}
.footer_navi ul li:nth-child(2){
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.footer_navi ul li:last-child{
	position: absolute;
	right: 0;
}
.footer_navi ul li span{
	border: 1px solid #222;
	border-radius: 100px;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.footer_navi ul li img{
	display: block;
	max-width: 39px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.footer_navi ul li p{
	padding-top: 5px;
}
/*====================================
	flow
====================================*/
.flow_blok{
    margin-top: 90px;
    }
.flow_txt{
	max-width: 415px;
	margin: 60px auto 0;
}
.flow_step{
	display: flex;
	padding: 40px 0 30px;
	border-bottom: dashed 1px #222;
	margin-bottom: 30px;
	position: relative;
}
.flow_step::before{
	content: url("../img/flow_icon.svg");
	position: absolute;
	width: 218px;
	height: 12px;
	top: 60px;
	left: 200px;
}
.flow_step::after{
	content: url("../img/flow_icon.svg");
	position: absolute;
	width: 218px;
	height: 12px;
	top: 60px;
	left: 550px;
}
.flow_step li{
	width: calc((100% - 180px) / 3 );
	margin-right: 90px;
}
.flow_step li:last-child{
	margin-right: 0;
}
.flow_step li .number{
	display: block;
	border: 1px solid #222;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 70px;
	text-align: center;
	line-height: 66px;
	margin: 0 auto;
}
.flow_step li h3{
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
}
.step_txt{
	text-align: center;
}
.under_ttl{
	border-bottom: 1px solid #222;
	text-align: center;
	max-width: 150px;
	padding: 0 20px 5px;
	font-size: 1.1rem;
	margin: 40px auto 0;
}
.step_txt_b{
	max-width: 390px;
	margin: 30px auto 0;
}
/*====================================
	hiroba
====================================*/
.hiroba_txt{
	max-width: 400px;
	margin: 60px auto 0;
}
.contact_txt{
	max-width: 370px;
	margin: 60px auto 0;
}
.hiroba_bnr{
	margin-top: 40px;
}
.hiroba_bnr a{
    display: block;
	position: relative;
}
.hiroba_bnr p{
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: .9rem;
    line-height: 1.9;
}

.sub_name_b{
	text-align: center;
	font-size: 1.3rem;
}
.page_title_b{
	font-size: 2rem;
	text-align: center;
}
.hiroba_top{
	text-align: center;
	font-size: .9rem;
    font-style: italic;
	font-weight: 600;
}
.hiroba_ttl{
	max-width: 469px;
	margin: 60px auto 0;
}
.times_txt{
	max-width: 490px;
	margin: 40px auto 0;
}
.manabi_txt{
	max-width: 420px;
	margin: 40px auto 0;
}
.btn{
	text-align: center;
}
.btn a{
	display: inline-block;
	border: 1px solid #222;
	padding: 10px 28px;
	border-radius: 50px;
}
.blog_ttl{
	text-align: center;
	border-bottom: 1px solid #222;
	font-weight: 600;
	padding-bottom: 8px;
}
.times_blog{
	margin: 60px 0;
	
}
.times_blog li{
	border-bottom: dashed 1px #222;
	padding: 25px 0;
}
.times_blog li span{
	background: #7fffd4;
	padding: 2px 15px;
	border-radius: 40px;
	line-height: 1;
	font-weight: 600;
}
.times_blog li p{
	padding-top: 10px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.7rem;
}
.manabi_blog li span{
	background: #d2691e;
	padding: 2px 15px;
	border-radius: 40px;
	line-height: 1;
	font-weight: 600;
    color: #fff;
}
.manabi_blog li p{
   padding-top: 10px;
   font-size: 1.5rem;
   font-weight: 600;
   line-height: 2.7rem;
}
.blog_top{
	text-align: center;
	margin: 40px 0 50px;
}
.blog_navi{
	display: flex;
    justify-content: center;
	max-width: 450px;
	margin: 0 auto 90px;
	font-weight: 600;
}
.blog_navi li{
	border-right: 1px solid #222;
	padding: 5px 20px;
}

.blog_navi li:first-child{
	border-left: 1px solid #222;
}
.manabi_ttl{
    max-width: 362px;
	margin: 60px auto 0;
}
.coming_txt{
    text-align: center;
    margin-bottom: 180px;
}
.teims_tag{
    text-align: center;
    margin: 40px auto;
}
.teims_tag span{
    background: #7fffd4;
    padding: 2px 15px;
    border-radius: 40px;
    line-height: 1;
    font-weight: 600;
}
.manabi_tag{
    text-align: center;
    margin: 50px auto;
}
.manabi_tag span{
    background: #d2691e;
    padding: 2px 15px;
    border-radius: 40px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
.page_ttl{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 80px;
}
/*====================================
	news
====================================*/
.news_cat_area{
	position: relative;
}
.news_cat{
	display: flex;
	justify-content: center;
  align-items: center;
	margin: 60px auto;
}
.news_cat li{
	margin-right: 20px;
}
.news_cat li:last-child{
	margin-right: 0;
}
.news_cat li a{
	padding: 10px 25px;
	border-radius: 50px;
	text-align: center;
}
.news_cat li a.new{
	background: #ffb6c1;
}
.news_cat li a.day{
	background: #b0e0e6;
}
.news_cat li a.others{
	background: #f0e68c;
}
.news_blog{
	border-top: 1px solid #222;
}
.news_blog li{
	padding: 30px 0;
	border-bottom: 1px solid #222;
}
.news_blog li .new{
	background: #ffb6c1;
	padding: 6px 20px;
	border-radius: 50px;
	text-align: center;
	font-size: .9rem;
}
.news_blog li .day{
	background: #b0e0e6;
	padding: 6px 20px;
	border-radius: 50px;
	text-align: center;
	font-size: .9rem;
}
.news_blog li .others{
	background: #f0e68c;
	padding: 6px 20px;
	border-radius: 50px;
	text-align: center;
	font-size: .9rem;
}
.news_blog li .ymd{
	display: block;
	font-weight: 600;
	padding: 10px 0 5px;
}
/* もっと見るの非表示 */
.news_blog li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
/* もっと見るの非表示 */
.times_blog li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.more{
    text-align: center;
}
.more button{
    cursor: pointer;
    display: inline-block;
	border: 1px solid #222;
	padding: 10px 28px;
	border-radius: 50px;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.more button:hover{
    opacity: .7;
}
.select{
    margin-top: 30px;
}
.select span{
    text-align: center;
    display: block;
    font-size: .9rem;
}
.select select{
    width: 240px;
    padding: 2px 15px;
    display: block;
    margin: 10px auto 0;
    border: 1px solid #222;
    border-radius: 40px;
    font-size: .9rem;
    position: relative;
    background: url(../img/search_icon.png) no-repeat;
    background-size: 15px;
    background-position: 95% 50%;
}
.select select::after{
    content: "url(../img/search_icon.png)";
    width: 16px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/*====================================
	contact
====================================*/
.cont_privacy{
    margin: 40px auto;
    text-align: center;
}
.cont_privacy a{
    background: #717071;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: .9rem;
}
.cont_privacy a img{
    width: 21px;
    vertical-align: middle;
    padding-left: 2px;
}
#contact_form{
    width: 100%;
}
#contact_form table{
    width: 100%;
}
#contact_form table th{
    width: 150px;
    margin-right: 20px;
    display: block;
    font-size: .9rem;
    vertical-align: middle;
}
#contact_form table td{
    padding: 10px;
    width: 400px;
}
#contact_form table td input{
    background:#eeeeef; 
    width: 100%;
    padding: 15px 10px;
    vertical-align: text-top;
}
#contact_form table td textarea{
    background:#eeeeef; 
    padding: 15px 10px;
    width: 100%;
    vertical-align: text-top;
}
#contact_form .btn{
    text-align: center;
}
#contact_form .btn input{
    cursor: pointer;
    display: inline-block;
	border: 1px solid #222;
	padding: 10px 28px;
	border-radius: 50px;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
#contact_form .btn input:hover{
    opacity: .7;
}
.cont_txt{
    max-width: 320px;
    margin: 60px auto 0;
}
.btn_area{
    display: flex;
    justify-content: center;
    margin: 80px 0;
}
.btn_y{
    margin-left: 30px;
}
.mw_wp_form_preview{
    margin-top: 40px;
}
.mw_wp_form_preview tr{
    border-bottom: 1px solid #222;
    padding: 20px 0;
}
.mw_wp_form_preview th{
    padding: 25px 0;
}
.mw_wp_form_preview .btn_y input{
    background: #fff000;
}
.cont_img{
    width: 75px;
    display: block;
    margin: 40px auto 0px;
}
.contfin_txt{
    text-align: center;
    margin-bottom: 100px;
}
/*====================================
	hiroba-page
====================================*/
.page_block{
    line-height: 2rem;
}
.page_block h2{
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 8px;
    padding: 4px;
    text-align: center;
    overflow: hidden;
}
.page_block img{
    width: 100%;
    display: block;
}
.page_block .width400{
    max-width: 400px;
    margin: 0 auto;
}
.page_block h3{
    max-width: 400px;
    margin: 0 auto;
}
.page_block p{
    margin-bottom: 25px;
}
.page_block .line_1{
    line-height: 1.4;
}
.page_block strong{
    font-weight: 600;
}
.page_block blockquote{
    border-bottom: 1px solid #9e9e9f;
    border-top: 1px solid #9e9e9f;
    font-size: .8rem;
    line-height: 1.6;
    padding: 10px 0;
}
.page_block blockquote p{
    margin-bottom: 0;
}
.page_block ul{
    list-style: circle;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.page_block ol{
    list-style-type: decimal;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.page_block a{
    color: blue;
    text-decoration: none;
}
.page_block a i{
    padding-left: 5px;
}
.page_block a:visited{
    color: purple;
}
.page_block a:visited i{
    color: purple;
}
.page_block a:hover{
    text-decoration:none;
}
a[target="_blank"]::after{
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  margin: 0px;
  font-weight: 600;
  font-size: .65rem;
    position: relative;
    top: -4px;
    padding: 0 4px;
}
.page_block table{
    width: 100%;
}
.page_block table td{
    padding: 10px;
    border: 1px solid #ccc;
}
.pagefooter_navi{
	max-width: 810px;
	margin: 80px auto 40px;
    position: relative;
    height: 100px;
}

.pagefooter_navi .single_navi li{
	position: absolute;
	left: 50%;
    text-align: center;
    font-weight: 600;
	transform: translateX(-50%);
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    padding: 2px 10px;
}
.pagefooter_navi ul li.prev{
	position: absolute;
    font-weight: 600;
	left: 0;
}
.pagefooter_navi ul li.prev a{
	position: relative;
    padding-left: 50px;
}
.pagefooter_navi ul li.prev a::before{
    content: url(../img/icon_ankle_left.svg);
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    display: inline;
    vertical-align: middle;
}
.pagefooter_navi ul li.next{
	position: absolute;
    font-weight: 600;
	right: 0;
}
.pagefooter_navi ul li.next a{
	position: relative;
    padding-right: 50px;
}
.pagefooter_navi ul li.next a::before{
    content: url(../img/icon_ankle_right.svg);
    position: absolute;
    top: -10px;
    right: 0;
    width: 50px;
    display: inline;
    vertical-align: middle;
}
.pagefooter_navi ul li span{
    display: inline;
}
.pagefooter_navi ul li img{
    display: inline;
    width: 40px;
    vertical-align: middle;
}
.pagefooter_navi ul li a{
    display: block;
}

/*======================================================================================================
	スマホ画面 1000以下
======================================================================================================*/
@media only screen and (max-width: 1000px){
    header {
    margin: 40px auto 0;
    display: flex;
    max-width: 970px;
        padding: 0 10px;
}
.case {
    display: flex;
    margin-top: 60px;
    padding: 0 20px;
}
.flow_step{
	display: flex;
	padding: 40px 20px 30px;
	border-bottom: dashed 1px #222;
	margin-bottom: 30px;
	position: relative;
}
.flow_step::before {
    content: url(../img/flow_icon.svg);
    position: absolute;
    width: 120px;
    height: 12px;
    top: 60px;
    left: 220px;
}
.flow_step::after {
    content: url(../img/flow_icon.svg);
    position: absolute;
    width: 120px;
    height: 12px;
    top: 60px;
    left: 570px;
}
}
@media only screen and (max-width: 1024px){
    .case {
    display: block;
    margin-top: 60px;
    padding: 0 20px;
        max-width: 600px;
        margin: 60px auto; 0
}
.case li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}
}
@media only screen and (max-width: 867px){
    .flow_step::before {
    content: url(../img/flow_icon.svg);
    position: absolute;
    width: 120px;
    height: 12px;
    top: 60px;
    left: 220px;
}
.flow_step::after {
    content: url(../img/flow_icon.svg);
    position: absolute;
    width: 120px;
    height: 12px;
    top: 60px;
    left: 470px;
}
}

/*======================================================================================================
	スマホ画面
======================================================================================================*/
@media only screen and (max-width: 767px){
/*====================================
	common
====================================*/
.fade {
	opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(10px);
}.fade.active {
	opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.margin90{
	margin-top: 110px;
}
.margin60{
	margin-top: 50px;
}
.margin30{
	margin-top: 20px;
}
.pc_t{
    display: block;
}
/*====================================
	about
====================================*/
.page_copy {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.about_txt {
    max-width: 400px;
    margin: 60px auto 0;
    padding: 0 20px;
}
.sub_title {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    padding-top: 60px;
}
.bg_yellow .contents {
    padding-bottom: 30px;
}
.case {
    display: block;
	flex-wrap: wrap;
    margin-top: 60px;
    max-width: 400px;
    margin: 60px auto 0;
}
.case li {
    width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
}
.case li:nth-child(2n){
	margin-left: 0px;
	}
.case li h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 2rem;
    margin-top: 10px;
}
.case li h4 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}
.case li p {
    margin-top: 20px;
	font-size: .9rem;
}
.case li img{
    margin: 5px auto 6px;
    }
.txt {
    line-height: 2rem;
	font-size: .9rem;
}
.footer_navi {
    max-width: 810px;
    margin: 50px 20px;
    font-size: .9rem;
}
.footer_navi ul li span {
    border: 1px solid #222;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.footer_navi ul li img {
    display: block;
    max-width: 32px;
    width: 21px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.footer_navi ul li p {
    padding-top: 5px;
	font-size: .85rem;
}
	
/*====================================
	flow
====================================*/
.flow_blok{
    margin-top: 70px;
    }
.flow_txt{
	max-width: 390px;
	margin: 60px auto 0;
}
.flow_step{
	display: block;
	padding: 40px 0 30px;
	border-bottom: dashed 1px #222;
	margin-bottom: 30px;
	position: relative;
}
.flow_step::before{
	display: none;
}
.flow_step::after{
	display: none;
}
.flow_step li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.flow_step li:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.flow_step li .number{
	display: block;
	border: 1px solid #222;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 70px;
	text-align: center;
	line-height: 66px;
	margin: 0 auto;
}
.flow_step li h3{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
}
.step_txt{
	text-align: left;
}
.under_ttl{
	border-bottom: 1px solid #222;
	text-align: center;
	max-width: 130px;
	padding: 0 20px 5px;
	font-size: 1rem;
	margin: 40px auto 0;
}
.step_txt_b{
	max-width: 390px;
	margin: 15px auto 0;
    padding: 0 20px;
}
.fadein p{
    max-width: 400px;
    margin: 0 auto;
}
.step_txt {
    max-width: 400px;
    margin: 0 auto;
    }
/*====================================
	hiroba
====================================*/
.hiroba_txt{
	max-width: 350px;
	margin: 60px auto 0;
}
.hiroba_bnr{
	margin: 40px 40px 0;
}
.hiroba_bnr a{
    display: block;
	position: relative;
    border-radius: 32px;
    z-index: 2;
    border: 1px solid #717071;
    overflow: hidden;
}
.hiroba_bnr a img{
     border-top-left-radius: 3px;
    border-top-right-radius: 32px;
    z-index: 1;
    position: relative;
}
.hiroba_bnr span{
    display: block;
    position: relative;
    top: 10px;
    right: 0px;
    left: 20px;
    line-height: 2rem;
    padding-bottom: 10px;
}
.page_title_b{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 100px;
}
	.sub_name_b{
	text-align: center;
	font-size: 1.1rem;
}
.times_blog li p {
    padding-top: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
}
.manabi_blog li p {
   padding-top: 10px;
   font-size: 1.2rem;
   font-weight: 600;
   line-height: 2rem;
}
.blog_navi{
	display: block;
	max-width: 450px;
	margin: 0 auto 90px;
	font-weight: 600;
}
.blog_navi li{
	padding: 5px 20px 5px 0;
	border: none;
	border-left: 1px solid #222;
	margin-bottom: 15px;
}

.blog_navi li:first-child{
}
.news_cat{
	display: block;
	display: inline-block;
	justify-content: center;
  align-items: center;
	margin: 60px auto;
}
.news_cat li{
	margin-right: 10px;
	margin-bottom: 30px;
	display: inline-block;
}
.news_cat li:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.news_cat li a{
	padding: 10px 15px;
	border-radius: 50px;
	text-align: left;
}
/*====================================
	contact
====================================*/
#contact_form table td {
    padding: 10px 0;
    display: block;
    width: 100%;
}
.pagefooter_navi{
	font-size: .85rem;
}
.pagefooter_navi ul.single_navi li{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    border-left: none;
    border-right: none;
    padding: 2px 10px;
}
.pagefooter_navi ul li.prev a{
	position: relative;
    padding-left: 30px;
    padding-top: 3px;
}
.pagefooter_navi ul li.prev a::before{
    content: url(../img/icon_ankle_left.svg);
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    display: inline;
    vertical-align: middle;
}
.pagefooter_navi ul li.next{
	position: absolute;
    font-weight: 600;
	right: 0;
}
.pagefooter_navi ul li.next a{
	position: relative;
    padding-right: 30px;
    padding-top: 3px;
}
.pagefooter_navi ul li.next a::before{
    content: url(../img/icon_ankle_right.svg);
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    display: inline;
    vertical-align: middle;
}
.btn_y{
    margin-left: 10px;
}

}

/*======================================================================================================
	スマホ画面 545以下
======================================================================================================*/
@media only screen and (max-width: 545px){
    .hiroba_bnr a{
    display: block;
    border: 1px solid #717071;
	position: relative;
    border-radius: 28px;
        overflow: hidden;
}
  .hiroba_bnr a img{
        border-top-left-radius: 2px;
        border-top-right-radius: 28px;
    }
}
/*======================================================================================================
	スマホ画面 440以下
======================================================================================================*/
@media only screen and (max-width: 440px){
    .pc_t{
    display: none;
}
    .hiroba_bnr a{
    display: block;
    border: 1px solid #717071;
	position: relative;
    border-radius: 22px;
        overflow: hidden;
        box-sizing: border-box;
}
    .hiroba_bnr a img{
        border-top-left-radius: 0;
        border-top-right-radius: 22px;
    }
.flow_step li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    position: relative;
}
.flow_step li .number {
    display: block;
    border: 1px solid #222;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 70px;
    text-align: center;
    line-height: 66px;
    margin: 0 auto 0 0;
    position: absolute;
    left: 0;
}    
.flow_step li h3 {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 85px;
    top: -10px;
}
.flow_step li p{
    position: relative;
    left: 43px;
    top: 15px;
    width: calc(100% - 85px);
    padding-bottom: 20px;
    }
.about_txt {
    max-width: 400px;
    margin: 60px auto 0;
    padding: 0 0px;
}
.case {
    display: block;
    flex-wrap: wrap;
    margin-top: 60px;
    max-width: 400px;
    margin: 60px auto 0;
    padding: 0;
}
.width570 {
    max-width: 570px;
    margin: 0 auto;
    padding: 0 30px;
}
.hiroba_txt {
    max-width: 400px;
    margin: 60px auto 0;
}
.hiroba_bnr {
    margin: 40px 30px 0;
}
.step_txt_b {
    max-width: 390px;
    margin: 15px auto 0;
    padding: 0 30px;
}
}
