/* Scss Document */
.content {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}
.content img {
  width: 100%;
}
.content h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #1556a0;
}

.header-background {
  background: url(../../img/gmorepeater/header-background.jpg) top right no-repeat;
  width: 100%;
  height: 516px;
  margin-top: -100px;
  /*background-size: 100%;*/
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  .header-background {
    background-position: -300px -50px;
  }
}
@media screen and (max-width: 980px) {
  .header-background {
    background-position: -150px 0;
    background-size: 130%;
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .header-background {
    height: 250px;
    background-attachment: inherit;
    background-size: 120%;
    background-position: -50px -50px;
  }
}
@media screen and (max-width: 414px) {
  .header-background {
    height: 150px;
    background-position: 0 0;
  }
}

.header_content {
  height: auto;
  width: 100%;
  max-width: 1118px;
  margin: 100px auto auto;
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .header_content {
    padding-left: 2em;
    max-width: 980px;
  }
}
@media screen and (max-width: 800px) {
  .header_content {
    padding-left: 2em;
    padding-top: 50px;
    max-width: 800px;
  }
}
@media screen and (max-width: 414px) {
  .header_content {
    padding-top: 5px;
    max-width: 400px;
  }
}
.header_content h2 {
  color: #1556a0;
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 800px) {
  .header_content h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .header_content h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.header_content p {
  font-size: 28px;
  font-size: 2.8rem;
  color: #1556a0;
  padding-left: .5em;
}
.header_content p br {
  display: none;
}
@media screen and (max-width: 800px) {
  .header_content p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .header_content p {
    margin-top: .5em;
    padding-left: 0;
  }
  .header_content p br {
    display: block;
  }
}

.header_menubar {
  z-index: 100;
  position: fixed;
  top: 39px;
  left: 0;
  border-top: 6px solid #1556a0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 979px) {
  .header_menubar {
    position: absolute;
    top: 0;
  }
}
.header_menubar h1 img {
  height: 25px;
}
@media screen and (max-width: 320px) {
  .header_menubar h1 img {
    height: 20px;
  }
}
.header_menubar #menu {
  margin: 0 2em 0 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header_menubar #menu {
    display: none;
  }
}
.header_menubar li:not(:last-child) {
  margin-right: 1em;
}
.header_menubar li a {
  height: 50px;
  line-height: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .header_menubar li a {
    padding: 20px;
  }
}
.header_menubar li.header-btn a {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fa430e;
  line-height: 1.48em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.header_menubar li.header-btn a span {
  font-weight: bold;
  font-size: 120%;
}
.header_menubar li.header-btn a:hover {
  background: #2c87bf;
}

.slicknav_nav li:nth-child(3) a,
.slicknav_nav li:nth-child(4) a {
  background-color: #fa430e;
  color: #ffffff;
  font-weight: bold;
}
.slicknav_nav li:nth-child(3) a:hover,
.slicknav_nav li:nth-child(4) a:hover {
  background: #ccc;
  color: #595959;
}

.banner-box {
  max-width: 1118px;
  margin: 70px auto 70px;
  -moz-box-shadow: 0 3px 10px #595959;
  -webkit-box-shadow: 0 3px 10px #595959;
  box-shadow: 0 3px 10px #595959;
}
@media screen and (max-width: 1141px) {
  .banner-box {
    width: 90%;
    margin: 0 auto 5%;
  }
}
.banner-box > div {
  margin-top: 50px;
  padding-top: 120px;
  width: 100%;
  max-width: 1118px;
  height: auto;
  position: relative;
  background: url(../../img/gmorepeater/preF_background.png) no-repeat;
}
@media screen and (max-width: 414px) {
  .banner-box > div {
    margin-top: 20px;
    background-size: cover;
  }
}
.banner-box > div h2 {
  position: absolute;
  top: -40px;
  right: -20px;
}
@media screen and (max-width: 414px) {
  .banner-box > div h2 {
    top: -10px;
    right: 0;
  }
}
.banner-box > div .banner-box_yellow {
  border: 4px solid #eac532;
  background: rgba(255, 255, 255, 0.5);
  width: 90%;
  max-width: 1024px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .banner-box > div .banner-box_yellow {
    display: none;
  }
}
.banner-box > div .banner-box_yellow ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.banner-box > div .banner-box_yellow ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.48em;
  color: #000;
}
.banner-box > div .banner-box_yellow ul li img {
  width: 149px;
  height: 149px;
  margin-top: 23px;
}
.banner-box > div .banner-box_yellow ul li span {
  width: 150px;
  margin: 1em auto 0;
  background: url(../../img/gmorepeater/preF_i.gif) no-repeat center left #ffffff;
  color: #595959;
  display: block;
  position: relative;
  line-height: 1.2em;
  padding: 5px 5px 5px 50px;
  text-align: left;
}
.banner-box > div .banner-box_yellow ul li span:after {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 43%;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
}
.banner-box > div .banner-box_yellow p {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
.banner-box > div .banner-box_yellow p span {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .banner-box > div .banner-box_yellow p span {
    display: block;
  }
}
.banner-box > div .banner-box_footer {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  height: 94px;
  margin: 20px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: center;
  align-content: center;
  /*Chrome*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .banner-box > div .banner-box_footer {
    padding-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .banner-box > div .banner-box_footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -20px auto 0;
    height: auto;
    padding-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .banner-box > div .banner-box_footer {
    margin: -60px auto 0;
  }
}
.banner-box > div .banner-box_footer p {
  text-align: center;
  margin-left: -20px;
  width: 50%;
  position: relative;
}
.banner-box > div .banner-box_footer p span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.banner-box > div .banner-box_footer p:after {
  content: "";
  background: url(../../img/gmorepeater/preF_kochira.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 30px;
  top: 25%;
  right: 2%;
}
@media screen and (max-width: 800px) {
  .banner-box > div .banner-box_footer p {
    width: 100%;
    margin-left: 0;
  }
  .banner-box > div .banner-box_footer p:after {
    transform: rotate(90deg);
    position: relative;
    display: block;
    top: 6%;
    left: 48.5%;
    right: 0;
    width: 20px;
    height: 15px;
  }
}
.banner-box > div .banner-box_footer ul {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: center;
  align-content: center;
  list-style: none;
}
@media screen and (max-width: 800px) {
  .banner-box > div .banner-box_footer ul {
    width: 100%;
    margin: 20px auto;
  }
}
.banner-box > div .banner-box_footer ul li {
  width: 45%;
}
.banner-box > div .banner-box_footer ul a {
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.48em;
  background: #fa430e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
@media screen and (max-width: 414px) {
  .banner-box > div .banner-box_footer ul a {
    padding: 3px;
  }
}
.banner-box > div .banner-box_footer ul a span {
  font-size: 16px;
  font-weight: bold;
}
.banner-box > div .banner-box_footer ul a:hover {
  background: #2c87bf;
}
@media screen and (max-width: 320px) {
  .banner-box > div .banner-box_footer ul a {
    padding: 5px;
  }
}

.content {
  width: 100%;
  padding: 0;
}
.content .contentBox {
  max-width: 1118px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .content .contentBox {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .content .contentBox {
    margin: 30px auto;
    padding-top: 5%;
  }
}
@media screen and (max-width: 400px) {
  .content .contentBox {
    padding-top: 5%;
  }
}
.content .contentBox h2 {
  line-height: 1.48em;
  margin-bottom: 30px;
}
.content .contentBox p {
  margin-bottom: 30px;
}
.content .contentBox:not(:first-child) {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 70px;
}

.content1 {
  background: #f3f3f3;
}
.content1 .content1_box {
  padding-top: 70px;
}
@media screen and (max-width: 414px) {
  .content1 .content1_box {
    padding-top: 5%;
  }
}
.content1 .content1_box p {
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  .content1 .content1_box p {
    margin-bottom: 4%;
  }
}
.content1 .content1_box p strong {
  font-size: 20px;
  font-size: 2rem;
}
.content1 .content1_box img {
  width: 100%;
  max-width: 1133px;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.content2 .content2_box h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #1556a0;
  margin-bottom: 20px;
}
.content2 .content2_box h3 span {
  font-size: 50px;
  font-size: 5rem;
}
.content2 .content2_box ul {
  margin: 30px auto 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media screen and (max-width: 414px) {
  .content2 .content2_box ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.content2 .content2_box ul li {
  width: 247px;
}
@media screen and (max-width: 800px) {
  .content2 .content2_box ul li {
    width: 225px;
  }
}
@media screen and (max-width: 414px) {
  .content2 .content2_box ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
}
.content2 .content2_box ul li img {
  width: 247px;
  height: auto;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .content2 .content2_box ul li img {
    width: 220px;
  }
}
@media screen and (max-width: 414px) {
  .content2 .content2_box ul li img {
    margin-bottom: 10px;
  }
}

.content3 .content3_box h4 {
  font-size: 30px;
  font-size: 3rem;
  color: #1556a0;
  margin-bottom: 20px;
}
.content3 .content3_box h4 br {
  display: none;
}
@media screen and (max-width: 800px) {
  .content3 .content3_box h4 br {
    display: block;
  }
}
.content3 .content3_box p {
  margin-bottom: 30px;
}
.content3 .content3_box span {
  color: #2c87bf;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.content3 .content3_box img {
  max-width: 571px;
  height: auto;
}

.content4 {
  margin-bottom: 70px;
}
.content4 .content4_box h5 {
  font-size: 30px;
  font-size: 3rem;
  color: #1556a0;
  margin-bottom: 20px;
}
.content4 .content4_box p {
  margin-bottom: 30px;
}
.content4 .content4_box ul {
  list-style: none;
}
.content4 .content4_box ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box ul li {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 414px) {
  .content4 .content4_box ul li {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.content4 .content4_box ul li .caption {
  background: #f3f3f3;
  display: block;
  width: calc(100% - 678px);
  height: 287px;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box ul li .caption {
    width: calc(100% - 500px);
    height: 200px;
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  .content4 .content4_box ul li .caption {
    width: 100%;
    height: auto;
  }
}
.content4 .content4_box ul li .caption span {
  font-weight: bold;
}
.content4 .content4_box ul li .cloud {
  position: absolute;
  top: 180px;
  width: 269px;
  height: 168px;
  text-align: center;
  padding-bottom: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box ul li .cloud {
    top: 160px;
  }
  .content4 .content4_box ul li .cloud img {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  .content4 .content4_box ul li .cloud {
    width: 150px;
    height: 83px;
    font-size: 75%;
    padding-bottom: 0;
  }
}
.content4 .content4_box ul li .cloud1 {
  left: 600px;
  background: url(../../img/gmorepeater/content4_cloud.png) no-repeat;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box ul li .cloud1 {
    left: 400px;
  }
}
@media screen and (max-width: 414px) {
  .content4 .content4_box ul li .cloud1 {
    top: 90px;
    left: -5px;
    background: url(../../img/gmorepeater/content4_cloud_s.png) no-repeat;
  }
}
.content4 .content4_box ul li .cloud2 {
  background: url(../../img/gmorepeater/content4_cloud2.png) no-repeat;
  right: 600px;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box ul li .cloud2 {
    right: 400px;
  }
}
@media screen and (max-width: 414px) {
  .content4 .content4_box ul li .cloud2 {
    background: url(../../img/gmorepeater/content4_cloud_s.png) no-repeat;
    top: -20px;
    right: 180px;
  }
}
@media screen and (max-width: 320px) {
  .content4 .content4_box ul li .cloud2 {
    top: -30px;
    right: 150px;
  }
}
.content4 .content4_box ul li:nth-child(1) {
  margin-bottom: 30px;
}
.content4 .content4_box ul li:nth-child(2) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box ul li:nth-child(2) .caption br {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .content4 .content4_box ul li:nth-child(2) {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.content4 .content4_box img {
  max-width: 678px;
  height: auto;
}
@media screen and (max-width: 800px) {
  .content4 .content4_box img {
    max-width: 500px;
  }
}

.content5 {
  background: #f3f3f3;
}
.content5 .content5_box {
  margin-top: -20px;
}
.content5 .content5_box h5 {
  font-size: 30px;
  font-size: 3rem;
  color: #1556a0;
  margin-bottom: 20px;
}
.content5 .content5_box h6 {
  color: #595959;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.48em;
  text-align: left;
}
.content5 .content5_box h6:before {
  content: url(../../img/gmorepeater/cont5_check.gif);
  vertical-align: sub;
  margin-right: 1em;
}
.content5 .content5_box .cont5_firstBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.content5 .content5_box .cont5_firstBox li {
  width: 30%;
  margin-bottom: 20px;
  padding: 20px 15px;
  background: #ffffff;
  text-align: left;
  -moz-box-shadow: 0 5px 5px 3px #ccc;
  -webkit-box-shadow: 0 5px 5px 3px #ccc;
  box-shadow: 0 5px 5px 3px #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .content5 .content5_box .cont5_firstBox li {
    width: 32%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .content5 .content5_box .cont5_firstBox li {
    width: 48%;
  }
}
.content5 .content5_box .cont5_firstBox li img {
  width: 100px;
  height: 96px;
  display: block;
}
@media screen and (max-width: 800px) {
  .content5 .content5_box .cont5_firstBox li img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
  }
}
.content5 .content5_box .cont5_firstBox li dl {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .content5 .content5_box .cont5_firstBox li dl {
    width: 100%;
  }
}
.content5 .content5_box .cont5_firstBox li dl dt {
  color: #1556a0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.content5 .content5_box .cont5_firstBox li dl dd {
  line-height: 1.48em;
}
.content5 .content5_box .cont5_firstBox li dl span {
  color: #a6a6a6;
}
.content5 .cont5_2ndBox {
  position: relative;
}
.content5 .cont5_2ndBox .cont5_leftBox {
  text-align: left;
}
.content5 .cont5_2ndBox .cont5_leftBox > img {
  width: 485px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .content5 .cont5_2ndBox .cont5_leftBox > img {
    width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_leftBox {
    margin-left: 40px;
    overflow: hidden;
  }
}
.content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 {
  position: absolute;
  top: 100px;
  right: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 {
    width: 50%;
    top: 150px;
    right: 100px;
  }
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 li {
    width: 50%;
  }
}
.content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 li img {
  width: 177px;
  height: auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 li img {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 li img {
    width: 110px;
  }
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_rightBox .cont5_ul1 li img {
    width: 100%;
  }
}
.content5 .cont5_2ndBox .cont5_ul2 {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 480px;
  right: 0;
  width: 60%;
}
@media screen and (max-width: 980px) {
  .content5 .cont5_2ndBox .cont5_ul2 {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_ul2 {
    margin-top: 30px;
  }
}
.content5 .cont5_2ndBox .cont5_ul2 dt {
  font-size: 20px;
  font-size: 2rem;
  color: #1556a0;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .content5 .cont5_2ndBox .cont5_ul2 dt {
    margin-top: 10px;
  }
}
.content5 .cont5_2ndBox .cont5_ul2 ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.content5 .cont5_2ndBox .cont5_ul2 ul li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .content5 .cont5_2ndBox .cont5_ul2 ul li:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_ul2 ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .content5 .cont5_2ndBox .cont5_ul2 ul li:first-child {
    margin-right: 0;
  }
}
.content5 .cont5_2ndBox .cont5_ul2 ul .dl {
  width: 200px;
  height: 59px;
}
.content5 .cont5_2ndBox .cont5_ul2 ul .qr {
  width: 78px;
  height: 78px;
  margin-left: 20px;
}
@media screen and (max-width: 414px) {
  .content5 .cont5_2ndBox .cont5_ul2 ul .qr {
    display: none;
  }
}

.content6 .content6_box .content6_box-ul1 {
  width: 70%;
  margin: 0 auto 70px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .content6 .content6_box .content6_box-ul1 li:first-child {
    margin-right: 20px;
  }
}
.content6 .content6_box .content6_box-ul1 img {
  width: 160px;
}
@media screen and (max-width: 414px) {
  .content6 .content6_box .content6_box-ul1 img {
    width: 130px;
  }
}
.content6 .content6_box .content6_box-ul2 {
  width: 800px;
  height: 200px;
  border: 5px solid #a0a0a0;
  box-sizing: border-box;
  margin: 0 auto 70px;
  overflow: scroll;
  overflow-x: hidden;
  list-style: none;
  text-align: left;
  padding: 1%;
}
@media screen and (max-width: 800px) {
  .content6 .content6_box .content6_box-ul2 {
    width: 90%;
  }
}
.content6 .content6_box .content6_box-ul2 a {
  display: block;
  color: #2c87bf;
  text-decoration: underline;
}
.content6 .content6_box .content6_box-ul2 a:hover {
  color: #fa430e;
}
@media screen and (max-width: 414px) {
  .content6 .content6_box .content6_box-ul2 a {
    text-decoration: none;
  }
}
.content6 .content6_box .content6_box-ul2 br {
  display: none;
}
@media screen and (max-width: 414px) {
  .content6 .content6_box .content6_box-ul2 br {
    display: block;
  }
}
.content6 .content6_box .content6_box-ul3 {
  list-style: none;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.48em;
}
.content6 .content6_box .content6_box-ul3 li {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .content6 .content6_box .content6_box-ul3 li {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .content6 .content6_box .content6_box-ul3 li {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.content6 .content6_box .content6_box-ul3 li:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 414px) {
  .content6 .content6_box .content6_box-ul3 li:first-child {
    margin: 0 auto 20px;
  }
}
.content6 .content6_box .content6_box-ul3 a {
  background: #fa430e;
  padding-top: 10px;
  color: #ffffff;
  display: block;
  width: 375px;
  height: 83px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
@media screen and (max-width: 800px) {
  .content6 .content6_box .content6_box-ul3 a {
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
.content6 .content6_box .content6_box-ul3 a span {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.content6 .content6_box .content6_box-ul3 a:hover {
  background: #2c87bf;
}

.footer {
  max-width: 1024px;
  margin: 70px auto 0;
  background: #ffffff;
  border: none;
}
@media screen and (max-width: 414px) {
  .footer {
    background: #f3f3f3;
  }
}
.footer .footer_linkBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .footer .footer_linkBox {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.footer .footer_linkBox div {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .footer .footer_linkBox div {
    width: 30%;
  }
}
@media screen and (max-width: 414px) {
  .footer .footer_linkBox div {
    width: 100%;
    text-align: center;
  }
}
.footer .footer_linkBox div img {
  width: 186px;
  height: 15px;
  margin-left: 20px;
  vertical-align: bottom;
}
@media screen and (max-width: 414px) {
  .footer .footer_linkBox div img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.footer .footer_linkBox .footer_link {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .footer .footer_linkBox .footer_link {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  .footer .footer_linkBox .footer_link {
    width: 100%;
  }
}
.footer .footer_linkBox .footer_link li a {
  color: #1556a0;
}

@media screen and (min-width: 979px) {
  #link1 {
    margin-top: -50px;
    padding-top: 50px;
  }

  #link5,
  #link6 {
    margin-top: -20px;
    padding-top: 20px;
  }
}
.hojo {
  margin: 2% auto 0;
  max-width: 730px;
}
.hojo img {
  width: 100%;
  height: auto;
}





.security_footer {
    padding: 1rem;
    max-width: 1040px;
margin: 0 auto;

}

.security_footer .logo {
    max-height: 20px ;
    margin: 20px 0 ;
    text-align:left;
}

.g-banner {
    text-align: center ;
    margin-bottom: 40px;
margin-top: 40px;
}

.g-banner-box {
    display: flex;
justify-content: center;

}


@media screen and (max-width: 991px) {

.security_footer {
    padding: 0;
}


    .security_footer .logo {
        text-align: center ;
    }

}


@media screen and (min-width: 992px) {
    .security_footer .logo {
        margin: 20px 0 20px 10px;
    }
    
    
    }
