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


/*/////////// セクション1 ///////////*/
.sec1 h2 {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #3961ac;
	color: #fff;
	padding: 0.5em;
}

.sec1 p a {
	font-size: 1.3em;
	font-weight: bold;
}

.sec1 .arrow {
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em
}

.sec1 .photo span {
	font-size: 1.2em;
	text-align: center;
	display: block;
	margin-bottom: 0.2em;
}



@media (min-width: 576px) {
	.sec1 .arrow {
		font-size: 2em;
	}

	.sec1 .photo span {
		font-size: 1.4em; 
	}	
}

@media (max-width: 767px) {
	.balloon2 {
	  position: relative;
	  display: inline-block;
	  margin: 0 0 1.5em;
	  padding: 1.2em;
	  max-width: 100%;
	  font-size: 0.9em;
	  background: #FFF;
	  border: solid 3px #3961ac;
	  box-sizing: border-box;
	}

	.balloon2:before {
	  content: "";
	  position: absolute;
	  bottom: -24px;
	  left: 50%;
	  margin-left: -15px;
	  border: 12px solid transparent;
	  border-top: 12px solid #FFF;
	  z-index: 2;
	}

	.balloon2:after {
	  content: "";
	  position: absolute;
	  bottom: -30px;
	  left: 50%;
	  margin-left: -17px;
	  border: 14px solid transparent;
	  border-top: 14px solid #3961ac;
	  z-index: 1;
	}

	.balloon2 p {
	  margin: 0;
	  padding: 0;
	}
	
	.img01 {
		margin-left: 32% !important; 
	}
	
}

@media (min-width: 768px) {
	.balloon2 {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0 1.5em 15px;
	  padding: 1.5em;
	  max-width: 100%;
	  background: #FFF;
	  border: solid 3px #3961ac;
	  box-sizing: border-box;
	}

	.balloon2:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -24px;
	  margin-top: -12px;
	  border: 12px solid transparent;
	  border-right: 12px solid #FFF;
	  z-index: 2;
	}

	.balloon2:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -30px;
	  margin-top: -14px;
	  border: 14px solid transparent;
	  border-right: 14px solid #3961ac;
	  z-index: 1;
	}

	.balloon2 p {
	  margin: 0;
	  padding: 0;
	}
}


/*/////////// セクション2 ///////////*/
.sec2 h1 {
	background-color: #3961ac;
	font-size: 1.45em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.75em 0.5em;
}

.sec2 h3 {
	color: #3961ac;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}

.sec2 h3 span {
	font-size: 0.75em;
	color: #3961ac;
	font-weight: bold;
}

.sec2 .box {
	border: 2px dashed #666;
	border-radius: 16px;
	padding: 1.4em;
}

.sec2 .box h4 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
}

.sec2 .arrow {
	display: block;
	text-align: center;
	font-size: 3em;
}


@media (min-width: 576px) {
	.sec2 h1 {
		font-size: 1.6em;
	}
}

/*/////////// アノアマージンTOP ///////////*/
.post .anoa-box {
	margin-top: -40px !important;
}

@media (min-width: 768px) {
	.post .anoa-box {
		margin-top: -60px !important;
	}	
}