@charset "UTF-8";

/* CSS Document */

@media screen and (min-width:751px) {
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  height: 340px;
  text-align: center;
  color: #fff;
  background: url(../../img/bg_main.png) repeat center top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
h1 {
  width: 980px;
  font-size: 65px;
  color: #0d2872;
  text-align: left;
  padding: 84px 0 20px;
  margin: 0 auto;
}
.txt-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
h1 .txt-min {
  font-size: 52px;
}
h1 .txt-min.txt-big {
  font-size: 65px;
}
#main p {
  width: 980px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #222;
  line-height: 1.8;
  margin: 0 auto;
}
#main .pic {
  position: absolute;
  top: 23px;
  left: 50%;
  width: 250px;
  margin-left: 223px;
}
#main .pic img {
  width: 100%;
  height: auto;
}
.pageNavi {
  position: relative;
  display: flex;
  list-style: none;
  width: 980px;
  margin: 0 auto 96px;
}
.pageNavi li {
  position: relative;
}
.pageNavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 329px;
  height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #e6132d;
  text-align: center;
  border: 3px solid #e6132d;
  border-left: none;
  box-sizing: border-box;
}
.pageNavi li:first-child a {
  border-left: 3px solid #e6132d;
}
.pageNavi .cr a::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  display: block;
  width: 36px;
  height: 18px;
  background: url(../../img/bg_tri.png) no-repeat;
  background-size: contain;
  margin-left: -18px;
}
.pageNavi .cr a {
  color: #fff;
  background-color: #e6132d;
}
.sec {
  position: relative;
  width: 980px;
  padding: 100px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}
#sec1 {
  padding-top: 80px;
}
.sec h2 {
  position: relative;
  font-size: 55px;
  color: #0d2872;
  margin-bottom: 20px;
  z-index: 2;
}
.sec h2 .txt-min {
  font-size: 22px;
  margin-left: 22px;
}
.sec .wrapper {
  position: relative;
}
.sec .txt {
  position: relative;
  width: 660px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 50px;
  z-index: 2;
}
.sec h3 {
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #0d2872;
  padding-left: 10px;
  margin-bottom: 15px;
}
.sec .pic {
  position: absolute;
  top: -20px;
  right: 0;
}
.sec .pic-bottom {
  display: flex;
}
.sec .pic-bottom figure {
  text-align: center;
  margin-right: 10px;
}
.sec .pic-bottom figcaption {
  font-size: 12px;
  padding-top: 10px;
}
#sec1 .pic-bottom img {
  height: 120px;
  width: auto;
}
#sec2 .pic-bottom {
  width: 393px;
  height: 195px;
  margin-bottom: 70px;
}
#sec2 .pic-bottom:last-of-type {
  width: 396px;
  height: 162px;
  margin: 0;
}
#sec3 .pic-bottom img {
  height: 104px;
  width: auto;
  margin-right: 30px;
}
#sec3 {
  height: 594px;
  margin-bottom: 20px;
  border-bottom: none;
}
#sec2 .block1 .pic img,  #sec2 .block2 .pic img,  #sec2 .pic-bottom img {
  width: 100%;
  height: auto;
}
#sec2 .block1 .pic {
  width: 214px;
}
#sec2 .block2 .pic {
  width: 284px;
}
.sec h4 {
  font-size: 25px;
  font-weight: bold;
  color: #0d2872;
  margin-bottom: 15px;
}
.sec h4 + p {
  width: 620px;
}
#sec1 .btn a,  #sec2 .btn a,  #sec3 .btn a {
  position: relative;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  width: 260px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  letter-spacing: 1px;
  border: 2px solid #e6132d;
  border-radius: 5px;
  z-index: 2;
  overflow: hidden;
}
#sec1 .btn a:hover, #sec2 .btn a:hover, #sec3 .btn a:hover {
  color: #e6132d;
  text-decoration: none;
}
}

@media screen and (max-width:750px) {
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  height: 180px;
  text-align: center;
  color: #fff;
  background: url(../../img/bg_main.png) repeat center top;
  background-size: 13px auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
h1 {
  position: relative;
  font-size: 27px;
  color: #0d2872;
  text-align: left;
  padding: 34px 0 0;
  margin: 0 0 9px 20px;
  z-index: 2;
}
h1 .txt-min {
  font-size: 21px;
}
h1 .txt-min.txt-big {
  font-size: 27px;
}
h1 img,  #main .pic img {
  width: 100%;
  height: auto;
}
#main p {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #222;
  line-height: 1.5;
  margin-left: 20px;
}
#main .pic {
  position: absolute;
  bottom: 25px;
  right: 13px;
  width: 85px;
}
.pageNavi {
  display: flex;
  list-style: none;
  width: 100%;
  padding: 0 4vw;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.pageNavi li {
  position: relative;
  width: 33.3%;
}
.pageNavi .cr a::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  display: block;
  width: 18px;
  height: 10px;
  background: url(../../img/bg_tri.png) no-repeat;
  background-size: contain;
  margin-left: -9px;
}
.pageNavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: #e6132d;
  background: url(../img/icon_arrow.png) no-repeat 96% center;
  background-size: 12px auto;
  text-align: center;
  border: 2px solid #e6132d;
  border-left: none;
  padding-right: 2px;
  box-sizing: border-box;
}
.pageNavi .cr a {
  color: #fff;
  background-color: #e6132d;
}
.pageNavi li:first-child a {
  border-left: 2px solid #e6132d;
}
.sec {
  position: relative;
  width: 92%;
  padding: 60px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
#sec1 {
  padding-top: 40px;
}
.sec h2 {
  position: relative;
  font-size: 35px;
  color: #0d2872;
  text-align: center;
  margin-bottom: 20px;
  z-index: 2;
}
.sec h2 .txt-min {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
}
.txt-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.sec .wrapper {
  display: flex;
  margin-bottom: 20px;
}
.sec .txt {
  width: 65%;
  margin-right: 5.7%;
}
.sec p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.sec .pic {
  width: 29%;
}
.sec img {
  max-width: 100%;
  height: auto;
}
.sec h3 {
  font-size: 15px;
  font-weight: bold;
  border-left: 3px solid #102570;
  padding-left: 10px;
  margin-bottom: 15px;
}
.sec .pic-bottom {
  display: flex;
}
.sec figure {
  position: relative;
  margin-right: 10px;
}
.sec figcaption {
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
}
#sec1 .pic-bottom img {
  height: 80px;
  width: auto;
}
#sec1 figure:last-of-type figcaption {
  position: absolute;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
}
#sec2 .pic-bottom {
  width: 273px;
  height: 135px;
  margin-bottom: 44px;
}
#sec2 .pic-bottom:last-of-type {
  width: 270px;
  height: 110px;
  margin: 0;
}
#sec3 .pic-bottom img {
  height: 60px;
  width: auto;
  margin-right: 15px;
}
.sec h4 {
  font-size: 17px;
  font-weight: bold;
  color: #102570;
  margin-bottom: 12px;
}
}

@media screen and (max-width:320px) {
h1, #main p {
  margin-left: 15px;
}
#main .pic {
  right: 10px;
}
#sec1 .pic-bottom img {
  height: 70px;
}
}
