
.font_serif{
    /*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;*/
    font-family: '游明朝 Medium', serif !important;
    color: #000000;
    font-size: 16px;
    /*background-color: #B7FFDB;*/
}
/** テキストボックス **/
input[type=text]{
    font-size: 15px;
    text-align: center;
    background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
}    
.btn_index{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;     /*丸角*/
    padding: 5px 32px;
    border: 1px solid #000066;
    background-color: #261f7a; 
}
.btn_index:hover{
    background: #dad7f7;    
    color: #000;
}
#timer{
    margin: 20px;
}
#footer{
    margin-top: 50px;
    margin-bottom: 100px;
}
.align_left{
    text-align: left;
}
.align_right{
    text-align: right;
}
.div_ck{
    margin-bottom: 5px;
}

.tbl1{
    margin-bottom: 20px;
}
.reference_content{
    margin-bottom: 100px;
}
/******************************************************** index画面で使用 */
/*#btn_goto_main{
    background-color: #d62484;  ピンク
}
#btn_goto_main:hover{
    background: #a31d66;    カーソルを重ねるとボタンの色が変わる
}
#btn_not_subject{
    background-color: #259425;  green
}
#btn_not_subject:hover{
    background: #215e21;    カーソルを重ねるとボタンの色が変わる
}
#btn_download{
    background-color: #a52cf5;  むらさき
}
#btn_download:hover{
    background: #6f289e;    カーソルを重ねるとボタンの色が変わる
}*/
/******************************************************** 調査表画面で使用 */
.btn_save_1 {
/*  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 50px;
  padding: 20px 70px 20px 10px;  上 右 下 左
  background-color: #bfd3f5;
  border: 1px solid #705c1f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;*/
}




/*#btn_save_1{
    background-color:#d62484;  ピンク
}
#btn_save_1:hover{
    background: #a31d66;    カーソルを重ねるとボタンの色が変わる
}

#btn_save_2{
    background-color:#3030f2;
}
#btn_save_2:hover{
    background: #1c1c8c;    カーソルを重ねるとボタンの色が変わる
}
#btn_check{
    background-color: #259425;   green
}
#btn_check:hover{
    background: #215e21;    カーソルを重ねるとボタンの色が変わる
}
#btn_logout{
    background-color: #d6ad60;
}
#btn_logout:hover{
    background: #956f29;    カーソルを重ねるとボタンの色が変わる
}
#btn_download_pdf{
    background-color: #FFA500;  orenge
}
#btn_download_pdf:hover{
    background: #d98f09;    カーソルを重ねるとボタンの色が変わる
}*/
/* **************************************************************  div_select_4 */
/* 枠が丸い
------------------------------ */
.div_select_4 {
  overflow: hidden;
  width: 300px;
/*  margin: 2em auto;*/
  text-align: center;
}
.div_select_4 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
/*プルダウン表示中は文字のサイズを大きくする。選択後はもとの文字サイズ*/
.div_select_4 select option{
    font-size: 18px;
}
    
.div_select_4 select::-ms-expand {
    display: none;
}
.div_select_4.cp_sl01 {
  position: relative;
  border-radius: 2px;
  border: 2px solid skyblue;
  border-radius: 50px;
  background: #ffffff;
}
.div_select_4.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid skyblue;
  pointer-events: none;
}
.div_select_4.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: black;
}
.select_disabled {
    border: 2px solid #AAA;
    cursor: not-allowed;
    background-color: #AAA;
}
.div_select_4.cp_sl02 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #AAA;
  border-radius: 50px;
  background: #AAA;
  
}
/******************************************** selectがdisabledになったときのcss */
.div_select_4.cp_sl02::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid skyblue;
  pointer-events: none;
}
.div_select_4.cp_sl02 select {
  padding: 8px 38px 8px 8px;
  color: black;
  cursor: not-allowed;
}
/* **************************************************************  div_select_3 */
/* 画像の使用なしでデザイン変更
------------------------------ */
  .div_select_3 {
  overflow: hidden;
  width: 300px; /*** セレクトボックスの横幅 ***/
  text-align: center;
  position: relative;
  border: 1px solid #bbbbbb; /*** セレクトボックスのボーター設定 ***/
  border-radius: 5px; /*** セレクトボックスの角丸 ***/
  background: #ffffff; /*** セレクトボックスの背景色 ***/
}
.div_select_3 select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 3px 3px 3px 3px;
  color: #666666;
  line-height: 1;
}
.div_select_3 select::-ms-expand {
  display: none;
}
.div_select_3::before {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  padding: 0;
  content: '';
  border-top: 2px solid #ffffff; /*** 矢印の色 ***/
  border-right: 2px solid #ffffff; /*** 矢印の色 ***/
  pointer-events: none;
  z-index: 1;
  transform: rotate(135deg);
}
.div_select_3:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  content: '';
  background: #76c0c3; /*** 右側の背景色 ***/
  pointer-events: none;
}
/* **************************************************************  select_nomal */
/* 普通のselect
------------------------------ */
.select_nomal {
  /*position: absolute;*/
  appearance: menulist-button;
  border: 1px solid #666666;
  border-radius: 5px;
}
/************************************************** btn_11 */
.section_11 {
  max-width: 300px;
  margin: 0 auto;
  
}
.btn_ref {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-bottom: 30px;
}
.btn_ref:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
.btn_ref:hover {
  background: #fff;
  color: #228bc8;
}
.btn_ref:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

/*.btn_ref{
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;     丸角
    padding: 5px 32px;
    border: 1px solid #000066;
    background: #F0F0F0;   薄いグレー
}
.btn_ref:hover{
    background: #dbd9d9;    カーソルを重ねるとボタンの色が変わる
}*/
/* btn_12 */
.section_12 {
  max-width: 350px;
  margin: 0 auto;
}
.btn_main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 3px, #e7e7e7 3px, #e7e7e7 30px);
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
.btn_main span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #aeb5dc;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: -6px;
  transition-duration: 0.2s;
  font-weight: bold;
  color: #16274a;
  font-size: 15px;
}
.btn_main:hover span {
  left: -1px;
  top: -1px;
}
.btn_main_half {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  /* background: repeating-linear-gradient(45deg, #ffffff, #ffffff 3px, #e7e7e7 3px, #e7e7e7 30px); */
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  margin: 2px;
}
.btn_main_half span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #aeb5dc;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: -6px;
  transition-duration: 0.2s;
  font-weight: bold;
  color: #16274a;
  font-size: 15px;
}
.btn_main_half:hover span {
  left: -1px;
  top: -1px;
}
/*.btn_main ::before {
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn_save_1 ::before{
    background-image: url("../img/save_1.svg");
    left: 10px;
}
.btn_save_2 ::before{
    background-image: url("../img/save_2.svg");
    left: 50px;
}
.btn_check ::before{
    background-image: url("../img/check.svg");
    left: 30px;
}
.btn_logout ::before{
    background-image: url("../img/logout.svg");
    left: 10px;
}*/
/******************************************************** 調査対象外企業登録画面で使用 */


.fixed {
    position: fixed;
    /**top: 0;
    z-index: 1;**/
	top: 8px;
	left:160px;/**0にすると真ん中**/
    z-index: 1;
}


label {
 /**display:block;**/
 /**float:left;**/
/**float:center;**/
/**width:25px;**/
}

#login_id,#login_pw{
    width:250px;
    height: 60px;
    text-align: left;
    font-size: 18px;
}

.number{
	width: 18px;
	border-style: none;
	vertical-align:bottom;
	align:left;
	font-size:11px;
        padding: 3px;
}

.number_under{
	height: 15px;
	border-style: none;
	vertical-align:top;
	align:left;
	font-size:11px;
}
.page-break{
    page-break-before: always;
}
.font_lighter{
    font-weight: lighter;
}
.font_bold{
    font-weight: bold;
}
/*スクロールのトップに戻る
/*#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}*/

#pagejump_demo .scroll_button a{
    position: fixed;
    display: block;
    right:50px;
    bottom:50px;
    background: #313131;
    color:#fff;
    padding:20px;
}
/** 下線 波線  **/
.seotext_06 {
    text-decoration:underline;/*下線を引く*/
    text-decoration-style:wavy;/*下線を波線で表示*/
}

/** readonlyのマウスオーバー時のツールチップ **/
/*.tooltip2{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip2 p{
    margin:0;
    padding:0;
}*/
/*.description2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 130px;  横幅 
}*/
/*.description2:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 95%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(90deg);
}
.tooltip2:hover .description2{
    display: inline-block;
    top: 0px;
    left: 80px;
}*/
/**
*「回答画面」チャットボットのボタン
*/
/*.post_info{
    position:fixed;
    right:20px;
    bottom:20px;
    padding-top: 40%;
    margin-bottom: 40px;
}*/
/*.btn_chatbot{
    background: #0bd;
    border: none;
    border-radius: 50%;
    color: #fff;
    width: 12rem;
    height: 4rem;
    font-size: 1.25rem;
    text-align: center;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
}
.btn_chatbot:hover{
    background: #0090aa;    カーソルを重ねるとボタンの色が変わる
    cursor : pointer;
    transform: scale(1.25);
}*/
/* btn_14 */
.post_info {
    position:fixed;
/*    max-width: 300px;
    margin: 60px auto;*/
    right:20px;
    bottom:20px;
    padding-top: 40%;
    margin-bottom: 40px;
}
.btn_chatbot {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  /*height: 100px;*/
  padding: 60px 5px 5px 5px;  /*上 右 下 左*/
  background-color: #94bcff;
  box-shadow: 0 5px 0 #607cab; /* 影の太さ・色 */
  border: 1px solid #705c1f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}

.btn_chatbot ::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  /*left: 100px;*/
/*  margin-top: -30px;*/
  background-image: url("../img/operator_01b.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn_chatbot_img ::before{
    left: 65px;
}
.btn_chatbot span {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.btn_chatbot span span {
  display: block;
  font-size: 10px;
  margin-bottom: 7px;
}
.btn_chatbot:hover {
  color: #ffffff;
  background-color: #FFC107;
  box-shadow: 0 5px 0 #c29204; /* 影の太さ・色 */
}





/**/
/*.err_dialog {
  padding: 0;
  border: none;
  border-radius: 0.6rem;
  box-shadow: 0 0 1em black;
  width: 800px;
}
 
.err_dialog::backdrop {
   背景を半透明のブラックにする 
  background-color: rgba(0, 0, 0, 0.4);
}
.err_dialog + .backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-header {
    border-left: none;
    border-bottom: solid 2px #68be8d;
    width: 100%;
    text-align: left;
    color: #006e54;
    background: #f7ffef;
}*/
#err_content{
    font-weight: bold;
}
.err_attention{
    color: red;
    font-weight: bold;
}
/*#err_dialog_ok{
    background: #e6beaa;
    border: 1px solid #904644;
    width: 50px;
    height: 30px;
    text-align: center;
    margin: 10px;
    font-weight: bold;
}
#err_dialog_cancel{
    background: #dcc8dc;
    border: 1px solid #904644;
    width: 300px;
    height: 30px;
    text-align: center;
    margin: 10px;
    font-weight: bold;
}*/
/*エラーダイアログ タイトル*/
.dialog-message .ui-dialog-titlebar {
    color:white;
    background:#1760a0;
}
/*.btn-OK {
    color:white;
    background:blue;
}
.btn-Chancel{
    color:white;
    background:yellow;
}
.dialog-message .ui-state-hover{
    color:black;
    background:yellow;
}*/
/*選択肢番号*/
.c_no{
    width: 10px;
}
.c_no::after {
    content: ". ";
}
.c_unit{
    margin-left: 5px;
}
/*自動計算*/
.auto_cal{
    font-size: 11px;
    color: #ff0000;
}
/*設問の補足*/
.positionBase{
    margin-bottom: 20px;
}
.secList{
    border-bottom: 1px #ddd solid;      /* 下線 */
    margin-bottom: 10px;
    color: #0221bf;
    padding: 10px;
    display: block;     /* リンクのクリックできる範囲を広げる */
}
.secList_sub{
    border-bottom: 1px #ddd solid;      /* 下線 */
    margin-bottom: 10px;
    color: #432;
    padding: 10px;
    display: block;     /* リンクのクリックできる範囲を広げる */
}
.secList::before {
    content: "▼";
    color: #fff;
    font-size: 10px;
    background-color: #fa3754;
    white-space: pre;  /* ソース中の改行をそのまま表示 */
    margin: 5px 3px;
    padding: 3px;
    
}
.secList::after {
    content: "";
}
.secList:hover{
    color: #0bd;   /* マウスオーバーしたときの色 */
    cursor: pointer;
}
.secList_sub:hover{
    color: #0bd;   /* マウスオーバーしたときの色 */
    cursor: pointer;
}
.sectionDescription{
    padding: 5px;
    margin-left: 30px;
    background-color: #fffef0;
    /*background-color: rgba(255, 250, 194,0.3);*/
}
.sectionDescription_inner{
    margin-bottom: 10px;
}
/**/




/*回答画面「参考」ページ*/
.link_reference {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 50px;
  padding: 20px 70px 20px 10px;  /*上 右 下 左*/
  background-color: #bfd3f5;
  border: 1px solid #705c1f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
.link_reference ::before {
  content: '';
  width: 60px;
  height: 50px;
  position: absolute;
  top: 50%;
/*  left: 155px;*/
  margin-top: -25px;
  background-image: url("../img/img_5.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn_img1 ::before{
    left: 120px;
}
.btn_img2 ::before{
    left: 150px;
}
.link_reference span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.link_reference span span {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.link_reference:hover {
  color: #ffffff;
  background-color: #FFC107;
}
.link_underline{
    border-bottom: 1px #0202fa solid;
}
.link_underline:hover {
  color: #d60262;
  border-bottom: 1px #d60262 solid;
}
.span_underline{
    /*border-bottom: 3px #ff0000 solid;*/
}
.span_underline{
    border-bottom: 3px solid;
}
.section_title{
    margin: 10px;
    margin-top: 40px;
    /*margin-bottom: 20px;*/
}
.section_title_10{
    margin-left: 10px;
}
.section_title_20{
    margin-left: 20px;
}
.section_title_30{
    margin-left: 30px;
}
.section_title_40{
    margin-left: 40px;
}
.section_title_50{
    margin-left: 50px;
}
.div_ref_2{
    border: 2px solid red;
    width:800px;
    margin-left:18px;
    padding:30px;
}
.div_ref_6{
    border: 1px solid #000;
    padding: 10px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.div_ref{
    margin-bottom: 100px;
}
.p_kome::after {
    content: "※";
    margin: 0px;
}
.p_context{
    margin: 0px;
}
.co_title{
    width: 100%;
    margin-left: 10px;
    max-width: 300px;
}
.s_colon::after {
    content: ":";
    margin-right: 5px;
    margin-left: 5px;
}
.s_hyphen::after {
    content: "-";
    margin-right: 5px;
    margin-left: 5px;
}
/*エラーチェックでエラーとなった要素に付与されるクラス*/
.js_hasErr{
  background-color: #fa4234 !important;
}
/******************************************************************************* タブ */
/*ul_tabの形状*/
.ul_tab{
  display: flex;
  flex-wrap: wrap;
  width: 950px;
}
.ul_tab li{
    margin-bottom: 5px;
}
.ul_tab li a{
  display: block;
  background:#ddd;
  margin:0 2px;
  padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.ul_tab li.active a{
  background:#f5f4b5;
}
/********/
/*tab_areaにis-activeというクラスがついた時の形状*/
.tab_area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.area_contents{
    border-bottom: 1px #ddd solid;
    padding: 8px;
    margin-left: 40px;
}
.area_contents .number{
    margin-left: 10px;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*========= レイアウトのためのCSS ===============*/

.ul_tab li{
  list-style:none;
}

.tab_link{
  color:#333;
  text-decoration: none;
}
.tab_area_title{
  font-size:1.3rem;
  margin:0 0 20px 10px;
}
.tab_wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
  background:#fefefe;
}      