@charset "UTF-8";
/* Guide Policy */
.mv:before{background: url("../img/guide/mv_idea.jpg") no-repeat center center/cover;}

@media only screen and (max-width: 480px) {
  .mv:before{background: url("../img/guide/mv_idea_sp.jpg") no-repeat center center/cover;}
}

.mvWrap .mv .mvTitWrap .mvTit {line-height: 1.2;}
.box {margin-bottom: 120px;}
.box h4 {font-size: 30px; text-align: center; color: #009333; margin-bottom: 40px; letter-spacing: 0.2em;}
.box .listTxtBg li {width: 48%; margin-bottom: 30px; padding: 20px 20px 20px 60px; background: url("../img/guide/policy/bg.png") repeat-y; background-size: 100% auto;}
.box .listTxtBg li h5 {font-weight: bold; font-size: 25px; letter-spacing: 0.1em; margin-bottom: 10px;}
.box .boxTxt {text-align: center; margin-bottom: 40px;}

#box1 .inner {padding: 40px; border: 2px solid #0d8080;}

/* MEDIA */
@media only screen and (max-width: 767px) {
	.mvWrap .mv .mvTitWrap {height: 120px;}

	.box {margin-bottom: 60px;}
	.box h4 {margin-bottom: 20px;}
	.box .boxTxt br {display: none;}
	.box .listTxtBg li {width: 100%; margin-bottom: 20px;}
	.box .listTxtBg li h5 {font-size: 20px;}

	#box1 .inner {padding: 20px;}
}