@charset "UTF-8";
.btnNavy a {
  background: #0d4479;
  position: relative;
  display: inline-block;
  color: #ffffff;
  width: 395px;
  text-align: center;
  font-size: 18px;
  height: 64px;
  line-height: 64px; }
  .btnNavy a:after {
    position: absolute;
    top: 50%;
    margin: -6px auto 0;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
@media screen and (max-width: 640px) {
  .btnNavy a, .btnNavy input {
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 14px; }
    .btnNavy a:after, .btnNavy input:after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; } }

/*
==============================================================
faq.css
==============================================================
*/
.sectionModule {
  padding: 11px 0 90px; }
  @media screen and (max-width: 640px) {
    .sectionModule {
      padding: 21px 0 29px; } }
  .sectionModule .contentBodyModule {
    width: 1100px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .sectionModule .contentBodyModule {
        width: auto; } }

#articleCont.qa .entry-header,
.type-qa.qa .entry-header {
  margin-bottom: 20px; }
#articleCont.qa .qHead,
.type-qa.qa .qHead {
  position: relative;
  height: 56px;
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  #articleCont.qa .qHead span,
  .type-qa.qa .qHead span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
    font-weight: bold;
    font-size: 16px; }
  #articleCont.qa .qHead:before,
  .type-qa.qa .qHead:before {
    content: "Q";
    background: #146dc2;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    line-height: 56px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0 14px 0 0;
    text-indent: 0; }
#articleCont.qa .aBody,
.type-qa.qa .aBody {
  position: relative; }
  #articleCont.qa .aBody:before,
  .type-qa.qa .aBody:before {
    content: "A";
    background: #f6a800;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    line-height: 56px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0 14px 0 0;
    text-indent: 0; }
  #articleCont.qa .aBody p,
  .type-qa.qa .aBody p {
    margin-left: 70px; }
#articleCont.qa .editorArea,
.type-qa.qa .editorArea {
  overflow: hidden;
  padding: 0 0 45px;
  /*
  h2 + img{
  	margin-top: 0;
  }
  */
  /*
  h3 + img{
  	margin-top: 0;
  }
  */
  /*
  h4 + img{
  	margin-top: 0;
  }
  */
  /*
  h5 + img{
  	margin-top: 0;
  }
  */
  /*
  h6 + img{
  	margin-top: 0;
  }
  */ }
  #articleCont.qa .editorArea a,
  .type-qa.qa .editorArea a {
    color: #0056a8; }
    #articleCont.qa .editorArea a:hover,
    .type-qa.qa .editorArea a:hover {
      color: #ff8762; }
  #articleCont.qa .editorArea h2, #articleCont.qa .editorArea h3, #articleCont.qa .editorArea h4, #articleCont.qa .editorArea h5, #articleCont.qa .editorArea h6,
  .type-qa.qa .editorArea h2,
  .type-qa.qa .editorArea h3,
  .type-qa.qa .editorArea h4,
  .type-qa.qa .editorArea h5,
  .type-qa.qa .editorArea h6 {
    color: #0d4479; }
  #articleCont.qa .editorArea h2,
  .type-qa.qa .editorArea h2 {
    border-left: 4px solid #ff8762;
    padding: 0 0 0 14px;
    font-size: 26px;
    line-height: 1; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea h2,
      .type-qa.qa .editorArea h2 {
        font-size: 16px; } }
  #articleCont.qa .editorArea h3,
  .type-qa.qa .editorArea h3 {
    font-size: 18px; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea h3,
      .type-qa.qa .editorArea h3 {
        font-size: 14px; } }
  #articleCont.qa .editorArea h4,
  .type-qa.qa .editorArea h4 {
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea h4,
      .type-qa.qa .editorArea h4 {
        font-size: 12px; } }
  #articleCont.qa .editorArea h5, #articleCont.qa .editorArea h6,
  .type-qa.qa .editorArea h5,
  .type-qa.qa .editorArea h6 {
    font-size: 14px;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea h5, #articleCont.qa .editorArea h6,
      .type-qa.qa .editorArea h5,
      .type-qa.qa .editorArea h6 {
        font-size: 12px; } }
  #articleCont.qa .editorArea p + h2,
  #articleCont.qa .editorArea div + h2,
  #articleCont.qa .editorArea table + h2,
  .type-qa.qa .editorArea p + h2,
  .type-qa.qa .editorArea div + h2,
  .type-qa.qa .editorArea table + h2 {
    margin-top: 50px; }
  #articleCont.qa .editorArea h2 + p,
  #articleCont.qa .editorArea h2 + div,
  #articleCont.qa .editorArea h2 + table,
  .type-qa.qa .editorArea h2 + p,
  .type-qa.qa .editorArea h2 + div,
  .type-qa.qa .editorArea h2 + table {
    margin-top: 20px; }
  @media screen and (max-width: 640px) {
    #articleCont.qa .editorArea,
    .type-qa.qa .editorArea {
      font-size: 12px; }
      #articleCont.qa .editorArea p + h2,
      #articleCont.qa .editorArea div + h2,
      .type-qa.qa .editorArea p + h2,
      .type-qa.qa .editorArea div + h2 {
        margin-top: 30px; } }
  #articleCont.qa .editorArea p + h3,
  #articleCont.qa .editorArea div + h3,
  #articleCont.qa .editorArea table + h3,
  .type-qa.qa .editorArea p + h3,
  .type-qa.qa .editorArea div + h3,
  .type-qa.qa .editorArea table + h3 {
    margin-top: 50px; }
  #articleCont.qa .editorArea h3 + p,
  #articleCont.qa .editorArea h3 + div,
  #articleCont.qa .editorArea h3 + table,
  .type-qa.qa .editorArea h3 + p,
  .type-qa.qa .editorArea h3 + div,
  .type-qa.qa .editorArea h3 + table {
    margin-top: 15px; }
  @media screen and (max-width: 640px) {
    #articleCont.qa .editorArea,
    .type-qa.qa .editorArea {
      font-size: 12px; }
      #articleCont.qa .editorArea p + h3,
      #articleCont.qa .editorArea div + h3,
      .type-qa.qa .editorArea p + h3,
      .type-qa.qa .editorArea div + h3 {
        margin-top: 30px; } }
  #articleCont.qa .editorArea p + h4,
  #articleCont.qa .editorArea div + h4,
  #articleCont.qa .editorArea table + h4,
  .type-qa.qa .editorArea p + h4,
  .type-qa.qa .editorArea div + h4,
  .type-qa.qa .editorArea table + h4 {
    margin-top: 50px; }
  #articleCont.qa .editorArea h4 + p,
  #articleCont.qa .editorArea h4 + div,
  #articleCont.qa .editorArea h4 + table,
  .type-qa.qa .editorArea h4 + p,
  .type-qa.qa .editorArea h4 + div,
  .type-qa.qa .editorArea h4 + table {
    margin-top: 10px; }
  @media screen and (max-width: 640px) {
    #articleCont.qa .editorArea,
    .type-qa.qa .editorArea {
      font-size: 12px; }
      #articleCont.qa .editorArea p + h4,
      #articleCont.qa .editorArea div + h4,
      .type-qa.qa .editorArea p + h4,
      .type-qa.qa .editorArea div + h4 {
        margin-top: 30px; } }
  #articleCont.qa .editorArea p + h5,
  #articleCont.qa .editorArea div + h5,
  #articleCont.qa .editorArea table + h5,
  .type-qa.qa .editorArea p + h5,
  .type-qa.qa .editorArea div + h5,
  .type-qa.qa .editorArea table + h5 {
    margin-top: 50px; }
  #articleCont.qa .editorArea h5 + p,
  #articleCont.qa .editorArea h5 + div,
  #articleCont.qa .editorArea h5 + table,
  .type-qa.qa .editorArea h5 + p,
  .type-qa.qa .editorArea h5 + div,
  .type-qa.qa .editorArea h5 + table {
    margin-top: 5px; }
  @media screen and (max-width: 640px) {
    #articleCont.qa .editorArea,
    .type-qa.qa .editorArea {
      font-size: 12px; }
      #articleCont.qa .editorArea p + h5,
      #articleCont.qa .editorArea div + h5,
      .type-qa.qa .editorArea p + h5,
      .type-qa.qa .editorArea div + h5 {
        margin-top: 30px; } }
  #articleCont.qa .editorArea p + h6,
  #articleCont.qa .editorArea div + h6,
  #articleCont.qa .editorArea table + h6,
  .type-qa.qa .editorArea p + h6,
  .type-qa.qa .editorArea div + h6,
  .type-qa.qa .editorArea table + h6 {
    margin-top: 50px; }
  #articleCont.qa .editorArea h6 + p,
  #articleCont.qa .editorArea h6 + div,
  #articleCont.qa .editorArea h6 + table,
  .type-qa.qa .editorArea h6 + p,
  .type-qa.qa .editorArea h6 + div,
  .type-qa.qa .editorArea h6 + table {
    margin-top: 0px; }
  @media screen and (max-width: 640px) {
    #articleCont.qa .editorArea,
    .type-qa.qa .editorArea {
      font-size: 12px; }
      #articleCont.qa .editorArea p + h6,
      #articleCont.qa .editorArea div + h6,
      .type-qa.qa .editorArea p + h6,
      .type-qa.qa .editorArea div + h6 {
        margin-top: 30px; } }
  #articleCont.qa .editorArea table,
  .type-qa.qa .editorArea table {
    border-collapse: collapse;
    width: 100%; }
    #articleCont.qa .editorArea table.setLayout th, #articleCont.qa .editorArea table.setLayout td,
    .type-qa.qa .editorArea table.setLayout th,
    .type-qa.qa .editorArea table.setLayout td {
      padding: 2px 5px;
      vertical-align: top; }
    #articleCont.qa .editorArea table.setLayout th,
    .type-qa.qa .editorArea table.setLayout th {
      width: 10%;
      font-weight: bold; }
      #articleCont.qa .editorArea table.setLayout th:first-child,
      .type-qa.qa .editorArea table.setLayout th:first-child {
        padding-left: 0; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea table.setLayout th,
      .type-qa.qa .editorArea table.setLayout th {
        width: 20%; } }
  #articleCont.qa .editorArea p, #articleCont.qa .editorArea ul, #articleCont.qa .editorArea ol, #articleCont.qa .editorArea blockquote, #articleCont.qa .editorArea table,
  .type-qa.qa .editorArea p,
  .type-qa.qa .editorArea ul,
  .type-qa.qa .editorArea ol,
  .type-qa.qa .editorArea blockquote,
  .type-qa.qa .editorArea table {
    margin-top: 27px; }
    #articleCont.qa .editorArea p:first-child, #articleCont.qa .editorArea ul:first-child, #articleCont.qa .editorArea ol:first-child, #articleCont.qa .editorArea blockquote:first-child, #articleCont.qa .editorArea table:first-child,
    .type-qa.qa .editorArea p:first-child,
    .type-qa.qa .editorArea ul:first-child,
    .type-qa.qa .editorArea ol:first-child,
    .type-qa.qa .editorArea blockquote:first-child,
    .type-qa.qa .editorArea table:first-child {
      margin-top: 0; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea p, #articleCont.qa .editorArea ul, #articleCont.qa .editorArea ol, #articleCont.qa .editorArea blockquote, #articleCont.qa .editorArea table,
      .type-qa.qa .editorArea p,
      .type-qa.qa .editorArea ul,
      .type-qa.qa .editorArea ol,
      .type-qa.qa .editorArea blockquote,
      .type-qa.qa .editorArea table {
        margin-top: 15px; } }
  #articleCont.qa .editorArea ul, #articleCont.qa .editorArea ol,
  .type-qa.qa .editorArea ul,
  .type-qa.qa .editorArea ol {
    padding-left: 2em; }
    #articleCont.qa .editorArea ul li, #articleCont.qa .editorArea ol li,
    .type-qa.qa .editorArea ul li,
    .type-qa.qa .editorArea ol li {
      margin: 0 0 5px; }
  #articleCont.qa .editorArea ul,
  .type-qa.qa .editorArea ul {
    list-style: disc; }
  #articleCont.qa .editorArea ol,
  .type-qa.qa .editorArea ol {
    list-style: decimal; }
  #articleCont.qa .editorArea blockquote,
  .type-qa.qa .editorArea blockquote {
    display: block;
    background: #eee;
    font-style: italic;
    padding: 10px 30px;
    margin-left: 0;
    margin-right: 0; }
    #articleCont.qa .editorArea blockquote p:last-child,
    .type-qa.qa .editorArea blockquote p:last-child {
      margin-bottom: 0; }
  #articleCont.qa .editorArea strong,
  .type-qa.qa .editorArea strong {
    font-weight: bold; }
  #articleCont.qa .editorArea em,
  .type-qa.qa .editorArea em {
    font-style: italic; }
  #articleCont.qa .editorArea .txtRight,
  .type-qa.qa .editorArea .txtRight {
    text-align: right; }
  #articleCont.qa .editorArea img,
  .type-qa.qa .editorArea img {
    padding: 15px; }
    #articleCont.qa .editorArea img.alignleft,
    .type-qa.qa .editorArea img.alignleft {
      float: left;
      padding-left: 0; }
    #articleCont.qa .editorArea img.aligncenter,
    .type-qa.qa .editorArea img.aligncenter {
      display: block;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
      clear: both; }
    #articleCont.qa .editorArea img.alignright,
    .type-qa.qa .editorArea img.alignright {
      float: right;
      padding-right: 0;
      margin: 0; }
    @media screen and (max-width: 640px) {
      #articleCont.qa .editorArea img,
      .type-qa.qa .editorArea img {
        padding: 20px 0;
        max-width: 100%; }
        #articleCont.qa .editorArea img.alignleft, #articleCont.qa .editorArea img.aligncenter, #articleCont.qa .editorArea img.alignright,
        .type-qa.qa .editorArea img.alignleft,
        .type-qa.qa .editorArea img.aligncenter,
        .type-qa.qa .editorArea img.alignright {
          display: block;
          margin: 0 auto;
          float: none; } }
#articleCont.qa .wp-polls,
.type-qa.qa .wp-polls {
  background: #ffffff;
  margin: 15px 0 0 70px;
  padding: 20px 30px 30px; }
  @media screen and (max-width: 640px) {
    #articleCont.qa .wp-polls,
    .type-qa.qa .wp-polls {
      margin-left: 0;
      padding-left: 14px;
      padding-right: 14px; } }
  #articleCont.qa .wp-polls > p,
  #articleCont.qa .wp-polls .wp-polls-form > p,
  .type-qa.qa .wp-polls > p,
  .type-qa.qa .wp-polls .wp-polls-form > p {
    display: block; }
    #articleCont.qa .wp-polls > p strong,
    #articleCont.qa .wp-polls .wp-polls-form > p strong,
    .type-qa.qa .wp-polls > p strong,
    .type-qa.qa .wp-polls .wp-polls-form > p strong {
      display: block;
      border-bottom: 1px solid #cccccc;
      padding: 0 0 9px;
      margin: 0 0 17px;
      font-size: 16px;
      font-weight: bold; }
  #articleCont.qa .wp-polls p,
  #articleCont.qa .wp-polls .wp-polls-form p,
  .type-qa.qa .wp-polls p,
  .type-qa.qa .wp-polls .wp-polls-form p {
    margin-left: 0;
    margin-bottom: 0; }
  #articleCont.qa .wp-polls ul,
  .type-qa.qa .wp-polls ul {
    margin: 0; }
    #articleCont.qa .wp-polls ul li,
    .type-qa.qa .wp-polls ul li {
      display: inline-block;
      width: 210px;
      margin: 0 0 8px; }
      #articleCont.qa .wp-polls ul li:hover,
      .type-qa.qa .wp-polls ul li:hover {
        cursor: pointer; }
      #articleCont.qa .wp-polls ul li strong,
      .type-qa.qa .wp-polls ul li strong {
        margin: 0;
        min-height: 0; }
        #articleCont.qa .wp-polls ul li strong:before,
        .type-qa.qa .wp-polls ul li strong:before {
          display: none; }
    #articleCont.qa .wp-polls ul.wp-polls-ul li,
    .type-qa.qa .wp-polls ul.wp-polls-ul li {
      display: block;
      width: auto; }
  #articleCont.qa .wp-polls .Buttons,
  .type-qa.qa .wp-polls .Buttons {
    display: block;
    background: #0056a8 url(/img/common/icon-link-arrow-w.png) no-repeat 95% center;
    width: 245px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    margin: 11px auto 0;
    font-size: 16px;
    position: relative;
    border: none;
    border-radius: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    outline: none;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #articleCont.qa .wp-polls .Buttons:hover,
    .type-qa.qa .wp-polls .Buttons:hover {
      opacity: 0.7; }
    #articleCont.qa .wp-polls .Buttons:after,
    .type-qa.qa .wp-polls .Buttons:after {
      content: "";
      display: inline-block;
      vertical-align: -1px;
      width: 7px;
      height: 12px;
      background: url(/img/common/icon-nav-arrow.png);
      position: absolute;
      top: 50%;
      right: 10px;
      margin: -6px 0 0 0; }
  #articleCont.qa .wp-polls .ViewPollResults,
  .type-qa.qa .wp-polls .ViewPollResults {
    display: none; }

/*　TOP
----------------------------------------------------------------------------------------*/
.qaContentBox {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 640px) {
    .qaContentBox {
      margin-top: 0; } }

.categoryBox {
  width: 32%;
  border: #ccc solid 3px;
  border-radius: 5px;
  padding: 15px 10px 10px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1%; }
  @media screen and (max-width: 640px) {
    .categoryBox {
      width: 100%;
      margin-left: 0; } }

.categorySectionBox {
  margin: 0 0 42px; }
  .categorySectionBox .secondaryContentHead {
    margin-bottom: 24px; }
  .categorySectionBox .linkList {
    border-top: none; }
    .categorySectionBox .linkList li:first-child {
      padding-top: 0; }
  .categorySectionBox .moreLinkBox {
    padding: 12px 0 0; }
  .categorySectionBox:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .categorySectionBox .secondaryContentHead {
      margin-bottom: 15px; } }

.cat_current:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #146ec4;
  position: absolute;
  left: 0;
  top: 0; }

.qaNav ul {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .qaNav ul li {
    display: table-cell; }
    .qaNav ul li + li {
      border-left: #fff solid 1px; }
  .qaNav ul .active a {
    opacity: 0.5; }
  .qaNav ul a {
    display: block;
    padding-top: 16px;
    height: 38px;
    border-top: 2px solid #0056a8;
    background: #0056a8;
    line-height: 1.2;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 640px) {
      .qaNav ul a {
        font-size: 12px;
        height: 32px; } }

/*# sourceMappingURL=faq.css.map */