@charset "utf-8";

@media screen and (max-width: 767px) {

body{ font-size: calc(11px + 0.25vw) }
.tit {
    background: #325fab;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 3em;
    border-radius: 5px;
    margin: 0 0 0.5em 0;
}

.box{
/*width:94%;*/
margin:0 auto;
padding:3%;
background: #ededed;
}
	
	.specialEditableContent {
		padding: 2em 0;
	}
	
	.contentInnerSmall h2,.contentInnerSmall h3,.contentInnerSmall h4 {
  font-size: 16px;
  font-weight: 700;
}
	
	.contentInnerSmall h2 {
  border-bottom: 4px solid #325fab;
  margin: 0 0 1em;
  padding-bottom: 1em;
}
	
	.contentInnerSmall h3 {
  position: relative;
  line-height: 1;
  margin: 1.1em 0 1.3em;
  padding-left: 15px;
}

	.contentInnerSmall h4 {
  margin: 0 0 1em;
}
	
	.contentInnerSmall a,.contentInnerSmall a:active,.contentInnerSmall a:hover,.contentInnerSmall a:visited {
		color: #325fab;
		text-decoration: underline;
	}
	
	.contentInnerSmall img.size-auto, .contentInnerSmall img.size-full, .contentInnerSmall img.size-large, .contentInnerSmall img.size-medium {
		margin: 0 0 1.4em;
	}
	
}










@media screen and (min-width: 768px) {

.tit {
    background: #325fab;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 3em;
    border-radius: 5px;
    margin: 0 0 0.5em 0;
}

.box{
width:80%;
margin:0 auto;
padding:3%;
background: #ededed;
}

.box a:hover img{
opacity:0.5;
}
	
	.specialEditableContent {
		padding: 2em 0;
	}
	
	.contentInnerSmall h2,.contentInnerSmall h3,.contentInnerSmall h4 {
  font-size: 16px;
  font-weight: 700;
}
	
	.contentInnerSmall h2 {
  border-bottom: 4px solid #325fab;
  margin: 0 0 1em;
  padding-bottom: 1em;
}
	
	.contentInnerSmall h3 {
  position: relative;
  line-height: 1;
  margin: 1.1em 0 1.3em;
  padding-left: 15px;
}

	.contentInnerSmall h4 {
  margin: 0 0 1em;
}
	
	.contentInnerSmall a,.contentInnerSmall a:active,.contentInnerSmall a:hover,.contentInnerSmall a:visited {
		color: #325fab;
		text-decoration: underline;
	}
	
	.contentInnerSmall img.size-auto, .contentInnerSmall img.size-full, .contentInnerSmall img.size-large, .contentInnerSmall img.size-medium {
		margin: 0 0 1.4em;
	}
}