@import 'https://fonts.googleapis.com/css?family=Oswald';
@charset "UTF-8";
@font-face {
  font-family: YuGothic M;
  src: local(Yu Gothic Medium);
}
html {
  font-size: 62.5%;
}
body {
  color: #30343f;
  font-family: '游ゴシック体', YuGothic, YuGothic M, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo,
    Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  width: 100%;
}
li {
  list-style: none;
}
a {
  color: #30343f;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
em a {
  display: inline;
}
.header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header > .inner {
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .header > .inner {
    padding: 12px 24px 2px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 999px) {
  .header > .inner {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 767px) {
  .header > .inner {
    padding: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .header__logo {
    float: left;
    width: 185px;
  }
}
.header__logo img {
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px) {
  .header__logo img {
    width: 160px;
  }
}
@media screen and (max-width: 999px) {
  .header__logo img {
    width: 119px;
  }
}
@media screen and (min-width: 1000px) {
  .header__nav {
    padding-left: 185px;
  }
}
@media screen and (max-width: 999px) {
  .header__nav > .inner {
    transition: all 0.3s ease-out;
    background: rgba(48, 52, 63, 0.8);
    box-sizing: border-box;
    min-height: 100%;
    padding: 60px 0 0;
    position: fixed;
    right: -90%;
    top: 0;
    width: 90%;
    z-index: 10;
  }
  .header__nav > .inner.opened {
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .header__nav-btn {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header__nav-btn {
    cursor: pointer;
    height: 16px;
    margin-top: 3px;
    position: fixed;
    right: 24px;
    top: 20px;
    width: 24px;
    z-index: 9999;
  }
  .header__nav-btn span {
    transition: all 0.3s ease-out;
    background: #0072ae;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .header__nav-btn.opened span {
    background: #fff;
  }
  .header__nav-btn-01:nth-of-type(1) {
    top: 0;
  }
  .opened .header__nav-btn-01:nth-of-type(1) {
    top: -14px;
    -ms-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  .header__nav-btn-02:nth-of-type(2) {
    top: 7px;
  }
  .opened .header__nav-btn-02:nth-of-type(2) {
    opacity: 0;
  }
  .header__nav-btn-03:nth-of-type(3) {
    bottom: 0;
  }
  .opened .header__nav-btn-03:nth-of-type(3) {
    bottom: -12px;
    -ms-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@media screen and (min-width: 1000px) {
  .header__gnav {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .header__gnav > li[class^='header__gnav'] {
    box-sizing: border-box;
    display: table-cell;
    font-size: 12px;
    padding: 0 0 0 2px;
    vertical-align: top;
  }
  .header__gnav > li[class^='header__gnav'] > a {
    border-bottom-style: solid;
    border-width: 6px;
    box-sizing: border-box;
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 66px;
    line-height: 1.3;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .header__gnav > li[class^='header__gnav'] > span {
    border-bottom-style: solid;
    border-width: 6px;
    box-sizing: border-box;
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 66px;
    line-height: 1.3;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .header__gnav > li[class^='header__gnav'] > a img,
  .header__gnav > li[class^='header__gnav'] > span img {
    max-height: 12px;
    margin-bottom: 5px;
    width: auto;
    max-width: 90%;
  }
  .header__gnav > li[class^='header__gnav'] > a.on:after,
  .header__gnav > li[class^='header__gnav'] > span.on:after {
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -12px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 999;
  }
  .header__gnav > li.header__gnav-lang {
    padding: 8px 0 8px 8px;
  }
  .header__gnav > li.header__gnav-lang li {
    float: left;
    margin: 0 0 4px 1%;
    text-align: center;
    width: 49.5%;
  }
  .header__gnav > li.header__gnav-lang li:first-child {
    margin: 0 0 4px;
  }
  .header__gnav > li.header__gnav-lang li.off {
    background: none;
  }
  .header__gnav > li.header__gnav-lang li.off a {
    background: #99c7df;
    border-color: #99c7df;
    cursor: default;
    padding: 3px 0 0;
  }
  .header__gnav > li.header__gnav-lang li.header__gnav-lang-translate {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
  .header__gnav > li.header__gnav-lang li.header__gnav-lang-translate .goog-te-gadget-simple {
    box-sizing: border-box;
    width: 100%;
  }
  .header__gnav > li.header__gnav-lang li.header__gnav-lang-translate a {
    background: none;
    border: none;
    color: #30343f;
    display: inline;
    margin: 0;
    padding: 0;
  }
  .header__gnav > li.header__gnav-lang a {
    background: url(../img/common/ico_arrow-w-r.png) right 5px top 7px no-repeat #0072ae;
    border-bottom: 4px solid #006194;
    background-size: 10px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 24px;
    padding: 3px 15px 0 0;
    text-decoration: none;
  }
  .header__gnav-com > a,
  .header__gnav-com > span {
    border-color: #0072ae;
    color: #0072ae;
  }
  .header__gnav-com > a:after,
  .header__gnav-com > span:after {
    border-color: #0072ae transparent transparent;
  }
  .header__gnav-main > a {
    border-color: #e52f0b;
    color: #e52f0b;
  }
  .header__gnav-main > a:after {
    border-color: #e52f0b transparent transparent;
  }
  .header__gnav-cre > a {
    border-color: #7fbf00;
    color: #7fbf00;
  }
  .header__gnav-cre > a:after {
    border-color: #7fbf00 transparent transparent;
  }
  .header__gnav-biz > a {
    border-color: #00264c;
    color: #00264c;
  }
  .header__gnav-biz > a:after {
    border-color: #00264c transparent transparent;
  }
}
@media screen and (max-width: 999px) {
  .header__gnav {
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
    padding: 0 0 60px;
    position: absolute;
    width: 100%;
  }
  .header__gnav > li {
    padding: 4px 0 0 12px;
  }
  .header__gnav > li[class^='header__gnav'] > a {
    background-color: #fff;
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 12px;
    border-left-style: solid;
    border-width: 8px;
    box-sizing: border-box;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    height: 60px;
    padding: 13px 0 0 16px;
    text-decoration: none;
  }
  .header__gnav > li[class^='header__gnav'] > a img {
    height: 18px;
    width: auto;
  }
  .header__gnav > li.header__gnav-lang {
    font-size: 0;
    padding: 32px;
    text-align: center;
  }
  .header__gnav > li.header__gnav-lang li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 2px;
    width: 50%;
  }
  .header__gnav > li.header__gnav-lang li.off a {
    background: #99c7df;
    border-color: #99c7df;
  }
  .header__gnav > li.header__gnav-lang li.header__gnav-lang-translate {
    margin: 0 auto;
    width: auto;
  }
  .header__gnav > li.header__gnav-lang li.header__gnav-lang-translate .goog-te-gadget-simple {
    box-sizing: border-box;
    width: 100%;
  }
  .header__gnav > li.header__gnav-lang li.header__gnav-lang-translate a {
    background: none;
    border: none;
    color: #30343f;
    display: inline;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .header__gnav > li.header__gnav-lang a {
    background: url(../img/common/ico_arrow-w-r.png) right 10px center no-repeat #0072ae;
    background-size: 12px;
    border-bottom: 2px solid #006194;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
  }
  .header__gnav-com > a {
    background: url(../img/common/ico_arrow-blue-b.png);
    border-color: #0072ae;
    color: #0072ae;
  }
  .header__gnav-com > a.on {
    background: url(../img/common/ico_arrow-blue-t.png);
  }
  .header__gnav-com.header__gnav-nosub > a {
    background: url(../img/common/ico_arrow-blue-r.png);
  }
  .header__gnav-main > a {
    background: url(../img/common/ico_arrow-red-b.png);
    border-color: #e52f0b;
    color: #e52f0b;
  }
  .header__gnav-main > a.on {
    background: url(../img/common/ico_arrow-red-t.png);
  }
  .header__gnav-main.header__gnav-nosub > a {
    background: url(../img/common/ico_arrow-red-r.png);
  }
  .header__gnav-cre > a {
    background: url(../img/common/ico_arrow-grn-b.png);
    border-color: #7fbf00;
    color: #7fbf00;
  }
  .header__gnav-cre > a.on {
    background: url(../img/common/ico_arrow-grn-t.png);
  }
  .header__gnav-cre.header__gnav-nosub > a {
    background: url(../img/common/ico_arrow-grn-r.png);
  }
  .header__gnav-biz > a {
    background: url(../img/common/ico_arrow-nvy-b.png);
    border-color: #00264c;
    color: #00264c;
  }
  .header__gnav-biz > a.on {
    background: url(../img/common/ico_arrow-nvy-t.png);
  }
  .header__gnav-biz.header__gnav-nosub > a {
    background: url(../img/common/ico_arrow-nvy-r.png);
  }
}
@media screen and (min-width: 1000px) {
  .header__subnav {
    background: rgba(48, 52, 63, 0.98);
    display: none;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  .header__subnav .inner {
    margin: 0 auto;
    padding: 32px 0;
    overflow: hidden;
    width: 768px;
  }
  .header__subnav-box {
    float: left;
    margin: 0 24px 0 0;
  }
  .header__subnav-box li {
    float: left;
    margin: 0 24px 0 0;
    width: 240px;
  }
  .header__subnav-box.clm1 {
    width: 240px;
  }
  .header__subnav-box.clm2 {
    width: 504px;
  }
  .header__subnav-box.clm2 li:nth-child(even) {
    margin: 0;
  }
  .header__subnav-box.clm3 li:nth-child(3n) {
    margin: 0;
  }
  .header__subnav-box:last-child {
    margin: 0;
  }
  .header__subnav-ttl {
    border-bottom-style: solid;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 46px;
  }
  .header__subnav-list li {
    border-bottom: 1px solid #999;
    display: table;
    height: 48px;
  }
  .header__subnav-list a {
    transition: all 0.3s ease-out;
    background: url(../img/common/ico_arrow-w-r.png) right 16px center no-repeat;
    background-size: 12px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    line-height: 1.5;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
  }
  .header__subnav-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header__subnav-head {
    margin: 0 0 10px;
  }
  .header__subnav-head li {
    border: none;
    width: 100%;
  }
  .header__subnav-head a {
    transition: all 0.3s ease-out;
    background-color: #fff;
    border-bottom: 4px solid #d9d9d9;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 20px;
  }
  .header__gnav-com .header__subnav-head a {
    background-image: url(../img/common/ico_arrow-blue-r.png);
    color: #0072ae;
  }
  .header__gnav-main .header__subnav-head a {
    background-image: url(../img/common/ico_arrow-red-r.png);
    color: #e52f0b;
  }
  .header__gnav-cre .header__subnav-head a {
    background-image: url(../img/common/ico_arrow-grn-r.png);
    color: #7fbf00;
  }
  .header__gnav-biz .header__subnav-head a {
    background-image: url(../img/common/ico_arrow-nvy-r.png);
    color: #00264c;
  }
  .header__subnav-head a:hover {
    background-color: #fff;
  }
  .header__gnav-com .header__subnav-head a:hover {
    border-color: #0072ae;
  }
  .header__gnav-main .header__subnav-head a:hover {
    border-color: #e52f0b;
  }
  .header__gnav-cre .header__subnav-head a:hover {
    border-color: #7fbf00;
  }
  .header__gnav-biz .header__subnav-head a:hover {
    border-color: #00264c;
  }
}
@media screen and (max-width: 999px) {
  .header__subnav {
    display: none;
  }
  .header__subnav-ttl {
    display: none;
  }
  .header__subnav-list li {
    padding: 1px 0 0;
  }
  .header__subnav-list a {
    background: url(../img/common/ico_arrow-w-r.png) right 16px center no-repeat;
    background-size: 12px;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em 44px 1em 16px;
    text-decoration: none;
  }
  .header__gnav-com .header__subnav-list a {
    background-color: #0072ae;
  }
  .header__gnav-main .header__subnav-list a {
    background-color: #e52f0b;
  }
  .header__gnav-cre .header__subnav-list a {
    background-color: #7fbf00;
  }
  .header__gnav-biz .header__subnav-list a {
    background-color: #00264c;
  }
}
.footer a img {
  transition: all 0.3s ease-out;
}
.footer a:hover img {
  opacity: 0.7;
}
.footer__bnr {
  background: #eaeaeb;
}
@media screen and (min-width: 1000px) {
  .footer__bnr ul {
    font-size: 0;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    max-width: 1280px;
  }
  .footer__bnr li {
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
  }
  .footer__bnr img {
    height: 53px;
    vertical-align: bottom;
    width: auto;
  }
}
@media screen and (max-width: 999px) {
  .footer__bnr {
    overflow: auto;
    padding: 24px 8px;
    width: 100%;
  }
  .footer__bnr ul {
    margin: 0 auto;
    overflow: hidden;
  }
  .footer__bnr li {
    float: left;
    margin: 0 0 5px 2%;
    width: 49%;
  }
  .footer__bnr li:nth-child(odd) {
    margin-left: 0;
  }
  .footer__bnr img {
    display: block;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .footer__nav {
    margin: 24px auto;
    overflow: hidden;
    max-width: 1000px;
  }
}
.footer__btn {
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer__btn li {
    display: inline-block;
    font-size: 18px;
    width: 32%;
  }
  .footer__btn li a,
  .footer__btn li span {
    transition: all 0.3s ease-out;
    background-image: url(../img/common/ico_arrow-w-r.png);
    background-position: right 15px top 29px;
    background-repeat: no-repeat;
    background-size: 12px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-width: 4px;
    color: #fff;
    display: block;
    height: 72px;
    line-height: 1;
    padding-top: 25px;
    position: relative;
    text-align: left;
    text-decoration: none;
  }
  .footer__btn li a:hover,
  .footer__btn li span:hover {
    opacity: 0.7;
  }
  .footer__btn li img {
    height: auto;
    position: absolute;
  }
  .footer__btn-twitter a {
    background-color: #00aced;
    border-color: #0092ca;
    padding-left: 85px;
  }
  .footer__btn-twitter img {
    left: 24px;
    top: 22px;
    width: 34px;
  }
  .footer__btn-media {
    margin: 0 0 0 2%;
  }
  .footer__btn-media a {
    background-color: #0072ae;
    padding-left: 100px;
  }
  .footer__btn-media span {
    background-color: #999;
    padding-left: 100px;
  }
  .footer__btn-media img {
    left: 12px;
    top: 17px;
    width: 74px;
  }
}
@media screen and (max-width: 999px) {
  .footer__btn {
    padding: 12px;
  }
  .footer__btn li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer__btn li a {
    background-image: url(../img/common/ico_arrow-w-r.png);
    background-repeat: no-repeat;
    background-size: 12px;
    border-bottom-style: solid;
    border-width: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    max-width: 400px;
  }
  .footer__btn li img {
    height: auto;
    position: absolute;
  }
  .footer__btn-twitter {
    margin-bottom: 12px;
  }
  .footer__btn-twitter a {
    background-color: #00aced;
    background-position: right 15px top 24px;
    border-color: #0092ca;
    height: 60px;
    line-height: 1;
    padding-top: 22px;
    text-align: center;
  }
  .footer__btn-twitter img {
    left: 20px;
    top: 15px;
    width: 34px;
  }
  .footer__btn-media {
    float: left;
    width: 49.5%;
  }
  .footer__btn-media:last-child {
    margin-left: 1%;
  }
  .footer__btn-media a {
    background-color: #0072ae;
    background-position: right 15px bottom 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 75px 20px 33px;
  }
  .footer__btn-media img {
    left: 20px;
    top: 25px;
    width: 67px;
  }
}
.footer__btn-pt {
  bottom: 5px;
  display: none;
  position: fixed;
  right: 5px;
  z-index: 999;
}
.footer__btn-pt img {
  display: block;
  height: auto;
  width: 44px;
}
.footer__list {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer__list {
    clear: both;
    font-size: 0;
  }
  .footer__list > li[class^='footer__list-'] {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .footer__list-lang {
    overflow: hidden;
  }
  .footer__list-lang li {
    float: left;
    height: 52px;
  }
  .footer__list-lang li:first-child {
    margin: 0 2px 0 0;
  }
  .footer__list-lang li a {
    background: url(../img/common/ico_arrow-w-r.png) right 15px top 19px/12px no-repeat #0072ae;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0 0 0 20px;
    text-decoration: none;
    width: 128px;
  }
  .footer__list-lang li.off a {
    background: #99c7df;
    cursor: default;
  }
  .footer__list-translate {
    text-align: center;
    width: 16%;
  }
  .footer__list-menu {
    padding: 0 25px 0 0;
  }
  .footer__list-menu a {
    color: #0072ae;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .footer__list-menu a:hover {
    text-decoration: underline;
  }
  .footer__list-sns ul {
    display: inline-block;
    font-size: 0;
    margin: 0 auto;
    text-align: right;
    vertical-align: middle;
  }
  .footer__list-sns-twitter,
  .footer__list-sns-line,
  .footer__list-sns-facebook {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 16px;
  }
  .footer__list-sns-line {
    display: none;
  }
  .footer__list-sns img {
    display: block;
    height: auto;
    width: 52px;
  }
}
@media screen and (max-width: 999px) {
  .footer__list {
    clear: both;
    padding: 8px 12px;
    text-align: center;
  }
  .footer__list-lang {
    overflow: hidden;
  }
  .footer__list-lang li {
    float: left;
    height: 44px;
    width: 49.5%;
  }
  .footer__list-lang li:first-child {
    margin: 0 1% 0 0;
  }
  .footer__list-lang li a {
    background: url(../img/common/ico_arrow-w-r.png) right 15px top 16px no-repeat #0072ae;
    background-size: 12px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 20px;
    text-align: left;
    text-decoration: none;
  }
  .footer__list-lang li.off a {
    background: #99c7df;
    cursor: default;
  }
  .footer__list-translate {
    padding: 20px 0;
    text-align: center;
  }
  .footer__list-menu {
    display: inline-block;
  }
  .footer__list-menu a {
    color: #0072ae;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0.5em;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer__list-sns {
    margin: 20px 0;
    text-align: center;
  }
  .footer__list-sns ul {
    display: table;
    margin: 12px auto 0;
    table-layout: fixed;
    width: 100%;
    max-width: 250px;
  }
  .footer__list-sns-twitter,
  .footer__list-sns-line,
  .footer__list-sns-facebook {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .footer__list-sns img {
    height: auto;
    width: 68px;
  }
}
.footer__copyright {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 0 30px;
  }
}
.bread {
  background: #99c7df;
  border-bottom: 2px solid #fff;
  color: #fff;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bread {
    display: none;
  }
}
.bread ol {
  display: table;
  width: 100%;
}
.bread li {
  background: url(../img/common/ico_arrow-w-r.png) 10px center no-repeat;
  background-size: 8px;
  box-sizing: border-box;
  display: table-cell;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  padding: 8px 10px 8px 25px;
  vertical-align: middle;
}
.bread li:first-child {
  background: #0072ae;
  padding: 0;
}
.bread li:first-child a {
  display: inline-block;
  padding: 8px 15px;
}
.bread__home {
  text-align: center;
  width: 40px;
}
.bread__home img {
  height: 12px;
  width: 15px;
}
.content {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content .inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 24px 0 364px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 999px) {
  .content .inner {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 767px) {
  .content .inner {
    padding: 10px 0;
  }
}
.content__head {
  background: #0072ae;
  color: #fff;
  position: relative;
}
.content__head .rgblink {
  margin-top: 1em;
}
.content__head .rgblink a {
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  line-height: 1.3;
  padding-left: 16px;
}
#main .content__head {
  background: #e52f0b;
}
#creation .content__head {
  background: #7fbf00;
}
#biz .content__head {
  background: #00264c;
}
#faf .content__head {
  background: #f28d01;
}
@media screen and (min-width: 768px) {
  .content__head {
    padding: 100px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .content__head {
    padding: 65px 20px 40px;
  }
}
.content__head-ttl {
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content__head-ttl {
    font-size: 12px;
  }
  .content__head-ttl img {
    height: 56px;
    width: auto;
  }
  .content__head-ttl img.line-2 {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .content__head-ttl {
    font-size: 10px;
    font-size: 1rem;
  }
  .content__head-ttl img {
    height: auto;
    margin: 0 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content__head-lead {
    margin: 51px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .content__head-lead {
    margin: 21px 0 0;
  }
}
.content__head-lead p {
  margin: 24px 0 0;
}
.content__head-lead a {
  color: #fff;
}
.content__head-bnr a {
  background: #fff;
  color: #30343f;
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .content__head-bnr a {
    display: inline-block;
    font-size: 18px;
    margin: 30px 0 0;
  }
  .content__head-bnr a p {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .content__head-bnr a {
    margin: 20px 0 0;
  }
}
#main .content__head-bnr a:hover span {
  background-color: #f5ac9d;
}
#creation .content__head-bnr a:hover span {
  background-color: #cce599;
}
#biz .content__head-bnr a:hover span {
  background-color: #99a8b7;
}
.content__head-bnr span {
  transition: all 0.3s ease-out;
  background-color: #0072ae;
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom-style: solid;
  border-color: #006194;
  box-sizing: border-box;
  color: #fff;
  margin-left: 1em;
  text-align: left;
  text-decoration: none;
}
#main .content__head-bnr span {
  background-color: #e52f0b;
  border-color: #e52f0b;
}
#creation .content__head-bnr span {
  background-color: #7fbf00;
  border-color: #7fbf00;
}
#biz .content__head-bnr span {
  background-color: #00264c;
  border-color: #00264c;
}
@media screen and (min-width: 768px) {
  .content__head-bnr span {
    border-width: 4px;
    display: inline-block;
    line-height: 44px;
    padding: 0 25px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .content__head-bnr span {
    border-width: 2px;
    display: block;
    line-height: 2;
    margin: 10px 0 0;
    padding: 0 10px;
    width: 100%;
  }
}
.content__head-bnr span strong {
  font-size: 110%;
}
@media screen and (min-width: 768px) {
  .content__head-nav ul {
    margin: 30px 0 0;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content__head-nav ul {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .content__head-nav li {
    display: table;
    float: left;
    margin: 0 0 2px 0.5%;
    width: 33%;
  }
  .content__head-nav li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .content__head-nav li {
    display: table;
    margin: 2px 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content__head-nav li.ajc-btn {
    height: 72px;
  }
}
.content__head-nav a {
  background-color: #fff;
  background-image: url(../img/common/ico_arrow-blue-b.png);
  background-repeat: no-repeat;
  background-size: 12px;
  color: #0072ae;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
}
#main .content__head-nav a {
  background-image: url(../img/common/ico_arrow-red-b.png);
  color: #e52f0b;
}
#creation .content__head-nav a {
  background-image: url(../img/common/ico_arrow-grn-b.png);
  color: #7fbf00;
}
#biz .content__head-nav a {
  background-image: url(../img/common/ico_arrow-nvy-b.png);
  color: #00264c;
}
#com .content__head-nav a {
  background-image: url(../img/common/ico_arrow-blue-b.png);
  color: #0072ae;
}
#report .content__head-nav a {
  background-image: url(../img/common/ico_arrow-df-b.png);
}
#ajn .content__head-nav a {
  background-image: url(../img/common/ico_arrow-df-b.png);
  color: #00264c;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  #ajn .content__head-nav a {
    padding-right: 2em;
  }
}
@media screen and (min-width: 768px) {
  .content__head-nav a {
    transition: all 0.3s ease-out;
    background-position: right 20px top 28px;
    display: table-cell !important;
    height: 64px;
    padding: 0 20px;
    vertical-align: middle;
  }
  .content__head-nav a:hover {
    background-color: #99c7df;
    color: #fff;
  }
  #main .content__head-nav a:hover {
    background-color: #f5ac9d;
    color: #fff;
  }
  #creation .content__head-nav a:hover {
    background-color: #cce599;
    color: #fff;
  }
  #biz .content__head-nav a:hover {
    background-color: #99a8b7;
    color: #fff;
  }
  #com .content__head-nav a:hover {
    background-color: #99c7df;
    color: #fff;
  }
  #report .content__head-nav a:hover {
    background-color: #99c7df;
    color: #fff;
  }
  #ajn .content__head-nav a:hover {
    background-color: #424448;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .content__head-nav a {
    background-position: right 20px top 25px;
    display: table-cell !important;
    height: 60px;
    padding: 0 0 0 20px;
    vertical-align: middle;
  }
}
.content__head-nav a span {
  font-size: 85%;
}
.content__section {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .content__section {
    padding: 25px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .content__section {
    padding: 20px 12px;
  }
}
.content__section-ttl {
  color: #0072ae;
  line-height: 1.3;
  margin: 0 0 30px;
}
#main .content__section-ttl {
  color: #e52f0b;
}
#creation .content__section-ttl {
  color: #7fbf00;
}
#biz .content__section-ttl {
  color: #00264c;
}
@media screen and (min-width: 768px) {
  .content__section-ttl {
    font-size: 36px;
    padding: 15px 0 0;
  }
  .content__section-ttl span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .content__section-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .content__section-ttl span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 10px;
  }
}
.content__section-head {
  bgbackground: #99c7df;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 0;
  padding: 0.5em;
}
#main .content__section-head {
  background: #f5ac9d;
}
#creation .content__section-head {
  background: #cce599;
}
#biz .content__section-head {
  background: #99a8b7;
}
#com .content__section-head {
  background: #99c7df;
}
#com .content__section-head {
  background: #fff;
  color: #30343f;
}
#report .content__section-head {
  background: #99c7df;
}
@media screen and (min-width: 768px) {
  .content__section-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .content__section-head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content__section:nth-child(even) {
  background-color: #e4e7e9;
}
.content__section:nth-child(even):before {
  background-color: #e4e7e9;
}
.content__txt {
  margin: 20px 0 0;
}
.content__txt p {
  margin: 20px 0 0;
}
.content__txt img {
  max-width: 100%;
}
.content__txt-right {
  text-align: right;
}
.content__txt > *:first-child {
  margin: 0;
}
.content__txt-list {
  margin: 20px 0 0;
  padding-left: 2em;
}
.content__txt-list li {
  list-style: circle;
  margin-top: 0.5em;
}
.content__txt .copyright {
  color: #999;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .content__txt .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .content__txt .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
.content__img {
  margin-top: 1em;
  overflow: hidden;
}
.content__img li {
  float: left;
}
@media screen and (min-width: 768px) {
  .content__img li {
    width: 32.65%;
    margin-top: 1.025%;
    margin-left: 1.025%;
  }
  .content__img li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .content__img li {
    width: 49.5%;
    margin-top: 1%;
  }
  .content__img li:nth-child(even) {
    margin-left: 1%;
  }
}
.content__img li img {
  display: block;
  height: auto;
  width: 100%;
}
.content__btn {
  margin: 20px 0 0;
}
.content__btn-cls,
.content__btn a {
  transition: all 0.3s ease-out;
  background-color: #0072ae;
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom-style: solid;
  border-color: #006194;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content__btn-cls,
  .content__btn a {
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .content__btn-cls,
  .content__btn a {
    border-width: 2px;
  }
}
.content__btn-cls:hover,
.content__btn a:hover {
  background-color: #99c7df;
}
.content__btn-cls strong,
.content__btn a strong {
  font-size: 110%;
}
#main .content__btn-cls,
#main .content__btn a {
  background-color: #e52f0b;
  border-color: #e52f0b;
}
#main .content__btn-cls:hover,
#main .content__btn a:hover {
  background-color: #f5ac9d;
}
#creation .content__btn-cls,
#creation .content__btn a {
  background-color: #7fbf00;
  border-color: #7fbf00;
}
#creation .content__btn-cls:hover,
#creation .content__btn a:hover {
  background-color: #cce599;
}
#biz .content__btn-cls,
#biz .content__btn a {
  background-color: #00264c;
  border-color: #00264c;
}
#biz .content__btn-cls:hover,
#biz .content__btn a:hover {
  background-color: #99a8b7;
}
.content__head .content__btn-cls,
.content__head .content__btn a {
  background-color: #fff;
  background-image: url(../img/common/ico_arrow-blue-r.png);
  border-color: #d9d9d9 !important;
  color: #0072ae;
}
.content__head .content__btn-cls:hover,
.content__head .content__btn a:hover {
  background-color: #99c7df;
  background-image: url(../img/common/ico_arrow-w-r.png);
  border-color: #99c7df !important;
  color: #fff;
}
#main .content__head .content__btn-cls,
#main .content__head .content__btn a {
  background-color: #fff;
  background-image: url(../img/common/ico_arrow-red-r.png);
  color: #e52f0b;
}
#main .content__head .content__btn-cls:hover,
#main .content__head .content__btn a:hover {
  background-color: #f5ac9d;
  background-image: url(../img/common/ico_arrow-w-r.png);
  border-color: #f5ac9d !important;
  color: #fff;
}
#creation .content__head .content__btn-cls,
#creation .content__head .content__btn a {
  background-color: #fff;
  background-image: url(../img/common/ico_arrow-grn-r.png);
  color: #7fbf00;
}
#creation .content__head .content__btn-cls:hover,
#creation .content__head .content__btn a:hover {
  background-color: #cce599;
  background-image: url(../img/common/ico_arrow-w-r.png);
  border-color: #cce599 !important;
  color: #fff;
}
#biz .content__head .content__btn-cls,
#biz .content__head .content__btn a {
  background-color: #fff;
  background-image: url(../img/common/ico_arrow-nvy-r.png);
  border-color: #99a8b7 !important;
  color: #00264c;
}
#biz .content__head .content__btn-cls:hover,
#biz .content__head .content__btn a:hover {
  background-color: #99a8b7;
  background-image: url(../img/common/ico_arrow-w-r.png);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content__btn-cls,
  .content__btn a {
    padding: 20px 68px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .content__btn-cls,
  .content__btn a {
    padding: 25px 68px 25px 30px;
  }
}
.content__head .content__btn-cls,
.content__btn-cls {
  background: #ccc !important;
  border-color: #aaa !important;
  color: #666 !important;
}
.content__head .content__btn-cls:hover,
.content__btn-cls:hover {
  background: #ccc !important;
  border-color: #aaa !important;
  color: #666 !important;
}
.content__box {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content__box li {
    float: left;
    margin: 32px 0 0;
    width: 49.5%;
  }
  .content__box li:nth-child(odd) {
    clear: both;
  }
  .content__box li:nth-child(even) {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .content__box li {
    margin: 12px 0 0;
  }
}
.content__box a {
  color: #30343f;
  display: block;
  text-decoration: none;
}
.content__box .undline a {
  text-decoration: underline;
}
.content__box .undline a:hover {
  text-decoration: none;
}
.content__box-ttl {
  background-color: #0072ae;
  color: #fff;
  font-weight: 700;
}
#main .content__box-ttl {
  background-color: #e52f0b;
}
#creation .content__box-ttl {
  background-color: #7fbf00;
}
#biz .content__box-ttl {
  background-color: #00264c;
}
#com .content__box-ttl {
  background-color: #99c7df;
}
#report .content__box-ttl {
  background-color: #99c7df;
}
#ajn .content__box-ttl {
  background-color: #13151a;
}
a .content__box-ttl {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px;
}
@media screen and (min-width: 768px) {
  .content__box-ttl {
    display: table;
    font-size: 16px;
    padding: 20px 44px 20px 24px;
    width: 100%;
  }
  .content__box-ttl span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .content__box-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25px 44px 25px 20px;
  }
}
.content__box-ttl-sub {
  font-weight: 400;
  font-size: 80%;
}
.content__section:nth-child(odd) .content__box-body {
  background: #eaeaeb;
}
.content__section:nth-child(even) .content__box-body {
  background: #fff;
}
.content__box-body a {
  display: inline;
}
@media screen and (min-width: 768px) {
  .content__box-txt {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .content__box-txt {
    padding: 20px;
  }
}
.content__box-img {
  overflow: hidden;
}
.content__box-img img {
  display: block;
  float: left;
  margin-left: 1%;
  width: 49.5%;
}
.content__box-img img:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .content__tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content__tbl {
    display: block;
  }
}
.content__tbl-tr:nth-child(odd) {
  background: #fff;
}
.content__tbl-tr:nth-child(even) {
  background: #e4e7e9;
}
@media screen and (max-width: 767px) {
  .content__tbl-tr {
    display: block;
    padding: 20px;
  }
}
.content__tbl-th,
.content__tbl-td {
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content__tbl-th,
  .content__tbl-td {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .content__tbl-th,
  .content__tbl-td {
    display: block;
  }
}
.content__tbl-th {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content__tbl-th {
    vertical-align: top;
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .content__tbl-td table,
  .content__tbl-td tr,
  .content__tbl-td th,
  .content__tbl-td td {
    display: block;
  }
}
.content__tbl-td table {
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .content__tbl-td th {
    font-weight: 400;
    padding-right: 1em;
    vertical-align: top;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .content__tbl-td th {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .content__tbl-td td {
    padding-right: 1em;
    vertical-align: top;
  }
}
.content__faq dt {
  background: url(../img/about/ico_faq-q.png) no-repeat, url(../img/about/ico_faq-opn.gif) no-repeat #0072ae;
  background-size: 22px 17px, 14px;
  color: #fff;
  font-weight: 700;
  margin: 2px 0 0;
  padding: 20px 55px;
}
.content__faq dt:first-child {
  margin: 0;
}
.content__faq dt.opened {
  background-image: url(../img/about/ico_faq-q.png), url(../img/about/ico_faq-cls.gif);
}
@media screen and (min-width: 768px) {
  .content__faq dt {
    background-position: 26px 20px, right 24px center;
  }
}
@media screen and (max-width: 767px) {
  .content__faq dt {
    background-position: 26px 20px, right 24px center;
  }
}
#main .content__faq dt {
  background-color: #e52f0b;
}
#creation .content__faq dt {
  background-color: #7fbf00;
}
#biz .content__faq dt {
  background-color: #00264c;
}
.content__faq dd {
  background: url(../img/about/ico_faq-a.png) no-repeat #fff;
  background-size: 19px 17px;
  margin: 0 0 8px;
  padding: 20px 20px 20px 55px;
}
@media screen and (min-width: 768px) {
  .content__faq dd {
    background-position: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .content__faq dd {
    background-position: 26px 20px;
  }
}
.content__list strong {
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
}
ol.content__list {
  margin: 1.5em 0 0;
  padding-left: 1em;
}
ol.content__list li {
  list-style: decimal;
}
@media screen and (min-width: 1000px) {
  .content__side {
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 999px) {
  .content__side {
    display: none;
  }
}
.content__side .inner {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1280px;
}
.content__side-wrap {
  box-sizing: border-box;
  position: fixed;
  top: 100px;
  width: 240px;
}
.content__side-wrap > ul {
  background: #fff;
  border-color: #0072ae;
  border-style: solid;
  border-width: 4px;
}
#main .content__side-wrap > ul {
  border-color: #e52f0b;
}
#creation .content__side-wrap > ul {
  border-color: #7fbf00;
}
#biz .content__side-wrap > ul {
  border-color: #00264c;
}
.content__side-head {
  padding: 16px;
}
.content__side-head a,
.content__side-head span {
  background-color: #0072ae;
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-position: right 16px top 22px;
  background-repeat: no-repeat;
  background-size: 12px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 56px;
  line-height: 1;
  padding: 20px 0 0 12px;
  text-decoration: none;
}
.content__side-head a.cu,
.content__side-head span.cu {
  background-color: #99c7df;
}
#main .content__side-head a,
#main .content__side-head span {
  background-color: #e52f0b;
}
#main .content__side-head a.cu,
#main .content__side-head span.cu {
  background-color: #f5ac9d;
}
#creation .content__side-head a,
#creation .content__side-head span {
  background-color: #7fbf00;
}
#creation .content__side-head a.cu,
#creation .content__side-head span.cu {
  background-color: #cce599;
}
#biz .content__side-head a,
#biz .content__side-head span {
  background-color: #00264c;
}
#biz .content__side-head a.cu,
#biz .content__side-head span.cu {
  background-color: #99a8b7;
}
.content__side-head span {
  background-image: url(../img/common/ico_arrow-w-r.png);
}
.content__side-ttl {
  font-size: 12px;
  margin-top: 15px;
}
.content__side-head + .content__side-ttl {
  margin-top: 0;
}
.content__side-ttl span {
  background: #fff;
  border-bottom: 2px solid #0072ae;
  color: #0072ae;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  padding: 14px 16px;
}
#main .content__side-ttl span {
  border-bottom: 2px solid #e52f0b;
  color: #e52f0b;
}
#creation .content__side-ttl span {
  border-bottom: 2px solid #7fbf00;
  color: #7fbf00;
}
#biz .content__side-ttl span {
  border-bottom: 2px solid #00264c;
  color: #00264c;
}
.content__side-list {
  background: #fff;
}
.content__side-list li {
  border-color: #99c7df;
  border-bottom-style: solid;
  border-width: 1px;
}
#main .content__side-list li {
  border-color: #f5ac9d;
}
#creation .content__side-list li {
  border-color: #cce599;
}
#biz .content__side-list li {
  border-color: #99a8b7;
}
#com .content__side-list li {
  border-color: #99c7df;
}
#report .content__side-list li {
  border-color: #99c7df;
}
#ajn .content__side-list li {
  border-color: #13151a;
}
.content__side-list li a {
  transition: all 0.3s ease-out;
  background-image: url(../img/common/ico_arrow-blue-r.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #30343f;
  display: block;
  line-height: 1.3;
  padding: 14px 35px 14px 16px;
  text-decoration: none;
}
.content__side-list li a:hover,
.content__side-list li a.cu {
  background-color: #99c7df;
  background-image: url(../img/common/ico_arrow-w-r.png);
  color: #fff;
}
#main .content__side-list li a {
  background-image: url(../img/common/ico_arrow-red-r.png);
}
#main .content__side-list li a:hover,
#main .content__side-list li a.cu {
  background-color: #f5ac9d;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
#creation .content__side-list li a {
  background-image: url(../img/common/ico_arrow-grn-r.png);
}
#creation .content__side-list li a:hover,
#creation .content__side-list li a.cu {
  background-color: #cce599;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
#biz .content__side-list li a {
  background-image: url(../img/common/ico_arrow-nvy-r.png);
}
#biz .content__side-list li a:hover,
#biz .content__side-list li a.cu {
  background-color: #99a8b7;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
#com .content__side-list li a {
  background-image: url(../img/common/ico_arrow-blue-r.png);
}
#com .content__side-list li a:hover,
#com .content__side-list li a.cu {
  background-color: #99c7df;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
#report .content__side-list li a {
  background-image: url(../img/common/ico_arrow-blue-r.png);
}
#report .content__side-list li a:hover,
#report .content__side-list li a.cu {
  background-color: #99c7df;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
#ajn .content__side-list li a {
  background-image: url(../img/common/ico_arrow-df-r.png);
}
#ajn .content__side-list li a:hover,
#ajn .content__side-list li a.cu {
  background-color: #99a8b7;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
#creation .content__btn {
  width: 35%;
  display: inline-block;
  margin-right: 8px;
  height: 62px;
}
#creation .content__btn_b {
  width: 35%;
  display: inline-block;
  height: 62px;
}
#creation .content__btn a {
  transition: all 0.3s ease-out;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom-style: solid;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  text-decoration: none;
  max-width: 100%;
  border-color: #d9d9d9 !important;
  padding: 1.6em 20px;
  width: 35%;
  line-height: 1.3;
}
#creation .content__btn_b a {
  transition: all 0.3s ease-out;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom-style: solid;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  text-decoration: none;
  max-width: 100%;
  border-color: #d9d9d9 !important;
  font-size: 18px;
  padding: 0.6em 20px;
  width: 35%;
  line-height: 1.25;
}
#creation .content__head .content__btn_b a {
  background-color: #fff;
  background-image: url(../img/common/ico_arrow-grn-b.png);
  color: #7fbf00;
}
#creation .content__head .content__btn_b a:hover {
  background-color: #cce599;
  background-image: url(../img/common/ico_arrow-w-b.png);
  border-color: #cce599 !important;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #creation .content__btn,
  #creation .content__btn_b {
    width: 100%;
  }
}
.report-nav ul li:nth-child(1) a {
  background-image: url(../img/common/ico_arrow-blue-b.png) !important;
}
.report-nav ul li:nth-child(1) a:hover,
.report-nav ul li:nth-child(1) a.cu {
  color: #fff !important;
  background-image: url(../img/common/ico_arrow-w-b.png) !important;
}
.report-nav ul li:nth-child(2) a {
  background-image: url(../img/common/ico_arrow-red-b.png) !important;
  color: #e52f0b !important;
}
.report-nav ul li:nth-child(2) a:hover,
.report-nav ul li:nth-child(2) a.cu {
  color: #fff !important;
  background-color: #f5ac9d !important;
  background-image: url(../img/common/ico_arrow-w-b.png) !important;
}
.report-nav ul li:nth-child(3) a {
  background-image: url(../img/common/ico_arrow-grn-b.png) !important;
  color: #7fbf00 !important;
}
.report-nav ul li:nth-child(3) a:hover,
.report-nav ul li:nth-child(3) a.cu {
  color: #fff !important;
  background-color: #cce599 !important;
  background-image: url(../img/common/ico_arrow-w-b.png) !important;
}
.report-nav ul li:nth-child(4) a {
  background-image: url(../img/common/ico_arrow-nvy-b.png) !important;
  color: #00264c !important;
}
.report-nav ul li:nth-child(4) a:hover,
.report-nav ul li:nth-child(4) a.cu {
  color: #fff !important;
  background-color: #99a8b7 !important;
  background-image: url(../img/common/ico_arrow-w-b.png) !important;
}
.report-nav ul li:nth-child(5) a {
  background-image: url(../img/common/ico_arrow-org-b.png) !important;
  color: #f28d00 !important;
}
.report-nav ul li:nth-child(5) a:hover,
.report-nav ul li:nth-child(5) a.cu {
  color: #fff !important;
  background-color: #fad199 !important;
  background-image: url(../img/common/ico_arrow-w-b.png) !important;
}
.header__gnav-lang,
.footer,
.content__section-ttl span .content__sponsored,
.content__top-news-ttl,
.content__top-news-tag,
.content__top-news-date,
.content__sponsored dt {
  font-family: Oswald, '游ゴシック体', YuGothic, YuGothic M, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}
@media screen and (min-width: 768px) {
  .larger {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .larger {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
.err {
  color: #f00;
  font-weight: 700;
}
.gnav-report a {
  padding: 8px 0 0 !important;
}
@media screen and (max-width: 999px) {
  .gnav-report a {
    padding: 13px 0 0 16px !important;
  }
}
@media screen and (min-width: 1000px) {
  .gnav-report > a img {
    max-height: 26px !important;
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 999px) {
  .gnav-report > a img {
    height: 18px !important;
    width: auto;
  }
}
