@charset "utf-8";
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
/*固定ページ見出しH"*/
.midashi01,.main_wrap h1,.main_wrap h2{
	margin-bottom:40px;
	line-height: 1.5;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-top: 0;
	padding-left: 20px;
	border-left: 10px solid #d45215;
	font-weight: 700;
}
.main_wrap h2 span{
	margin-bottom:40px;
	line-height: 1.5;
	font-size: 1.4rem;

}
.main_wrap h3{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 2.2rem;
	position: relative;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	font-weight: 700;
}
.main_wrap h4{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	color: #d45215;
	font-weight: 700;
}
.main_wrap h5{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	border-left: 2px solid #d45215;
	padding-left: 10px;
	font-weight: 700;
}
.main_wrap h6{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.2em 0.5em;
	background-color: #d45215;
	display:table;
}
.main_wrap p ,.main_wrap ul,.main_wrap ol,.main_wrap table{
	font-size: 1.4rem!important;
	letter-spacing: 0.1em;
	font-weight: 300;
}
@media(max-width: 768px){	
.midashi01,.main_wrap h1,.main_wrap h2{
    font-size: 2.0rem;
	padding-left: 15px;
	border-left: 5px solid #d45215;
}
.main_wrap h3{
	font-size:1.8rem;
}
.main_wrap h4,.main_wrap h5{
	font-size:1.6rem;
}
.main_wrap p{
	margin-bottom: 40px;
}
}
/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.main_wrap img{
	margin-bottom:20px;
}
.main_wrap .aligncenter {
	display: block;
	text-align:center;
	max-width: 100%;
	 margin: 0 auto;
}
.main_wrap .alignleft {
	float: left;
	margin-right:20px;
	max-width: 100%;
}
.main_wrap .alignright {
	float: right;
	margin-left:20px;
	max-width: 100%;
}
.wp-caption{
	margin-bottom: 20px;
}
.wp-caption img {
margin-bottom: 10px;
padding: 0;
border: 0 none;
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin-right: 20px; /* 右側の余白調整 */
	font-size: 86%!important;
	font-weight: 300;
}
p.wp-caption-text {
	margin-bottom: 0!important;
}
@media(max-width: 768px){
.main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}
}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
.main_wrap ul,.main_wrap ol{
	margin-bottom:40px;
}
.main_wrap ul li{
	position:relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
.main_wrap ul li:before{
	background-color: #d45215;
	width: 5px;
	height: 5px;
    content: "";
    vertical-align: middle;
	display: block;
	left: 0;
	top: 0.5em;
	border-radius: 50px;
	position: absolute;
}
.main_wrap ol{
	counter-reset:number; /*数字をリセット*/
	list-style-type: none; /*数字を一旦消す*/
}
.main_wrap ol{
	counter-reset: item;
}
.main_wrap ol li{
	position:relative;
	padding:0 0 1.0em 1.125em;
}
.main_wrap ol li:before{
	counter-increment: item;
	content: counter(item);
	position:absolute;
	top:0;
	left:0;
	font-size:100%;
	font-weight:bold;
	font-style: italic;
	color:#afd146;
}

@media(max-width: 768px){
}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.main_wrap .box {
    padding: 1em;
    border: dashed 1px #d45215;/*点線*/
}
.main_wrap .box p{ 
	margin-bottom: 0!important;
	line-height: 2;
}	
@media screen and (max-width: 768px){

}
/*----------------------------------------
	テーブル関連
-----------------------------------------*/

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

}