@charset "UTF-8";
@import url(normalize.css);
html {
  overflow-y: scroll;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Arial, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  margin: 0;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #1974ae;
  text-decoration: none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  overflow: hidden;
}

figcaption {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  line-height: 1.4;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
}

html,
body {
  height: 100%;
}

html {
  color: #000;
}

body.noScroll {
  overflow: hidden;
}

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFFFFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:hover {
  /*押したとき*/
  background: #fce2ca;/*色*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

@media print, screen and (min-width: 768px) {
  .page {
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .page {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }

  .spOnly {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}
.header {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.header img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .header .globalHeader {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    vertical-align: top;
  }
  .header .logo {
    margin: 12px 12px 0 10px;
    width: 280px;
  }
  .header .youtube {
    margin: 12px 12px 0 10px;
    vertical-align: middle;
    text-align: right;
  }
  .header .siteSearch {
    margin: 0 15px 0 auto;
    text-align: right;
  }
  .header .siteSearch form {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
  }
  .header .siteSearch .text {
    border: 1px solid #e7e7e7 !important;
    padding: 3px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: initial;
    height: 25px;
  }
  .header .siteSearch .image {
    background-color: #0065a5;
    border-radius: 0 4px 4px 0;
    margin-left: -4px;
    padding: 5px;
    vertical-align: middle;
  }
  .header .utility {
    background-color: #e7e7e7;
    height: 57px;
    text-align: center;
    width: 258px;
  }
  .header .utility .sitemap,
  .header .utility .lang {
    display: inline-block;
    margin-top: 17px;
  }
  .header .utility .sitemap::after {
    content: '\007c';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .header .utility .lang::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url("header_langage.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    margin-right: 5px;
  }
  .header .utility .sitemap::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 14px;
    background-image: url("header_sitemap.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 17px 14px;
    margin-right: 5px;
  }
  .header .js-header-cloneElement .siteSearch {
    display: none;
  }
  .header .js-header-cloneElement .utility {
    display: none;
  }
  .header .headerMenu {
    margin: 30px auto 0;
  }
  .header .headerMenu .item {
    white-space: nowrap;
    width: calc(900px / 6);
  }
  .header .headerMenu .upperLink {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }
  .header .headerMenu .upperLink .active .itemIn {
    z-index: 20;
  }
  .header .headerMenu .upperLink .active a {
    background-color: #0065a5;
    color: #fff;
  }
  .header .headerMenu .upperLink .current a {
    background-color: #0065a5;
    color: #fff;
  }
  .header .headerMenu .upperLink a {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .header .headerMenu .upperLink a:hover {
    background-color: #0065a5;
    color: #fff;
  }
  .header .headerMenu .itemIn {
    display: none;
    background-color: #0065a5;
    color: #fff;
    max-width: none;
    padding: 40px 0;
    position: absolute;
    top: 100%;
    right: 50%;
    width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(0) translateX(50%);
    -moz-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
  }
  .header .headerMenu .underWarp {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header .headerMenu .underTop {
    width: 18%;
    margin: 0;
  }
  .header .headerMenu .underTop a {
    color: #fff;
    position: relative;
    text-align: left;
    padding: 10px 10px 10px 45px;
    margin-bottom: 5px;
    white-space: normal;
  }
  .header .headerMenu .underTop a::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("arrow_links.png");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -14px;
  }
  .header .headerMenu .underTop a:hover {
    background-color: #3384b7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .headerMenu .underLink {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 82%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header .headerMenu .underLink li {
    width: calc(100% / 4);
    margin-bottom: 5px;
  }
  .header .headerMenu .underLink a {
    color: #fff;
    position: relative;
    text-align: left;
    padding: 10px 10px 10px 45px;
    margin-right: 10px;
    white-space: normal;
  }
  .header .headerMenu .underLink a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url("arrow_header.png");
    background-repeat: no-repeat;
    background-size: 20px 17px;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
  .header .headerMenu .underLink a:hover {
    background-color: #3384b7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .headerMenu .underLink::after {
    content: "";
    display: block;
    width: calc(100% / 4);
  }
  .header .spMenuBtn {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .header a {
    position: relative;
    z-index: 10;
    display: block;
    color: #fff;
    margin-right: 10px;
  }
  .header .globalHeader {
    height: 40px;
  }
  .header .globalHeader .logo {
    margin: 0 100px 0 0;
  }
  .header .globalHeader .logo img {
    max-width: 170px;
    margin: 5px 5px 3px;
  }
  .header .headerMenu {
    background-color: #0065a5;
  }
  .header .menuBtn {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 40px;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #0065a5;
  }
  .header .menuBtn::after {
    font-size: 12px;
    color: #fff;
    content: '\0030e1\0030cb\0030e5\0030fc';
    display: inline-block;
    padding: 14px 5px 5px 45px;
  }
  .header .menuBtn span {
    position: absolute;
    left: 5px;
    top: 10px;
  }
  .header .menuBtn .line {
    width: 30px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .menuBtn .line:nth-of-type(1) {
    top: 10px;
  }
  .header .menuBtn .line:nth-of-type(2) {
    top: 18px;
  }
  .header .menuBtn .line:nth-of-type(3) {
    top: 26px;
  }
  .header .menuBtn.open::after {
    content: '\009589\003058\00308b';
  }
  .header .menuBtn.open .line:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -moz-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: -2px;
  }
  .header .menuBtn.open .line:nth-of-type(2) {
    display: none;
  }
  .header .menuBtn.open .line:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -moz-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    top: 25px;
  }
  .header .globalNav {
    display: none;
    height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: auto;
  }
  .header .globalNav .globalNavIn {
    position: relative;
  }
  .header .globalNav .globalNavIn .upperLink > .item {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .header .globalNav .globalNavIn .upperLink > .item em > a,
  .header .globalNav .globalNavIn .upperLink > .item > a {
    padding: 15px 15px 0 15px;
    position: relative;
  }
  .header .globalNav .globalNavIn .upperLink > .item em > a:before, .header .globalNav .globalNavIn .upperLink > .item em > a:after,
  .header .globalNav .globalNavIn .upperLink > .item > a:before,
  .header .globalNav .globalNavIn .upperLink > .item > a:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    right: 10px;
    top: 69%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .globalNav .globalNavIn .upperLink > .item em > a:before,
  .header .globalNav .globalNavIn .upperLink > .item > a:before {
    -webkit-transform: translate(0px, 0px) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    transform: translate(0px, 0px) rotate(-180deg);
  }
  .header .globalNav .globalNavIn .upperLink > .item em > a:after,
  .header .globalNav .globalNavIn .upperLink > .item > a:after {
    -webkit-transform: translate(0px, 0px) rotate(-90deg);
    -moz-transform: translate(0px, 0px) rotate(-90deg);
    transform: translate(0px, 0px) rotate(-90deg);
  }
  .header .globalNav .globalNavIn .upperLink > .item.open em > a:before,
  .header .globalNav .globalNavIn .upperLink > .item.open > a:before {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  .header .globalNav .globalNavIn .upperLink > .item.open em > a:after,
  .header .globalNav .globalNavIn .upperLink > .item.open > a:after {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  .header .globalNav .globalNavIn .upperLink > .item:first-child em > a:before, .header .globalNav .globalNavIn .upperLink > .item:first-child em > a:after,
  .header .globalNav .globalNavIn .upperLink > .item:first-child > a:before,
  .header .globalNav .globalNavIn .upperLink > .item:first-child > a:after {
    display: none;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn {
    display: none;
    padding: 25px 25px 5px;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underTop {
    margin: 0 0 10px 0;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underTop a {
    color: #fff;
    position: relative;
    text-align: left;
    padding: 0 0 0 30px;
    white-space: normal;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underTop a::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("arrow_links.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underLink {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underLink li {
    width: 50%;
    margin: 5px 0;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underLink li a {
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    white-space: normal;
  }
  .header .globalNav .globalNavIn .upperLink .itemIn .underLink li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url("arrow_header.png");
    background-repeat: no-repeat;
    background-size: 10px 8px;
    position: absolute;
    left: 0;
    top: 4px;
  }

  .header .siteSearch {
    display: none;
    font-size: 14px;
    margin: 15px;
    text-align: right;
    width: calc(100% - 30px);
  }
  .header .siteSearch form {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .header .siteSearch .text {
    border: 1px solid #fff !important;
    width: calc(100% - 27px);
    padding: 3px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: initial;
    height: 27px;
  }
  .header .siteSearch .image {
    border-radius: 0 4px 4px 0;
    padding: 5px;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    border: 1px solid #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .youtube {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .youtube a{
    display: inline-block;
  }
  .header .youtube::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("header_langage_white.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px 15px;
    margin-right: 5px;
  }
  .header .utility {
    display: none;
    font-size: 14px;
    margin: 15px;
    text-align: center;
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .utility a {
    display: inline-block;
  }
  .header .utility .sitemap,
  .header .utility .lang {
    display: inline-block;
    color: #fff;
  }
  .header .utility .sitemap::after {
    content: '\007c';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .header .utility .lang::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url("header_langage_white.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    margin-right: 5px;
  }
  .header .utility .sitemap::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 15px;
    background-image: url("header_sitemap_white.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px 15px;
    margin-right: 5px;
  }
  .header .js-header-cloneElement .siteSearch {
    display: block;
  }
  .header .js-header-cloneElement .utility {
    display: block;
  }

}
.locationLinkWrap {
  background-color: #E0E1E3;
}

.locationLink {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 10px 10px;
  font-size: 13px;
  line-height: 1;
}
.locationLink a {
  position: relative;
  border-bottom: solid 1px #97999A;
  margin-right: 17px;
}
.locationLink a:after {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -.5em;
  content: " >";
}

@media print, screen and (max-width: 767px) {
  .locationLinkWrap {
    display: none;
  }
}
.main img {
  height: auto;
  width: 100%;
}
.main .titleLarge,
.main .titleMiddle,
.main .titleSmall {
  max-width: 1200px;
  margin: 30px auto 10px;
  font-weight: normal;
  line-height: 1.2;
}
.main .titleLarge {
  font-size: 30px;
  margin-top: 75px;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  .main {
    padding-top: 40px;
  }
}
.content {
  max-width: 1200px;
  margin: 25px auto 100px;
  position: relative;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}

@media print, screen and (max-width: 767px) {
  .content {
    width: 100%;
    display: block;
    margin: 0 0 35px;
    padding-top: 40px;
  }
}
.mainPages {
  width: calc(100% - 300px);
  padding-right: 20px;
  float: left;
  position: relative;
  top: 0;
}

@media print, screen and (max-width: 767px) {
  .mainPages {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    float: none;
  }
}
.sidePages {
  width: 280px;
  float: right;
  position: relative;
  height: auto !important;
}

.sidePagesInner {
  width: 280px;
}

@media print, screen and (max-width: 767px) {
  .sidePages {
    width: 100%;
    height: auto !important;
    display: block;
    float: none;
  }

  .sidePagesInner {
    width: 100%;
    position: static !important;
  }
}
.sideTtl {
  margin: 0;
}
.sideTtl a {
  display: block;
  position: relative;
  background-color: #0065a5;
  padding: 24px 18px 23px 53px;
  color: #FFF;
}
.sideTtl a::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("arrow_links.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -13px;
}

.sideNavi {
  margin-bottom: 15px;
  padding: 15px 0 14px;
  background-color: #f3f3f3;
}
.sideNavi a {
  display: block;
  padding: 5px 0 3px 46px;
  position: relative;
  transition: all 0.3s ease;
}
.sideNavi a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url("arrow_links03.png");
  background-repeat: no-repeat;
  background-size: 16px 15px;
  margin-right: 5px;
  position: absolute;
  left: 19px;
  top: 9px;
}
.sideNavi a:hover {
  color: #1974ae;
}

.sideFaq {
  margin-bottom: 15px;
  padding: 0 5px;
  border: 1px solid #A5A6A7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sideFaq li + li {
  border-top: 2px dotted #828384;
}
.sideFaq a {
  display: block;
  padding: 11px 0 10px 40px;
  position: relative;
  transition: all 0.3s ease;
}
.sideFaq a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url("arrow_links03.png");
  background-repeat: no-repeat;
  background-size: 16px 15px;
  margin-right: 5px;
  position: absolute;
  left: 14px;
  top: 14px;
}
.sideFaq a:hover {
  color: #000;
}

.sideNaviSub {
  margin: 0;
}
.sideNaviSub + .sideNaviSub {
  margin-top: 5px;
}
.sideNaviSub a {
  display: block;
  background-color: #1974ae;
  padding: 17px 0 15px 47px;
  position: relative;
  color: #FFF;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sideNaviSub a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url("arrow_header.png");
  background-repeat: no-repeat;
  background-size: 16px 15px;
  margin-right: 5px;
  position: absolute;
  left: 20px;
  top: 19px;
}
.sideNaviSub a:hover {
  background-color: #95C2DE;
}

@media print, screen and (max-width: 767px) {
  .sideTtl {
    margin: 0 5px;
  }
  .sideTtl a {
    padding: 10px 9px 10px 32px;
    font-size: 13px;
  }
  .sideTtl a::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("arrow_links.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
  }

  .sideNavi {
    margin: 0 5px 10px;
    padding: 9px 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .sideNavi li {
    width: 50%;
  }
  .sideNavi a {
    padding: 6px 9px 6px 24px;
    font-size: 11px;
  }
  .sideNavi a::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url("arrow_links03.png");
    background-repeat: no-repeat;
    background-size: 11px 9px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
  }
  .sideNavi a:hover {
    color: #000;
  }

  .sideFaq {
    margin: 0 5px 10px;
    padding: 0 2px;
  }
  .sideFaq a {
    padding: 11px 9px 11px 22px;
    font-size: 11px;
  }
  .sideFaq a::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url("arrow_links03.png");
    background-repeat: no-repeat;
    background-size: 11px 9px;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -5px;
  }

  .sideNaviSub {
    margin: 0 5px;
  }
  .sideNaviSub a {
    padding: 11px 9px 11px 22px;
    font-size: 11px;
  }
  .sideNaviSub a::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url("arrow_header.png");
    background-repeat: no-repeat;
    background-size: 11px 9px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
  }
  .sideNaviSub a:hover {
    background-color: #1974ae;
  }
}
.pageTop {
  margin: 0 10px;
  position: fixed;
  right: 0;
  bottom: 0;
}
.pageTop p {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .pageTop img:hover {
    opacity: .7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media print, screen and (max-width: 767px) {
  .pageTop img {
    max-width: 27px;
  }
}
.footer {
  background-color: #0065a5;
  padding: 30px 0;
}
.footer .footerIn {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footerIn .logo {
  margin: 10px 0 0 0;
}
.footer .footerIn .infoNav {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  font-size: 13px;
}
.footer .footerIn .infoNav .footerMenu li {
  margin: 10px 0;
  line-height: 1;
}
.footer .footerIn .infoNav a {
  display: block;
  color: #fff;
  position: relative;
  padding: 3px 10px 3px 18px;
}
.footer .footerIn .infoNav a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("arrow_header.png");
  background-repeat: no-repeat;
  background-size: 10px 8px;
  position: absolute;
  left: 3px;
  top: 6px;
}

@media print, screen and (min-width: 768px) {
  .footer .footerIn .infoNav a:hover {
    background-color: #3384b7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media print, screen and (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
  .footer .footerIn {
    display: block;
  }
  .footer .footerIn .logo {
    margin: 0 10px;
    max-width: 160px;
  }
  .footer .footerIn .infoNav {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: calc(100% - 20px);
    font-size: 12px;
    margin: 10px;
  }
  .footer .footerIn .infoNav .footerMenu {
    width: 100%;
    margin-bottom: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .footerIn .infoNav .footerMenu li {
    margin: 5px 0;
    width: calc(100% / 3);
    line-height: 1.4;
  }
  .footer .footerIn .infoNav a {
    display: block;
    color: #fff;
    position: relative;
    padding: 0 10px 0 15px;
  }
  .footer .footerIn .infoNav a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url("arrow_header.png");
    background-repeat: no-repeat;
    background-size: 10px 8px;
    position: absolute;
    left: 0;
    top: 4px;
  }
}
.copyright {
  max-width: 1200px;
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
}

@media print, screen and (max-width: 767px) {
  .copyright {
    font-size: 11px;
  }
}
.mainPages .section {
  margin-bottom: 40px;
  font-size: 14px;
}
.mainPages .section:last-of-type {
  margin-bottom: 0;
}
.mainPages p {
  margin: 0;
  line-height: 1.7;
}
.mainPages .mtx {
  margin-bottom: 10px;
}
.mainPages img {
  height: auto;
}
.mainPages a {
  color: #333;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.mainPages a:hover {
  color: #1974ae;
  text-decoration: none;
}
.mainPages .itemBottom {
  margin-top: 20px;
}
.mainPages .txCenter {
  text-align: center;
}
.mainPages .txRight {
  text-align: right;
}
.mainPages .imgCenter {
  text-align: center;
}
.mainPages .indtList {
  margin-left: 30px;
}
.mainPages .focus {
  color: #D7264C;
  text-decoration: none;
}
.mainPages .indentBlock {
  margin-left: 10px;
}
.mainPages .leadBold {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.mainPages .sectionInner {
  padding: 0 10px;
}
.mainPages .sectionFlow {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .mainPages .section {
    margin: 0 5px 20px;
    font-size: 12px;
  }
  .mainPages .mtx {
    margin-bottom: 5px;
  }
  .mainPages .itemBottom {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 767px) {
  .mainPages .spCenter {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 767px) {
  .mainPages .indtList {
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .mainPages a:hover {
    color: inherit;
    text-decoration: underline;
  }
  .mainPages .sectionInner {
    padding: 0 5px;
  }
  .mainPages .sectionFlow {
    margin-bottom: 10px;
  }
}

.contentPages .mbMin {
  margin-bottom: 5px !important;
}
.contentPages .mbSS {
  margin-bottom: 10px !important;
}
.contentPages .mbSL {
  margin-bottom: 20px !important;
}
.contentPages .mbMS {
  margin-bottom: 25px !important;
}
.contentPages .mbMM {
  margin-bottom: 30px !important;
}
.contentPages .mbML {
  margin-bottom: 35px !important;
}
.contentPages .mbSection {
  margin-bottom: 40px !important;
}
@media print, screen and (max-width: 767px) {
  .contentPages .mbSL {
    margin-bottom: 10px !important;
  }
  .contentPages .mbMS {
    margin-bottom: 10.5px !important;
  }
  .contentPages .mbMM {
    margin-bottom: 15px !important;
  }
  .contentPages .mbML {
    margin-bottom: 12.5px !important;
  }
}
.contentPages .pcNone {
  display: none !important;
}
.contentPages .spNone {
  display: block !important;
}
@media print, screen and (max-width: 767px) {
  .contentPages .pcNone {
    display: block !important;
  }
  .contentPages .spNone {
    display: none !important;
  }
}
.contentPages .pageNavi {
  overflow: hidden;
  border-top: 2px solid #0065a5;
  border-bottom: 2px solid #0065a5;
  margin-bottom: 25px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentPages .pageNavi * {
  box-sizing: border-box;
}
.contentPages .pageNavi li {
  display: block;
  width: 25%;
  min-height: 52px;
  margin: 4px 0 7px;
  padding: 4px 10px 4px;
  text-align: center;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.contentPages .pageNavi li + li {
  border-left: 2px dotted #afafaf;
}
.contentPages .pageNavi li + li.noBorder {
  border: none;
}
.contentPages .pageNavi li:nth-child(5), .contentPages .pageNavi li:nth-child(9), .contentPages .pageNavi li:nth-child(13), .contentPages .pageNavi li:nth-child(17) {
  border-left: none;
}
.contentPages .pageNavi li:nth-child(n + 5):before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #eaeaea;
  content: "";
}
.contentPages .pageNavi a {
  padding-left: 20px;
  background-image: url(arrow_down_blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13.5px 12.5px;
  text-decoration: none;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .contentPages .pageNavi {
    margin: 0 5px 15px;
  }
  .contentPages .pageNavi li {
    width: 50%;
    min-height: 40px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contentPages .pageNavi li + li {
    border-left: none;
  }
  .contentPages .pageNavi li:nth-child(2n) {
    border-left: 1px dotted #afafaf;
  }
  .contentPages .pageNavi li:nth-child(n + 3):before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 200%;
    height: 1px;
    border-top: 1px solid #eaeaea;
    content: "";
  }
  .contentPages .pageNavi li:nth-child(4n) {
    border-top: none;
  }
  .contentPages .pageNavi a {
    width: 100%;
    padding-left: 20px;
    font-size: 13px;
  }
  .contentPages .pageNavi a:hover {
    color: #000;
  }
}
.contentPages .pageTitle {
  margin-bottom: 20px;
  padding: 6px 10px 5px 71px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
}
.contentPages .pageTitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 36px;
  background-image: url("title_large.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55px 36px;
  margin-right: 15px;
}
@media print, screen and (max-width: 767px) {
  .contentPages .pageTitle {
    margin: 15px 5px 9px;
    padding: 0 10px 0 30px;
    font-size: 19px;
  }
  .contentPages .pageTitle::before {
    content: '';
    display: inline-block;
    top: 11px;
    width: 25px;
    height: 16px;
    background-size: 25px 16px;
  }
}
.contentPages .h2Regular {
  margin-bottom: 20px;
  padding: 14px 20px 13px;
  background-color: #0065a5;
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .contentPages .h2Regular {
    margin: 0 0 10px;
    padding: 11px 10px 9px;
    font-size: 15px;
  }
}
.contentPages .crosshead {
  position: relative;
  margin: 20px 0;
  padding: 0 12px 12px;
  font-size: 20px;
  font-weight: normal;
}
.contentPages .crosshead:after, .contentPages .crosshead:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #6F6F6F;
  content: "";
}
.contentPages .crosshead:after {
  bottom: 0;
}
.contentPages .crosshead:before {
  bottom: 3px;
}
@media print, screen and (max-width: 767px) {
  .contentPages .crosshead {
    margin: 10px 0;
    padding: 0 0 12px;
    font-size: 16px;
  }
}
.contentPages .crosshead2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .contentPages .crosshead2 {
    font-size: 14px;
  }
}
.contentPages .h4Regular {
  margin: 20px 0;
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .contentPages .h4Regular {
    margin: 10px 0;
    font-size: 14px;
  }
}
.contentPages .normal {
  margin-left: 11px;
  padding: 0 10px 0 0;
}
.contentPages .normal li {
  position: relative;
  padding-left: 14px;
  line-height: 1.7;
}
.contentPages .normal li:before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0;
}
.contentPages .dlList dt {
  clear: both;
  float: left;
}
.contentPages .dlList dd {
  overflow: hidden;
}
.contentPages table.normal {
  margin: 10px 0;
  padding-left: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.contentPages table.full {
  width: 100%;
}
.contentPages table.midium {
  width: 70%;
}
.contentPages table.normal th,
.contentPages table.normal td {
  padding: 6px 15px 3px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  line-height: 1.7;
  font-weight: normal;
  vertical-align: top;
}
.contentPages table.normal th {
  padding: 9px 15px 6px;
  text-align: center;
  background-color: #e8eff7;
}
.contentPages table.normal .bbDouble {
  border-bottom-width: 2px;
}
.contentPages table.normal .alC {
  text-align: center;
  vertical-align: middle;
}
.contentPages table.normal .vaT {
  vertical-align: top;
}
.contentPages table.normal .vaC {
  vertical-align: middle;
}
.contentPages table .w10p {
  width: 10%;
}
.contentPages table .w15p {
  width: 15%;
}
.contentPages table .w20p {
  width: 20%;
}
.contentPages table .w25p {
  width: 25%;
}
.contentPages table .w30p {
  width: 30%;
}
.contentPages table .w35p {
  width: 35%;
}
.contentPages table .w40p {
  width: 40%;
}
.contentPages table .w45p {
  width: 45%;
}
.contentPages table .w50p {
  width: 50%;
}
.contentPages table .w55p {
  width: 55%;
}
.contentPages table .w60p {
  width: 60%;
}
.contentPages table .w65p {
  width: 65%;
}
.contentPages table .w70p {
  width: 70%;
}
.contentPages table .w75p {
  width: 75%;
}
.contentPages table .w80p {
  width: 80%;
}
.contentPages table .w85p {
  width: 85%;
}
.contentPages table .w90p {
  width: 90%;
}
.contentPages table .w95p {
  width: 95%;
}
.contentPages table.layout th, .contentPages table.layout td {
  vertical-align: top;
  padding: 4px;
}
.contentPages table.layout th {
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}
.contentPages .tableInTabale th,
.contentPages .tableInTabale td {
  word-break: break-all;
}
@media print, screen and (max-width: 767px) {
  .contentPages .scrollTable {
    margin-bottom: 10px;
    overflow-x: auto;
  }
  .contentPages .scrollTable::-webkit-scrollbar {
    height: 5px;
  }
  .contentPages .scrollTable::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .contentPages .scrollTable::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 5px;
  }
  .contentPages .scrollTable table {
    margin-bottom: 0;
  }
  .contentPages table.normal {
    max-width: 768px;
    margin: 5px 0;
  }
  .contentPages table.normal th, .contentPages table.normal td {
    line-height: 1.333333333;
  }
  .contentPages table.normal th {
    padding: 4px 7px;
  }
  .contentPages table.normal td {
    padding: 6px 8px;
  }
  .contentPages table .w10p {
    min-width: 10%;
  }
  .contentPages table .w20p {
    min-width: 20%;
  }
  .contentPages table .w25p {
    min-width: 25%;
  }
  .contentPages table .w30p {
    min-width: 30%;
  }
  .contentPages table .w40p {
    min-width: 40%;
  }
  .contentPages table .w50p {
    min-width: 50%;
  }
  .contentPages table .w60p {
    min-width: 60%;
  }
  .contentPages table .w70p {
    min-width: 70%;
  }
  .contentPages table .w80p {
    min-width: 80%;
  }
  .contentPages table .w90p {
    min-width: 90%;
  }
  .contentPages table.overflowTable {
    width: 768px;
    margin-bottom: 0;
  }
}
.contentPages .tableWrap {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.contentPages .tableWrap table {
  margin-top: 0;
}
.contentPages .col3table {
  width: 33%;
}
@media print, screen and (max-width: 767px) {
  .contentPages .tableWrap {
    display: block;
  }
  .contentPages .col3table {
    width: 100%;
  }
}
.contentPages .floatWrap:after {
  content: "";
  display: table;
  clear: both;
}
.contentPages .imgFloatR p, .contentPages .imgFloatL p {
  line-height: 1;
}
.contentPages .imgFloatR {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.contentPages .imgFloatL {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .contentPages .imgFloatR, .contentPages .imgFloatL {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .contentPages .imgFloatR p, .contentPages .imgFloatL p {
    display: inline-block;
  }
  .contentPages .imgFloatR img, .contentPages .imgFloatL img {
    width: 100%;
  }
}
.contentPages .img2Col {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.contentPages .img2Col li + li {
  margin-left: 10px;
}
@media print, screen and (max-width: 767px) {
  .contentPages .img2Col {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contentPages .img2Col li {
    width: 50%;
  }
}
.contentPages .notice {
  margin-bottom: 20px !important;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
.contentPages .notice:before {
  content: "※";
}
.contentPages .notice.noticeList, .contentPages .notice.noMargin {
  margin-bottom: 0 !important;
}
.contentPages .notice.noticeNumList {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
@media print, screen and (max-width: 767px) {
  .contentPages .notice {
    margin-bottom: 10px !important;
    font-size: 10px;
  }
  .contentPages .notice.noticeList {
    margin-bottom: 5px !important;
  }
}
.contentPages span.iconPdf {
  display: inline-block;
  text-align: left;
}
.contentPages span.iconPdf a {
  padding: 3px 0 3px 42px;
  display: block;
  word-break: break-all;
  background: transparent url(../common/icon_pdf.png) no-repeat;
  background-position: left 1px;
}
.contentPages span.iconPdf span {
  font-weight: normal !important;
}
@media print, screen and (max-width: 767px) {
  .contentPages span.iconPdf a {
    padding: 5px 0 5px 20px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: left 4px;
  }
  .contentPages span.iconPdf span {
    font-size: 10px !important;
  }
}
.contentPages a.iconPdf,
.contentPages p.iconPdf,
.contentPages li.iconPdf {
  text-align: left;
  padding: 6px 0 6px 37px;
  word-break: break-all;
  background: transparent url(../common/icon_pdf.png) no-repeat;
  background-position: 4px -2px;
}
.contentPages a.iconPdf span,
.contentPages p.iconPdf span,
.contentPages li.iconPdf span {
  font-size: inherit !important;
  font-weight: normal !important;
}
.contentPages p.iconPdf,
.contentPages li.iconPdf {
  background-position: 4px 2px;
}
@media print, screen and (max-width: 767px) {
  .contentPages a.iconPdf,
  .contentPages p.iconPdf,
  .contentPages li.iconPdf {
    padding: 5px 0 5px 20px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: 1px 4px;
  }
  .contentPages a.iconPdf span,
  .contentPages p.iconPdf span,
  .contentPages li.iconPdf span {
    font-size: 10px !important;
  }
  .contentPages p.iconPdf {
    background-position: left 6px;
  }
}
.contentPages .iconPopup {
  position: relative;
  padding: 6px 0 6px 30px;
}
.contentPages .iconPopup:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 6px;
  top: 5px;
  background: transparent url(../common/icon_popup.png) no-repeat;
  background-position: left center;
}
@media print, screen and (max-width: 767px) {
  .contentPages .iconPopup {
    padding: 5px 0 5px 23px;
  }
  .contentPages .iconPopup:before {
    left: 4px;
    top: 3px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: left center;
  }
}
.contentPages .iconWord {
  padding-bottom: 2px;
  padding-left: 37px;
  background: transparent url(../common/icon_word.gif) 8px 2px no-repeat;
  display: block;
}
.contentPages .icon_xls {
  padding-bottom: 2px;
  padding-left: 37px;
  background: transparent url(../common/icon_xls.gif) 8px 2px no-repeat;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .contentPages .iconWord,
  .contentPages .icon_xls {
    padding: 5px 0 5px 20px;
    background-position: 1px 4px;
  }
}
@media print, screen and (max-width: 767px) {
  .contentPages .iconDiscription img {
    width: 15px;
    height: auto;
  }
}
.contentPages .captionBox {
  width: 196px;
  padding: 10px;
  background-color: #F0F0F0;
  margin: 0 auto 1.5em;
}
.contentPages .captionBoxImg {
  margin-bottom: 6px;
  text-align: center;
}
.contentPages .captionBoxTxt {
  font-size: 12px;
  line-height: 1.5;
}
.contentPages .inquiryBox {
  margin-top: 40px;
  padding: 15px;
  text-align: center;
  border: 2px  solid #252525;
}
.contentPages .inquiryBox .inquiryBoxTtl {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.222222222;
}
.contentPages .inquiryBox .inquiryBoxNumber {
  font-size: 14px;
  margin: 10px 0;
}
.contentPages .inquiryBox .inquiryBoxNumber.inquiryBoxNumberMb0 {
  margin-bottom: 0;
}
.contentPages .inquiryBox a {
  color: #000;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  transition-duration: 0;
}
.contentPages .inquiryBox a:hover {
  color: #000;
}
.contentPages .inquiryBox .inquiryBoxBody {
  font-size: 14px;
  line-height: 1.571428571;
  margin: 10px 0;
}
.contentPages .inquiryBox .inquiryBoxFoot {
  font-size: 14px;
  line-height: 1.625;
}
@media print, screen and (max-width: 767px) {
  .contentPages .inquiryBox {
    margin-top: 20px;
    padding: 10px;
    text-align: left;
    border: 2px  solid #252525;
  }
  .contentPages .inquiryBox .inquiryBoxTtl {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.222222222;
  }
  .contentPages .inquiryBox .inquiryBoxBody {
    margin: 5px 0;
    font-size: 12px;
  }
  .contentPages .inquiryBox .inquiryBoxNumber {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.571428571;
    text-align: center;
  }
  .contentPages .inquiryBox a {
    color: #000;
    text-decoration: none;
    pointer-events: auto;
  }
  .contentPages .inquiryBox .inquiryBoxFoot {
    font-size: 12px;
    line-height: 1.625;
  }
}
.contentPages .modulePdf {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  padding: 18px 28px;
  border: 1px solid #A5A5A5;
  background-color: #F3F3F3;
}
.contentPages .modulePdfLeft {
  width: 162px;
  margin: 0;
  padding-right: 22px;
}
.contentPages .modulePdfLeft a {
  display: block;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  line-height: 0;
}
.contentPages .modulePdfLeft a:hover {
  border-color: #7bb3d6;
}
.contentPages .modulePdfRight {
  flex: 1;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}
@media print, screen and (max-width: 767px) {
  .contentPages .modulePdf {
    display: block;
    margin: 20px 5px 0;
    padding: 10px;
  }
  .contentPages .modulePdf:after {
    content: "";
    display: table;
    clear: both;
  }
  .contentPages .modulePdfLeft {
    width: 112px;
    float: left;
    padding-right: 10px;
  }
  .contentPages .modulePdfLeft img {
    width: 100% !important;
    height: auto !important;
  }
  .contentPages .modulePdfLeft a:hover {
    border-color: transparent;
  }
  .contentPages .modulePdfRight {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
  }
}
.contentPages .sectionQa {
  margin-top: 10px;
  padding: 17px 10px 18px;
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contentPages .sectionQa:first-of-type {
  margin-top: 0;
}
.contentPages .sectionQa .notes {
  font-size: 80% !important;
  font-weight: normal !important;
}
.contentPages .sectionQa .attention {
  margin-top: 10px;
  padding: 5px 12px 2px;
  background-color: #FFF;
  border: 2px solid #d50239;
  color: #d50239;
}
.contentPages .qQuestion, .contentPages .qAnswer {
  position: relative;
  padding-left: 60px;
}
.contentPages .qQuestion:before, .contentPages .qAnswer:before {
  position: absolute;
  font-size: 30px;
}
.contentPages .qQuestion {
  padding-bottom: 13px;
  border-bottom: 2px dotted #7D7E7D;
}
.contentPages .qQuestion p {
  font-size: 18px;
  line-height: 1.444444444;
}
.contentPages .qQuestion:before {
  content: "Q";
  left: 5px;
  top: 0;
  color: #1974AE;
}
.contentPages .qAnswer {
  padding-top: 12px;
}
.contentPages .qAnswer span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444444444;
}
.contentPages .qAnswer:before {
  content: "A";
  left: 6px;
  top: 12px;
  color: #d50239;
}
@media print, screen and (max-width: 767px) {
  .contentPages .sectionQa {
    margin-bottom: 10px;
    padding: 11px 10px 10px;
    background-color: #F0F0F0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .contentPages .sectionQa .attention {
    line-height: 1.333570413;
  }
  .contentPages .qQuestion, .contentPages .qAnswer {
    position: relative;
    padding-left: 31px;
  }
  .contentPages .qQuestion:before, .contentPages .qAnswer:before {
    position: absolute;
    font-size: 25px;
  }
  .contentPages .qQuestion p, .contentPages .qAnswer p {
    font-size: 14px;
    line-height: 1.444444444;
  }
  .contentPages .qQuestion {
    padding-bottom: 6px;
    border-bottom: 2px dotted #7D7E7D;
  }
  .contentPages .qQuestion:before {
    content: "Q";
    left: 0;
    top: -2px;
    color: #1974AE;
  }
  .contentPages .qAnswer {
    padding-top: 6px;
  }
  .contentPages .qAnswer span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.444444444;
  }
  .contentPages .qAnswer:before {
    content: "A";
    left: 0;
    top: 3px;
    color: #d50239;
  }
}
.contentPages .branchInfoItem {
  margin-bottom: 20px;
  padding: 14px 18px 11px;
  border: 2px solid #333333;
}
.contentPages .branchInfoHead {
  margin-bottom: 13px;
}
.contentPages .branchInfoNew {
  display: inline-block;
  width: 50px;
  margin-left: 5px;
  padding: 3px 5px 1px;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  background-color: #D50239;
}
.contentPages .branchInfoItem ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.contentPages .branchInfoItem li {
  line-height: 1.571428571;
}
.contentPages .branchInfoMore {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.contentPages .branchInfoMore a {
  padding: 2px 0 2px 20px;
  font-size: 15px;
  text-decoration: none;
  background: url(arrow_links04.png) no-repeat left center;
  transition: all 0.3s ease;
}
.contentPages .branchInfoMore a:hover {
  color: #1974AE;
}
.contentPages .branchInfoFocus {
  color: #D50239;
}
.contentPages table.normal .mapDetail {
  padding: 15px 5px;
  text-align: center;
}
.contentPages table.normal .mapDetail * {
  box-sizing: border-box;
}
.contentPages .mapDetail a {
  display: inline-block;
  width: 99px;
  background-color: #1974ad;
  padding: 8px 0 7px 21px;
  position: relative;
  cursor: pointer;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.contentPages .mapDetail a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(arrow_header.png);
  background-repeat: no-repeat;
  background-size: 16px 15px;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 14px;
}
.contentPages .mapDetail a:hover {
  color: #FFF;
  opacity: 0.8;
}
@media print, screen and (max-width: 767px) {
  .contentPages .branchInfoItem {
    margin-bottom: 10px;
    padding: 9px 8px 11px;
    border-width: 1px;
  }
  .contentPages .branchInfoHead {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .contentPages .branchInfoItem li {
    line-height: 1.333570413;
  }
  .contentPages .branchInfoNew {
    width: 56px;
    margin-left: 20px;
    font-size: 15px;
    border-radius: 5px;
  }
  .contentPages .branchInfoMore a {
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
  }
  .contentPages .branchInfoMore a:hover {
    color: #333;
  }
  .contentPages table.normal .mapDetail {
    padding: 10px 5px;
    text-align: center;
  }
  .contentPages table.normal .mapDetail * {
    box-sizing: border-box;
  }
  .contentPages .mapDetail a {
    display: inline-block;
    width: 70px;
    background-color: #1974ad;
    padding: 6px 0 4px 18px;
    position: relative;
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  .contentPages .mapDetail a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(arrow_header.png);
    background-repeat: no-repeat;
    background-size: 14px 12px;
    margin-right: 5px;
    position: absolute;
    left: 7px;
    top: 9px;
  }
  .contentPages .mapDetail a:hover {
    opacity: 1;
  }
}
.contentPages .colGreen {
  color: #090;
}
.contentPages .colBlue {
  color: #0000ff;
}
.contentPages .colRed {
  color: #F00;
}
.contentPages .colBranchTableLead {
  color: #036;
  font-weight: bold;
}
.contentPages .bgYellow {
  background-color: #FFFF80;
}
.contentPages table.branchTable {
  margin-bottom: 0;
}
.contentPages .branchMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.contentPages .branchMap div {
  height: 450px;
  padding-bottom: 50px;
}
.contentPages .branchMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
.contentPages .branchPagesInfo a {
  display: inline-block;
}
.contentPages .branchImg {
  width: 150px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contentPages .branchMap div {
    height: 450px;
  }
  .contentPages .branchImg {
    width: 30%;
  }
}
.contentPages .tooltipWrap {
  position: relative;
}
.contentPages .tooltipIcon {
  padding: 0 5px;
  vertical-align: top;
  cursor: pointer;
}
.contentPages .tooltipContent {
  display: none;
  position: absolute;
  top: 33px;
  left: -49px;
  z-index: 100;
  width: 800px;
  padding: 8px 12px;
  border: 2px solid #1974ae;
  border-radius: 2px;
  background-color: #F3F3F3;
  font-size: 14px;
  line-height: 1.571428571;
}
.contentPages .tooltipContent:before, .contentPages .tooltipContent:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 59px;
  border-style: solid;
  border-width: 0 4px 10px 4px;
}
.contentPages .tooltipContent:before {
  top: -11px;
  border-color: transparent transparent #1975ae transparent;
}
.contentPages .tooltipContent:after {
  top: -8px;
  border-color: transparent transparent #F3F3F3 transparent;
}
.contentPages .tooltipContent.isActive {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .contentPages .tooltipText {
    position: relative;
  }
  .contentPages .tooltipWrap {
    position: static;
  }
  .contentPages .tooltipIcon {
    width: 22px;
    height: 22px;
  }
  .contentPages .tooltipContent:before, .contentPages .tooltipContent:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .contentPages .tooltipContent {
    top: 58px;
    left: 0;
    width: 92.6%;
    padding: 10px;
    border: 1px solid #458DBC;
  }
}
