@charset "utf-8";
/* CSS Document */
#content #main.new-top {
  text-align: left;
  line-height: 1;
}
/*FV*/
#ibox img.main_img {
  width: auto;
  max-width: 100%;
}
#ibox img.main_img-sp {
  display: none;
}
div#ibox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/FV-Bg.webp") center top no-repeat;
  background-size: cover;
  padding: 30px 0;
  height: auto;
  position: relative;
}
div#ibox:before {
  content: url("../img/top/FV_boss.webp");
  position: absolute;
  left: 60%;
  bottom: -5px;
  line-height: 0;
}
@media screen and (max-width: 1600px) {
  div#ibox:before {
    content: url("../img/top/FV_boss.webp");
    position: absolute;
    right: 0;
    left: auto;
    bottom: -5px;
    line-height: 0;
  }
}
@media screen and (max-width: 1440px) {
  #ibox img.main_img {
    display: none;
  }
  div#ibox:before {
    content: none;
  }
  #ibox img.main_img-sp {
    display: block;
  }
  div#ibox {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 599px) {}
/*section.top01*/
section.top01 {
  padding: 80px 0;
}
.Inner_1000 {
  max-width: 1000px;
  margin: 0 auto;
}
#content #main h2.top_h2 {
  font-size: 36px;
  color: #032e50;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  padding: 0 0 50px;
  background: url("../img/top/h2.webp") center bottom no-repeat;
  line-height: 1.8;
}
.top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box figure {
  width: 400px;
}
.top_box .txt {
  width: calc(100% - 450px);
  text-align: left;
}
/*section.top02*/
#content #main.new-top {
  text-align: left;
  line-height: 1;
}
section.top02 {
  padding: 120px 0 70px;
}
.top02box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top02_cont {
  width: 48%;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}
#content #main .top02_cont h3 {
  font-size: 30px;
  text-align: center;
  background: #0f5788;
  color: #fff;
  padding: 15px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.top02_cont figure img {
  width: 100%;
  transition: 0.5s;
}
.top02_cont:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
.top02_cont p a {
  display: flex;
  background: #ffffff;
  color: #032e50;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 60px;
  box-shadow: 4px 4px 0 #0003;
}
.top02_cont p {
  margin: 0 auto !important;
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 0;
  right: 0;
}
#content #main .top02_cont h3 span {
  font-size: 18px;
}
.top02under {
  display: flex;
  margin: 60px 0;
  align-items: center;
}
.top02under .txt {
  font-size: 36px;
  font-weight: bold;
}
.top02under .txt b {
  font-weight: bold;
}
.top02under .txt p {
  margin: 0 !important;
  line-height: 1.8;
}
.top02under .txt p span {
  color: #0f5788;
}
.top02under .txt p b {
  color: #ff8e30;
}
/*section.top03*/
section.top03 {
  padding: 120px 0 0px;
  background: #ecf6fc;
}
.top03box {
  display: flex;
  flex-wrap: wrap;
}
.top03_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.top03_cont figure {
  max-width: 400px;
}
.top03_cont .txt {
  width: calc(100% - 400px);
  position: relative;
}
#content #main .top03_cont .txt h3 {
  font-size: 26px;
  background: #0f5788;
  padding: 15px 0;
  color: #fff;
  margin: 50px 0 0;
  position: relative;
}
#content #main .top03_cont .txt h3:before {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  background: #0f5788;
  left: -50px;
  top: 0;
}
#content #main .top03_cont .txt h3:after {
  content: "";
  height: 2px;
  width: 26px;
  background: #6aa8d2;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top03_cont .txt .txtIn {
  padding: 30px 50px;
}
#content #main .top03_cont .txt h3 span {
  font-size: 30px;
  color: #ff8e30;
}
a.link_gray {
  width: 300px;
  height: 60px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  margin: 0 -50px 0 auto;
}
a.link_gray:before {
  content: "▶";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}
/*section.top04*/
section.top04 {
  padding: 100px 0;
}
.top04box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 80px;
}
.top04_cont {
  width: 31%;
  background: #e5e5e5;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#content #main .top04_cont h3 {
  margin: 0;
  padding: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  letter-spacing: normal;
}
#content #main .top04_cont h3 span {
  font-size: 36px;
  color: #0f5788;
  padding: 0 15px 0 0;
  position: relative;
}
#content #main .top04_cont h3 p {
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.5;
  color: #032e50;
  padding: 0 0 0 15px;
}
#content #main .top04_cont h3 span:before {
  content: "";
  height: 53px;
  width: 1px;
  background: #032e50;
  position: absolute;
  right: 0;
}
.top04_cont .detail {
  position: relative;
  overflow: hidden;
}
.top04_cont .txt {
  position: absolute;
  bottom: 60px;
  padding: 20px 10px;
  background: rgb(255 255 255 / 85%);
  min-height: 160px;
  width: 100%;
}
.top04_cont .txt ul {
  margin: 0 !important;
}
.top04_cont .txt ul li {
  position: relative;
  padding-left: 20px;
  line-height: 2;
  font-size: 15px;
}
.top04_cont .txt ul li:before {
  content: "・";
  font-size: 18px;
  color: #032e50;
  position: absolute;
  left: 0;
}
.top04_cont .detail a {
  display: flex;
  background: #fff;
  border: 2px solid #032e50;
  position: relative;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #032e50;
  font-size: 18px;
  font-weight: bold;
}
.top04_cont .detail a:hover {
  opacity: 1;
  background: #ecf6fc;
}
.top04_cont .detail figure {
  padding-bottom: 0px;
}
.top04_cont .detail figure img {
  transition: 0.5s;
}
.top04_cont:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
.ac a.link_gray {
  margin: 0 auto;
}
/*section.top05*/
section.top05 {
  padding: 100px 0;
}
section.top05 .intro {
  text-align: center;
  margin-bottom: 70px;
}
.top05box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top05_cont {
  width: 23.5%;
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 2%;
  position: relative;
}
.top05_cont figure img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  transition: 0.5s;
}
.top05_cont figure figcaption {
  background: #032e50;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.top05_cont figure {
  margin-bottom: 10px;
  overflow: hidden;
}
.top05_cont .txt .date {
  font-size: 14px;
  text-align: right;
  color: #333333;
  margin: 0 !important;
  padding: 5px 0;
}
#content #main .top05_cont h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.top05_cont a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.top05_cont:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
/*section.top06*/
section.top06 {
  padding: 100px 0 40px;
}
.top05under {
  margin: 120px 0 0;
  text-align: center;
  position: relative;
  color: #0f5788;
  font-size: 36px;
}
#content #main .top05under h3 {
  color: #0f5788;
  font-size: 36px;
  display: inline-flex;
  position: relative;
}
#content #main .top05under h3:before {
  content: url("../img/top/left-bar.webp");
  position: absolute;
  left: -60px;
}
#content #main .top05under h3:after {
  content: url("../img/top/right-bar.webp");
  position: absolute;
  right: -60px;
}
/*section.top07*/
section.top07 {
  padding: 100px 0;
  background: #0f5788;
  border-top: 3px solid #fff;
}
#content #main section.top07 h2.top_h2 {
  color: #fff;
  background: url(../img/top/sec7-h2.webp) center bottom no-repeat;
}
.top07box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top07box iframe {
  width: 400px;
  aspect-ratio: 16 / 9;
  height: auto;
}
.top07box .txt {
  width: calc(100% - 420px);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 45px;
}
.top07box .txt div p span {
  background: #ff8e30;
  font-weight: bold;
  box-decoration-break: clone;
  padding: 1px 5px;
}
.top07_under {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top07_cont {
  width: 49%;
  border: 2px solid #fff;
  color: #fff;
}
.top07_cont .txt {
  padding: 20px 40px;
}
#content #main .top07_cont h3 {
  background: url("../img/top/sec7-bg.webp")center center;
  margin: 0;
  padding: 30px 15px 15px 80px;
  font-size: 30px;
  color: #fff;
  position: relative;
}
#content #main .top07_cont h3:before {
  content: url("../img/top/y.webp");
  position: absolute;
  left: 40px;
}
section.top07 figure {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 0 14.5%;
}
/*section.top08*/
section.top08 {
  padding: 120px 0;
}
#content #main section.top08 h3 {
  color: #032e50;
  font-size: 30px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(236, 246, 252, 1) 10px, rgba(236, 246, 252, 1) 22px);
  padding: 20px;
  text-align: center;
  margin: 0 0 30px;
}
.top08box .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #032e50;
  margin-bottom: 20px;
}
.top08box .cont h4 {
  width: 200px;
  color: #fff;
  background: #032e50;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top08box .cont .txt {
  width: calc(100% - 200px);
  padding: 10px 40px;
}
.top08box .cont .txt p {
  margin: 0 !important;
}
/*section.top09 */
section.top09 {
  padding: 100px 0;
}
.top09box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top09_cont {
  width: 23.5%;
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 2%;
  position: relative;
}
.top09_cont figure img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  transition: 0.5s;
}
.top09_cont figure figcaption {
  background: #032e50;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.top09_cont figure {
  margin-bottom: 10px;
  overflow: hidden;
}
.top09_cont .txt .date {
  font-size: 14px;
  text-align: right;
  color: #333333;
  margin: 0 !important;
  padding: 5px 0;
}
#content #main .top09_cont h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.top09_cont a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.top09_cont:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
/*section.top10*/
section.top10 {
  padding: 100px 0;
}
.top10box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 5px solid #032e50;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.top10box .txt {
  padding: 20px 20px 0;
}
.top10box figure {
  position: relative;
}
.top10box a {}
#content #main .top10box h2 {
  color: #0f5788;
  display: flex;
  align-items: center;
  font-size: 26px;
  margin-bottom: 15px;
}
#content #main .top10box h2 img {
  width: auto;
  margin: 0 15px 0 0;
}
#content #main .top10box h2 span {
  font-size: 36px;
  padding: 15px;
  position: relative;
  margin: 0 20px;
}
#content #main .top10box h2 span:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #125686;
  transform: skewX(-28deg);
  position: absolute;
  left: 0;
  top: 0;
}
#content #main .top10box h2 span b {
  position: relative;
  color: #fff;
}
.top10box .txt p span {
  border-bottom: 2px solid #aaa;
  padding: 5px 0;
}
.top10box .txt p {
  margin: 0 !important;
}
.top10box:before {
  content: "";
  width: 40%;
  height: 100%;
  background-color: #ecf6fc;
  transform: skewX(-28deg);
  position: absolute;
  right: -20%;
  transition: 0.5s;
}
.top10box figure img {
  margin-bottom: -15px;
}
.top10box a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.top10box:hover {
  background: #ecf6fc;
}
.top10box:hover:before {
  background-color: #fff;
}
/*section.top11 */
section.top11 {
  padding: 100px 0;
  background: #ecf6fc;
}
.top11box {
  display: flex;
  justify-content: space-between;
}
.top11cont {
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 31%;
  background: #0f5788;
  box-shadow: 5px 5px 0 #0f5788;
  transition: 0.5s;
}
.top11cont .title {
  position: absolute;
  bottom: 30px;
  right: 0;
  text-align: right;
}
.top11cont .title p {
  font-size: 26px;
  font-weight: bold;
  background: #fff;
  color: #0f5788;
  padding: 0 30px;
  border-radius: 10px 0 0 10px;
  letter-spacing: 2px;
  margin: 0 !important;
}
.top11cont .title span {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px 10px 0;
  display: block;
  letter-spacing: 2px;
}
.top11cont a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.top11cont img {
  mix-blend-mode: screen;
  opacity: 0.7;
  transition: 0.5s;
}
.top11cont:hover img {
  mix-blend-mode: unset;
  opacity: 1;
}
/*section.top12*/
section.top12 {
  padding: 120px 0;
}
.top012box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top012_cont {
  width: 23.5%;
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 2%;
  position: relative;
}
.top012_cont figure img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  transition: 0.5s;
}
.top012_cont figure figcaption {
  background: #032e50;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.top012_cont figure {
  margin-bottom: 10px;
  overflow: hidden;
}
.top012_cont .txt .date {
  font-size: 14px;
  text-align: right;
  color: #333333;
  margin: 0 !important;
  padding: 5px 0;
}
#content #main .top012_cont h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
}
.top012_cont a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.top012_cont:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
	.Inner_1000 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}section.contact_area .box .cont {
    width: 80%;
    text-align: center;
}section.contact_area .box .detail .c_tel {
    margin: 0;
}section.contact_area .box .detail {
    flex-wrap: wrap;
    justify-content: space-between;
}.top04_cont {
    width: 32%;
}.top04box {
    padding: 0;
}	
}@media screen and (max-width: 768px) {
	#content #main h2.top_h2 {
    font-size: 28px;
}.top_box {
    flex-wrap: wrap;
}.top_box figure {
    width: 100%;
    margin-bottom: 20px;
}.top_box .txt {
    width: 100%;
    text-align: left;
}section.contact_area .box .detail {
    flex-wrap: wrap;
    justify-content: center;
}section.contact_area .box .detail .c_tel {
    margin: 0 0 20px;
}#content #main .top02_cont h3 span {
    font-size: 15px;
    display: block;
}#content #main .top02_cont h3 {
    font-size: 20px;min-height: 72px;
}.top02_cont p a {
    height: 40px;
    font-size: 16px;
}.top02under .txt {
    font-size: 24px;
    font-weight: bold;
}.top02under figure {
    width: 35%;
}.top03_cont figure {
    max-width: 40%;
}.top03_cont .txt {
    width: 60%;
    position: relative;
}#content #main .top03_cont .txt h3 {
    font-size: 20px;
    background: #0f5788;
    padding: 10px 0;
    color: #fff;
    margin: 50px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}.top04box {
    flex-wrap: wrap;
    justify-content: space-around;
}.top04_cont {
    width: 48%;
    margin-bottom: 20px;
}.top07box {
    flex-wrap: wrap;
}.top07box iframe {
    width: 100%;
    margin-bottom: 20px;
}.top07box .txt {
    width: 100%;
}#content #main .top07_cont h3:before {
    left: 15px;
}#content #main .top07_cont h3 {
    padding: 30px 15px 15px 50px;
    font-size: 24px;
}.top07_cont .txt {
    padding: 20px;
}.top10box {
    align-items: end;
}
	.top10box .txt {
    padding: 20px;
    width: 80%;
}#content #main .top10box h2 {
    color: #0f5788;
    display: flex;
    align-items: center;
    font-size: 23px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
}#content #main .top10box h2 span {
    font-size: 28px;
    padding: 5px 15px;
    position: relative;
    margin: 4px 0px 0;
}
	.top11cont {
 width: 32%;
}
	.top11cont .title p {
    font-size: 20px;
}.top11cont .title span {
    font-family: Roboto;
    font-size: 16px;
}
}
@media screen and (max-width: 599px) {
	section.top01 {
    padding: 40px 0;
}#content #main h2.top_h2 {
    font-size: 28px;
    margin-bottom: 40px;
    padding-bottom: 25px;
}.Inner_1000 {
    padding: 0 20px;
}section.contact_area .box .cont {
    width: 100%;
}section.top02 {
    padding: 40px 0 0px;
}.top02_cont {
    width: 80%;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
}#content #main .top02_cont h3 {
    font-size: 18px;
    min-height: auto;
}.top02under {
    display: block;
    margin: 60px  auto;
    align-items: center;
    text-align: center;
}.top02under figure {
    width: 35%;
    margin: 0 auto 20px;
}section.top03 {
    padding: 40px 0;
    background: #ecf6fc;
}section.contact_area .box .detail .c_tel a span p {
    margin: 0 !important;
}.top02under figure {
    width: 100%;
    margin: 0 auto 20px;
}#content #main  .top02under .txt p {
    font-size: 24px;
}.top03_cont figure {
    max-width: 100%;
}.top03_cont .txt {
    width: 100%;
    position: relative;
}.top03_cont figure {
    max-width: 100%;
}.top03_cont .txt {
    width: 100%;
    position: relative;
}
	#content #main .top03_cont .txt h3:before{
		content: none;
	}#content #main .top03_cont .txt h3 {
    font-size: 20px;
    padding: 10px 10px 10px 50px;
    display: block;
    align-items: center;
    margin: 0;
}#content #main .top03_cont .txt h3:after {
    left: 0;
}.top03_cont .txt .txtIn {
    padding: 20px;
}.top03_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
}#content #main .top03_cont .txt h3 span {
    font-size: 28px;
    color: #ff8e30;
    display: block;
}a.link_gray {
    width: 100%;
    height: 60px;
    margin: 0 auto;
} .top04_cont {
    width: 100%;
    margin-bottom: 20px;
}.top04_cont .detail figure img {
    transition: 0.5s;
    width: 100%;
}section.top04 {
    padding: 40px 0 ;
}
section.top05 {
    padding: 40px 0;
}	
.top05_cont {
    width: 49%;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 2%;
    position: relative;
}#content #main .top05_cont h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}.top05_cont figure figcaption {
    background: #032e50;
    text-align: center;
    font-size: 13px;
}#content #main section.contact_area .box p {
    font-size: 18px;
}#content #main section.contact_area .box  span p {
    font-size: 14px;
}.top07box .txt {
    padding: 20px;
}.top07_under {
    flex-wrap: wrap;margin-bottom: 0;
}.top07_cont {
    width: 100%;
    margin-bottom: 20px;
}section.top07 {
    padding: 40px 0;
    background: #0f5788;
    border-top: 3px solid #fff;
}section.top06 {
    padding: 40px 0 0;
}.top05under {
    margin: 0;
}#content #main .top05under h3 {
    font-size: 24px;
}#content #main section.top08 h3 {
    color: #032e50;
    font-size: 22px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(236, 246, 252, 1) 10px, rgba(236, 246, 252, 1) 22px);
    padding: 20px;
    text-align: center;
    margin: 0 0 30px;
}.top08box .cont {
    flex-wrap: wrap;
}.top08box .cont h4 {
    padding: 10px;
}.top08box .cont .txt {
    width: 100%;
    padding: 20px 0;
}section.top08 {
    padding: 40px 0;
}section.top09 {
    padding: 40px 0;
}.top09_cont {
    width: 49%;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 2%;
    position: relative;
}#content #main .top09_cont h3 {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}.top10box {
    align-items: end;
    flex-wrap: wrap;
}.top10box .txt {
    padding: 20px 15px;
    width: 100%;
}#content #main .top10box h2 {
    color: #0f5788;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: normal;
}.top10box .txt p {
    margin: 0 !important;
    position: relative;
}.top10box figure {
    position: relative;
    margin: 0 auto;
}.top10box:before {
    content: "";
    width: 80%;
    height: 100%;
    background-color: #ecf6fc;
    transform: skewX(-28deg);
    position: absolute;
    right: -50%;
    transition: 0.5s;
}.top11box {
    flex-wrap: wrap;
}.top11cont {
    width: 60%;
    margin: 0 auto 30px;
}section.top11 {
    padding: 40px 0;
    background: #ecf6fc;
}.top012_cont {
    width: 49%;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 2%;
    position: relative;
}#content #main .top012_cont h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}section.top12 {
    padding: 40px 0;
}
	
	
	
}