@charset "utf-8";
/* CSS Document */

.f_bold {
font-weight: bold;
}


	.howTo_under {}	
	.howTo_under .sec {
    margin-bottom: 40px;		
		}	
	.howTo_under .sec .title_001 {
    text-align: center;
    font-size: 28px;
    color: #e7141a;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid;
    margin-bottom: 25px;
}	
	.howTo_under .sec .title_001 + p.__txt {
    padding-bottom: 30px;
}	
	.howTo_under .sec01 {}	
	.howTo_under .sec01 .__box {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}	
	.howTo_under .sec01 .__box .__ttl {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}		
	.howTo_under .sec01 .__box .__img {
    text-align: center;
}		

.howTo_under .sec01 .__box .__img01 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
	.howTo_under .sec01 .__box .__img img {
    text-align: center;
}		
	.howTo_under .sec01 .__box .ate3 {}		
	.howTo_under .sec01 .__box .ate3 .ttl {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid;
    margin-bottom: 10px;		
}		
	.howTo_under .sec01 .__box .ate3 .__case_list {
    padding-bottom: 15px;
}		
	.howTo_under .sec01 .__box .ate3 .__case_list li {
    font-weight: bold;
    padding-bottom: 5px;
}		
	.howTo_under .sec01 .__box .ate3 p {}
		
	.howTo_under .sec02 {
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;	
		}		
		
	.howTo_under .sec02 .__boxpoint .__img {text-align: center;padding-top: 20px;padding-bottom: 20px;}		
		
.howTo_under .sec02 .__point_list {}
.howTo_under .sec02 .__point_list ul {
    text-align: center;
}
.howTo_under .sec02 .__point_list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 30px;
}
.howTo_under .sec02 .__point_list ul li p {
    font-weight: bold;
}
.howTo_under .sec02 .__point_list ul li img {}


		.howTo_under .sec02 .__boxcustomer {}
		.howTo_under .sec02 .__boxcustomer .__name {
    font-weight: bold;
    padding-bottom: 20px;
}
		
		
		
		.howTo_under .__btn {}
		.howTo_under .__btn .__btn01 {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #ff7f00;
}
		.howTo_under .__btn .__btn01 a {
    color: #fff;
    text-decoration: none;
    padding: 20px 10px;
    display: block;
}
		.howTo_under .__btn .__btn02 {
    background-color: #bbb;
    display: inline-block;
}
		.howTo_under .__btn .__btn02 a {
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    display: block;
}
.tips-title1{
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 10px;
    margin: 40px auto 15px;
    border-bottom: 1px solid #9cc37b;
    border-left: 10px solid #9cc37b;
}
.tips-title2{
    font-weight: 900
}
.tips-title3{
    font-style: italic;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-weight: 900;
}
.tips_inq {
    border: 2px solid #78bd36;
    border-radius: 7px;
    margin: 40px 10px;
    padding: 15px;
    background:#fff;
}
.tips_inq h3{
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #78bd36;
    padding: 10px 0px;
}
.tips_inq h4{
    background:#78bd36;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
    font-size: 1.2em;
    color:#fff;
}
.tips_inq .tel{
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    margin-top:25px;
    color: #2da530;
}
.sinfo{
    border: 1px solid #ddd;
    padding:15px;
    margin: 20px auto;
}
.sample{
    background:#f5f5f5;
    padding: 20px 10px;
    margin: 15px;
}
		
/* PC */
@media screen and (min-width: 768px) {


	
		}
		
		
/* SP */
@media screen and (max-width: 767px) {

}		