
p,h1,h2,h3,h4,h5,h6 {
    color: #111111;
}

/*繝倥ャ繝繝ｼ*/
header {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 75px;
    z-index: 10;
}
#layout {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    text-align: left;
}

.header_nav_area {
    width: 1080px;
    margin: 0 auto;
}

.uk-navbar-container ul > li {
    padding: 0;
}
.uk-navbar-left {
    height: auto;
    width: auto;
}

.uk-navbar-nav {
    margin-top: 20px;
}

.uk-navbar-nav > li {
    margin: 0 5px;
}

.uk-navbar-nav > li > a {
    color: #111111;
    padding: 0 10px 10px 10px;
    font-size: 16px;
}

.now_visited > a {
    color: #aaa291;
    border-bottom: 3px solid #7686c2;
}

.nav_second_level_area {
    position: fixed;
    left: 0;
    /*top: 65px;*/
    width: 100%;
    background: rgba(19,37,39,0.8);
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.nav_second_level a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin: 30px 30px
}

.nav_first_level > a:hover {
    color: #aaa291;
    border-bottom: 3px solid #7686c2;
}

.nav_second_level li a:hover {
    color: #7686c2;
    text-decoration: none;
}

.nav_second_level {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 80px;
    padding: 0;
}

.nav_first_level:hover .nav_second_level_area {
    max-height: 500px;
    opacity: 1;
    background: rgba(19,37,39,0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    pointer-events: auto;
}

.top_logo a {
    display: block;
}

.top_logo img {
    display: inline-block;
    width: 77px;
}

/*蜈ｱ騾�*/
.main_area {
    padding-top: 75px;
    margin-top: 1em;
}
#main_container {
    margin-top: -95px;
    padding-top: 95px;
    width: auto;
}
.inner_container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
}
.content_area {
    max-width: 1000px;
    margin: 0;
}
.heading_ppl {
    padding-left: 20px;
    border-left: 5px solid #967cac;
}
.content_top {
    margin: 0 10px 30px 10px;
}
.content_top h4 {
    margin: 0;
    font-size: 16px;
}
.content_box {
    margin: 0 10px 50px 10px;
    padding-right: 10px;
}
.side_box {
    display: flex;
    flex-wrap: wrap;
}
.inner_side_box {
    margin: 10px 20px 20px 20px;
}
.text_orange {
    font-size: 18px;
    font-weight: bold;
    color: #ff8c00;
}
.text_red {
    margin: 5px 0;
    color: #ff0000;
}
.text_white {
    color: #ffffff;
}
.kome {
    margin-top: 10px;
    font-size: 14px;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}

.listtype_disc li {
    margin-bottom: 5px;
    list-style-type: disc;
    color: #111111;
    font-weight: normal;
}
.listtype_square li {
    margin-bottom: 5px;
    list-style-type: square;
    color: #111111;
}
.listtype_decimal {
    margin-bottom: 20px;
    list-style-type: decimal;
    font-weight: bold;
    color: #111111;
}
.listtype_decimal_normal {
    margin-bottom: 5px;
    list-style-type: decimal;
    color: #111111;
}
.listtype_normal {
    margin-bottom: 30px;
}

.title_line {
    padding: 0 0 5px 15px;
    border-left: double 5px #756c5c;
    border-bottom: solid 1px #756c5c;
    font-size: 18px;
}
.title_square {
    margin: 30px 0 10px 0;
    padding-left: 20px;
    background: url(images/icon_square.png) no-repeat;
    background-size: 12px 12px;
    background-position: 0% 50%;
    font-size: 16px;
    font-weight: bold;
}
.bg01 {
    background-color: #f3f2f0;
}
.fontfamily_serif {
    font-family: 'Times New Roman',serif;
}

.iso-footer {
    padding: 50px 0 0;
    margin: 0 auto;
    width: 200px;
}

/*タイトルヘッダーの色*/
.sub_title {
    background: -moz-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -webkit-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -o-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -ms-radial-gradient(bottom left, #967cac, #c7bad3);
    background: radial-gradient(bottom left, #967cac, #c7bad3);
    height: 100px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sub_title h3 {
    display: inline-block;
    color: #ffffff;
    margin-top: 35px;
}


body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}


/*全体の文字の色*/
#disclaimer_text, p, li{
    color: #696969 !important;
}

/*プレースホルダーの色*/
::placeholder {
    color: #999999; 
    opacity: 1; 
}
#disclaimer_text {
    display: flex;
    align-items: center;
    margin-top: -0.3em;
    margin-bottom: 0.3em;
    line-height: 1.5;
}
/*アスタリスク行間位置調整*/
#asterisk {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    margin-right: 0.3em;
    position: relative;
    top: 0.2em;
}

.form_row{
    text-align: left;  
    position: relative; 
    padding-top: 0;
}
.form_row .label_text {
    display: block;
    margin-bottom: 0.2em; 
}


.form_row input.validated_input,
.form_row input[type="email"],
.form_row input[type="tel"],
.form_row input[type="text"] {
    width: 50%;
    height: 2em;
    display: inline-block;
}

/*各項目の横幅*/
.input_company{
    width:50% !important;
}
.input_department{
    width:50% !important;
}
.input_name{
    width:50% !important;
}
.input_email{
    width:50% !important;
}
.input_tel{
    width:50% !important;
}
.input_adress{
    width: 50% !important
}
.address_flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 0;
    margin-bottom: 0.2em;
}
.email_field_spacing {
    padding-bottom: 0.5em;
}
.emailconfirm_field_spacing {
    padding-top: 0;
}
#industry_radio_group {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: -1.0em;
    margin-bottom: 0.8em;
}
#all_clear_btn {
    width: fit-content;
    color: #696969;
}
#material_section {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
#material_checkbox_label {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
#question_char_count {
    font-size: 0.9em;
    margin-top: 0.3em;
    color: black;
}
/*#questionerror {
    display: flex;
    align-items: center;
}*/

.title {
    color: white;
    font-size: 24px;
    font-weight: bold;
}
/*タイトルヘッダーから下の部分全部*/
.all_input {
    width: 720px;
    margin: 0 auto;
    padding: 1em;
    display: block;
    margin-top: -10px;
    padding: 0em 2em 2em 2em;
}
.question_form {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.privacy_section {
    text-align: center;
}
#final_consent_section {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}
#final_consent_label {
    display: block
}
#submit_button_wrapper {
    text-align: center;
    display: block;
}
#confirmscreen {
    display: none;
}

.textareadimension {
    resize: none;
    width: 700px;
    height: 150px;
}
/*送信ボタン*/
.send_button{
    background-color:#7686c2;
    color: white;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
input[name="check_btn"]:hover {
    background-color: #191970; 
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: 3px solid #999;/*#999 修正前*/
    box-sizing: border-box;
}
/*
.required_label {
    display: inline-block;
    background-color: #e53935;  
    color: #ffffff;             
    font-size: 0.8em;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 0.5em;
}*/
.input_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5em; 
}

.error-message {
  color: red;
  font-size: 0.9em;
  white-space: nowrap;
}

/*※の色*/
.required_label{
    color: 	#FF32FF;
}


.validated_input {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #333;
    padding: 4px;
}

input.validated_input:required:valid {
    border: 2px solid #000 !important;
    background-color: white !important;
}

input.validated_input:required:invalid {
    border: 2px solid #b0c4de !important;
    background-color: #fafad2 !important;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
    border: 2px solid #000 !important;
}


/*任意のラベル色*/
.optional_label {
  background-color: #b0c4de; 
  color: white;           
  font-size: 0.75em;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 0.5em;
  vertical-align: middle;
}

.site-footer {
  background-color: #f8f8f8;
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  color: #AAAAAA;
}

.footer-table {
  width: 100%;
  border-collapse: collapse;
}

.footer-table td {
  vertical-align: middle;
  padding: 5px 10px;
}

.seal-cell {
  width: 100px;
}

.text-cell {
  text-align: left;
  line-height: 1.4;
}
img[name="ss_imgTag"] {
  border: none;
}

.link-bottom-left {
    margin-top: 0.5em; 
    padding-left: 1em; 
    font-size: 0.75rem;
    color: #555;
    white-space: nowrap; 
}
.link-bottom-left a {
    color: #555;
    text-decoration: none;
    margin: 0 0.25em;
}

.link-bottom-left a:hover {
    text-decoration: underline;
    color: #a993c4; 
}
/*
.nav_first_level {
  position: relative;
}

.nav_second_level_area {
  display: none;
  position: absolute;
  top: 100%;   
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 10;
  min-width: 200px;
}

.nav_second_level_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_second_level_area li {
  padding: 8px 12px;
}

.nav_second_level_area li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.nav_second_level_area li a:hover {
  background-color: #f0f0f0;
}

.nav_first_level:hover .nav_second_level_area {
  display: block;
}

.header_nav_area {
  width: 100% ;
    max-width: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.uk-panel.margin-top-m {
    width: 100% !;
    max-width: none ;
}
*/

/*.header_nav_area {
    width: 1400px;
    
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
*/


@media screen and (max-width: 768px) {
    .all_input {
        width: 90%;
    }

    .textareadimension {
        width: 100%;
    }
}