* {
  transition: .3s;
}

p {
  line-height: 1.5;
  padding: 5px 0;
  margin: 0 auto 5px;
}

.text {
  padding-top: 5px;
}

.news_important p {
  text-align: justify;
}

.mainSection #custom_html-2.widget,
.mainSection #block-3.widget,
.mainSection #block-8.widget {
  margin: 0 !important;
}


/*ボタン*/
.el_topInfoBtm a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color:#fff;
  background-color:#32373c;
  border-radius: 4px;
  padding: 10px;
}
.el_topInfoBtm a:hover {
  text-decoration: none;
  opacity: .5;
}

#topInfoBtm01 {
  margin: 15px auto;
}

#topInfoBtm02 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 30px;
	justify-content: space-between;
}
#topInfoBtm02 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 30px;
}
#topInfoBtm03 {
  width: 80%;
  margin: 0 auto;
}

#topInfoBtm03 a {
  font-size: 100% !important;
  background-color: #337ab7;
  padding: 15px;
}
#topInfoBtm03 a:hover {
  background-color: #286090;
  opacity: 1;
}

@media print, screen and ( min-width:751px ) {
#topInfoBtm02 > div {
  width: calc((100% - 30px) / 3);
}
	/*
#topInfoBtm02 > div + div {
  margin-left: 15px;
}*/
#topInfoBtm02 > div:nth-of-type(4n) {
  margin-left: 0;
}
#topInfoBtm02 > div:nth-of-type(n+4) {
  margin-top: 10px;
}
}

@media screen and ( max-width:750px ) {
.news_important p {
  font-size: 90%;
  padding: 5px 10px;
}

.el_topInfoBtm a {
  font-size: 85%;
}

#topInfoBtm02 {
  margin: 10px auto 15px;
}

#topInfoBtm02 > div {
  width: calc((100% - 10px) / 2);
}
#topInfoBtm02 > div:nth-of-type(2n) {
  margin-left: 10px;
}
#topInfoBtm02 > div:nth-of-type(n+3) {
  margin-top: 10px;
}
}

/* download */
.page-id-10709 .download_button{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.page-id-10709 .download_button .wp-block-button {
	width: calc(100% / 4 - 10px);
}
.page-id-10709 .download_button .wp-block-button a {
	width: 100%
}
@media screen and ( max-width:750px ) {
	.page-id-10709 .download_button .wp-block-button {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
}