@charset "UTF-8";
/* CSS Document */

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

picture {
  font-size: 0;
}

sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}
/* ----------------------------------------- */

/* base */
html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  line-height: 1.6;
}
@media screen and (max-width: 601px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #313131;
  outline: none;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.6;
}

input,
textarea,
button,
select {
  font: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

label {
  cursor: pointer;
}
/* ----------------------------------------- */

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.full {
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.full.gray {
  background: #f6f6f6;
}
.full.orange {
  background: #f6f6f6;
  padding: 90px 0;
}
.full.blue {
  background: #f7f7fa;
  padding: 60px 0;
}
.full.gray_01 {
  background: #f2f2f2;
}

.full.gray_02 {
  background: #f2f2f2;
  padding: 60px 0;
}
.full.orange_02 {
  background: #f6f6f6;
  padding: 60px 0;
}
.contents {
  width: 1050px;
  margin: 0 auto;
  padding: 0;
}
a {
  word-break: break-all;
  color: #0e335f;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.bold {
  font-weight: 700;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.black {
  color: #333;
}
.red {
  color: #cf102d;
}
.orange {
  color: #0e335f;
}
.blue {
  color: #0e335f;
}
.over {
  overflow: hidden;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.img_center {
  display: block;
  margin: 0 auto;
}
.line_auto {
  line-height: 1.6em;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

#header {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header h1 {
  font-size: inherit;
  padding: 0;
  margin: 0;
  margin-right: auto;
}
#header h1::after {
  content: none;
}

#header a#logo {
  max-width: 300px;
  margin-right: auto;
  position: relative;
  padding: 0;
  z-index: 9999;
  display: inline-block;
  transition: opacity 0.3s;
}

#header a#logo img {
  width: 100%;
}

#header a#logo:hover {
  opacity: 0.6;
}

#header_nav {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#header_nav .lt .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header_nav .lt ul.lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#header_nav .lt ul.lang li {
  font-size: 14px;
  line-height: 1;
  position: relative;
}

#header_nav .lt ul.lang li a {
  text-decoration: none;
  padding: 2px 18px;
  border-radius: 9px;
  display: inline-block;
  transition: background 0.3s;
}

#header_nav .lt ul.lang li a:hover {
  color: #fff;
  background: #0e335f;
}

#header_nav .lt ul.lang li.current a {
  color: #fff;
  background: #0e335f;
}

#header_nav .lt ul.lang li + li {
  margin-left: 35px;
}

#header_nav .lt ul.lang li + li::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #0e335f;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  display: inline-block;
  transform: rotate(17deg);
}

#header_nav .key {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #0e335f;
  text-decoration: none;
  display: inline-block;
  background: #f6f6f6 url(/https/www.jpaa.or.jp/cms/wp-content/themes/jpaa-2023/img/key_icon.png) 20px 6px no-repeat;
  padding: 8px 25px 8px 45px;
  margin-left: 20px;
  transition: opacity 0.3s;
}

#header_nav .key:hover {
  opacity: 0.8;
}

#header_nav ul.btn {
  margin-left: 20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#header_nav ul.btn li {
  width: 160px;
  height: 90px;
  font-size: 15px;
  line-height: 1;
}

#header_nav ul.btn li a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

#header_nav ul.btn .registration a {
  background: #dd6b3b;
}

#header_nav ul.btn .registration a:before {
  content: "";
  width: 20px;
  height: 24px;
  background: url(/https/www.jpaa.or.jp/cms/wp-content/themes/jpaa-2023/img/registration_icon.png) right center no-repeat;
  margin-bottom: 10px;
}

#header_nav ul.btn .search a {
  background: #0063ab;
}
#header_nav ul.btn .search a:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/https/www.jpaa.or.jp/cms/wp-content/themes/jpaa-2023/img/search_icon.png) right center no-repeat;
  margin-bottom: 10px;
}

#header_nav ul.btn li a:hover {
  opacity: 0.8;
}

/* ここから検索 */
#header_nav .search2 {
  width: 370px;
  margin-top: 10px;
}

/*検索窓周り*/
#gsc {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  border: none;
  overflow: hidden;
}
#gsc td {
  margin: 0;
  padding: 0;
  border: none;
}

#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc .gsib_a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
  vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"] {
  background: #f6f6f6 !important;
  min-height: 35px;
  margin-top: 0px !important;
  padding: 0 0 0 4px !important;
  height: 100%;
  border-radius: 0 !important;
}

#gsc input[type="text"]:focus {
  outline: 0; /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1 {
  border: none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input {
  background-position: 5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
  background: #0e335f;
  margin: 0;
  border: none;
  padding: 8px 10px 7px;
}

/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button {
  margin: 0 0 0 -2px !important;
  border-radius: 0px;
  z-index: 9999;
  padding: 0;
  border: none;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsc-search-button .gsc-search-button {
  line-height: 1;
  background-color: #0e335f;
  padding: 11px;
}

/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span {
  min-height: 35px;
  padding: 5px 10px 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#gsc .gsst_a {
  height: 30px !important;
  margin: 0 !important;
  padding: 0;
}
.gsst_a .gscb_a {
  height: 28px;
  padding: 9px 8px 4px !important;
  margin: 0;
  color: #0e335f !important;
  cursor: pointer;
  background: #a1b9ed;
  box-sizing: border-box !important;
}
.gsc-results-wrapper-overlay {
  width: 90% !important;
  left: 5% !important;
  padding: 15px !important;
  box-sizing: border-box;
}

#gsc a {
  color: #0b56a7 !important;
  font-size: 16px !important;
  line-height: 1.6em;
  text-align: left !important;
  background: none !important;
  text-decoration: none;
}

.gsc-control-cse .gsc-search-box div {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
}

.gsc-results-close-btn {
  position: relative !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}
/* ----------------------------------------- */

.accordionbox {
  width: 100%;
  margin: 0;
  padding: 0;
}

.accordionlist dd {
  right: 36px;
  width: 200px;
  height: 100%;
  padding: 0;
  margin: 0;
}
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 36px;
  height: 28px;
  margin: 0;
  padding: 0;
}
.accordion_icon span {
  position: absolute;
  left: 25%;
  top: 0;
  width: 30%;
  height: 2px;
  background-color: #fff;
}
.accordion_icon span:nth-of-type(1),
.accordion_icon span:nth-of-type(2) {
  display: none;
}
/*＋、－切り替え*/
.accordion_icon.active {
  background: #0e335f;
}
.accordion_icon.active span:nth-of-type(1) {
  display: block;
  top: 13px;
  left: 40%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
  display: block;
  top: 13px;
  left: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  position: relative;
  min-width: 1024px;
  width: 100%;
}
#page_top {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  border-top: 1px solid #f2f2f2;
}
#page_top a {
  width: 20px;
  height: 20px;
  margin: 15px auto;
  display: block;
  position: relative;
}

#page_top a:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 6px #162b53;
  border-right: solid 6px #162b53;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  bottom: 30%;
  left: 0%;
}

footer a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

#footer_wrap {
  width: 100%;
  padding: 80px 30px;
  background: #f6f6f6;
}

#footer_innder {
  max-width: 1280px;
  margin: 0 auto;
}

#footer_innder .footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#footer_innder .footer_nav > div {
  width: 21.875%;
}

#footer_innder ul {
  margin: 0 auto 60px;
  padding: 0;
}

#footer_innder ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
}

#footer_innder ul li ul {
  padding: 20px 0 0 10px;
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
}
#footer_innder ul li ul li + li {
  margin-top: 5px;
}
#footer_innder ul li ul li a {
  font-size: 12px;
  font-size: 13px;
}

#foot_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#foot_nav .foot_nav_item ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#foot_nav .foot_nav_item ul.foot_nav_top {
  margin-bottom: 30px;
}
#foot_nav .foot_nav_item ul.foot_nav_top li:not(:last-child) {
  margin-right: 3em;
}
#foot_nav .foot_nav_item ul.foot_nav_btm li a {
  font-size: 14px;
  color: #818181;
}
#foot_nav .foot_nav_item ul.foot_nav_btm li:not(:last-child) {
  margin-right: 2em;
}
#foot_nav .foot_nav_item ul.foot_nav_btm li:not(:last-child)::after {
  content: "|";
  margin-left: 2em;
  display: inline-block;
}

#copy {
  display: block;
  font-size: 14px;
  margin-top: 30px;
}

.footer_search .gsc-control-cse {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.footer_search .gsc-search-button {
  height: 40px;
  background: #0e335f !important;
  border: none !important;
  border-radius: 0 !important;
}

.footer_search table.gsc-search-box td {
  vertical-align: bottom !important;
  padding: 0;
}
.footer_search .gsc-input {
  min-height: 40px;
  font-size: 14px;
  background: none !important;
  margin-top: -5px !important;
}

.footer_search input.gsc-input {
  padding-left: 5px !important;
}

.footer_search .gsib_b .gsst_a .gscb_a {
  height: auto;
}
.footer_search .gsst_a {
  padding: 0 !important;
}

/*パンくず*/
#pan {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#pan li {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #9f9f9f;
  margin-right: 1em;
}
#pan li a {
  text-decoration: underline;
  color: inherit;
}
#pan li a:hover {
  text-decoration: none;
}

.full.gray #pan {
  padding: 10px 0;
  display: block;
  overflow: hidden;
}
.full.gray #pan li {
  font-size: 12px;
  float: left;
  margin-right: 15px;
}
.full.gray #pan li {
  color: #000;
  letter-spacing: 0;
}
.full.gray #pan li a {
  color: inherit;
}
@media screen and (max-width: 601px) {
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 602px) {
  .sp_only {
    display: none !important;
  }
}

.mt_10 {
  margin-top: 10px !important;
}
.mt_15 {
  margin-top: 15px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_45 {
  margin-top: 45px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_60 {
  margin-top: 60px !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_45 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.pc_br:before {
  content: "\A";
  white-space: pre;
}

/********************************* 画面サイズが1024px以下の場合に適用 *********************************/
@media screen and (max-width: 1024px) {
  .full {
    min-width: 100%;
  }
  .contents {
    width: 90%;
  }

  /*----------------------------------------------------
	header
----------------------------------------------------*/
  header {
    min-width: 100%;
  }
  #header {
    padding-left: 10px;
  }
  #header a#logo {
    min-width: 200px;
    float: left;
    padding: 0 10px;
  }
  #header a#logo img {
    width: 100%;
  }
  /*  #header_nav li {
    padding: 10px 0;
  }*/
  #header_nav .key {
    font-size: 12px;
    margin-left: 10px;
    padding: 6px 8px;
  }
  #header_nav .key {
    background: #f6f6f6;
  }
  #header_nav ul.btn li {
    width: 150px;
  }

  #header_nav .lt ul.lang li a {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* ここから検索 */
  #header_nav .search2 {
    width: 260px;
  }

  /*----------------------------------------------------
	footer
----------------------------------------------------*/
  footer {
    min-width: 100%;
  }
  #footer_innder {
    width: 96%;
  }
  #footer_innder ul li a {
    font-size: 14px;
  }
  #foot_nav .foot_nav_item ul.foot_nav_btm li {
    width: 50%;
    padding-left: 15px;
  }
  #foot_nav .foot_nav_item ul.foot_nav_btm li a {
    font-size: 13px;
  }
  #foot_nav .foot_nav_item ul.foot_nav_btm li:not(:last-child) {
    margin-right: 0;
  }
  #foot_nav .foot_nav_item ul.foot_nav_btm li:not(:last-child)::after {
    content: none;
  }
  #foot_nav .foot_nav_item ul.foot_nav_btm li:nth-child(even)::before {
    content: "|";
    margin-right: 15px;
    display: inline-block;
  }
  #copy {
    font-size: 11px;
  }

  /*パンくず*/
  #pan {
    width: 100%;
  }

  iframe {
    max-width: 100%;
  }
}

/********************************* 820px以下の場合に適用 *********************************/
@media screen and (max-width: 820px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
  }
  header + .full {
    margin-top: 90px;
  }
  .full.orange {
    padding: 30px 0;
  }
  .full.sp_blue {
    background: #f7f7fa;
    padding: 15px 0;
  }
  #header {
    height: 50px;
    padding: 0 15px;
    justify-content: space-between;
  }
  #header a#logo {
    width: 185px;
    margin: 0;
  }
  #header a#logo img {
    width: 100%;
  }

  #header_nav {
    width: 92%;
    margin: 0 auto 5px;
    padding: 10px 0 0;
    display: none;
  }

  #header_nav li {
    list-style: none;
    float: left;
    /*width:48%;
	margin:0 4% 0 0;*/
    width: 49.9%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header_nav li:first-child {
    display: none;
  }
  #header_nav li:last-child {
    width: 100%;
    margin: 10px auto 0;
  }
  #header_nav li:nth-child(3) {
    margin-right: 0;
  }

  #header_nav .key,
  #header_nav ul.btn .search a,
  #header_nav ul.btn .registration a {
    width: 100%;
    box-sizing: border-box;
  }

  #header_nav .key {
    color: #fff;
    display: inline-block;
    background: url(/https/www.jpaa.or.jp/img/key_icon.png) right 15px top 8px no-repeat #898f99;
    padding: 2px 40px 2px 16px;
  }
  #header_nav ul.btn .search a {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 2px 48px 2px 16px;
    background: #0e335f;
  }

  #header_nav ul.btn .registration a {
    display: block;
    width: 100%;
    padding: 4px;
    text-align: center;
  }

  #header_nav ul.btn .search a:before {
    content: "　";
    width: 32px;
    height: 42px;
    right: 4px;
    top: -8px;
    position: absolute;
    background: url(/https/www.jpaa.or.jp/img/search_icon.png) right center no-repeat;
    z-index: 9999;
  }
  #footer_wrap {
    background: #efefef;
    padding: 40px 25px;
  }
  #footer_innder {
    width: 100%;
  }
  #foot_nav {
    border-top: none;
    display: block;
  }

  #copy {
    text-align: center;
    font-size: 10px;
    margin: 30px auto 0;
  }

  .full.gray #pan {
    padding-right: 2%;
    padding-left: 2%;
  }
  #pan li,
  .full.gray #pan li {
    font-size: 11px;
    margin-right: 5px;
  }
  #page_top {
    margin: 0 auto;
  }
  .pc_br:before {
    display: none;
  }
  .img_center {
    width: 100%;
  }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {
    display: inline-table;
  }
  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  /* End hide from IE-mac */

  .main_img img {
    width: 100%;
    height: auto;
  }
}

.title_space {
  margin-bottom: 10px;
}
.ft_14px {
  font-size: 14px;
}
.table-size table {
  width: 100%;
}

@media screen and (max-width: 601px) {
  .faq_sec h2 {
    flex-wrap: wrap;
  }
}
.faq_sec h2::after {
  content: none;
}
@media screen and (max-width: 601px) {
  .faq_sec h2 span {
    width: 100%;
  }
}

.faq_sec_cont {
  margin-bottom: 80px;
}

/* add style */
.l-other-news {
  background: #f6f6f6;
  padding: 70px 0 230px;
  margin-bottom: -290px;
}
.l-other-news__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #0e335f;
  margin-bottom: 20px;
}
@media screen and (max-width: 601px) {
  .l-other-news__ttl {
    font-size: 16px;
  }
}
.l-other-news ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-other-news ul li {
  flex: 1;
  text-align: center;
  margin-right: 1px;
}
@media screen and (max-width: 601px) {
  .l-other-news ul li {
    flex: unset;
    width: 49.5%;
    margin: 0 1% 1% 0;
  }
}
.l-other-news ul li a {
  width: 100%;
  height: 100%;
  text-align: left;
  background: #fff;
  padding: 16px 43px 16px 15px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 601px) {
  .l-other-news ul li a {
    font-size: 13px;
  }
}
.l-other-news ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 601px) {
  .l-other-news ul li:nth-child(even) {
    margin-right: 0;
  }
}

.l-more {
  padding-bottom: 120px;
  margin-top: 140px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 601px) {
  .l-more {
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.l-more::after {
  content: "";
  width: 100%;
  height: 68.75%;
  background: #0e335f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
}
@media screen and (max-width: 601px) {
  .l-more::after {
    height: 36.1905%;
  }
}

.l-footer__contact.btn_style {
  width: 75%;
  margin-left: auto;
  opacity: 1;
}
@media screen and (max-width: 601px) {
  .l-footer__contact.btn_style {
    width: 100%;
    margin: 30px 0 0;
  }
}

.l-footer__btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.l-footer__btn li {
  flex: 1;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.l-footer__btn li a {
  width: 100%;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
  display: inline-block;
}
.l-footer__btn li.search {
  background: #0063ab;
}
.l-footer__btn li.registration {
  background: #32a7dc;
}

/* Cookie */
.cn-text-container a {
  color: #fff;
}
.cn-close-icon {
  display: none;
}
