@charset "utf-8";
/*------------------------------------------------------------
	pr/self_naiken/index.html
------------------------------------------------------------*/
.mainBox {
	padding-top: 40px;
}
#conts .topImg {
	margin-bottom: 48px;
}
#conts .headLine06 {
	padding-bottom: 14px;
}
#conts .sec01 .imgBox {
	margin-bottom: 33px;
}
#conts .sec01 .imgBox .phoBox {
	margin-top: 4px;
	width: 251px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
#conts .sec01 .imgBox .txtBox {
	width: 505px;
}
#conts .sec01 .imgBox .txtBox p {
	font-size: 1.4rem;
	line-height: 1.43;
}
#conts .sec01 .txtUl {
	margin: 0 16px 30px;
}
#conts .sec01 .txtUl li {
	padding: 11px 16px 10px;
	border-radius: 8px;
	border: 1px solid #e95b00;  
	font-size: 1.2rem;
	line-height: 1.7;
}
#conts .sec01 .txtUl li:not(:last-child) {
	margin-bottom: 17px;
}
#conts .sec01 .txtUl li .ttl {
	margin-bottom: 1px;
	display: block;
	color: #e95b00;
	font-weight: bold;
}
#conts .sec01 {
	margin-bottom: 50px;
}
#conts .sec02 {
	margin-bottom: 30px;
}
#conts .sec02 .title {
	margin-bottom: 6px;
	color: #1c1612;
	font-size: 1.4rem;
	font-weight: bold;
}
#conts .sec02 p {
	margin-bottom: 8px;
	line-height: 1.71;
	font-size: 1.4rem;
}
#conts .sec02 .txtList {
	margin-bottom: 12px;
}
#conts .sec02 .txtList li {
	padding-left: 1em;
	line-height: 1.54;
	text-indent: -1em;
}
#conts .flowList {
	margin-bottom: 15px;
	
}
#conts .flowList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .flowList li:not(:last-child){
	margin-bottom: 20px;
}
#conts .flowList li .phoBox {
	width: 200px;
}
#conts .flowList li .txtBox {
	width: calc(100% - 215px);
}
#conts .flowList li .txtBox .ttl {
	margin-bottom: 3px;
	font-size: 1.4rem;
	font-weight: bold;
    display: flex;
}
#conts .flowList li .txtBox .ttl .num {
	padding-top: 3px;
    flex-shrink: 0;
	display: inline-block;
	color: #FFF;
	line-height: 1.71;
	width: 20px;
	height: 20px;
	margin-right: 5px;  ;  
	border-radius: 3px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;  
	background-color: #e95b00;
}
#conts .flowList li .txtBox p {
	margin-bottom: 0;
	color: #4d3a2e;
	font-size: 1.4rem;
	line-height: 1.43;
}
#conts .flowList li .txtBox p .note {
	display: block;
	font-size: 1rem;
}
#conts .flowList li .txtBox .pLink {
	margin-top: 5px;
}
#conts .flowList li .txtBox .pLink a {
	padding-left: 20px;
	display: inline-block;
	color: #1492e6;
	font-weight: bold;
	line-height: 1.5;
	background: url(../../../img/common/icon52.png) no-repeat left center;
	background-size: 15px;
}
#conts .flowList li .txtBox .pLink a:hover {
	text-decoration: underline;
}
#conts .sec02 .txtInner {
	padding: 10px 30px 15px;
	border-radius: 5px;
	background-color: #faf6ed;
}
#conts .sec02 .txtInner .photo a:hover img {
    opacity: 0.7;
}
#conts .sec02 .txtInner .ttl {
	margin-bottom: 15px;
	color: #e95b00;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
#conts .sec03 dt {
	margin: 20px 0 8px;
	color: #4d3a2e;
	font-size: 1.2rem;
	font-weight: bold;
}
#conts .sec03 dd input {
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
	padding: 5px 10px 5px;
	width: 100%;
	height: 40px;
	color: #4d3a2e;
	font-size: 1.4rem;
	border-radius: 5px;
	border: solid 1px #eae3d3;
	box-sizing: border-box;
}
#conts .sec03 dd .note {
	margin-top: 8px;
	display: block;
	color: #4d3a2e;
	font-size: 1rem;
}
#conts .sec03 .btn {
	max-width: 342px;
	margin: 30px auto 0;
	position: relative;
}
#conts .sec03 .btn input {
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	background-color: #e95b00;
	position: relative;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
#conts .sec03 .btn:hover {
	opacity: 0.7;
}
#conts .sec03 .btn::before {
	position: absolute;
	right: 17px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	content: '';
	z-index: 10;
}
@media all and (max-width: 897px) {
	.mainBox {
		padding-top: 20px;
	}
	#conts .topImg {
		margin: 0 -15px;
	}
	#conts .headLine06 {
		margin: 0 -15px 10px;
		padding: 8px 14px;
		text-align: center;
		font-size: 1.6rem;
	}
	#conts .sec01 .imgBox {
		margin-bottom: 12px;
		display: block;
	}
	#conts .sec01 .imgBox .phoBox {
		margin: 4px auto 11px;
		width: 58%;
		border-radius: 0;
		border: 1px solid #EAE3D3;
	}
    #conts .sec01 .imgBox .phoBox img {
        width: 100%;
    }
	#conts .sec01 .imgBox .txtBox {
		width: auto;
	}
	#conts .sec01 .txtUl {
		margin: 0;
	}
	#conts .sec01 .txtUl li {
		padding: 8px 16px 6px;
		border-radius: 5px;
		font-size: 1.3rem;
		line-height: 1.85;
	}
	#conts .sec01 .txtUl li:not(:last-child) {
		margin-bottom: 15px;
	}
	#conts .sec01 .txtUl li .ttl {
		margin-bottom: -1px;
		font-size: 1.4rem;		
	}
	#conts .sec01 {
		margin-bottom: 20px;
	}
	#conts .sec02 {
		margin-bottom: 20px;
	}
	#conts .sec02 .title {
		margin-bottom: 9px;
		padding-left: 5px;
		position: relative;
	}
	#conts .sec02 .title::before {
		position: absolute;
		left: 0;
		top: 4px;
		width: 4px;
		height: 19px;
		background-color: #FF7B00;
		border-radius: 3px;
		content: '';
	}
	#conts .sec02 p {
		margin-bottom: 10px;
	}	
	#conts .sec02 .txtList li {
		font-size: 1.3rem;
	}
	#conts .flowList {
		margin-bottom: 27px;
		width: auto;
	}
	#conts .flowList li .phoBox {
		width: 142px;
	}
	#conts .flowList li .txtBox {
		width: calc(100% - 150px);
	}
	#conts .flowList li .txtBox .pLink a:hover {
		text-decoration: none;
	}
	#conts .sec02 .txtInner {
		padding: 15px 30px 15px;
	}
	#conts .sec02 .txtInner .ttl {
		margin-bottom: 14px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#conts .sec02 .txtInner .photo {
		width: 74%;
		margin: 0 auto;
        text-align: center;
	}
	#conts .sec03 dt {
		margin: 15px 0 5px;
	}
	#conts .sec03 dd .note {
		margin-top: 3px;
	}
	#conts .sec03 .btn {
		margin: 18px auto 0;
	}	
	#conts .sec03 .btn:hover {
		opacity: 1;
	}	 
}
