@charset "UTF-8";

/*=========================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　共通 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===========================================================================*/

.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
@media screen and (max-width:768px){
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  } 
}

:focus {
    outline: none !important;
}

.mb-0 {
 margin-bottom: 0 !important; 
}

.mb-8 {
 margin-bottom: 8px !important; 
}

.mb-16 {
 margin-bottom: 16px !important; 
}

.mb-32 {
 margin-bottom: 32px !important; 
}

.mb-64 {
 margin-bottom: 64px !important; 
}

.mt-0 {
 margin-top: 0 !important; 
}

.mt-8 {
 margin-top: 8px !important; 
}

.mt-16 {
 margin-top: 16px !important; 
}

.mt-32 {
 margin-top: 32px !important; 
}

.mt-64 {
 margin-top: 64px !important; 
}

.mr-8{
 margin-right:  8px !important; 
}

.ml-0{
 margin-left:  0 !important; 
}

.pt-0{
  padding-top:0 !important;
}

.gap-16 {
  display: grid;
  gap: 16px 0;
}

.fs-14 {
  font-size: 14px !important;
}

.img-fit{
  display: flex;
  justify-content: center;
  align-items: start;
}

.thead-sticky{
  position: sticky;
  top: 0;
}

.red{
 color:#f55852;
}

.gray{
 color:#999999;
}

figure.wysiwyg-table{
  margin:0;
}

.hidden{
 	visibility: hidden;
	height: 0; 
  margin: 0;
  padding: 0;
}

.circle{
  width: 18px;
  height: 18px;
  border: 2px solid #20AEE5;
  border-radius: 50%;
  margin: 0 auto;
}


/* ------------------------ 障害対応ヘルプ用 ------------------------ */
.flex--between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-right {
  margin-right: auto;
}
/* ------------------------ Main ------------------------ */
body > main {
  background: #F0F0F0;
}

/* ------------------------ Container ------------------------ */
@media screen and (max-width:768px){
  main .container {
    padding-top: 40px;
  }
}
/* ------------------------ SubNav ------------------------ */
.container nav.sub-nav {
  padding-top: 32px;
  padding-bottom: 0;
  margin-bottom: 20px;
  align-items: start;
}

@media screen and (max-width:768px){
  .container nav.sub-nav {
    padding-top: 0;
    min-height: auto;
    display: block;
    margin-bottom: 32px;
  }
}

/* ------------------------ Header ------------------------ */
.head--tagline {
  width: 1050px;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1140px){
  .head--tagline {
		width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width:768px){
  .head--tagline {
		width: 100%;
    padding: 0;
  }
}

.head--tagline-area {
  background: #20AEE5;
	width: 100%;
  padding: 8px 0;
}
@media screen and (max-width:768px){
  .head--tagline-area {
		padding-left: 12px;
    padding-right: 12px;
  }
}
header.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1050px;
  height: 70px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1140px){
  header.head {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width:768px){
  header.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;;
    height: 60px;
    padding: 0 12px;
  }
}

@media screen and (max-width:768px){
  .logo a {
		width: 142px !important;
  }
}
@media screen and (max-width:321px){
  .logo a {
		width: 100px !important;
  }
}

.header-links_login a {
  display: block;
  width: 124px;
  height: 40px;
  border-radius: 20px;
	background: #FF9700;
}

.page-header {
  margin-bottom: 40px;
  justify-content: flex-start;
  border-left: 8px solid #20aee5;
  vertical-align: middle;
}
@media screen and (max-width:768px){
  .page-header {
    margin-bottom: 32px;
  }
}

.page-header.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:768px){
  .page-header.flex {
    display: block;
  }
}
/* ------------------------ H1 ------------------------ */
.page-header_title {
  font-size: 26px;
  font-weight: bold;
  border-bottom: none;
  padding: 5px 0 5px 20px;
  flex-grow: 0;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width:768px){
  .page-header_title {
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
/* ------------------------ BreadCrumbs ------------------------ */
ol.breadcrumbs {
  margin-right: 20px;
}
/* ol.breadcrumbs li a,
ol.breadcrumbs li a:active,
ol.breadcrumbs li a:visited {
  color: #555;
} */

.sub_banner_box {
  margin: 30px 0 0;
}
.sub_banner_box img {
  width: 100%;
}
.sub_banner_box img:hover {
  opacity: 0.8;
}

/*=========================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　header ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===========================================================================*/

header.header {
  background:#fff;
  box-shadow:0 2px 8px rgba(30,30,80,.1);
  max-width: 100%;
  display: block;
  height: 65px;
  padding: 0 2%;
}

.tagline_wrapper {
  position: fixed;
  top: 0;
  background: #20aee5;
  width: 100%;
  height: 40px;
  z-index: 25;
}

@media screen and (max-width:768px){
 .tagline_wrapper {
   display: none;
   width: 100%;
   height: auto;
 }
}

.tagline_wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}
@media screen and (max-width:960px){
  .tagline_wrapper-inner {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:768px){
  .tagline_wrapper-inner {
    width: 100%;
    display: block;
    height: auto;
  }
}

.tagline_wrapper-inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:768px){
  .tagline_wrapper-inf {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tagline_read {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width:768px){
  .tagline_read {
    text-align: center;
    font-size:3.733vw;
  }
}

.tagline_read,
.tagline_wrapper-tell,
.tagline_wrapper-time {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tagline_wrapper-time {
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
}

.tagline_wrapper-tell {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width:768px){
  .tagline_wrapper-tell {
    font-size: 3.733vw;
  }
}
.hedaer_inner {
  width: 1260px;
  margin: 0 auto 15px auto;
  position: relative;
  align-items: center;
  display: flex;
  height: 54px;
  justify-content: space-between;
}
@media screen and (max-width:960px){
  .hedaer_inner {
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .hedaer_inner {
    display: block;
    width: 100%;
    height: auto;
  }
}

.logo {
    width: 216px;
    height: auto;
}
@media screen and (max-width:768px){
  .logo {
      width: 142px;
      height: auto;
  }
}
@media screen and (max-width:320px){
  .logo {
      width: 100px;
      height: auto;
  }
}

.logo a {
    display: block;
    width: 100%;
    height: auto; 
}

.logo a img {
    width: 100%;
    height: auto;  
}
/* .hedaer_inner .logo {
    margin-top: 20px;
} */

@media screen and (max-width:768px){
  .hedaer_inner .logo {
      width: 50%;
      margin-top: 10px;
  }
}

/* @media screen and (max-width:360px){
  .hedaer_inner .logo {
      margin-top: 0px;
  }
} */

/* .hedaer_inner .logo img {
 	max-height: 40px;
} */

.header_nav{
  -ms-flex-align:center;
  align-items:center;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  margin-top: 20px;
}

@media screen and (max-width:768px){
  .header_nav{
    margin-top: 0px;
  }
}

.header_list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 410px;
}

.header_login_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-radius: 17px;
  color:#20aee5;
  font-size:14px;
  line-height:18px;
  text-decoration:none;
  border: 1px solid #20aee5;
  padding: 0 20px;
}
@media screen and (max-width:768px){
  .header_login_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 17px;
    color:#20aee5;
    line-height:18px;
    text-decoration:none;
    border: 1px solid #20aee5;
    padding: 5px 15px;
    height: auto;
  }
}
.header_contact_item {
  color: #000;
}
.header_contact_item:hover {
  text-decoration: underline;
}
.header_login_item:visited {
  text-decoration:none;
}
.header_nav_item a,
.header_nav_item a:visited,
.header_nav_item a:active,
.header_nav_item a:link {
   text-decoration: none; 
}
.header_nav_item:hover,
.header_login_item:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header_nav a:hover img {
  opacity: 0.8;
}

.open_button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    color: #fff;
    font-weight: bold;
    border-radius: 24px;
    background: #ff9700;
    cursor: pointer;
  	font-size: 14px;
    padding: 0 40px;
}
.open_button:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px){
  .open_button{
    height: auto;
  }
}

a.header_nav_item--new{
  display: none;
}

/*
.header_nav_item--contact{
  background-image:url(/hc/theming_assets/01HZM6HHB0HJKZFGB0JVDXHSJ4);
  background-size:24px;
  font-weight:400;
  margin-left:40px;
  padding-left:35px;
}
*/

/*
.header_nav_item--login{
  background-image:url(/hc/theming_assets/01HZM6HHZMV3739BSJGAX0VYTT);
  background-size:16px;
  font-weight:700;
  margin-left:40px;
  padding-left:22px;
}
*/

@media screen and (max-width:1000px){
  .hedaer_inner .logo img {
  	max-height: 28px;
	}
}
@media screen and (max-width:768px){
  header.header {
    top:0;
    height: auto;
  }

  .hedaer_inner .logo img {
    width: 100%;
  	height: auto !important;
    max-height: none;
	}

  .header_list{
    flex-wrap: wrap;
    text-align: right;
    align-items: center;
    margin-left: 20px;
    margin-top: 5px;
    justify-content: space-between;
    width: 80%;
    display: flex;
  }

  .header_nav_item:nth-child(3) {
      position: absolute;
      top: 0;
      right: 0;
  }

  .header_nav_item>a {
      font-size: 3.467vw;
      line-height: 1.2;
  }


  .open_button.header_nav_item--new{
    padding: 5px 15px ;
    background: #ff9700;
    border-radius: 100px;
  	display: inherit;
  	color: #fff;
  	font-weight: bold;
    font-size: 3.467vw;
  }

  .header_nav_item--contact{
    background-size:12px;
    background-position: 2px 4px;
    margin-left:20px;
    padding: 3px 20px;
  }

  .header_nav_item--login{
    background-size: 12px;
    background-position: 2px 4px;
    padding: 6px 35px;
  }

  .only-pc{
    display:none
  }
}

/* @media screen and (max-width:360px){
header.header {
  height: 85px;
}
  .header_list {
    margin-left:10px;
  }
  .open_button.header_nav_item--new{
    padding: 5px 21px;
  }
  .header_nav_item--login {
    margin-left:10px;
  }
  .header_nav_item--contact{
    margin-left:10px;
  }

} */

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 MODAL 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.1s;
    transform: scale(0);
		-ms-overflow-style: none;
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ------------------------ MODAL inner ------------------------ */

.modal_content{
    position: relative;
    align-self: center;
    width: 830px;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
  	border-radius: 5px;
}

.modal_content h2 {
  line-height: 1.4;
}

.close_button{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.modal_item .md-table_modal {
    table-layout: fixed;
    width: 100%;
}
.button_area {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.button_item {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  	width: calc(50% - 10px);
  	font-weight: bold;
}
.button_item a:hover,
.button_item a:active,
.button_item a:visited,
.button_item a:focus{
  opacity: 0.8;
  text-decoration: none;
}
.button_item p {
  margin: 0;
  padding: 0;
}
.ukeru_button {
    background-color: #0081bd;
    border-radius: 5px;
}
.button_item > a.ukeru_button:hover {
  opacity:.8;
  text-decoration: none;
}
.ukeru_button .image-area img.create_account_uk_logo {
    height: 30px;
    width: auto;
}
.new_button {
    background-color: #ea9200;
    border-radius: 5px;
}
.button_item > a.new_button:hover {
  opacity:.8;
  text-decoration: none;
}
.new_button .image-area img.create_account_new_logo {
    height: 29px;
    width: auto;
}
.image-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.button_word-no {
    top: 0;
    padding-left: 8px;
}
.button_word-de {
    top: -2px;
    padding-left: 7.16px;
}
.button_word-de, .button_word-no {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: relative;
    left: 0;
}
.button_item p.button_text {
    font-size: 26px;
    color: #fff;
    text-align: center;
  	padding: 0;
  	margin: 15px 0 30px;
}
.attention_text {
    font-size: 12px;
    color: #fb6256;
    text-align: left;
    line-height: 18px;
  	margin: 0;
}
.attention_text a {
    font-size: 12px;
    font-weight: 400;
    vertical-align: inherit;
  	text-decoration: underline;
}
.attention_text a:hover {
  	text-decoration: none;
}

@media screen and (max-width:768px){

  .modal_content{
    width: calc(100% - 30px);
    min-width: auto;
  }
  .modal_content h2 {
    font-size: 18px;
  }
  .button_area {
    display: block;
  }
  .button_item {
    width: 100%;
  }
  .ukeru_button {
    margin-bottom: 20px;
  }
  .ukeru_button .image-area img.create_account_uk_logo {
    height: 25px;
  }
  .button_item p.button_text {
    font-size: 18px;
    margin: 10px auto 20px;
  }
  .image-area {
    margin-top: 20px;
  }

}


/*=========================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　home_page ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===========================================================================*/

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 main 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
main {
  padding: 0 0 64px 0;
}

@media screen and (max-width:768px){
  main {
    padding-top: 0px;
    padding-bottom: 32px;
  }
}
/* 
@media screen and (max-width:360px){
  main {
    padding-top: 0px;
  }
} */

main .section.hero {
  background-position: center;
  /*
  background-size: cover;
  background-image: url(/hc/theming_assets/01HZM6HRZMKMP16S933YZE6VZ6);
  */
  background:#E1f0f8;
  height: auto;
  padding: 32px 16px;
}

.hero_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width:940px){
  .hero_inner {
    max-width: 100%;
    padding: 0;
  }
}

h2.search_title {
  font-size: 24px;
  margin: 0 0 16px 0;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: bold;
  color: #20aee5;
}
@media screen and (max-width:940px){
  h2.search_title {
    font-size: 20px;
  }
}

/* ------------------------ Keyword ------------------------ */
.kw_balloon {
  position: relative;
  margin: 28px 0 0;
  padding: 15px 20px;
  color: #333;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width:768px){
  .kw_balloon {
    margin-top: 16px;
  }
}
.kw_balloon::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 12px solid #fff;
}
.kw_balloon dl.keyword {
  padding: 0;
  margin: 0;
}
dl.keyword dt {
  font-weight: bold;
  display: block;
  text-align: left;
  margin-bottom: 3px;
}
dl.keyword dd {
  margin-left: 0;
}
dl.keyword dd ul {
  list-style: none;
  text-align: left;
}
dl.keyword dd ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
dl.keyword dd ul li a {
  text-decoration: underline;
}
dl.keyword dd ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width:768px){
  h1.search_title {
  font-size: 20px;
  margin: 0 0 16px;
	}
  dl.keyword {
  flex-wrap: wrap;
 }
  dl.keyword dd {
  margin-left: 0;
}
  dl.keyword dd ul {
    text-align: left;
 }
  dl.keyword dd ul li {
    font-size: 12px;
  }

}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 sub nav 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
.sub_nav {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sub_nav ul.nav_list {
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center
}
.sub_nav ul.nav_list li {
  background: url(/hc/theming_assets/01HZM6HJ4MYKKY5JSTZ81KWH0R) no-repeat center  30px ;
  font-weight: bold;
  font-size: 14px;
  width: 262px;
  padding: 5px 0 17px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub_nav ul.nav_list li:not(:last-child) {
  border-right: none;
}
.sub_nav ul.nav_list li a {
  color: #333;
  padding: 10px 30px;
}
.sub_nav ul.nav_list li a:hover {
  text-decoration: none;
}
.sub_nav ul.nav_list li:hover {
  opacity: 0.8;
}

@media screen and (max-width:1000px){
  .nav_list .sp_only {
    display: block;
  }
  .sub_nav ul.nav_list li:first-child {
  	margin-left: 0;
  }
  .sub_nav ul.nav_list {
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0;
    text-align: left;
  }
  .sub_nav {
    background: none;
    border-top: none;
    border-bottom: none;
  }
  .sub_nav ul.nav_list li {
  	width: 50%;
  	font-size: 12px;
  	border: 1px solid #cccccc;
  	background: url(/hc/theming_assets/01HZM6HJ8Q52ZBVKKZAZSPCJCC) no-repeat 7px center #ffffff;
  	padding: 8px 10px 8px 25px;
    display: -webkit-box; /* safari, Chrome */
  	display: -moz-box;    /* Firefox */
  	display: -o-box;      /* Opera */
  	display: -ms-box;     /* IE */
  	display: box;         /* ベンダープレフィックスなし */
 	 	-webkit-box-align: center; /* safari, Chrome */
  	-moz-box-align: center;    /* Firefox */
  	-o-box-align: center;      /* Opera */
  	-ms-box-align: center;     /* IE */
  	box-align: center;         /* ベンダープレフィックスなし */
    margin-top: -1px;
  }
  .sub_nav ul.nav_list li a {
  	padding: 0;
    display: block;
  }
  .sub_nav ul.nav_list li:nth-child(odd){
  	border-left:none;
  	border-right:none;
  }
  .sub_nav ul.nav_list li:nth-child(even){
  	border-right:none;
  }
  /*.sub_nav ul.nav_list li:nth-child(-n + 2) {
    border-bottom: none;
  }
  .sub_nav ul.nav_list li:last-child {
    margin-top: -1px;
    width: 100%;
  }  */
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 container 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
#top_page.container {
  max-width: 1050px;
}

.top_banner_box {
  margin-bottom: 30px;
}
.top_banner_box img {
  max-width: 100%;
}
.top_banner_box img:hover {
  opacity: 0.8;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 panel area 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.blocks_box {
  width: calc(50% - 20px);
}
.blocks_panel {
  border: 1px solid #CCC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  text-align: center;
  background: #fff;
  width : 100%;
}

.blocks-item {
  background: #fff;
}

.section-inner {
  padding-top: 32px;
  padding-bottom: 32px;
}
.section-inner.contact .section-contact {
  gap: 32px;
}
@media screen and (max-width:768px) {
  .section-inner {
    padding-top: 0;
  }
  .section-inner + .section-inner {
    margin-top: 0px;
  }
  .section-inner.contact .section-contact {
    gap: 0;
  }
}

.section-inner.contact .section-contact .btn--primary {
  height: 40px;
  width: 340px;
  margin: 0 auto;
  border-radius: 100px;
}

@media screen and (max-width:768px) { 
  .section-inner.contact .section-contact .btn--primary {
    width: 100%;
  }
}

.section-inner.contact .section-contact .btn--primary a {
  height: 40px;
  font-weight: bold;
}

.categories {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width:768px){
  section.knowledge-base section.categories {
    padding-top: 0;
  }
}

.title_box {
  display: flex;
 	justify-content: space-between;
}

h2.blocks-item_title {
  line-height: 1.4;
}
h2.option_title span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin: 10px 0 0 0;
  line-height: 1.3;
}

p.annotation {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  line-height: 1.2;
}

.section h2.section_title {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  width: calc(50% - 20px);
}
a.blocks-item-link img.jol_logo {
  padding: 25px 0;
}
.blocks-item-link.option_box {
  padding: 3px 3px 30px;
}
.option_label {
  background: #ff9700;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: block;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 20px;
}
.option_inner {
  padding: 0 18px;
}

ul.blocks-list {
	justify-content: space-between!important;
}

li.blocks-item, li.blocks-item_4columns {
  margin: 0 0 30px!important;
}

li.blocks-item {
  width: calc(50% - 20px);
}
li.blocks-item_4columns {
  width: calc(33% - 20px);
}
.blocks-item img {
  max-width: 100%;
}


@media screen and (max-width:768px){
  h2.section_title {
    padding-left: 0;
  }
  .section h2.section_title {
    width: 100%;
  }
  li.blocks-item,
  .option_box,
  .blocks_box,
  li.blocks-item_4columns{
  width: 100%;
	}
}

li.blocks-item a.blocks-item-link h2.blocks-item_title,
.blocks_panel h2.blocks-item_title,
li.blocks-item_4columns a.blocks-item-link h2.blocks-item_title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
li.blocks-item_4columns a.blocks-item-link h2.blocks-item_title {
  font-size: 18px;
}

li.blocks-item a.blocks-item-link p.blocks-item_txt,
.blocks_panel p.blocks-item_txt,
li.blocks-item_4columns a.blocks-item-link p.blocks-item_txt {
  color: #AAA;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
li.blocks-item_4columns a.blocks-item-link p.blocks-item_txt {
  font-size: 12px;
}

li.blocks-item:hover, li.blocks-item:focus, li.blocks-item:active,
.blocks_panel:hover, .blocks_panel:focus, .blocks_panel:active,
li.blocks-item_4columns:hover, li.blocks-item_4columns:focus, li.blocks-item_4columns:active {
  opacity: 0.8;
}

li.blocks-item img,
.blocks_panel img,
li.blocks-item_4columns img {
  margin-bottom: 20px;
}


a.btn_news {
  background: url(/hc/theming_assets/01HZM6HSF80NBE7GVA1RAMTE65) no-repeat 80px center #fff;
  display: block;
  text-align: center;
  line-height: 44px;
  height: 48px;
  width: 280px;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 30px auto 70px;
}
a.btn_news:hover {
  text-decoration: none;
  opacity: 0.8;
}

ul.blocks_tb {
  justify-content: flex-start!important;
}
li.blocks-item, li.blocks-item_4columns {
  background: #fff;
}
li.blocks-item_4columns.list_tb {
  margin-right: calc(1% + 24px)!important;
}
@media screen and (max-width:768px){
  li.blocks-item_4columns.list_tb {
  margin-right: 0!important;
  }
  h2.option_title span {
    display: block;
    margin: 10px 0 0 0 ;
  }
}

#top_page .contact-wrapper-head {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
}

#top_page .contact-wrapper_title {
  margin: 0;
}

#top_page .contact-wrapper_annotation{
  color: #777;
  margin: 8px 0 0;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 FAQ 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.faq_box {
  border-radius: 5px;
  padding: 30px;
  background: #fff;
  text-align: center;
  margin-top: 50px;
}

.faq_box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 0;
}

.faq_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.faq_box ul li {
  background: url(/hc/theming_assets/01HZM6HJEEBYMJM9YCJX18AC6E) no-repeat 0 7px;
  width: calc(50% - 40px);
  list-style: none;
  padding-left: 15px;
  margin-bottom: 7px;
  text-align: left;
  font-size: 16px;
}

.faq_box ul li:nth-child(odd) {
  margin-right: 80px;
}

.faq_box ul li a {
  color: #333;
  text-decoration: underline;
}

.faq_box ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width:768px){
  .faq_box {
    padding: 30px 20px;
  }
  .faq_box ul {
    display: inherit;
    width: auto;
  }
  .faq_box ul li {
    width: auto;
    margin-bottom: 15px;
  }
  .faq_box ul li:nth-child(odd) {
  	margin-right: 0;
  }
}

a.btn_faq {
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  height: 48px;
  width: 280px;
  text-decoration: none;
  color: #fff;
  background: #20AEE5;
  border-radius: 5px;
  margin-top: 30px;
}
a.btn_faq:hover {
  opacity: 0.8;
  text-decoration: none;
}

  #block04_FQ {
    padding-top: 80px;
    margin-top: -80px;
  }


.sp_only {
  display: none;
}
@media screen and (max-width:768px){
  h2.option_title.sp_only {
  	width: 100%;
    padding-top: 80px;
  	margin-top: -60px;
	}
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/*=========================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===========================================================================*/
footer.footer {
  margin-top: 0;
  background-color: #656D70;
  padding: 32px 16px;
}
.footer__inner {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
.footer__service__title {
  color: #fff;
  font-size: 14.4px;
  margin:0;
}
.footer__service__list {
  margin: 0 auto 32px;
  display: block;
  list-style: none;
  overflow: hidden;
  margin-left: -0.9em;
}
@media screen and (max-width:768px){
  .footer__service__list {
    overflow: visible;
    margin-left: 0;
  }
}
.footer__service__item {
  display: inline-block;
  padding: 0 17px 0 14px;
  margin: 0;
  border-right: 1px solid;
  border-color:#fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  list-style: none;
}
.footer__service__item:first-child {
  border: none;
  padding-left: 0;
  margin-left: 1.1em;
  border-right: 1px solid;
  border-color:#fff;
}
.footer__service__item:last-child {
  border:none;
}
@media screen and (max-width:768px){
  .footer__service__item:first-child {
    margin-left: 0;
  }
}
.footer__service__link {
  display: inline-block;
  padding: 0;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width:768px){
  .footer__service__item {
    border: none;
    padding: 0;
    border-right: 1px solid;
    border-color:#fff;
  }
  .footer__service__item:first-child {
    border-right: 1px solid;
    border-color: #fff;
    padding-left: 0;
  }
  .footer__service__item:last-child {
		border: none;
  }
  .footer__service__link {
		padding: 0 8px 0 0;
  }
}
.footer__nav__list {
  margin: 0 auto 32px;
  display: block;
  list-style: none;
}
.footer__nav__item {
  display: inline-block;
  padding: 0 9.6px 0 16px;
  margin: 0;
  border-left: 1px solid;
  border-color:#fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width:768px){
  .footer__nav__item {
    border: none;
    padding: 0;
    border-right: 1px solid;
    border-color: #fff;
  }
}
.footer__nav__item:first-child {
  border: none;
  padding-left: 0;
}
@media screen and (max-width:768px){
  .footer__nav__item:first-child {
    border-right: 1px solid;
    border-color: #fff;
    padding-left: 0;
  }
  .footer__nav__item:last-child {
		border: none;
  }
}
.footer__nav__link {
  display: inline-block;
  padding: 0;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width:768px){
  .footer__nav__link {
		padding: 0 8px 0 0;
  }
}
.copyright {
  padding: 0;
  margin: 16px auto;
}
.copyright a {
  font-size: 10px;
  display: block;
  color: #fff;
}

/*=============================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　category_page ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===============================================================================*/

.category--title {
  font-size: 16px;
  border-bottom: 2px solid #20aee5;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding: 16px;
}

@media screen and (max-width:768px){
  ul.article-list {
		margin-left: -0.1em;
  }
}


ul.article-list li.article-list-item:last-child {
  margin-bottom: 0;
}

.category-container {
    margin-bottom: 28px;
}

.category-container .category-content {
  flex: 100%;
}

/*=============================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　section_page ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===============================================================================*/
.section--title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;;
    padding: 5px 0 5px 20px;
  }

.section-container section.section-content {
  flex: 1;
}

.section-container section.section-content ul.article-list {
  background: #fff;
  padding: 20px 16px 32px 16px;
  border-radius: 10px;
}

ul.article-list li.article-list-item {
  border: none;
  font-size: 16px;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width:768px){
  ul.article-list li.article-list-item {
    border: none;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
  }
}

ul.article-list li.article-list-item a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
  	background: #555;
  	border-radius: 50%;
    vertical-align: 2px;
}
li.article-promoted .icon-star::before {
  display: none;
}
/*=============================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　article_page ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===============================================================================*/

.article-container article.article {
  flex: 1;
  max-width: 100%;
  padding:0;
}

header.article-header {
  margin-bottom: 40px;
}
@media screen and (max-width:768px){
  header.article-header {
    margin-bottom: 32px;
  } 
}

header.article-header h2.article-title {
  font-size: 32px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  flex-grow: 0;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width:768px){
  header.article-header h2.article-title {
    font-size: 28px;
  }
}

section.article-info .article-content {
  background: #fff;
  padding: 0 0 32px;
  border-radius: 4px;
}

@media screen and (max-width:768px){
  section.article-info .article-content {
    padding: 20px 0;
  }
}

.article-content .article-body h1,
/* .article-content .article-body h2,
.article-content .article-body h3,
.article-content .article-body h4 */{
  padding-top: 70px;
  margin-top: -70px!important;
}

.article-content footer {
  margin-top: 50px;
}

ul.share li a {
  color: #666;
}
ul.share a:hover::before {
  color: #666;
  opacity: 0.8;
}
/* section.article-relatives > * {
  margin: 0 0 20px 0;
} */
.related-articles {
  margin-bottom: 48px;
}
article.article .article-relatives {
  border-top: none;
  background: #fff;
  border-radius: 4px;
  padding: 36px 0;
  margin-bottom: 28px;
}
@media screen and (max-width:768px){
  article.article .article-relatives {
    padding: 0;
    margin-bottom: 16px;
  } 
}

section.article-relatives {
  flex-direction: column;
}
section.article-relatives section.recent-articles h3,
section.article-relatives section.related-articles h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 32px 0;
  border: none;
}
section.related-articles ul li,
section.recent-articles ul li {
  font-size: 16px;
  position: relative;
  text-indent: -0.7em;
  padding-left: 1em !important;
}
section.related-articles ul li:last-child,
section.recent-articles ul li:last-child {
  margin-bottom: 0;
}
section.related-articles ul li::before,
section.recent-articles ul li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
  	background: #555;
  	border-radius: 50%;
    vertical-align: 2px;
}
section.related-articles ul li a,
section.recent-articles ul li a {
  text-decoration: none;
  color: #0892c7;
}

section.related-articles ul li a:hover,
section.recent-articles ul li a:hover {
  text-decoration: underline;
}

.article-content footer {
  margin-top: 50px;
}
footer .article-votes {
  padding: 28px 0 32px 0;
}
@media screen and (max-width:768px){
  footer .article-votes {
    padding-bottom: 28px;
  }
}

footer .article-votes p {
  font-size: 14px;
  line-height: 1.5;
}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 記事内の装飾 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

/* ------------------------ common ------------------------ */
section.article-info .article-content {
	margin: 0;  
}
@media screen and (max-width:768px){
  section.article-info .article-content {
    padding: 0;  
  }
}

header.article-header {
  margin-bottom: 16px;
}

header.article-header h2.article-title {
  width: 100%;
}

.article-body {
  font-size: 16px;
  margin-bottom: 64px;
}

@media screen and (max-width:768px){
  .article-body {
    margin-bottom: 48px;
  }
}

.article-body .border-none {
  border:none;
}

.article-content .article-body p {
  margin: 0;
}

.border-none img {
  border:none !important;
}
/* ------------------------ h1-h4 ------------------------ */
.article-content .article-body h1,
.article-content .article-body h2,
.article-content .article-body h3,
.article-content .article-body h4 {
  border: none;
  padding-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
}
.article-content .article-body h1 {
  font-size: 26px;
}
.article-content .article-body h2 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding-top: 70px;
  margin-top: -20px;
}
.article-content .article-body h2:first-child {
  padding-top: 70px;
}
.article-content .article-body h3 {
  font-size: 18px;
  padding-top: 70px;
  margin-top: -40px;
  margin-bottom: 10px;
}
.article-content .article-body h4 {
  font-size: 16px;
  color: #20aee5;
  padding-top: 70px;
  margin-top: -40px;
  margin-bottom: 10px;
}

/* ------------------------ fontsize ------------------------ */
.article-content .wysiwyg-font-size-small {
  display: block;
  line-height: 1.5;
  font-size: 12px;
}
.article-content .wysiwyg-font-size-medium {
  font-size: 16px;
}
.article-content .wysiwyg-font-size-large {
  font-size: 18px;
}
.article-content .wysiwyg-font-size-x-large {
  font-size: 20px;
}


/* ------------------------ ol / ul ------------------------ */
.article-content .article-body ol,
.article-content .article-body ul {
  border: none;
  padding:0;
}
.article-content .article-body ol {
  padding: 0;
  counter-reset: my-counter;
  list-style: none;
}
.article-content .article-body ol li {
  padding: 0 0 0 25px;
  position: relative;
}
.article-content .article-body ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #20aee5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -25px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-top: 3px;
}

.article-content .article-body ol li.orange::before {
  background-color: #FF9700;
}
.article-content .article-body ol li.orange strong {
  color: #555;
  margin-bottom: 8px;
  display: block;
}
.article-content .article-body ol li + li {
	margin-top: 32px;
}
.article-content .article-body ul li {
  padding: 0 0 3px 0;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}
.article-content .article-body ul li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
  	background: #555;
  	border-radius: 50%;
    vertical-align: 2px;
}

/* リストの先頭の「・」を非表示にし、余白を調整する共通クラス */
.article-content .article-body ul li.no-bullet::before {
    content: none !important;
}
.article-content .article-body ul li.no-bullet {
    text-indent: 0 !important;
    margin-left: 0 !important;
    list-style-type: none !important;
}

.article-content .article-body ul li.twocol--inner::before {
  margin-top: 10px;
}
@media screen and (max-width:768px){
  .article-content .article-body ul li.twocol--inner::before {
    position: absolute;
    left: 0;
  }  
}
.article-content .article-body ul li.twocol--inner {
  text-indent: -3px;
}
@media screen and (max-width:768px){
  .article-content .article-body ul li.twocol--inner {
    text-indent: 0.7em;
  } 
}
/* ------------------------ a ------------------------ */
.article-content .article-body a {
  text-decoration: underline;
  padding-left: 3px;
}
.article-content .article-body a:hover {
  text-decoration: none;
  opacity: .8;
}

.article-content .article-body a[target="_blank"] {
  position: relative;
}
.article-content .article-body a[target="_blank"]::after {
  display: inline-block;
  line-height: 1;
  position: relative;
  right: 0;
  top: 2px;
  margin-left: .3em;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/hc/theming_assets/01JV3S18TDKD12E08M3ENBFMFB) center no-repeat transparent;
}

.download-icon::after{
  display: inline-block !important;;
  line-height: 1 !important;;
  position: relative !important;;
  right: 0 !important;;
  top: 2px !important;;
  margin-left: .3em !important;;
  content: "" !important;;
  width: 1rem !important;;
  height: 1rem !important;;
  background: url(/hc/theming_assets/01JVBB8V28AKPVJDHVT8DRR5Q0)  no-repeat transparent !important;;
}

.section-container a[target="_blank"] {
  position: relative;
}
.section-container a[target="_blank"]::after {
    display: inline-block;
    line-height: 1;
    position: relative;
    right: 0;
    top: 2px;
    margin-left: .3em;
    content: "";
    width: 2rem;
    height: 1.2rem;
    background: url(/hc/theming_assets/01HZM6HSQETH4M1003TWMKHG9G) left .2em no-repeat transparent;
    background-size: 14px;
}

/* ------------------------ table ------------------------ */
.article-content table th,
.article-content table td {
  padding: 10px;
}
.article-content table th.vtop,
.article-content table td.vtop {
  vertical-align: top;
}


table.air_style_table {
  
}

table.air_style--table th {
  font-size: 16px;
  border: 1px solid #bdc3c4;
  padding: 8px;
  margin: 0;
  text-align: left;
  vertical-align: center;
  background: #F0F0F0;
  text-align: center;
  font-weight: normal;
}

figure.wysiwyg-table>table td, figure.wysiwyg-table>table th {
  border: 1px solid #bdc3c4;
}

table.air_style--table td {
  border: 1px solid #bdc3c4;
  padding: 8px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.article-content .article-body .air_style--table-caption {
  margin: 56px 0 16px;
  padding: 0;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

.td-inner{
  counter-reset:my-counter;
}

.td--l{
  padding-left:32px !important;
}

.td--l::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FF9700;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -24px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-top: 3px;
}

/* ------------------------ img ------------------------ */
.article-body img {
  border: solid 1px #ddd;
  margin: 0;
  background: #fff;
  padding: 0;
}
.article-body img.noLine {
  border: none;
  margin: 0;
}
.article-body p img {
  vertical-align: middle;
}


/*=============================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　search_results ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===============================================================================*/
.search--title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 5px 0 5px 20px;   
}

.container .search-results {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 28px;
  padding: 20px;
  flex-direction: column;
}
@media screen and (max-width:768px){
  .container .search-results {
    border-radius: 4px;
    margin-bottom: 16px;
  } 
}

.container .search-results-list > li:first-child {
  border-top: none;
  padding-top: 0;
}

p.results_number {
  padding:0;
  margin-left: 20px;
}

.search-results section.search-results-column {
  flex: 1;
}

@media screen and (max-width:768px){
  p.results_number {
  padding: 0 0 5px 0;
  margin: 0 0 0 20px;
  }
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 search-result 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

ul.search-results-list li.search-result a.search-result-link {
  font-size: 20px;
  text-decoration: underline;
}
ul.search-results-list li.search-result a.search-result-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
ul.search-results-list li.search-result .search-result-description {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width:768px){
  ul.search-results-list li.search-result .search-result-description {
    margin-top: 20px;
  }  
}
ul.search-results-list li.search-result .search-result-description em {
  font-style: normal;
  font-weight: bold;
}

ol.search-result-breadcrumbs {
  margin-top: 10px;
}
@media screen and (max-width:768px){
  ol.search-result-breadcrumbs {
    line-height: 1.0;
  }
}
ol.search-result-breadcrumbs li {
  font-size: 12px;
}
ol.search-result-breadcrumbs li a,
ol.search-result-breadcrumbs li a:active,
ol.search-result-breadcrumbs li a:visited {
  color: #666;
}
ol.search-result-breadcrumbs li a:hover {
  opacity: 0.8;
}

.search-result-breadcrumbs li:last-child::after {
  display: none!important;
}


.section-tree section.section a.see-all-articles,
.section-tree section.section a.see-all-articles:active,
.section-tree section.section a.see-all-articles:visited {
  color: #0892c7;
  font-size: 14px;
}
.section-tree section.section a.see-all-articles {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}
.section-tree section.section a.see-all-articles::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    border-top: 2px dotted #eee;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 pagination 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

nav.pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 35px;
    width: 35px;
}
nav.pagination ul li a,
nav.pagination ul li span {
  font-size: 14px;
  padding: 0;
}
nav.pagination ul li a,
nav.pagination ul li a:active,
nav.pagination ul li a:visited{
  color: #333;
}
nav.pagination ul li.pagination-current {
  background-color: #efefef;
}
nav.pagination ul li.pagination-current span {
  font-weight: bold;
  color: #333;
}
nav.pagination ul li.pagination-first a,
nav.pagination ul li.pagination-prev a,
nav.pagination ul li.pagination-next a,
nav.pagination ul li.pagination-last a {
  font-size: 18px;
  padding: 2px 12px;
}

.pagination ul li + li {
    margin-left: 5px;
}


/*=============================================================================
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　MANUAL ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
===============================================================================*/

.article-content .article-body ul.blocks-list li::before {
  content: none;
}
.article-body .section-inner {
	padding: 0;
	margin: 20px 0 0 ;
}
ul.blocks-list li.block_box {
  padding: 20px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
  color: #333;
  list-style: none;
  width: calc(50% - 20px);
}

@media screen and (max-width:768px){
  ul.blocks-list li.block_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.stretched-link::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}
.block_box .blocks-item-link {
  padding: 0;
}
.article-content .article-body h3.blocks-item_title {
  padding: 0;
  margin: 0;
}
ul.blocks-list li.block_box:hover {
  opacity: 0.8;
}
ul.blocks-list li.block_box img {
  margin-bottom: 10px;
}

.article_column {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.article_column_one {
  display: flex;
  margin: 30px 0;
  justify-content: center;
}
.article_column .column_box {
  width: calc(50% - 20px);
}
.article_column_one .column_box {
  width: 50%;
}
@media screen and (max-width:768px){
  .article_column {
  flex-wrap: wrap;
  }
  .article_column .column_box,
  .article_column_one .column_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.column_box p img {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 75%;
}
.column_box p img:hover {
  opacity: 0.8;
}

.article-content .article-body .column_box h3 {
    font-size: 16px;
    padding-top: 70px;
    margin-top: -50px;
    margin-bottom: 10px;
}

.movie_table {
  width:100%;
  border-left: #ccc 1px solid;
}
.movie_table td {
  border-right: #ccc 1px solid;
  vertical-align:top;
  width:33%;
}
.movie_table th {
  border-right: #ccc 1px solid;
}
.movie_table .th_1 {
  width: 35%;
}
.movie_table .th_2 {
  width: 45%;
}
.movie_table .th_3 {
  width: 20%;
}

/* スマートフォン用サイトとパソコン用サイトの違いについて教えてください */
.table-difference_tips {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
}
.table-difference_tips-th {
 border-right: 1px dotted #ccc;
}
.table-right_border-s {
  border-right: 1px solid #ccc;
}
.inline {
  display: inline-block !important;
}
.bg-pink {
  background-color: #f7d7d7;
}
.color-box {
  display: inline-block;
  background-color: #f7d7d7;
  width: 60px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.flex {
  display: flex;
  flex-direction: row;
}
.boder-none {
  border: none !important;
}

body .article-vote {
  border: 1px solid #20aee5 ;
  color: #20aee5;
}
body .article-vote:hover {
  background-color: #20aee5;
}
body .button::after,
body [role="button"]::after {
  color: #20aee5;
}
/*=============================================================================
Air告知用CSS
===============================================================================*/
.img-kv {
  margin-bottom: 40px;
}
.article-content .article-body .air_announc img {
  background: none;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
.air_section {
  margin-bottom: 60px;
}
.article-content .article-body .air_announc .catch_head {
  text-align: center;
  color: #20aee5;
  border-top:1px solid #20aee5;
  border-bottom:1px solid #20aee5;
  font-weight:bold;
  padding-left:32px;
  padding-right:32px;
  margin-bottom: 16px;
  font-size: 18px;
}
.article-content .article-body .air_announc .catch_body {
  text-align: center;
  font-size: 27px;
  color: #20aee5;
  font-weight:bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
.catch_body-day {
  font-size: 24px;
  display: block;
}
.img-logo_list {
  text-align: center;
  border: none;
  margin-bottom: 80px;
}
.article-content .article-body .air_announc h2 {
  margin-top: 0;
  padding-top: 0;
}
.article-content .article-body .air_announc .sub_title-section {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  background: #20aee5;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  padding: 4px 0px;
  margin-bottom: 16px;
  width: 200px;
  text-align: center;
}
.article-content .article-body .air_announc .title-section {
  background: url(/hc/theming_assets/01HZM6HS43B0JZ3596YC028JHA) no-repeat left 5px;
  background-size: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #20aee5;
  border-bottom: 2px solid #20aee5;
  padding-left: 35px;
  margin-bottom: 24px;
}
.article-content .article-body .air_announc .title-section_end {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: #20aee5;
}
.article-content .article-body .air_announc .section-read {
  font-size: 16px;
  margin-bottom: 16px;
}
.article-content .article-body .air_announc .img_wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.article-content .article-body .air_announc .list-section li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  background: #20aee5;
  border-radius: 50%;
  vertical-align: 2px;
}
.list-section_wrapper + .list-section_wrapper {
  margin-top: 40px;
}
.list-section_note {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.title-section_round {
  color: #FFF;
  font-weight: bold;
  background: #20aee5;
  border-radius: 100px;
  padding: 4px 0px;
  font-size: 16px;
  margin-bottom: 6px;
  text-align: center;
  width: 160px;
  display: inline-block;
  position: relative;
  bottom: 3px;
  left: 10px;
}
.inner_section-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.inner_section-child {
  width: 340px;
  margin-bottom: 24px;
}
.article-content .article-body .air_announc .inner_section-child_title {
  font-size: 18px;
  font-weight: bold;
  color: #20aee5;
  border-bottom: 1px solid #20aee5;
  margin-bottom: 16px;
}
.title-section_logo-air {
  text-align: center;
  margin-top: 40px;
}
.article-content .article-body .pdedit {
  margin-top: 0;
  padding-top:0;
  border-bottom: 1px solid #CCC;
  font-size: 16px;
}
.kiyaku-air_wrapper {
  background: #F6F6F6;
  border-radius: 3px;
  padding: 16px;
  margin: 24px 0;
}
.article-content .article-body .br_edit {
  margin-bottom: 10px;
}
.arrow-indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.search input#query:focus {
  border: 1px solid #20aee5;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #20aee5 !important;
}

@media all and (-ms-high-contrast: none) {
  .search-results {
    display:block !important;
  }
}

.link-airwork {
  margin-top: 32px;
}
@media screen and (max-width:768px){
  .link-airwork {
    margin-top: 8px;
  } 
}

.link-airwork a {
  color:#0892c7;
  text-decoration:underline;
}

.link-airwork a:hover {
  text-decoration: none;
}

.article-content .article-body .title-border_h2 {
  font-size: 20px;
  font-weight:bold;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  margin-bottom:20px;
}
/*=============================================================================
UK連携ヘルプ用のスタイル
===============================================================================*/
.table-uk {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-uk th,
.table-uk td {
  border-right: 1px solid #ccc;
}

.table-uk td {
  font-size:14px;
}

.table-uk .categories_01 {
  width:10%;
}
.table-uk .categories_02 {
  width:10%;
}
.table-uk .categories_03 {
  width:50%;
}
.table-uk .categories_04 {
  width:30%;
}
.img-ouborenkei {
  justify-content: space-between;
  display:flex;
}
.img-ouborenkei img {
  border: none;
}
.article-body .i-icon {
    width: 64px;
    margin:0;
    padding:0;
  }
.article-body .iphone-text_annotation {
  font-size: 12px;
  margin-bottom: 10px;
  display:block;
  text-indent:0;
}
/*=============================================================================
レスポンシブ対応
===============================================================================*/
.pc_show {
  display:block;
}
.sp_show {
  display:none;
}
@media screen and (max-width:768px){
  .pc_show {
    display:none;
  }
  .sp_show {
    display:block;
  }
  .article-content .article-body pre {
    white-space: pre-wrap;
  }
  .article-body .i-icon {
    width: 64px;
    margin:0;
    padding:0;
  }
}
/*== indeed お知らせ　注意用スタイル ==*/
.color-orange {
  text-align: center;
  color: #555;
  font-size: 16px;
  background-color: #FFEDDA;
  width100%;
  border: 1px solid #FF9700;
  border-radius: 8px;
  padding: 8px;
}
/*== AirID連携お知らせスタイル ==*/
.airid_add_wrapper {
  display:block;
  background:#fafafa;
  border-radius:10px;
  padding:16px;
  margin-top: 16px;
}
.airid_add_wrapper p {
  font-size:14px;
}
.airid_add_wrapper .wysiwyg-color-red {
  display:block;
  font-size:14px;
  margin-bottom:8px;
}
.airid_add_wrapper li {
  font-size:14px;
  padding:0 !important;
}
.list-number {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #20aee5;
  color: #fff;
  font-size: 12px;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -25px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-top: 3px;
}
.airid_add_section {
  margin-bottom:32px;
}
.airid_add_section img {
  margin-bottom:0 !important;
}
/*== 汎用お知らせスタイル ==*/
.font-small--red {
  font-size: 12px;
  color:#FF0000;
}
.what_is_home .what_is_home--img img {
  margin: 8px 0 0 0;
  border:none;
}
.what_is_home--title {
  margin-top:0;
}
.search input[type="search"] {
  background: #FFF;
  font-weight: normal;
}
.flow-font-smal {
  font-size: 12px;
}

.mov {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.mov iframe {
  width: 100%;
  height: 100%;
}
.mov--table {
  border: 1px solid #CCC;
}

.mov--table td {
  font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #CCC;
}
input:-moz-placeholder {
    color: #CCC;
}
input::-moz-placeholder {
    color: #CCC;
}
input:-ms-input-placeholder {
    color: #CCC;
}

.section-flexinner_title {
    text-align: left !important;
    margin-bottom: 24px !important;
    font-size: 20px;
    color: #555;
}

.section-flexinner {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:32px;
}
@media screen and (max-width:1140px){
.section-flexinner {
  gap: 32px;
  flex-direction: column;
} 
}
@media screen and (max-width:768px){
  .section-flexinner {
    flex-direction: column;
  }
}

/* 新AW用追加CSS */
.section--wrapper {
  position: relative;
  width: 328px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width:1140px){
  .section--wrapper {
    width: 100%;
  }
}

.section--wrapper_title {
    position: relative;
    font-size: 16px;
    border-bottom: 2px solid #20aee5;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 15px 15px 15px 49px;
}

.section--wrapper_body {
  background: #FFF;
  padding:16px;
  padding-bottom: 68px;
}

.section--wrapper_article-list {
    margin-bottom: 0px;
}

.section--wrapper_article-list a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
    background: #555;
    border-radius: 50%;
    vertical-align: 2px;
}

.section--wrapper_article-link + .section--wrapper_article-link {
    margin-top: 16px;
}

.article-link-arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    right: 0;
    width:10px;
    height: 10px;
}

.article-link-arrow img {
    width: 10px;
    height: auto;
}
.categories--wrapper .more-link {
  margin-top: 32px;
  position: static;  
}
.more-link {
  position: absolute;
  bottom:16px;
  right:16px;
  font-size: 14px;
  display: block;
  text-align: right;
}

.icpn--section--wrapper_title {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 6px;
    width:40px;
    height: 40px;    
}

.icpn--section--wrapper_title img {
    width: 40px;
    height: auto;    
}

.section-use {
    display:flex;
    flex-direction: row;
    justify-content: space-between ;
    background: #FFF;
    border-radius: 5px;
    padding: 24px 60px;
}
@media screen and (max-width:768px){
  .section-use {
    padding: 24px 16px;
    flex-direction: column;
  }
}

.section-use > .section--wrapper_article-list + .section--wrapper_article-list {
    margin-left: 64px;
}
@media screen and (max-width:768px){
  .section-use > .section--wrapper_article-list + .section--wrapper_article-list {
    margin-left: auto;
  } 
}

.powered-by-zendesk {
    display: none;
}

.section-contact {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px){
  .section-contact {
    display: flex;
    flex-direction:column;
  }  
}

.contact-wrapper {
    text-align: center;
    width: 509px;
    border-radius: 4px;
    background: #FFF;
    padding: 16px 32px;
}

@media screen and (max-width:768px){
  .contact-wrapper {
    width: 100%;
  }
  .contact-wrapper + .contact-wrapper {
    margin-top: 16px;
  }
}

.contact-wrapper_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
    color: #555;
}

.contact-wrapper_icon {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.contact-wrapper_icon img {
    width: 48px;
    height: auto;
}

.contact-wrapper_read {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.contact-wrapper_read + .btn--primary {
    margin-top: 32px;
}
@media screen and (max-width:768px){
  .contact-wrapper_read + .btn--primary {
    margin-top: 20px;
  } 
}

.contact-wrapper-head {
    margin-bottom: 18px;
}
@media screen and (max-width:768px){
  .contact-wrapper-head {
    margin-bottom: 8px;
  }  
}

.contact-wrapper_annotation {
    font-size: 12px;
}

.btn--primary {
    width: 100%;
    background: #20AEE5;
    border-radius: 4px;
    height: 34px;
}
.btn--primary.chat {
  display: flex;
  justify-content:center;
  align-items: center;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}

.btn--primary a {
  cursor: pointer;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    height: 34px;
}

.btn--primary a:hover {
    text-decoration: none;
}

.categories--wrapper {
  position: relative;
    max-width: 412px;
    background: #fff;
    border-radius: 5px;
    flex: 0 0 48%;   
}

.chatplusview-modern img{
  display:none;
}

@media screen and (max-width:768px){
  .categories--wrapper {
    max-width: 100%; 
  }
}

.category-content .categories--wrapper:nth-of-type(2) {
    margin-top: 0;
}
@media screen and (max-width:768px){
  .category-content .categories--wrapper:nth-of-type(2) {
    margin-top: 32px;
  }  
}

.categories--wrapper + .categories--wrapper {
    margin-top: 40px;
}
@media screen and (max-width:768px){
  .categories--wrapper + .categories--wrapper {
    margin-top: 32px;
  } 
}

.categories--wrapper_body {
    padding: 16px;
}

.list_indent {
    text-indent: -0.7em;
    padding-left: 1em !important;
}
.categories--wrapper_body .list_indent {
  text-indent: -0.7em;
  padding-left: 1em !important;
}
@media screen and (max-width:768px){
  .list_indent {
    text-indent: -0.7em;
    padding-left: 1em !important;
  }
  .categories--wrapper_body .list_indent {
    padding-left: 0.8em !important; 
  }
}

.section-container {
    margin-bottom: 28px;
}

.article-votes-read {
  margin: 0 0 28px 0;
}

.title--contact {
  font-size: 32px;
  color:#555;
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ddd;
}

.chat_exp_btn a {
  background: #FFF;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 32px;
}

.chat_btn_img {
  width: 56px;
  height: 56px;
}

.chat_btn_img img {
  width: 56px;
  height: auto;
}

.chat_btn_text {
  margin-left: 24px;
}

.chat_time_text p {
  font-size: 12px;
  margin: 0;
}

.formlist {
  margin-bottom: 32px;
}

.request_ticket_form_id .label--title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 32px;
}

.label--title.first--label {
  display:block;
  margin-bottom: 32px;
}

.label--bold {
  font-size:14px !important;
  font-weight: bold;
}

.request_custom_fields_20378801581081,
.request_custom_fields_27923171833113,
.request_custom_fields_44430680077337 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.request_custom_fields_27923171833113 {
  margin-bottom: 64px;
}

#request_custom_fields_20378801581081,
#request_custom_fields_27923171833113,
#request_custom_fields_44430680077337 {
  order: 1;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

#request_custom_fields_28502335537945_label {
  margin-bottom:20px;
  order: 1;  
}

#request_custom_fields_28502335537945_error {
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media screen and (max-width:768px){
  #request_custom_fields_28502335537945_error {
    bottom: -22px;
  }
}

#request_custom_fields_28502335537945 {
  width: 20px;
  height: 20px;
  margin-right: 8px;  
}

@media screen and (max-width:768px){
  #request_custom_fields_28502335537945 {
    width: 30px; 
  }
}

.request_custom_fields_28502335537945 {
  display: flex;
}

#request_custom_fields_20378801581081_label,
#request_custom_fields_27923171833113_label,
#request_custom_fields_44430680077337_label {
  display: flex;
  order: 2;
  margin: 0;
}

.icon-blank {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
}

.icon-blank img {
  width: 100%;
  height: auto;
}

.pp-links {
  display: flex;
}

.form footer {
  margin: 32px 0 0 0;
  padding: 0;
}

body footer .button-large, input[type="submit"] {
  display: flex;
  width: 210px;
  height: var(--height-button, 44px);
  min-width: 80px;
  padding: 0px var(--spacing-spacing-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-spacing-4, 4px);
  border-radius: var(--spacing-spacing-4, 4px);
  background: var(--brand-primary, #20AEE5) !important;
  box-shadow: 0px 1px 0px 0px #1987B3 inset, 1px 0px 0px 0px #1987B3 inset, -1px 0px 0px 0px #1987B3 inset, 0px -2px 0px 0px #1987B3 inset;
}

a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}

.request_custom_fields_20378801581081,
.request_custom_fields_27923171833113,
.request_custom_fields_28502335537945,
.request_custom_fields_44430680077337 {
  position: relative; 
}
#request_custom_fields_20378801581081_error {
  position: absolute;
  bottom: -32px;
  left: 0;
}

.error-message {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
  border-radius: 4px;
  line-height: 14px;
  margin-top: 4px;
  padding: 4px 4px 4px 8px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  display: none;
}

.error-message--privacy,
.error-message--checkhelp {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
  border-radius: 4px;
  line-height: 14px;
  margin-top: 4px;
  padding: 4px 4px 4px 8px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  display: none;
  width: 100%;
  position: absolute;
  top: 21px;
  left: 0;
}

input[type="submit"].inactive {
	opacity: .3;
  pointer-events: none;
}

input[type="submit"].active {
    transition: opacity 0.2s ease;
}

input[type="submit"].active:hover {
	opacity: .3
}

.request_custom_fields_20378801581081 {
  position: rerative;
}

.go_contact_onlinechat:hover {
  background-color:#E6E6E6;
  opacity: .8;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

.btn--primary a:hover,
.nesty-input:hover {
  text-decoration: none !important;
}

.btn--primary:hover {
  opacity: .8;
}

.search--home-links {
  font-size:14px;
}

body .breadcrumbs li a {
  color: #0892c7;
}

/* ol.breadcrumbs li a::before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(//theme.zdassets.com/theme_assets/2295888/27a5afa70841a32a948c2b2fcaf1d5d25ce882df.svg) center center no-repeat transparent;
    background-size: 6px;
    position: absolute;
    top: 1px;
    left: 0;
} */

.pp-inline {
  display: flex;
}

.request_custom_fields_20379349341081 {
  display: none;
}


.border-style_0928 {
  border: 1px solid #f55852;
  padding: 16px;
  border-radius: 4px;
}

.withdrawal_index {
  background: #f0f0f0;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
}

.space-none {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

.withdrawal_index-list > li {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.withdrawal_index-list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.withdrawal_list-title {
  display: block;
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 4px;
}

.withdrawal_list-sub_title {
  display: block;
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 4px; 
}

.withdrawal_list-annotation {
  display: block;
  margin-bottom: 4px;
}

.withdrawal_list-features {
margin-bottom: 18px; 
}

.withdrawal_list-features li {
	margin-bottom: 8px;  
}

.icon-link_blank {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon-link_blank img {
  width: 16px;
  height: auto;  
}

.withdrawal-link-external.withdrawal-airid {
  display:block;
}
.withdrawal-link-external {
  display:block;
}
.withdrawal_list-link_wrapper {
  display:block;
  margin-bottom: 8px;
}

.head-links {
  display: flex;
	justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:768px){
  .head-links {
    width: 235px;
    justify-content: flex-end;
    gap: 8px;
  }
}
@media screen and (max-width:320px){
  .head-links {
		font-size:21px;
  }
}

.regist a {
  width: 194px;
  font-size:14px;
  color:#fff;
  font-weight: bold;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #20AEE5;
  height:40px;
}
.regist a:hover {
  cursor:pointer;
  opacity: .5;
}
@media screen and (max-width:768px){
	.regist a {
    width: auto;
    font-size:14px;
    color:#fff;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    padding: 1px 8px 0 8px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #20AEE5;
    height: 28px;
    line-height: 28px;
  }
}

.login a {
  font-size:14px;
  font-weight: bold;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #20AEE5;
  background: #FFF;
  height:40px;
}
.login a:hover,
.regist a:hover
{
  text-decoration: none !important;
  opacity: .5;
}
@media screen and (max-width:768px){
 .login a {
    font-size:16px;
    font-weight: bold;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    border-radius: none;
    border: none;
    background: none;
    height:40px;
  }
}

.head-info {
  background: #E1F0F8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 105px;
}
@media screen and (max-width:768px){
  .head-info {
    background: #E1F0F8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
  }
}

.head-info_read {
  width: 1050px;
  font-size: 14px;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  .head-info_read {
    font-size: 12px;
  }
}

.request_custom_fields_20378801581081 {
  margin-top: 32px !important;
  margin-bottom: 64px;
}

.request_custom_fields_44430680077337 {
  margin-top: 32px !important;
  margin-bottom: 32px;  
}

/* .container nav.sub-nav {
  padding-top: 32px;
}
@media screen and (max-width:768px){
  .container nav.sub-nav {
    padding-top: 0;
  }
} */

.modal_content .button_area li.button_item *:hover {
  text-decoration: none !important;
}

.nonstyle-list > li::before {
  content: none !important;
}

.icon-position {
  position: relative;
  top: 3px;
  left: 3px;
}

.icon-position img {
  margin:0;
  padding:0;
}

.claim_notes-title {
  margin: 0;
}

.claim_introduction {
	display: flex;
  flex-direction: column;
	gap:8px;
}

.claim_body {
	display: flex;
  flex-direction: column;
	gap:8px;
}

.claim_body.border {
  border-bottom: 1px solid #CCC;
}

.claim_notes-title {
  font-size: 16px;
  font-weight: bold;
}

.form-field .claim_notes-subtitle {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.claim_notes-exp {
  font-size: 14px;
}

.form-field .claim_notes-subtitle + .claim_notes-read-sml {
  margin-bottom: 32px;
}

.form-field .claim_notes-read-sml {
  font-size: 14px;
  margin: 0;
}

.form-field .claim_notes-read {
  font-size: 16px;
  margin: 8px 0 0 0;
}

.border_wrapper {
  border-bottom: 1px solid #CCC;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.border-none_wrapper {
	display: flex;
  flex-direction: column;
	gap:4px;
}

.icon-blank_notes {
  display: inline-block;
  margin: 0 2px;
}

.icon-blank_notes img {
  width: 10px;
  height: 12px;
}

.claim_notes_section-title {
  font-size: 20px;
  padding-top: 7px;
  margin-bottom: 16px;
}

.claim_formnotes {
  margin:8px 0 0 0;
  padding:0;
}

.claim_formnotes dt {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

.claim_formnotes dd {
  color: #999;
  font-size: 12px;
  margin: 4px 0 0 0;
  padding: 0;
}

footer input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-weight: bold;
  box-shadow: none;
}

.claim_notes-dl {
  margin:16px 0 0 0;
}

.claim_notes-dl dt {
  font-weight:bold;
  margin:0;
}

.claim_notes-dl dd {
  margin:0;
}

.agree_notes_wrapper {
  border: 1px solid #CCC;
	margin-top: -52px;
  border-radius: 4px;
  padding: 16px;
}

.agree_notes-title {
  font-size: 	16px;
  font-weight: bold;
  color: #555;
  margin-top:10px;
  margin-bottom: 8px;
}

.agree_notes-list {
  margin: 0;
}

.agree_notes-list li {
  font-size: 14px;
  list-style-type: disc;
  margin-left: 1em;
}

.required_icon {
  color: #f00;
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold;
}

.formlabel {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#request_custom_fields_27923171833113_error {
  position: absolute;
  margin-bottom: -50px;
}

/*=============================================================================
2024/07/23
記事タイトル仮対応用
不要になったら削除してください
===============================================================================*/
.article--title + .air_style--table-caption {
  margin-top: 0 !important;
}

.article-content .article-body h2.article--title {
  padding: 0;
  margin: 72px 0 24px;
  font-size: 29px;
  font-weight: normal;
  color: #555;
  line-height: 1.5;
  border: none;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

.article-content .article-body h3.article--title {
  padding: 0 0 8px;
  margin: 56px 0 24px;
  font-size: 24px;
  font-weight: normal;
  color: #555;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}


/*=============================================================================
目次
===============================================================================*/
.outline--wrapper {
  background: #f0f0f0;
  margin: 32px 0;
  padding: 16px;
  border-radius: 4px;
}
@media screen and (max-width:768px){
  .outline--wrapper {
    padding: 16px;
  }
}

.outline--title {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  padding-bottom: 16px;
  line-height: 100%;
}

.outline--list {
  line-height:1.4;
}

.outline--wrapper .outline--list li {
  margin-bottom: 8px;
}

.outline--wrapper .outline--list li:last-child {
  margin-bottom: 0;
}

.outline--wrapper .outline--list__child {
  margin-top: 8px;
  margin-left: 16px;
}
.outline--wrapper .outline--list__child li {
  margin-bottom: 8px;
}
.outline--wrapper .outline--list__child li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .outline--wrapper .outline--list__child {
    margin-left: 8px;
  }
}

#article-container .article-relatives .related-articles-title,
#article-container .article-relatives .recent-articles-title {
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.article-content .article-body .outline--wrapper ul.outline--list li {
  padding-bottom: 0;
}

.article-content .article-body .outline--wrapper ul.outline--list li:first-child {
   margin-top: 8px; 
}

.article-content .article-body .outline--wrapper ul.outline--list li:before {
  margin-left: 0.5em;
}

/*=============================================================================
2カラムレイアウト
テキストと画像を横並びで使う際のレイアウトです
===============================================================================*/
.twocol--wrapper {
  margin: 16px 0;
}

.box {
  padding: 24px;
  border: 1px solid #bdc3c4;
  border-radius: 6px;
}

.article-body .twocol--wrapper h3 {
  background: none;
  padding: 0 0 .5em;
  margin: 56px 0 32px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #555;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

/* --- ステップ/キャプチャ用 --- */
.twocol--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
li.twocol--inner + li.twocol--inner {
  margin-top: 24px;
}

.twocol--table--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
li.twocol--table--inner + li.twocol--table--inner {
  margin-top: 24px;
}

@media screen and (max-width:768px){
  
/* --- ステップ/キャプチャ用 --- */
  .twocol--inner {
    display: block;
  }
  
/* --- 表/キャプチャ用 --- */
  .twocol--table--inner {
    display: flex;
    flex-direction: column-reverse;
  }
  
  li.twocol--inner + li.twocol--inner {
    margin-top: 32px;
  }
}

/* --- ステップ/キャプチャ用 --- */
.twocol--l {
  width: 45%;
}

/* --- 表/キャプチャ用 --- */
.twocol--table--l {
  width: 47%;
}

@media screen and (max-width:768px){

/* --- ステップ/キャプチャ用 --- */
  .twocol--l {
    width: 100%;
  }
}

.twocol--r {
  width: 53%;
}

/* --- 表/キャプチャ用 --- */
.twocol--table--r {
  width: 51.5%;
}

@media screen and (max-width:768px){
  
/* --- ステップ/キャプチャ用 --- */
  .twocol--r {
    width: 100%;
    margin-top: 16px;
}

.twocol--r img {
  width: 100%;
  height: auto;
  margin: 0;
}

/* --- 表/キャプチャ用 --- */
.twocol--table--l {
    width: 100%;
}
  
.twocol--table--r {
    width: 100%;
    margin-bottom: 16px;
}

.twocol--table--r img {
  width: 100%;
  height: auto;
  margin: 0;
}
}

.check--wrapper {
  position: relative;
  padding-left: 1.5em;
}

.icon--check {
  font-size: 18px;
  position: absolute;
/*   top: 0.7em; */
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 10px;
  border-bottom: 3px solid #0892c7;
  border-left: 3px solid #0892c7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.article-content .article-body .icon--check_title {
  color: #0892c7;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.article-content .article-body .icon--alert_title {
  background:url('/hc/theming_assets/01JV3S23ED4XHJGEM1GKXG0E7E');
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 24px;
/*   color: #FF9700; */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 28px;
}

.article-content .article-body .information_title {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.article-content .article-body .information_body {
  color: #555;
  font-size: 16px;
}

.bg-secondary {
  padding: 24px 32px;
  background-color: #F0FAFF;
  border-radius: 4px;
  border: none;
}

.bg-caution {
/*   font-size: 14px; */
  padding: 16px;
  background-color: #ffedda;
  border-radius: 4px;
  border: none;
}
.bg-caution.col2 {
    margin-left: -30px;
	}
@media screen and (max-width:768px){
  .bg-caution.col2 {
    margin-left: -25px;
	}
}
.bg-information {
  font-size: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #CCC;
  width:100%;
}
.bg-caution_indent {
  padding-left: 2em;
}

.relation {
  margin: 8px 0;
  text-align: right;
  color: #777777;
  font-size: 14px;
}

.caption {
  color: #777;
  font-size: 14px;
  text-align: right;
  padding-bottom: 8px;
  line-height: 1.4;
}

.article-content .article-body a.link-relation {
  display: inline-block;
  position: relative;
  background: none;
  padding-right: 0;
  margin-right: 0;
}

.article-content .article-body a.link-relation::before {
  content: "";
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 8px;
  font-size: .8rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  background: url(/hc/theming_assets/01J7MSZS5WDSF9NJ94ZZ1MD11Z) left 2px no-repeat transparent;
  background-size: 100%;
}
/*=============================================================================
Airレジのガイドライン適応で追加
===============================================================================*/
/* ------------------------ 画面遷移用ソースコード ------------------------ */
.article .screen-box {
  margin: 16px 0 24px 0;
  background: #FAFAFA;
  font-size: 14px;
  padding: 4px 24px;
}
.article .screen-contents {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.article .screen-contents>li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: left;
  line-height: 100%;
  font-size: 14px;
  text-indent: 0;
}
.article dl {
  margin: 16px 0;
  padding: 0;
}
.article .screen-box dl dt {
	font-size: 14px;
  font-weight: 600;
}
.article dt,
.article dd {
  margin: 0;
  padding: 0;
  position: relative;
}
.article .screen-contents>li::after {
  content: url('/hc/theming_assets/01J6H1KP5NP17DPBRHS5A91NFC');
  font-family: FontAwesome;
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 1px;
  padding: 0 0 0 20px;
  background: none;
}
.article .screen-contents>li:last-child::after {
    display: none;
}
.article-content .article-body ul.screen-contents li::before {
  content: "";
  display: none;
}
.article-content .article-body ul.screen-contents li {
  padding: 0 0 3px 0;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}
.article .article-body  pre {
	font-family: "Avenir Next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  color: #555;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}


/*=============================================================================
レイアウト調整用
※イレギュラー対応
===============================================================================*/
.mt-24 {
  margin-top: 24px !important;
}
/*=============================================================================
ヘルプページSEO対策案件で追加
===============================================================================*/
.btn--lp_detail {
  display:block;
  margin-bottom: 32px;
}
@media screen and (max-width:768px){
  .btn--lp_detail {
    margin-bottom: 40px;
  }
}
.btn--lp_detail a {
  width: 278px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #20AEE5;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.btn--lp_detail:hover,
.btn--lp_detail a:hover {
	text-decoration: none !important;
  cursor:pointer;
  opacity: .5;
}

.lp_detail-link-arrow {
  display: inline-block;
  position: relative;
  top: -5px;
  right: -8px;
  width: 10px;
  height: 10px;
}

.lp_detail-link-arrow img {
  width: 7px;
  height: auto;
}

.snippet-title {
  background: #ccc;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  padding: 8px;
}

.snippet-space-style {
  display: block;
  margin-bottom: 80px;
}

.example_text {
  display: flex;
  flex-direction: row;
}

.example_head {
  margin-right: 16px;
}

.border--none {
  border: none !important;
}

.number {
  color: #FFF;
  display: inline-block;
  height:20px;
  width:20px;
  border-radius:50%;
  line-height:21px;
  text-align:center;
  background:#20AEE5;
  font-size:14px;
  font-weight: bold;
  margin-right: 4px;
}

.number.orange {
  background:#FF9700;
  text-indent: 0;
}

.text-ind {
	margin-left:4em;
}

.article-content .article-body .table_img-01 {
  width: 400px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  border: none;
}

/** chatスタイル **/
#embeddedMessagingConversationButton {
  right: 250px;
  bottom: 90px;
}

#embeddedMessagingFrame {
  right: 20px;
  bottom: 16px;
}

.button--aichat {
  width: 221px;
  height: 86px;
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
}

.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
  display: none !important;
  visibility:hidden !important;
}

@media screen and (max-width:768px){
#embeddedMessagingFrame {
  right: 0;
  bottom: 0;
}
}

@media screen and (max-width:540px){
#embeddedMessagingConversationButton {
  right: 250px;
  bottom: 16px;
}

#embeddedMessagingFrame {
  right: 0;
  bottom: 0;
}
}

@media screen and (max-width:768px){
.button--aichat {
  width: 189px;
  height: 72px;
  position: fixed;
  bottom: 20px;
  right: 0;
  cursor: pointer;
  }
}


.nesty-input:after {
  content: ""; /* 擬似要素を表示 */
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px; /* アイコンの幅 */
  height: 10px; /* アイコンの高さ */
  background-image: url('https://dev02.dev-aw.net/_next/static/media/vecter.2ac8ca2a.svg'); /* 画像のパス */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; /* クリックを妨げないようにする */
}

.article-content .article-body h4.article--title {
  padding: 0 0 8px;
  margin: 56px 0 24px;
  font-size: 22px;
  font-weight: normal;
  color: #555;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

/* AIチャットボタン用スタイル */

.button--aichat img {
  width: 100%;
  height: auto;
}

.request_custom_fields_44662070489625 {
  display: none;
}