/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2025 | 00:58:54 */
@media screen and (max-width:1025px) { 
	
.pad_menu{
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    border-top:2px solid #fff;
    gap: 0;
}
	
#wpfront-scroll-top-container {
    right: 10px !important;
    bottom: 85px !important;
}

.fix_button{
	display:none;					
}
	
.pad_tel{
	display:block;
	position:absolute;
	right:60px;
	top:12px;
}
.hamburger-menu{
	display:block;	
}
.menu-content {
	display:block;	
}
	
#wpfront-scroll-top-container {
    right: 30px;
    bottom: 100px;
}
	
.button_form{
padding:10px 8px;
width:33%;
background-color:#00b3ea;
}
.button_line{
padding:10px 8px;
width:33%;
background-color:#06c755;
}
.button_tel{
padding:10px 8px;
width:34%;
background-color:#ff64a3;
}

.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
	line-height:1.8em;
	margin:0 auto 30px;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fff;
}

.heading03::before {
	margin-right: 13px;
	transform: rotate(-25deg)
}
.heading03::after {
	margin-left: 13px;
	transform: rotate(25deg)
}

.bg_usupink {
    background-color: #ffeaf2;
    padding: 15px;
    text-align: left;
    border-radius: 20px;
    margin-top: 20px;
}
	
.waku_pink {
    width: 100%;
    padding: 20px;
    margin-top:20px;
}

	
.main-navigation{
	display:none;			
}

.tel_kotei{
	display:none;
}
	
.head_logo {
  max-width: 240px;
	padding-top:10px;
}
	
.site-description{
		display:none;
}
.site-header {
  height:70px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.site-main {
    padding-top: 70px;
}

.main_waku {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
}
	
.site-waku-blog {
  padding: 60px 50px 0;
  display: grid;
  column-gap: 20px;
  grid-template-columns: 3fr 1fr;
}
	
.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 70px;
  width: 70px;
  justify-content: center;
  padding-top: 26px;
  z-index: 90;
  background-color: #00b3ea;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}
	
.menu-btn:after {
	font-weight: 500;
    display: block;
    content: "MENU";
    width: 70px;
    margin-top: 17px;
    margin-left: 19px;
    font-size: 10px;
    color: #fff;
	line-height: 1.9;
	font-weight:bold;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 80;
  background-color:#00b3ea;
  color:#fff;
  overflow-y: scroll;
  transition: all 0.5s;
  /*アニメーション設定*/
  padding: 15px 30px 60px 30px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
}

.menu-content a{
  color:#fff;		
	}
.menu-content a:visited{
  color:#fff;		
	}
#menu-btn-check:checked~.menu-content {
  right: 0;
  /*メニューを画面内へ*/
}

.menu_open_title {
  font-weight: bold;
  font-size: 1.15rem;
  margin-top: 15px;
}
	
.menu_open_title a {
  color:#fff !important;
}

.menu_sen {
  padding: 4px;
  font-weight: bold;
  width: 210px;
}

.menu_mini {
  font-size: 0.6rem;
  padding-top: 4px;
  padding-bottom: 8px;
}

.sub_waku {
    padding: 0 20px;
    text-align: center;
}
	
.menu_sen:before {
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
.blue_waku {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #00b3ea;
}
.mid_w_title {
	padding:4% 6% 7%;
}

.padno{
		display:none;
}
ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size:1.15em;
}
.bana{
		display:none;
	}
}


@media screen and (max-width:700px) { 
	
.pad_menu{
		display:none;				
}

	
.mob_menu {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    border-top:2px solid #fff;
    gap: 0;
}
	
.section_p_tb{
padding-top:50px;
padding-bottom:50px;
	}
	
.mob {
    display: block;
}
.pc {
    display: none;
}

.top_info_title {
    display: block;
	line-height:1.8em;
}
.blue_mid{
	line-height:1em;
	margin-bottom:20px;
	}
	
.border_waku {
    width: 100%;
    padding: 20px 30px;
    border: 2px solid #00b3ea;
    border-radius: 20px;
    margin: 25px 0;
}
	
.top_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3rem;
    position: relative;
}
.top_title::before {
    background-color: #00b3ea;
    bottom: -20px;
}
	
.top_title_w {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3rem;
    position: relative;
}
.top_title_w::before {
    background-color: #fff;
    bottom: -20px;
}
	
.mob_mini{
		max-width:180px;
	margin: 20px auto;
}
	
h3{
padding:0.7rem 0;
}
	
h3 .inline_b{
font-size:20px;		
	}
	
 .grid_100_2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
	 margin:0 auto;
 }
	
.grid_2_1-1 {
  display: grid;
    grid-template-columns: 1fr;
  grid-column-gap: 30px;
}
	
.grid_4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  text-align:left;
}
	
.grid_4_2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 35px;
  text-align:left;
}

.grid_2_1-2 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    text-align: left;
}
.grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
	
.grid_3-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
	
.grid_3_322 {
    display: grid;
    grid-template-columns: 1fr;
}
	
.grid_2_1-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    text-align: left;
}
	
.grid_2_2-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  text-align:left;
}
	
.site-waku-blog {
    margin-left: auto;
    margin-right: auto;
    padding: 55px 12px 0;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr;
}
	
.blog-main {
    margin: 35px 0 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
	
.heading_waku {
    padding: 0.5em 0.7em;
    border-left: 5px solid #64b1e7;
    background-color: #f2f2f2;
    font-size: 18px;
    margin: 0;
}
	
#breadcrumbs {
    font-size: 0.8em;
    padding-bottom: 20px;
    color: #b4b0ad;
    line-height: 1.6em;
}
	

.step_image{
		width:70%;
margin:0 auto;
	}
	
.title_step{
text-align:center;
	}
.mob_mar_t_20{
margin-top:20px;
	}
.line{
	width:100%;
	margin:20px auto 0 auto;
	padding:0;
}
.komikomi{
	width:100%;
	margin:20px auto 0 auto;
	padding:0;
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 260px;
	margin: 50px auto 0;
	padding: 1rem;
	font-weight: bold;
	font-size:20px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	margin: 50px auto 0;
	padding: 1rem;
	font-weight: bold;
	font-size:20px;
	border: 3px solid #00b3ea;
	color: #00b3ea;
	border-radius: 100vh;
	transition: 0.5s;
}
.icon_hukidashi{
	width:60px;
	margin:10px auto;
}
table.top_kira {
    font-size: 1.05em;
}
.main_waku_mini{
padding: 0 5px;		
}
.fotter_tel {
   width:90%;
	margin:0 auto;
	display:block;
}
.footer_menu{
display:none;
}
.copyr {
    text-align: center;
    color: #fff;
    font-size: 10px
    font-weight: bold;
    padding: 10px 0 80px;
}
	

h1.entry-title {
    color: #fff;
    padding: 10px;
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    border-radius: 20px;
    font-size: 18px;
}
.heading04 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    line-height: 1.8em;
}
.sub_waku_txt{
	margin:0 auto 10px;
	padding:10px 0 20px;
	text-align:left;
}
.blue_waku_point {
    padding: 25px 25px;
}
.jirei_waku {
    padding: 20px;
}
.title_jirei {
    display: inline-block;
    width: 80px;
    font-size: 11px;
    text-align: center;
    padding: 2px 4px;
    margin-right: 6px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #00b3ea;
    color: #fff;
    font-weight: bold;
}
	
.cont_jirei {
    font-size: 14px;
}
.arrow_wide{
    width: 37px;		
	    padding-left: 5px;
	}
.arrow {
    height: 15px;
    width: 15px;
    background-color: #00b3ea;
    position:  relative;
    margin-top: -25px;
}

.arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #00b3ea;
    position:  absolute;
    top: -50%;
    left: 100%;
}
	
.white_waku_big{
	width:100%;
	padding:15px 20px;
	border-radius:20px;
	background-color:#fff;	
}
	
.flex_mob_c{justify-content: center;}
	

.pad_tel{
	display:none;
}
	
.tbl-form th {
    border-bottom: none;
    display: block;
    width: 100%;
}
.tbl-form td {
    border-bottom: none;
    display: block;
    width: 100%;
}
}

@media screen and (max-width:450px) { 
#wpfront-scroll-top-container {
    right: 10px !important;
    bottom: 70px !important;
}
	
.heading03 {
	font-size: 18px;
}
.under_pink.txt_20{
		font-size: 19px;	
	}
}