html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#root {
  min-width: 1440px;
}

a {
  color: #00409c;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

a:not(.noline)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #00409c;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

a:not(.noline):hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

.list_toppage {
  background-color: #f5f5f5;
}

.list_toppage a {
  color: #666;
}

#root {
  position: relative;
}

.hide_pc {
  display: none;
}

/*** header ***/
header a {
  color: #333;
}

header a:not(.noline)::after {
  background: #333;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  height: 96px;
  margin: 0 auto;
  padding: 0 48px;
}

h1 {
  padding: 5px 0 0;
  margin: 0;
}

.logo_main {
  display: inline-block;
  margin-right: 24px;
}

.logo_sub {
  display: inline-block;
}

.header_nav {
  display: flex;
}

.header_nav_left_pane {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 48px;
  margin-right: 20px;
}

.list_language {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  font-size: 0.75rem;
}

.list_language li {
  margin-left: 20px;
  padding: 2px 10px;
}

.current_language {
  background-color: #333;
  color: #fff;
}

.list_inquiry {
  display: flex;
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
}

.list_inquiry li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.btn_login_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 48px;
  background-color: #e50038;
  color: #fff;
  font-size: 1.25rem;
}

/*** gnav ***/
.gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00409c url("../img/line_gnav.png") center 43px no-repeat;
  height: 48px;
}

.gnav a {
  color: #fff;
  font-size: 1rem;
}

.gnav a:hover::after,
.gnav a.current::after {
  position: absolute;
  content: "";
  background-color: #e50038;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -15px;
  border-left: 3px solid #00409c;
  border-right: 2px solid #00409c;
}

.gnav_inner {
  max-width: 1440px;
}

.list_gnav {
  display: flex;
  list-style: none;
  width: 1146px;
  padding: 0;
}

.list_gnav li {
  margin: 0 49px;
}

.list_gnav li:nth-of-type(3) {
  margin-right: 60px;
}

.list_gnav li:nth-of-type(4) {
  margin-left: 60px;
}

/*** kv, lead ***/
.kv {
  margin-bottom: 150px;
}

.kv_inner {
  position: relative;
  max-width: 1440px;
  height: 633px;
  margin: 0 auto;
  background: url("../img/kv.png") no-repeat center bottom;
}

.kv_text {
  padding-top: 130px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.5;
}

.kv_logo {
  display: inline-block;
  width: 260px;
  background: url("../img/logo.svg") no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.kv_lead {
  position: absolute;
  width: 1250px;
  height: 180px;
  margin: 0;
  padding: 30px;
  background-color: #fff;
  color: #00409c;
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 65%);
}

.kv_lead strong {
  color: #e50038;
  font-size: inherit;
  font-weight: normal;
}

/*** top_content ***/
.top_content_inner {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
}

.top_content_body_pane {
  width: 936px;
}

.top_content_side_pane {
  width: 264px;
  margin-left: 50px;
}

.top_content_header {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.top_content_header h2 {
  font-weight: normal;
  font-size: 2rem;
  margin: 15px 0;
  margin-right: auto;
  padding: 10px 0.5em;
}

.header_red {
  border-left: 4px solid #e50038;
}

.header_blue {
  border-left: 4px solid #00409c;
}

.link_arrow_right {
  margin-right: 20px;
}

.link_arrow_right::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../img/arrow_blue_right.svg") no-repeat right center;
  width: 18px;
  height: 18px;
  right: -20px;
  top: 50%;
  transform: translate(0px, -50%);
}

.link_arrow_left {
  margin-left: 20px;
  line-height: 1.15;
}

.link_arrow_left::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../img/arrow_blue_right.svg") no-repeat left center;
  width: 0.5em;
  height: 1em;
  left: -1em;
  top: 0.6em;
  transform: translate(0px, -50%);
}

.link_arrow_prev {
  margin-left: 20px;
}

.link_arrow_prev::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../img/arrow_blue_right.svg") no-repeat right center;
  width: 18px;
  height: 18px;
  left: -20px;
  top: 50%;
  transform: translate(0px, -50%) rotate(180deg);
}

.date_column {
  width: 180px;
  margin: 0;
  font-size: 0.875rem;
  color: #00409c;
}

.label_clm {
  display: inline-block;
  width: 75px;
  background-color: #00409c;
  color: #fff;
  text-align: center;
}

.label_citam {
  display: inline-block;
  width: 75px;
  background-color: #e50038;
  color: #fff;
  text-align: center;
}

.label_others {
  display: inline-block;
  width: 75px;
  background-color: #999;
  color: #fff;
  text-align: center;
}

.top_content_seminar,
.top_content_notice,
.top_content_column {
  margin-bottom: 50px;
}

.top_content_seminar_body,
.top_content_notice_body {
  background-color: #f5f5f5;
  padding: 20px;
}

.top_content_seminar_body a,
.top_content_notice_body a {
  color: #666;
  width: 716px;
  margin-right: 20px;
}

.top_content_seminar_body a::after,
.top_content_notice_body a::after {
  background: #666;
}

.top_content_seminar_banner {
  background-color: #ebebeb;
  padding: 20px;
}

.top_content_seminar_banner_list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_content_seminar_list,
.top_content_notice_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_content_seminar_list li,
.top_content_notice_list li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.top_content_seminar_list li:first-child,
.top_content_notice_list li:first-child {
  padding-top: 0;
}

.top_content_column_body {
  background-color: #ebf0f7;
  padding: 20px;
}

.top_content_column_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_content_column_list li {
  width: 273px;
  background-color: #fff;
}

.top_content_column_box {
  padding: 20px;
}

.top_content_column_text {
  margin: 10px 0 0;
  color: #666;
  font-size: 0.825rem;
}

/*** top_content side ***/
.header_side {
  border-left: 4px solid #00409c;
  padding: 3px 15px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.top_content_side_list {
  border-left: 4px solid #ebf0f7;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  font-size: 0.825rem;
}

.top_content_side_list li {
  margin-top: 10px;
}

.top_content_side_list li:first-child {
  margin-top: 0;
}

.top_content_side_list a {
  margin-left: 15px;
}

.header_side:nth-of-type(n + 1) {
  margin-top: 30px;
}

.link_target {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/icon_link_target.svg") no-repeat 0 0;
  margin-left: 5px;
}

hr {
  border-top: 1px dotted #ccc;
  margin: 30px 0;
}

/*** 認定資格 ***/
.top_licence {
  padding: 60px 0;
  background-color: #00409c;
}

.top_licence_inner {
  width: 1250px;
  margin: 0 auto;
}

.header_licence {
  color: #fff;
  font-weight: normal;
  font-size: 2.25rem;
  border-bottom: 2px dotted #fff;
  margin: 0 0 50px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_licence::before {
  content: "";
  background: url("../img/icon_header_licence.svg") no-repeat;
  width: 37px;
  height: 48px;
  display: inline-block;
  margin: 0 20px;
}

.list_licence {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_licence li {
  width: 604px;
  margin-bottom: 42px;
  background-color: #fff;
}

.list_licence li a {
  display: flex;
  align-items: center;
  height: 144px;
  padding: 20px;
}

.licence_icon {
  width: 150px;
  text-align: center;
}

.licence_body h3 {
  font-weight: normal;
  font-size: 2rem;
  color: #333;
  margin: 0;
}

.licence_name {
  font-size: 0.825rem;
  color: #e50038;
}

.licence_description {
  margin: 5px 0;
  font-size: 0.825rem;
  color: #666;
}

.licence_body h3.header_licence--small {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.licence_body {
  width: 310px;
  margin-right: 24px;
}

.licence_link {
  width: 80px;
  background-color: #e50038;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.licence_link::after {
  content: "";
  display: block;
  background: url("../img/arrow_white_right.svg") no-repeat;
  width: 10px;
  height: 15px;
  margin: 5px;
  left: 50%;
  position: relative;
  transform: translateX(-10px);
}

.licence_notice {
  font-size: 0.75rem;
  color: #fff;
  text-align: right;
}

/*** 提供ツール ***/
.top_tool {
  padding: 60px 0;
  background-color: #e5ecf5;
}

.top_tool_inner {
  width: 1250px;
  margin: 0 auto;
}

.header_tool {
  font-weight: normal;
  font-size: 2.25rem;
  border-bottom: 2px dotted #00409c;
  margin: 0 0 50px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_tool::before {
  content: "";
  background: url("../img/icon_header_tool.svg") no-repeat;
  width: 52px;
  height: 48px;
  display: inline-block;
  margin: 0 20px;
}

.list_tool {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_tool li {
  width: 604px;
  margin-bottom: 42px;
  background-color: #fff;
}

.list_tool li a {
  display: flex;
  align-items: center;
  height: 144px;
  padding: 20px;
}

.tool_icon {
  width: 150px;
  text-align: center;
}

.tool_body h3 {
  font-weight: normal;
  font-size: 2rem;
  color: #333;
  margin: 0;
}

.tool_description {
  margin: 5px 0;
  font-size: 0.825rem;
  color: #666;
}

.tool_body h3.header_tool--small {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.tool_body {
  width: 310px;
  margin-right: 24px;
}

.tool_link {
  width: 80px;
  background-color: #00409c;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.tool_link::after {
  content: "";
  display: block;
  background: url("../img/arrow_white_right.svg") no-repeat;
  width: 10px;
  height: 15px;
  margin: 5px;
  left: 50%;
  position: relative;
  transform: translateX(-10px);
}

/*** 会員企業 ***/
.top_members {
  padding: 60px 0;
  background-color: #fff;
}

.header_members {
  font-weight: normal;
  font-size: 2.25rem;
  border-bottom: 2px dotted #e50038;
  margin: 0 0 50px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_members_inner {
  width: 1250px;
  margin: 0 auto;
}

.swiper {
  width: 1150px;
}

.swiper-slide {
  text-align: center;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
}

/*** footer ***/
footer {
  padding: 60px 0 0;
  background-color: #141414;
  color: #fff;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #e50038;
}

footer a:not(.noline)::after {
  background: #e50038;
}

.footer_inner {
  display: flex;
  width: 1250px;
  margin: 0 auto;
}

.footer_header {
  width: 278px;
  margin-right: 36px;
}

.footer_link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 732px;
  height: 319px;
  margin-right: 36px;
}

.footer_sub {
  width: 168px;
}

.footer_address {
  font-size: 0.75rem;
}

.footer_link_item {
  min-width: 168px;
  max-width: 324px;
  height: 123px;
  margin-right: 36px;
  margin-bottom: 36px;
}

.footer_link_item_header {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

.list_footer_link {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}

.list_footer_link li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}

.list_footer_link li::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #666;
  left: 0px;
  top: 50%;
}

.list_footer_link_tool {
  display: flex;
  flex-wrap: wrap;
}

.list_footer_link_tool li {
  width: 50%;
}

.list_footer_notice {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.list_footer_notice li {
  margin-bottom: 15px;
}

.list_footer_inquiry {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.list_footer_inquiry li {
  margin-bottom: 10px;
  font-size: 0.75rem;
}

.list_footer_login {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn_login_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 60px;
  background-color: #e50038;
  color: #fff;
  font-size: 1.25rem;
}

.btn_login_footer:hover {
  color: #fff;
}

.btn_member_footer {
  display: inline-block;
  position: relative;
  width: 168px;
  padding: 10px;
  padding-left: 20px;
  background-color: #fff;
  font-size: 0.75rem;
  color: #e50038;
  text-align: center;
}

.btn_member_footer::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../img/arrow_red_right.svg") no-repeat left center;
  width: 5px;
  height: 10px;
  left: 15px;
  top: 50%;
  transform: translate(0px, -50%);
}

/*** copyright ***/
.copyright {
  background-color: #000;
  margin-top: 30px;
  padding: 15px 0;
  color: #ccc;
  font-size: 0.75rem;
  text-align: center;
}

/*************
 * Common
 *************/

/*** content ***/
.pagetitle {
  position: relative;
  width: 1440px;
  height: 160px;
  margin: 0 auto 50px;
  background: url("../img/bg_title.png") no-repeat 0 0;
  border-bottom: 4px solid #e50038;
}

.pagetitle h2 {
  position: absolute;
  left: 95px;
  top: 70px;
  margin: 0;
  font-size: 3rem;
  font-weight: normal;
}

.content_inner {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
}

.content_body_pane {
  width: 880px;
  line-height: 1.5;
}

.content_side_pane {
  width: 320px;
  position: relative;
  margin-left: 50px;
}

.hr_img {
  border-top: 8px solid;
  border-right: 8px solid;
  border-left: 8px solid;
  border-bottom: 0px;
  border-image: url("../img/bg_hr.png") 8;
  margin: 50px 0;
}

.h3_red {
  margin: 15px 0;
  margin-right: auto;
  padding: 10px 15px;
  font-size: 2rem;
  font-weight: normal;
  border-left: 4px solid #e50038;
}

.h3_blue {
  margin: 15px 0;
  margin-right: auto;
  padding: 10px 15px;
  font-size: 2rem;
  font-weight: normal;
  border-left: 4px solid #00409c;
}

.h4_red {
  position: relative;
  margin: 50px 0 20px;
  padding: 10px 43px;
  font-size: 1.5rem;
  font-weight: normal;
  background-color: #f5f5f5;
}

.h4_red::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  left: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  background-color: #e50038;
}

h3 + .h4_red {
  margin: 30px 0 20px;
}

/*** table ***/
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 3px solid #f3f3f3;
}

th {
  width: 130px;
  padding: 10px;
  text-align: left;
  background-color: #fafafa;
  border-bottom: 3px solid #f3f3f3;
}

td {
  padding: 10px;
  background-color: #fff;
  border-bottom: 3px solid #f3f3f3;
}

.link_mail {
  margin-left: 20px;
}

.link_mail::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background: url("../img/icon_mail.svg") no-repeat left center;
  left: -20px;
  top: 50%;
  transform: translate(0px, -50%);
}

.box_gray {
  border: 3px solid #f3f3f3;
  padding: 20px;
}

/*** olリスト ***/
ol {
  margin: 0;
  padding-left: 1.3rem;
}

/*** 赤リストの部分 ***/
ol.list_ol_red,
ol.list_ol_red ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.list_ol_red ol {
  padding-left: 1em;
}

ol.list_ol_red li,
ol.list_ol_red ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

ol.list_ol_red li:before,
ol.list_ol_red ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}

ol.list_ol_red li {
  font-size: 1.25rem;
  font-weight: bold;
}

ol.list_ol_red li:before {
  color: #e50038;
  font-weight: bold;
  font-size: 1.5rem;
}

ol.list_ol_red li + li {
  margin-top: 10px;
}

ol.list_ol_red ol li {
  font-size: 1rem;
  font-weight: normal;
}

ol.list_ol_red ol li:before {
  color: inherit;
  font-weight: normal;
  font-size: 1rem;
}

ol.list_ol_red ol li + li {
  margin: 0;
}

/*** 注釈リスト ***/
ul.attention {
  padding-left: 2rem;
  list-style: none;
  font-size: 0.75rem;
}

ul.attention li {
  position: relative;
}

ul.attention li::before {
  position: absolute;
  content: "注：";
  left: -2rem;
}

/*** PDF box ***/
.link_pdf {
  background: #ebf0f7 url("../img/icon_link_target.svg") no-repeat right 10px
    center;
  background-size: 18px;
  width: 424px;
  height: auto;
  border: 1px solid #00409c;
  display: block;
  margin: 0 auto;
  padding: 11px 41px;
}

.link_pdf::before {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 16px;
  background: url("../img/icon_pdf.svg") no-repeat;
  left: 0;
  top: 50%;
  content: "";
  transform: translate(0px, -50%);
}

/*** breadcrumb ***/
.breadcrumb {
  margin-top: 70px;
  padding: 10px;
  background-color: #f5f5f5;
}

.list_breadcrumb {
  display: flex;
  width: 1250px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}

.list_breadcrumb li {
  padding-right: 14px;
}

.list_breadcrumb li + li {
  padding-left: 15px;
  background: url("../img/arrow_gray_right.svg") no-repeat left center;
  background-size: 4px 7px;
}

/*** sticky side nav ***/
.sidenav {
  position: sticky;
  top: 50px;
  width: 320px;
  margin-top: -100px;
  margin-bottom: 20px;
  padding: 0;
  background-color: #00409c;
  color: #fff;
  border: 2px solid #fff;
}

.sidenav a {
  color: #fff;
}

.sidenav a::after {
  background-color: #fff;
}

.header_sidenav {
  padding: 20px;
  font-size: 1.5rem;
}

.list_sidenav {
  margin: 0 20px;
  padding-left: 30px;
  list-style: none;
  border-left: 2px solid #fff;
}

.list_sidenav ul {
  list-style: none;
}

.list_sidenav li:not(:first-child) {
  margin-top: 10px;
}

.list_sidenav li a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_link_sidenav.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(0px, -50%);
}

.list_sidenav_sub {
  padding-left: 15px;
}

.list_sidenav_sub li {
  margin-top: 10px;
}

.list_sidenav_sub li a {
  font-size: 0.825rem;
}

.list_sidenav_sub li a::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: -11px;
  top: 50%;
  width: 6px;
  height: 1px;
  transform: translate(0px, -50%);
}

.sidenav_footer {
  display: block;
  margin: 0 20px;
  padding: 0;
  width: 2px;
  height: 30px;
  border-top: 3px solid #00409c;
  background-color: #e50038;
}

/*** pagetop ***/
#btn_pagetop {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 98;
}

/* column */
body.column .column_list {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #ccc;
}

body.column .column_list li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

body.column .column_list li a {
  width: calc(100% - 20px);
}

body.column .column_paging_number {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.column .column_paging_number li {
  padding: 0 10px;
  border-left: 1px solid #333;
}

body.column .column_paging_number li:last-child {
  border-right: 1px solid #333;
}

body.column .column_thumb {
  float: left;
  padding-right: 20px;
}

body.column .column_date {
  display: block;
  font-size: 0.875rem;
  line-height: 1.15;
}

body.column .column_list .label_column,
body.column .column_list .label_column_red {
  min-width: 7em;
  font-size: 0.75rem;
}

body.column .column_intro {
  display: block;
  color: #333;
}

body.column .sidenav a {
  color: #00409c;
}

body.column .sidenav a::after {
  background-color: #00409c;
}

body.column .btn_back_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 48px;
  background-color: #ebf0f7;
  color: #00409c;
  font-size: 1.25rem;
}

body.column .pagetitle {
  border-bottom-color: #00409c;
}

body.column .column_info {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  color: #00409c;
  padding: 1em 2em;
  font-size: 0.875rem;
}

body.column .label_column {
  display: inline-block;
  background-color: #00409c;
  color: #fff;
  text-align: center;
  margin-right: 0.5em;
  padding: 0 1em;
}

body.column .label_column_red {
  display: inline-block;
  background-color: #e50038;
  color: #fff;
  text-align: center;
  margin-right: 0.5em;
  padding: 0 1em;
}

body.column .column_updatedate {
  margin-left: 1em;
  padding-left: 1.4em;
  border-left: 1px solid #00409c;
}

body.column .column_paging {
  display: flex;
  justify-content: space-between;
}

body.column .column_bnr_main {
  margin-top: 4em;
}

body.column .column_bnr_main img {
  width: 100%;
}

body.column .sidenav {
  position: static;
  margin-top: 0;
  background-color: #fafafa;
}

body.column .header_sidenav {
  background-color: #00409c;
  color: #fff;
}

body.column .list_sidenav {
  border-left-color: #00409c;
  margin-top: 20px;
}

body.column .list_sidenav li a::before {
  background-image: url("../img/icon_link_arrow_right.png");
}

body.column .list_sidenav_sub li a::before {
  background-color: #00409c;
}

body.column .sidenav_footer {
  border-top-color: #fafafa;
}

/* inquiry */
body.inquiry .link_arrow_left::before {
  height: 0.7em;
}

body.inquiry .content_inner {
  display: block;
}

body.inquiry .content_inquiry {
  width: 1000px;
  margin: 0 auto;
}

body.inquiry .content_inner a {
  text-decoration: underline;
}

body.inquiry table {
  width: 100%;
  margin-bottom: 3em;
}

body.inquiry th {
  position: relative;
  width: 260px;
  padding: 20px;
}

body.inquiry td {
  padding: 15px 20px;
}

.flex_cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cell_second {
  margin-left: 0.7em;
}

.required {
  position: absolute;
  right: 20px;
  font-weight: normal;
  font-size: 0.75rem;
  color: #fff;
  background-color: #e50038;
  padding: 2px 5px;
}

.instructions {
  font-size: 0.75rem;
  color: #666;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
}

input {
  width: 30em;
}

body.inquiry .inquiry_submit {
  position: relative;
  width: 420px;
  margin: 4em auto 0;
}

body.inquiry .inquiry_submit::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  right: 1em;
  /*background: url("../img/arrow_white_right.svg") no-repeat;*/
  transform: translate(0px, -50%);
}

input[type="submit"] {
  padding: 15px;
  width: 100%;
  background-color: #00409c;
  color: #fff;
  font-size: 1.25rem;
  border: none;
}

input.name {
  width: 13.3em;
}

textarea {
  width: 100%;
}

/* member */
body.member .member_list {
  border: 3px solid #f3f3f3;
}

body.member .member_list dt {
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  color: #666;
  cursor: pointer;
}

body.member .member_list dt::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon_list_close.svg") no-repeat 0 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

body.member .member_list dt.open {
  background-color: #ebf0f7;
}

body.member .member_list dt.open::after {
  background-image: url("../img/icon_list_open.svg");
}

body.member .member_list dt.disabled {
  background-color: #fff;
  color: #666;
  cursor: auto;
}

body.member .member_list dt.disabled::after {
  background-image: url("../img/icon_list_disabled.svg");
}

body.member .member_list dd {
  display: none;
  margin: 0;
  padding: 15px 20px;
}

body.member .member_list .member_url {
  text-align: right;
  display: block;
  margin: 0.5em 0 0;
}

body.member .member_list div:not(:last-child) {
  border-bottom: 3px solid #f3f3f3;
}

body.member .member_list a {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

strong {
  font-size: 1.25em;
}

.bnr_side {
  width: 100%;
}

.bnr_side a {
  width: 100%;
}

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

.bnr_side_list {
  list-style: none;
  margin-top: 2em;
  padding: 0;
}

.bnr_side_list li {
  margin-top: 1em;
}

body.column footer {
  padding: 0;
}

body.column .footer_inner {
  display: none;
}

body.column .copyright {
  margin-top: 0;
}

/* =========================================================
 for SP ( 768px < )
========================================================= */

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    scroll-padding-top: 90px;
  }

  body.fixed {
    position: fixed;
    width: 100%;
  }

  #root {
    min-width: 100%;
  }

  .hide_pc {
    display: block;
  }

  .hide_sp {
    display: none;
  }

  header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
    height: 80px;
  }

  .header_inner {
    width: 100%;
    height: 80px;
    padding: 0 0 0 15px;
  }

  .logo_main {
    margin-right: 0;
  }

  .logo_main img {
    width: 152px;
    height: 32px;
  }

  .logo_sub {
    display: none;
  }

  .header_nav {
    height: 80px;
  }

  .header_nav_left_pane {
    display: none;
  }

  .btn_login_header {
    width: 72px;
    height: 80px;
    text-align: center;
    font-size: 1rem;
  }

  .gnav {
    display: none;
    position: fixed;
    top: 80px;
    z-index: 99;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    overflow: auto;
  }

  .gnav a {
    width: 100%;
  }

  .list_gnav {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    background: #00409c url("../img/line_gnav_sp.png") no-repeat 20px 0;
  }

  .list_gnav li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .list_gnav li a {
    padding: 15px 50px;
  }

  .list_gnav li,
  .list_gnav li:nth-of-type(3),
  .list_gnav li:nth-of-type(4) {
    margin: 0;
  }

  .gnav a:hover::after,
  .gnav a.current::after {
    display: none;
  }

  .gnav_sp_footer {
    padding-bottom: 10px;
    margin-bottom: 80px;
    background-color: #fff;
    border-bottom: 10px solid #00409c;
  }

  .gnav_sp_footer a {
    color: #333;
  }

  .link_arrow_right_sp::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("../img/arrow_lightblue_right.svg") no-repeat right center;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
  }

  .list_inquiry_sp {
    margin: 0;
    padding: 1.3em 50px 1.7em;
    list-style: none;
  }

  a.link_arrow_left_sp {
    padding: 15px 10px;
    width: auto;
  }

  .link_arrow_left_sp::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("../img/arrow_black_right.svg") no-repeat left center;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
  }

  a.btn_login_sp {
    background-color: #e50038;
    color: #fff;
    font-size: 1.25rem;
    margin-top: 10px;
    padding: 15px 20px;
  }

  .list_language_sp {
    background-color: #ebebeb;
    margin: 0;
    list-style: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .list_language_sp li {
    width: 25%;
    text-align: center;
    padding: 10px;
  }

  .kv {
    margin-bottom: 90px;
  }

  .kv_inner {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 40%,
        rgba(155, 186, 230, 1) 60%
      ),
      url("../img/kv.png");
    background-size: 768px auto;
    height: 504px;
    background-position-y: 0px;
    background-position-x: center;
    background-repeat: no-repeat;
    border-bottom: 24px solid #0c5fa2;
  }

  .kv_position {
    position: absolute;
    width: 100%;
    bottom: -60px;
  }

  .kv_text {
    text-align: left;
    padding: 15px;
    font-size: 1.5rem;
  }

  .kv_logo {
    width: 152px;
  }

  .kv_lead {
    position: static;
    left: inherit;
    bottom: inherit;
    width: calc(100% - 30px);
    height: initial;
    margin-left: 15px;
    padding: 15px;
    text-align: left;
    font-size: 1.25rem;
    transform: none;
  }

  .top_content_inner {
    flex-wrap: wrap;
  }

  .top_content_body_pane {
    width: 100%;
  }

  .top_content_header {
    padding-left: 15px;
  }

  .box_button_sp {
    border: 2px solid #00409c;
    padding: 7px 7px 7px 10px;
  }

  .top_content_seminar_list li,
  .top_content_notice_list li {
    flex-wrap: wrap;
  }

  .date_column {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .top_content_seminar_banner_list {
    flex-wrap: wrap;
  }

  .top_content_seminar_banner_list li:not(:first-child) {
    margin-top: 10px;
  }

  .top_content_seminar_banner_list img {
    width: 100%;
  }

  .top_content_column_list li {
    width: 100%;
  }

  .top_content_column_list li:not(:first-child) {
    margin-top: 10px;
  }

  .top_content_column_list a {
    display: flex;
  }

  .top_content_column_list a img {
    width: 145px;
    height:fit-content;
  }

  .top_content_side_pane {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }

  .side_wrapper {
    display: flex;
  }

  .side_item {
    width: 50%;
  }

  .header_side {
    display: flex;
    align-items: center;
    height: 3rem;
  }

  .bnr a {
    display: inline;
  }

  .bnr img {
    width: 100%;
  }

  .top_licence_inner {
    width: 100%;
    padding: 0 20px;
  }

  .list_licence li {
    width: 100%;
    margin-bottom: 20px;
  }

  .list_licence li a {
    padding: 10px;
    justify-content: space-between;
  }

  .licence_icon,
  .tool_icon {
    width: 23%;
    min-width: 60px;
    margin-right: 1em;
  }

  .licence_icon img,
  .tool_icon img {
    width: 100%;
  }

  .licence_link {
    padding: 40px 3px 0;
    height: 100%;
    min-width: 40px;
  }

  .top_tool_inner {
    width: 100%;
    padding: 0 20px;
  }

  .list_tool li {
    width: 100%;
    margin-bottom: 20px;
  }

  .list_tool li a {
    padding: 10px;
    justify-content: space-between;
  }

  .tool_link {
    padding: 40px 3px 0;
    height: 100%;
    min-width: 40px;
  }

  .header_members {
    margin: 0 15px 50px;
  }

  .top_members_inner {
    width: 100%;
  }

  .swiper {
    width: 100%;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .swiper-slide img {
    max-width: 100%;
  }

  .list_footer_sp {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
  }

  .list_footer_sp li {
    width: 50%;
    text-align: center;
    border: 1px solid #000;
    background-color: #474747;
  }

  .list_footer_sp a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 15px;
  }

  .list_footer_sp li.btn_login_footer_sp {
    background-color: #e50038;
  }

  footer {
    padding: 40px 0 0;
  }

  .footer_inner {
    width: 100%;
    padding: 0 20px;
  }

  .footer_link,
  .footer_sub {
    display: none;
  }

  /* about */
  .content_body_pane {
    order: 2;
    width: 100%;
    padding: 140px 15px 0;
  }

  .content_side_pane {
    order: 1;
    width: 100%;
    margin: 0 15px;
  }

  .content_inner {
    flex-wrap: wrap;
  }

  .sidenav {
    position: absolute;
    top: 25px;
    width: 100%;
  }

  .header_sidenav {
    display: none;
  }

  .list_sidenav {
    margin: 20px 20px 0;
  }

  .list_sidenav_sub {
    display: none;
  }

  .sidenav_footer {
    height: 20px;
  }

  .pagetitle {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 15px;
    background-position: right bottom;
    background-size: cover;
  }

  .pagetitle h2 {
    position: static;
    font-size: 2.25rem;
  }

  .hr_img {
    width: 100%;
    height: 8px;
    background-size: cover;
  }

  ol.list_ol_red li,
  ol.list_ol_red ol li {
    text-indent: 0;
    padding-left: 0;
  }

  ol.list_ol_red ol {
    padding-left: 0.2rem;
  }

  table tr:last-child td {
    border-bottom: none;
  }

  th,
  td {
    display: block;
    width: 100%;
  }

  th {
    border-bottom: none;
  }

  .link_pdf {
    width: 80%;
    height: auto;
  }

  .list_breadcrumb {
    width: 100%;
  }

  #btn_pagetop {
    right: 15px;
  }

  /* column */
  body.column .btn_back_header {
    width: 72px;
    height: 80px;
    text-align: center;
    font-size: 1rem;
  }

  body.column .pagetitle {
    margin-bottom: 1em;
  }

  body.column .column_thumb {
    width: 30%;
    padding-right: 0.5em;
  }

  body.column .column_thumb img {
    width: 100%;
    height: auto;
  }

  body.column .column_intro {
    clear: both;
  }

  body.column .header_sidenav {
    display: block;
  }

  body.column .content_body_pane {
    order: 1;
    padding: 0 15px;
  }

  body.column .content_side_pane {
    order: 2;
  }

  body.column .column_info {
    padding: 1em;
    flex-direction: column;
  }

  body.column .column_info_date {
    font-size: 0.75rem;
    text-align: right;
  }

  body.column .column_bnr_main {
    margin: 2em 0;
  }

  body.column footer {
    padding: 40px 0 0;
  }

  body.column .footer_inner {
    display: flex;
  }

  body.column .copyright {
    margin-top: 30px;
  }

  /* inquiry */
  body.inquiry .content_inner {
    padding: 0 15px;
  }

  body.inquiry .content_inquiry {
    width: 100%;
  }

  body.inquiry th {
    width: 100%;
    padding: 10px;
  }

  body.inquiry td {
    padding: 10px;
  }

  .flex_cell span {
    width: 100%;
  }

  .cell_first {
    white-space: nowrap;
    margin-bottom: 5px;
  }

  .cell_second {
    margin-left: 0;
    white-space: nowrap;
  }

  input,
  textarea {
    width: 100%;
  }

  input.name {
    width: calc(100% - 1.4em);
  }

  body.inquiry .inquiry_submit {
    width: 80%;
  }
}

/* =========================================================
 for SP ( 375px < )
========================================================= */

@media screen and (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 12px;
  }

  .kv_logo {
    width: 152px;
    height: 32px;
  }

  .kv_inner {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 30%,
        rgba(155, 186, 230, 1) 40%
      ),
      url("../img/kv.png");
    background-size: 120% auto;
    height: 404px;
    background-position-y: 0px;
    background-position-x: center;
    background-repeat: no-repeat;
    border-bottom: 24px solid #0c5fa2;
  }
}

/* =========================================================
 for SP ( 320px < )
========================================================= */

@media screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }

  .logo_main img {
    width: 140px;
    height: auto;
  }

  .kv_logo {
    width: 140px;
    height: 30px;
  }

  .kv_inner {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 30%,
        rgba(155, 186, 230, 1) 40%
      ),
      url("../img/kv.png");
    background-size: 120% auto;
    height: 364px;
    background-position-y: 0px;
    background-position-x: center;
    background-repeat: no-repeat;
    border-bottom: 24px solid #0c5fa2;
  }
}
