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


#sec01{
	background-color: #fff;
}


.box29 {
	background: #dcefff;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}


.tit_line {
	position: relative;
	padding: 1rem 5rem;
	border-bottom: 6px solid #094;
	font-size: 24px;
	background-image: url(../img/line_icon.png);
	background-repeat: no-repeat;
	background-position: left;
}

.tit_line:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

.line_txt {
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	color: #514036;
	margin-top: 20px;
}

.tit001 {
	position: relative;
	color: #158b2b;
	font-size: 34px;
	text-align: center;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-weight: bold;
	letter-spacing: 1pt;
}
.tit001:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 88px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


@media screen and (min-width:1025px) and ( max-width:1200px) {

.line_img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}

}



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

.tit001 {
	position: relative;
	color: #158b2b;
	font-size: 26px;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-weight: bold;
	letter-spacing: 1pt;
}

.tit001:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 88px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


}

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

.tit001 {
	position: relative;
	color: #158b2b;
	font-size: 23px;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-weight: bold;
	letter-spacing: 1pt;
}


}