@charset "UTF-8";

html {
	scroll-behavior: smooth;
}
:target {
	scroll-margin-top: 140px; /* ページ内リンクへスムーススクロールしたとき固定ヘッダーの下に潜りこまないよう調整 */
}


/*headline*/
h2 {
	font-size: 18px;
	color: #e89215;
	padding-top: 30px;
	padding-bottom: 15px;
}

h2.top_info {
	padding-left: 20px;
	border-bottom: 2px solid #F1F3F5;
}

h3 {
	font-size: 16px;
	color: #e89215;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-top: 5px;
	height: 20px;
}
.ex{
	font-size:12px;
}

/*button*/
.disablePtn1 {
	/* font-size: 80%; */
	text-align: left;
	width: 50px;
	padding: 2px 10px;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
	color: #d5dce3 !important;
}

.button_orange_s a {
	background-color: #EEC283;
	border-radius: 45px;
	text-align: center;
	width: 100px;
	padding: 2px 0px;
	display: block;
	color: white;
	text-decoration: none;
}

.button_orange_s a:hover {
    background: #fff;
	color: #e89215;
}

.button_silver_s {
    /* width: 60px; */
}

.button_silver_s a {
	background: url(../img/icon_download.png) right 10px center no-repeat;
	text-align: left;
	width: 40px;
	padding: 2px 10px;
	display: block;
	color: #14395b;
	text-decoration: none;
	cursor: pointer;
	border-radius: 30px;
}

.button_silver_s a:hover {
	background-color: #f1f3f4;
}

.button_aqua_link a {
	background-color: #36C7D4;
	font-size: 100%;
	text-align: center;
	width: 120px;
	padding: 2px 0px;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

.button_aqua_link a:hover {
	background-color: #7DD1D3;
}

.button_home {
    padding: 0 10px;
}

.button_home a img {
    vertical-align: middle;
    margin: 3px 0 0 0;
}

.button_big {
    min-width: 300px !important;
    height: 50px !important;
    font-weight: bold !important;
}

/*wrapper*/
.wholl_wrapper {
	display: flex;
  	flex-direction: column;
	min-height: calc(100vh - 176px);
}

.wholl_wrapper02{
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 67px);
    background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 50%, #fff 50%, #fff 100%);
	}

.cont_wrapper {
	width: 96%;
	max-width: 1980px;
	margin: 0 auto;
	padding-top: 80px;
	display: -webkit-flex;
	display: flex;
}

.left_wrapper {
	float: left;
	width: 20%;
	margin-top: 30px;
}

.left_wrapper a {
	color: #e89215;
}

.left_wrapper a:hover {
    color: #EEC283;
}

.left_wrapper .faq_list_blue_color a {
    color: #417bb1;
}

.left_wrapper .faq_list_blue_color a:hover {
    color: #669DCD;
}

.document_list a {
    color: #e89215;
}

.document_list a:hover {
    color: #EEC283;
}

.center_wrapper {
	float: left;
	width: calc(60% - 40px);
	min-width: 450px;
	margin-left: 20px;
	/* padding-top:20px; */
	padding-bottom: 50px;
	background: #fff;
	min-height: calc(100vh - 306px);
}

.center_wrapper_02 {
    float: left;
    width: calc(80% - 20px);
    min-width: 450px;
    margin-left: 20px;
    /* padding-top:20px; */
    padding-bottom: 50px;
    background: #fff;
    min-height: calc(100vh - 197px);
}

.center_wrapper__inner {
	padding-left: 30px;
	padding-right: 30px;
}

.right_wrapper {
	float: right;
	width: 20%;
	color: #333;
	margin-top: 30px;
	margin-left: auto;
}

.right_wrapper a {
	color: #417bb1;
}


/*area*/
@media only screen and (min-width: 768px) {
	.sp_display {
		display: none;
	}
}

.nav_area {
	height: 45px;
}

.nav_area_inner {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 96%;
	max-width: 1980px;
	margin: 0 auto;
}

.logo_area {
	text-align: center;
	height: 80px;
	float: left;
	font-weight: bold;
	font-size: 82%;
	width: 20%;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-box-align: center;
	box-align: center;
}

.logo_area img{
	max-width: 280px;
	padding-left:10px;
	display: block;
}

.logo_area a {
	color: #e89215;
	text-decoration: none;
	display: block;
	padding-bottom:5px;
}

.header_area {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 9999;
	margin-bottom: 0px;
	background-size: 100%;
	position: fixed;
	width: 100%;
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #e8a94e 50%, #e8a94e 100%);
}

.header_area .top_header {
	float: right;
	width: calc(80% - 20px);
	background: #e8a94e;
	color: #fff;
}

.header_area .top_header .top_header_inner {
	height: 25px;
	padding-top: 10px;
}

.header_area h1 {
	padding: 3px 20px;
	font-size: 14px;
	font-weight: lighter;
	float: left;
}

.header_area .button_login {
	float: right;
}

.navi_area {
	float: right;
	width: 75%;
	/* max-width: 535px; */
}

.navi_area ul {
	box-sizing: border-box;
	padding: 10px 0 5px 0;
	float: right;
}

.globNav-inner li div {
	background: url(../img/link_line.png) no-repeat right;
	padding: 0 13px 0px 0px;
}

.navi_area ul li div.link_end {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}

.navi_area ul li div a {
	font-size: 16px;
	color: #fff;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.navi_area ul li div.now a {
	text-align: center;
	color: #e89215;
	background: #fff;
	border-radius: 45px;
	text-decoration: none;
}

.navi_area ul li div a:hover {
	color: #fff;
	background: #EEC283;
	border-radius: 45px;
	text-decoration: none;
}

.navi_area ul li div.now a:hover {
	background-repeat: no-repeat;
	background-position: center bottom;
}

.navi_area_inactive {
    font-size: 16px !important;
    color: #fff !important;
    padding: 2px 5px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    display: block !important;
    cursor: default !important;
}

.navi_area_inactive:hover {
    color: #fff !important;
    background: #e8a94e !important;
    border-radius: 45px !important;
    text-decoration: none !important;
}

.globNav-toggle {
	display: none;
	background: url(../img/menu_mobile.png) no-repeat center;
	background-color: #e8a94e;
	background-size: 27px;
	font-size: 70%;
	text-align: center;
	width: 100%;
	max-width: 60px;
	height: 60px;
	padding: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: white;
	float: right;
	cursor: pointer;
}

.globNav-area {
	overflow: hidden;
}

.globNav-inner > li {
	float: left;
}

.section_area {
	/* padding-left: 25px; */
	/* padding-right: 25px; */
	display: block;
	/* background-color: #F8F8FB !important; */
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

/* accordion
-------------------------- */
.important {
	background: url(../img/icon_megaphone.png) no-repeat left 25px top 15px;
}

.important p,
.important span {
	color: #E94A31;
}

.right_wrapper .important p,
.right_wrapper .important span {
	color: #e89215;
}

.accordion {
	padding-left: 52px;
	padding-right: 45px;
	display: block;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	margin-bottom: 0px;
	border-bottom: 2px solid #F1F3F5;
}

.accordion-title {
	font-size: 18px;
	font-weight: bold;
	color: #e89215;
	padding: 0;
}

.right_wrapper .accordion {
	padding-left: 25px;
	padding-right: 0px;
	border: none;
}

.right_wrapper .important {
	background: url(../img/ur_icon_info.png) no-repeat left 0px top 15px;
}

.right_wrapper .accordion-toggle {
	background: url(../img/ur_accordion_open.png) no-repeat right 0px center;
}
.right_wrapper .accordion-toggle.active-tab {
	background: url(../img/ur_accordion_close.png) no-repeat right 0px center;
}

.right_wrapper .important .accordion-toggle{
	background: url(../img/ur_accordion_close.png) no-repeat right 0px center !important;
}
.right_wrapper .important .accordion-toggle.active-tab{
	background: url(../img/ur_accordion_open.png) no-repeat right 0px center !important;
}

.accordion li.accordion-toggle,
.accordion .menu-login {
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
	border-top: 1px solid #dbdcd2;
}

.accordion p {
	padding: 16px 14px 16px 0px;
	margin: 0px;
}

.accordion li:first-of-type {
	border-top: 0;
}

.accordion-toggle,
.accordion-content {
	cursor: pointer;
	position: relative;
	letter-spacing: 1px;
}

.accordion-content {
	display: block;
}

.accordion-toggle {
	background: url(../img/ur_accordion_close.png) no-repeat right 10px center;
}
.accordion-toggle.active-tab {
	background: url(../img/ur_accordion_open.png) no-repeat right 10px center;
}
.important .accordion-toggle{
	background: url(../img/ur_accordion_open.png) no-repeat right 10px center !important;
}
.important .accordion-toggle.active-tab{
	background: url(../img/ur_accordion_close.png) no-repeat right 10px center !important;
}

.menu-submenu {
	/* background-color: #F8F8FB; */
	border-top: 1px solid #e89215;
	padding-bottom: 0px;
	padding: 16px 0px;
}

.display-flex-accordion {
	display: flex;
	gap: 14px;
}

.display-flex-accordion .accordion {
	border-bottom: 0px;
	padding-left: 28px;
	padding-right: 28px;
	width: 50%;
}

/* tablet */
@media only screen and (max-width: 1120px) {
	.display-flex-accordion {
		display: flex;
		flex-direction: column;
	}
	.display-flex-accordion .accordion {
		width: 80%;
	}
}

/* mobile */
@media only screen and (max-width: 960px) {
	.display-flex-accordion {
		display: flex;
		flex-direction: column;
	}
	.display-flex-accordion .accordion {
		width: 80%;
	}
}

.display-flex-accordion p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

.display-flex-accordion p.accordion-title{
	padding: 0;
}



/* form
--------------------------------------------------- */
.form_w30 {
	width: 30%;
}

.form_w35 {
	width: 35%;
}

.form_w40 {
	width: 40%;
}

.form_w50 {
	width: 50%;
}

.form_w60 {
	width: 60%;
}

.form_w65 {
	width: 65%;
}

.form_w100 {
    width: 100%;
}

.form-item__label {
	float: none;
	display: inline-block;
	text-align: left;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 40px;
	padding: 0 12px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_select {
	color: #565656;
	border: 1px solid #e2e9f4;
	border-radius: 8px;
	background: url(../img/form_select.png) no-repeat right;
	background-color: white;
	background-size: 10px;
	background-position: right 10px bottom 50%;
	padding: 5px 30px 5px 8px;
	margin-bottom: 10px;
}

.selectdate {
	background: url(../img/icon_calender.png?20220524) no-repeat right;
	background-color: white;
	/* float: left; */
	padding-right: 35px;
	background-size: 15px;
	background-position: right 10px bottom 50%;
	box-sizing: border-box;
}
.flatpickr-mobile.selectdate{
	background:none;
	padding-right: 8px;
}

.checkbox_design {
	text-align: left;
}

div.checkbox_design {
	font-size: 115%;
	padding-left: 7px;
}

div.result_list_checkbox_design {
	padding-left: 15px;
}

.checkbox_design li {
	float: left;
}

.radio_design {
	margin-bottom: 10px;
}

.checkbox_design input[type="checkbox"],
.result_list_checkbox_design input[type="checkbox"] {
	display: none;
}

.checkbox_design input[type="checkbox"] + label,
.checkbox_design input[type="checkbox"] + input[type="hidden"] + label,
.result_list_checkbox_design input[type="checkbox"] + label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 3px 10px 3px 20px;
	font-size: 14px;
}

.checkbox_design input[type="checkbox"] + label::before,
.checkbox_design input[type="checkbox"] + input[type="hidden"] + label::before,
.result_list_checkbox_design input[type="checkbox"] + label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	left: 0;
	top: 50%;
	border: 3px solid;
	border-color: #88A4D2;
	background-color: #FFF;
}

.checkbox_design input[type="checkbox"]:checked + label::after,
.checkbox_design input[type="checkbox"]:checked + input[type="hidden"] + label::after,
.result_list_checkbox_design input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 12px;
	height: 10px;
	margin-top: -10px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #669DCD;
}

.radio_design input {
	display: none;
}

.radio_design label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 2px;
	color: #3e4956;
	text-align: center;
	line-height: 1;
}

.radio_design label:before {
	position: absolute;
	content: "";
	top: 35%;
	left: -25px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #C1C8D5;
}

.radio_design label:hover,
.checkbox_design label:hover {
	opacity: .6;
}

.radio_design input[type="radio"] + label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 0px;
	margin-left: 25px;
}

.radio_design input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 35%;
	left: -20px;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-radius: 50%;
	background: #669DCD;
}

.radio_check_clear {
	border: 1px solid #C1C8D5;
	background-color: #fff;
	font-size: 12px;
}

.radio_check_clear:hover {
	cursor: pointer;
	opacity: .6;
}

/* 検索結果一覧の表の中のラジオボタンはtdタグの中で中央配置になるよう調整 ここから*/
#form_resultField-fields .radio_design {
	margin-bottom: 4px;
}
#form_resultField-fields .radio_design label:before {
	top: 50%;
	left: -20px;
}
#form_resultField-fields .radio_design input[type="radio"]:checked + label:after {
	top: 50%;
	left: -15px;
}
/* ここまで */

/* プルダウン */
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 230px;
    height: 32px;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #c1c8d5;
    border-radius: 8px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.form_input_button {
	height: 22px;
	border: 0 !important;
	color: #fff;
	background: #89a1be;
	border-radius: 10px;
	line-height: 0px;
}

/* Footer
--------------------------------------------------- */
footer {
	width: 100%;
	/* max-width: 1980px; */
	margin: 0 auto;
	/* position: absolute; */
	/* bottom: 0; */
	background: #f2f2f2;
	position: relative;
	border-top: 2px solid #e5e5e5;
}

.footer_inner {
	width: 96%;
	/* min-width: 450px; */
	max-width: 1980px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 10px;
}

.footer_area01,
.footer_area02 {
	padding-left: 12px;
	color: #676b6e;
	font-size: 15px;
	text-align: left;
	/* background-size: 100%; */
}

.footer_area02 a {
	color: #676b6e;
}

.logo_area01_right {
	background: #b7b7b7 none repeat scroll 0 0;
	color: white;
	font-size: 90%;
	overflow: hidden;
	padding: 7px 0;
	text-align: right;
}


/* faq
-------------------------- */
h3.icon_faq {
	background: url(../img/icon_faq.png) no-repeat 0px 0px;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #245FB6
}

.faq_list li {
	margin-left: 20px;
	text-indent: -20px;
	padding: 8px 0px;
}

.faq_list li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #e89215;
	border-radius: 50%;
	margin-right: 10px;
}

.faq_list_blue_color li:before {
    background-color: #245FB6;
}

.faq_link {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.top_header .faq_link {
	margin-top: 20px;
	margin-bottom: 0px;
	float: right;
}

.top_header input.form_input_button_hd {
	background: #669DCD;
	height: 40px;
}

.top_header input.form_input_button_hd:hover {
	background: #84B0D7;
}

input.form_input_button_hd {
	width: 100%;
	max-width: 250px;
	height: 50px;
	border: 1px solid #e89215 !important;
	color: #fff;
	background: #e89215;
	border-radius: 10px;
}

input.form_input_button_hd:hover {
	color: #e89215;
	background: #fff;
	border: 1px solid #e89215 !important;}

/* document
-------------------------- */
.document {
	margin-bottom: 30px;
}

h3.icon_document {
	background: url(../img/ur_icon_document.png) no-repeat 0px 0px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.document_list {
	margin-right: 17px;
}

.document_list li {
	margin-left: 20px;
	text-indent: -20px;
	padding: 8px 0px;
}

.document_list li:before {
	content: "";
	width: 12px;
	height: 13px;
	display: inline-block;
	background: url(../img/ur_icon_download.png) no-repeat left;
	margin-right: 10px;
}

/* information
-------------------------- */
.information {}

.information h2 {
	color: #e89215;
	padding-left: 0px;
	border-bottom: none;
	padding-top: 5px;
}

/* system info
-------------------------- */
h3.icon_system {
	background: url(../img/ur_icon_info.png) no-repeat 0px 0px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.info_table {
	margin-left: 13px;
}

.info_table li {
	padding: 8px 0px;
}

.info_table .date {
	color: #e89215;
	font-weight: bold;
	margin-bottom: 3px;
}

.inquiry_link {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

/* exclamation
-------------------------- */
div.exclamation,
span.exclamation {
    background: url(../img/exclamation.png) no-repeat 0px 0px;
    background-position-y: center;
    background-size: contain;
    padding-left: 25px;
}

.red_exclamation {
    background: url(../img/exclamation.png) no-repeat 0px 0px;
    background-position-y: center;
    background-size: contain;
    padding-left: 40px;
    color: red;
    font-size: larger;
    font-weight: bold;
}

.navi_area .exclamation {
}

.navi_area .exclamation:before {
    content: "";
    background-image: url(../img/exclamation.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    transform: translate(80%, -60%);
}

span.exclamation_W {
    padding-left: 25px;
}

span.exclamation_W:before {
    content: "";
    background-image: url(../img/exclamation.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    transform: translate(-25px, 0);
}

span.exclamation_W:after {
    content: "";
    background-image: url(../img/exclamation.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    transform: translate(5px, 0);
}

/* login
-------------------------- */
a.login-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width:100%;
    max-width: 350px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    padding: 16px 24px 16px 8px;
    -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  a.login-btn {
      background: #e89215; /* メインカラーに変える */
        color: #fff;
        border: 1px solid #e89215;  /* メインカラーに変える */
  }
  a.login-btn:hover {
      background: #fff;
      color: #e89215;  /* メインカラーに変える */
      border: 1px solid #e89215;  /* メインカラーに変える */
  }
  a.login-btn span{
      font-size: 12px;
      font-weight: normal;
  }

  .btn-arrow::after {
      position: absolute;
      top: 50%;
      right: 0.8em;
      width: 0.4em;
      height: 0.4em;
      transform: translateY(-50%) rotate(45deg);
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      content: "";
      color: #fff;
  }
  .btn-arrow:hover::after {
      color: #e89215;  /* メインカラーに変える */
  }

  .btn-login-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 740px;
    margin: 0 auto 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


/* other
-------------------------- */
.non_mb {
    margin-bottom: 0px;
}

.vertical_list ul {
    display: grid;
}

.bubble_left {
     position: relative;
     display: inline-block;
     text-align:left;
     color:#FFF;
     padding: 10px;
     background-color: #999;
     border-radius: 10px;
     margin-top: -20px;
     margin-left: 45px;
}

.bubble_left:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: transparent #999;
     border-width: 10px 10px 10px 0;
     top: 20px;
     left: -10px;
     margin-top: -10px;
}

summary {
    cursor: pointer;
    transition: 0.2s; /* 変化を滑らかに */
    text-decoration:underline;
    font-weight:bold
}

.ur_search_help {
    padding: 10px;
    background: #F7F8FA;
    border-radius: 10px;
    font-size: 12px;
    /* width: 80%; */
}

/* ホバー時のスタイル */
summary:hover {
    cursor: pointer; /* カーソルを指マークに */
    color: #999;
}

/* オープン時にアニメーションを設定 */
details[open] .bubble_left {
    animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateX(-10px); /* 左から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* ツールチップを囲む要素 */
.tooltip {
	position: relative;
	display: inline-block;
	cursor: default;
}

/* ツールチップの内容（隠れている部分） */
.tooltip .tooltip-box {
	visibility: hidden;
	min-width: 200px;
	/* height: 30px; */
	background-color: white;
	color: gray;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-radius: 8px;
	border: 1px solid gray;
	padding: 12px;
	position: absolute;
	top: 115%; /* 吹き出しを下に表示 */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 吹き出しの矢印部分を作成する */
.tooltip .tooltip-box::after {
	content: "";
	position: absolute;
	top: -14px; /* 吹き出しの矢印を上に表示 */
	left: 50%;
	transform: translateX(-50%);
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent white transparent;
	/* 矢印の三角形を作る */
	/* 矢印にも枠線を追加 */
	border-bottom-color: gray;
}

/* ホバー時にツールチップを表示 */
.tooltip:hover .tooltip-box {
	visibility: visible;
	opacity: 1;
}

/* ツールチップのはてなマーク */
.tooltip-questionmark {
	border: 1px solid #669DCD;
	border-radius: 99px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #669DCD;
}

/* 手の指の形をしたリンク */
.finger_link {
    display: flex;
    align-items: center;
    background-color: #0076CE;
    border: none;
    color: white !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    transition: background-color 0.3s ease;
    background-image: url(../img/point_finger_1.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 60px;
}

.finger_link span {
	color: yellow;
}

.finger_link:hover {
	background-color: #3399FF; /* ホバー時に少し薄い青に変更 */
	text-decoration:none
}

/* ボタンのスタイル */
.guide_btn a {
	position: relative;
	display: block;
	width: 360px;
	padding: 10px 0;
	background-color: #0076CE;
	border-radius: 99px;
	font-size: 18px;
	letter-spacing: .05em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
  }
.guide_btn a:hover {
	background-color: #3399FF; /* ホバー時に少し薄い青に変更 */
	text-decoration: none;
  }
.document_list .guide_btn a:hover {
	background-color: #3399FF; /* ホバー時に少し薄い青に変更 */
	color: #fff;
	text-decoration: none;
  }

  /* アイコンのスタイル */
  .guide_btn_arrow a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
  }

/* CB一覧画面の説明に使うtable ここから*/
.table_cbtrade_caption {
    border-collapse: collapse;
}

.table_cbtrade_caption th,
.table_cbtrade_caption td {
    border: 1px solid gray; /* 各セルの枠線を黒に */
    text-align: center;
    vertical-align: middle;
    padding: 6px;
    background-color: white; /* 背景を白に */
}

.table_cbtrade_caption thead th {
    background-color: #e8a94e; /* 見出しの背景色（黄色） */
    color: #fff;
}

.table_cbtrade_caption thead th:nth-child(3) {
    background-color: #4D90FE; /* 見出しの青色 */
    color: white;
}

.table_cbtrade_caption tbody th {
    background-color: #dedede; /* 見出しの背景色（灰色） */
}

.table_cbtrade_caption thead th:nth-child(1) {
    background-color: #dedede; /* 見出しの背景色（灰色） */
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #cbcbcb calc(50% + 0.5px), transparent calc(50% + 1px));
}

.table_cbtrade_fieldset {
    border: 2px solid lightgray;
    padding: 15px;
    border-radius: 8px;
    background-color: #F7F8FA;
}

.table_cbtrade_fieldset legend {
    font-size: 1rem;
    font-weight: bold;
    color: black;
    padding: 0 10px;
    background-color: transparent;
}

.box-shadow {
    border-radius: 8px;
    padding: 5px;
    background-color: #e7e7e7;
}
/** ここまで */


/* Device setting
--------------------------------------------------- */
/* pc */
@media only screen and (max-width: 1520px) {}

/* Tablet */
@media only screen and (max-width: 1520px) {
	.nav_area_inner {
		background-size: 100% 100%;
		width: 100%;
	}

	.header_area {
		height: 120px;
	}

	.header_area .top_header .top_header_inner{
		padding-right:20px;
	}

	.logo_area {
		height: 120px;
		width: 32% !important;
		line-height: 55px;
	}

    .logo_area a {
        padding-top: 10px;
    }

	.top_header {
		height: 120px;
		width: 68% !important;
	}

	.navi_area {
		max-width: 625px;
		float: right;
	}

	.globNav-area h1 {
		margin-top: 15px;
		width: 100%;
	}

	.globNav-area ul.sp_display {
		width: 100%;
		margin-bottom: 5px;
	}

	.globNav-area .sp_display a {
		color: #fff;
		padding: 5px 20px;
		float: right;
		margin-right: 10px;
	}

	.globNav-inner li {
		margin-top: 5px !important;
		width: 205px;
		margin-bottom: 5px !important;
	}

	.cont_wrapper {
		padding-top: 120px;
		display: block;
		width: 100%;
	}

	.left_wrapper {
		width: 28%;
		padding-left: 2%;
	}

	.center_wrapper,
	.center_wrapper_02 {
		width: 68%;
		min-width: auto;
		float: right;
		margin-left: 0px;
	}

	.right_wrapper {
		float: left;
		width: 28%;
		padding-left: 2%;
	}

	.accordion {
		padding-left: 35px;
		padding-right: 20px;
	}

	.important {
		background: url(../img/icon_megaphone.png) no-repeat left 10px top 15px;
	}

	.accordion-toggle.active-tab {
		background: url(../img/ur_accordion_open.png) no-repeat right 10px center;
	}

	.navi_area ul li div.sp_link_end {
		margin-right: 0px;
		padding-right: 0px;
		background: none;
	}

	.form_w30,
	.form_w35,
	.form_w40,
	.form_w50,
	.form_w60,
	.form_w65 {
		width: 100%;
		margin-bottom: 10px;
	}

	.center_wrapper {
        min-height: calc(100vh - 346px);
    }

    .login-btn{
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1120px) {
    .btn-login-wrap {
        display: block;
        text-align: center;
    }
}

/* mobile */
@media only screen and (max-width: 960px) {
	.cont_wrapper {
		width: 95%;
		padding-top: 80px;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-direction: column;
	}

	.left_wrapper {
		width: 100%;
		order: 2;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		margin-top: 50px;
		padding-left: 0px;
	}

	.center_wrapper,
	.center_wrapper_02 {
		width: 100%;
		order: 1;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
	}
	.center_wrapper__inner{
		padding-left: 10px;
        padding-right: 10px;
	}

	.right_wrapper {
		width: 100%;
		margin-top: 30px;
		order: 3;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		padding-left: 0px;
	}

	.header_area .top_header .top_header_inner {
		display: none;
	}

	.navi_area {
		display: block;
		width: 100%;
		position: relative;
		max-width: 960px;
	}

	.globNav-inner li {
		width: 50%;
		margin-top: 15px !important;
	}

	.header_area {
		height: 50px;
	}

	.header_area .top_header {
		width: 100% !important;
		height: 60px;
		background: #fff;
	}

	.nav_area_inner {
		width: 100%;
		background-color: #005BAC;
		display: table-row;
		vertical-align: inherit;
		position: absolute;
	}

	.logo_area {
		width: 70% !important;
		max-width: 300px;
		height: 60px;
		line-height: 15px;
		position: absolute;
		top: 0px;
		padding-top:0px;
		z-index: 9999;
	}

    .logo_area a {
        padding-top: 0px;
    }

	.logo_area img {
		max-width: 300px;
	}

	.globNav-area {
		background-color: #e8a94e;
		width: 100%;
	}

	.globNav-inner {
		background-color: #e8a94e;
		width: 100%;
	}

	.navi_area ul {
		padding: 10px 2%;
	}

	.navi_area ul li div {
		/* background:none; */
		text-align: right;
		/* padding:0; */
	}

	.navi_area ul li div.link_end {
		padding: 0;
	}

	.navi_area ul li div a {
		padding: 10px;
		text-align: center
	}

	.top_header .faq_link {
		width: 30%;
		margin-top: 0;
	}

	.top_header input.form_input_button_hd {
		height: 60px;
		border-radius: 0;
		padding: 6px 6px;
		white-space: normal;
	}

	.faq_link {
		margin-bottom: 20px;
	}

	footer {
		/* padding-bottom: 90px; */
	}

	.footer_inner {
		width: 100%;
	}

	.footer_area01 {
		margin-right: 10px;
	}

	.footer_area02 {
		margin-right: 10px;
		margin-bottom: 10px;
	}


	.globNav-toggle {
		display: block;
	}

	.globNav-area {
		display: none;
	}

    .navi_area ul li div.sp_link_end {
        margin-right: 0px;
        padding-right: 13px;
        background: url(../img/link_line.png) no-repeat right;
    }
    .navi_area ul li div.mobile_link_end {
        margin-right: 0px;
        padding-right: 0px;
        background: none;
    }
    .wholl_wrapper {
        min-height: calc(100vh - 186px);
    }
    .center_wrapper {
        min-height: calc(100vh - 472px);
    }

    .navi_area .exclamation:before {
        transform: none;
        right: 10%;
    }

    .login-btn{
        margin-bottom: 16px;
    }

	.globNav-inner > li margin-top: 5px !important;
}



@media only screen and (min-width: 768px) {
	.globNav-area {
		display: block !important;
	}
}

/* 回答状況のバッジ */

.badge {
    display: inline-block;
    color: #fff;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}
.badge_normalfont {
	font-weight: normal;
}

.not-entered {
    background-color: rgb(255, 0, 0, .1);
	color: #FF0000;
}

.entered {
    background-color: rgb(107, 107, 107, .1);
	color: #6B6B6B;

}

.editing {
    background-color: rgb(0, 118, 206, .1);
	color: #0076CE;
}

.required {
	background-color: rgba(232, 146, 21, 0.15);
	color: #E89215 !important;
}
.badge.required {
	border-radius: 99px;
	padding: 1px 12px;
}

.form_label .badge {
	margin-right: 14px;
}

.table_box {
    overflow: scroll;
    display: block;
	max-height: 540px;
	width: 70vw;
	max-width: 1500px;
}

.table_box table th,
.table_box table td {
    white-space: nowrap;
}

/* 検索結果のヘッダ行はスクロールしても固定表示 */
.table_box table thead {
    position: sticky;
	top: -1px;
	z-index: 99;
}
/* 検索結果の回答ボタン列はスクロールしても固定表示 */
.table_box table tbody tr td:first-child {
	background-color: #fff;
	position: sticky;
	left: 0;
	z-index: 98;
}

/* AmazonPay限定の検索条件エリア */
.amazonpay_section {
	background-color: rgb(232, 146, 21, .1);
	padding: 14px 20px;
}

/* 検索条件の並び順制御 */
.search_parameter_wrapper {
	display: flex;
	justify-content: stretch;
	gap: 32px;
}
.search_parameter_container {
	display: flex;
	flex-direction: column;
}

/* tablet */
@media only screen and (max-width: 1500px) {
	.search_parameter_wrapper {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.table_box {
    	width: 60vw;
	}
}

/* mobile */
@media only screen and (max-width: 960px) {
	.search_parameter_wrapper {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.table_box {
    	width: 80vw;
	}
}

