@charset "UTF-8";

#headline_text + .contents_box01 p {
    font-size: 2.2rem;
    font-family: "Zen Maru Gothic", serif;
}

#flow_step + .contents_box01 .inner_item_txt ol li {
    margin-bottom: 2rem;
}
#flow_step + .contents_box01 .inner_item_txt ol li  .contents_btn01 .content_wrapper {
    text-align: left;
}
@media screen and (max-width: 800px){
	#headline_text + .contents_box01 p {
          font-size: 2.1rem;
      }
}

@media screen and (min-width: 769px){
	#flow_step + .contents_box01 .inner_item_txt ol li a[href^="tel"] {
	    pointer-events: none;
	}
}