@charset "UTF-8";

.entry-header{
	margin-top: 100px;
	text-align: center;
	margin-bottom: .5rem;

}

.entry-content{
	width: 85%;
	margin: 0 auto;
}

h1.entry-title {
	position: relative;
	display: inline-block;
	font-size: 24px;
    font-weight: 600;
	margin-bottom: .3rem;
}

h1.entry-title a{
	text-decoration: none;
	color: #003366;
}

h1.entry-title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
  }

  .entry-content h1,
.entry-content h2 {
	position: relative;
	text-align: center;
	display: block;
	letter-spacing: .3rem;
	font-size: 24px;
    font-weight: 500;
	margin: 80px auto 50px;
}
.entry-content h1:before ,
.entry-content h2:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
  }

  .entry-content p{
	width: 96%;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	margin: 0 auto .75rem;
	
}



/*step*/

.flow_box{
	background: url(../images/common/dot.png) repeat-y ;
	margin: 0 0 30px;
}


.flow_step_img{
	position:relative;
	top: -20px;
	left: -20px;
	width: 100%;
	max-width:190px;
}


.mt50{
	margin-top:50px;
}

.flow_box .fbox{
	width: 100%;
	background: rgba(247, 234, 205, 0.61);
	margin: 0 8px 0 0;
}

.flow_box .fbox h2,
.flow_box .fbox h3,
.flow_box .fbox p,
.flow_box .fbox ul{
	margin-left: 0;
}

.flow_box .fbox img{
	margin-right: 10px;
}

.flow_box .fbox p,
.flow_box .fbox ul{
	padding: 0 6px 0 24px;
}

.flow_box .fbox h3{
	font-weight: 600;
	background:#104079;
	color: #fff;
	text-indent: 1em;
	padding: .2em 0;
	margin-bottom: 1em;
}

.flow_box .fbox .step_link{
	max-width: 230px;
	font-size: 1.2em;
	text-align: center;
	background: #90c4f1 ;
	border-radius: 20px;
	padding: 16px ;
    margin-left: 24px;
}

.flow_box .fbox .step_link a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #333;
}

/*新ステップ*/

.flow_design {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .flow {
	padding-left: 0;
  }

  .flow img.flow_img{
	display: block;
	margin: 24px auto;
  }
  
  
  .flow > li {
	list-style-type: none;
	border: 2px solid #4D9BC1;
	padding: 20px;
	border-radius: 20px;
  }
  
  .flow > li:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
  }
  
  .flow > li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	bottom: -53px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: #4D9BC1;
  }
  
  .flow > li dl dt {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2pt dashed #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
  }
  
  .flow > li .icon {
	color: #4D9BC1;
	margin-right: 0.5em;
  }
  
  .flow > li dl dd {
	margin: 0;
  }

@media only screen and (max-width: 736px) {/*スマホ*/

	.entry-content{
		width: 98%;
		margin: 0 auto;
	}
/*step*/


.flow_box .fbox{
	width: 100%;
	background: rgba(255,  255,  255, 0.61);
	margin: 0 8px 0 0;
}



.flow_box .fbox p,
.flow_box .fbox ul{
	padding: 0 6px 0 14px;
}

.flow_box .fbox img{
	margin: 0 auto;
	}

 .flow_box .fbox .alignright {
	float:none;
	text-align: center;
	padding:  5px;
	margin: 0 auto;
	}
	
.flow_box .fbox .step_link{
    margin-left: 0;
    margin: 0 auto 12px;
}


h1.entry-title {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 auto 16px;
}

.pagenav {
	width: 96%;
	margin: 20px auto 15px;
}

.pagenav .old{
	width: 100%;
	float: none;
}

.pagenav .old{
	border-right: 1px solid #999;
}

.pagenav .new{
	width: 100%;
	float: none;
	margin: 15px auto 0;
}
.entry-content ul{
	margin: 0 auto 1em;
}

.entry-content li{
	font-size: 1.1em;
	margin: 0 auto 5px;
}

h1.entry-title {
	font-weight: bold;
	}

.entry-content h2 {
	font-size: 1.4em;
	font-weight: bold;
}

.entry-content h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.entry-content h4,
.entry-content h5{
	font-size: 1.2em;
	font-weight: bold;
	}

.entry-content p{
	font-size: 1.1em;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin: 0 auto 18px;
	
}

.entry-content br{
	line-height: 2;
}

.entry-content .wp-caption{
	max-width: 100%;
}

.mobi_but{
	width: 90%;
	display: block;
	margin: 0 auto;
}

.cat_list{
	width: 96%;
	margin: 55px auto 75px;
}



.cat_list li{
	font-size: 18px;
	line-height: 1.8;
	border-bottom: dotted #999 1px;
	margin: 0 auto 12px;
	padding: 0 5px 8px;
}



.box_but a{
	width: 90%;
	font-size: 1em;
}

.box_but_bk{
	width: 100%;
}

.box_but_bk p{
	line-height: 0;
}

.tb_list td{
	font-size: 1em;
}
.tb_list tfoot td{
	font-weight: bold;
	}


}/*スマホ*/


@media only screen and  (min-width: 737px) and (max-width: 1024px){
	div.content-area{
	width: 100%;
	margin: 0 auto 50px;
}

.entry-content .wp-caption{
	max-width: 100%;
}

.mitumori_box{
	width: 91.4%;
}

/*step*/

.flow_box .fbox .alignright img{
       max-width: 250px;
	}

.flow_box .fbox p,
.flow_box .fbox ul{
	padding: 0 6px 0 18px;
}

.flow_box .fbox .step_link{
	max-width: 200px;
	font-size: 1em;
	text-align: center;
	background: #90c4f1 ;
	border-radius:  0px 8px 8px 0px;
	padding: 16px ;
	margin-left: 0;
}

}













