
/* --------------------------------------*/
/* 全体
/* ※フォントサイズ指定時 
/*   lerge等は使用しない事
/*   IEでリンククリック時サイズが変わってしまう
/*　 回避策として 値を明示的（11px等）に
/*   設定する事
/* --------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.header_sitename{
    position: absolute;
    top: 35px;
    left: 30px;
    display: block;
    z-index: 10;
    font-family: 'Noto Sans JP', "メイリオ", "ＭＳ ゴシック", sans-serif;
}

.header_sitename a{
    display: block;
    color:  #004c76;
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 0.06em;
    top: 50px;
    text-decoration:none;
    line-height: 1.2;
}

.header_sitename a .name_small{
    font-size: 16px;
    display: block;
    letter-spacing: 0;
    color: #0068ac;
        font-weight: 550;
}

.header_sitename .header_note{
    display: block;
    font-size: 12px;
    margin-top: 0;
    color:  #004c76;
}

.lower .header_sitename a{
    font-size: 32px;
}

.lower .header_sitename a .name_small{
    font-size: 14px;
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-size: 11px;
    background-position: center;
}
a img {
    border-style:none;
}
ul,ol{
    margin: 1em 0 1em 0;
    padding-left: 40px;
}
li{
    margin: 0;
}

fieldset,img{margin:0px;padding:0px;}


/* --------------------------------------*/
/* FORMコントロール用
/* --------------------------------------*/

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/* --------------------------------------*/
/* 機能タイトル用
/* --------------------------------------*/
H3
{
    margin: 5px;
    background-position: left center;
    padding: 3px 0px 3px 30px;
    text-align: left;
    font-size: 20px;
    color: #2D2D2D;
    background-image: url('./image/tip.png');
    background-repeat: no-repeat;
    font-weight: bold;
}

/* --------------------------------------*/
/* サブタイトル用
/* --------------------------------------*/
H4
{
    margin: 5px 5px 5px 10px;
    background-position: left center;
    padding: 3px 0px 3px 25px;
    text-align: left;
    font-size: 18px;
    color: #2D2D2D;
    background-image: url('./image/tip2.gif');
    background-repeat: no-repeat;
    font-weight: bold;
}

/* --------------------------------------*/
/* サブタイトル用
/* --------------------------------------*/
H5
{
    margin: 0px 0px 0px 25px;
    background-position: left center;
    padding: 0px 0px 0px 27px;
    text-align: left;
    font-size: small;
    color: #008000;
    background-image: url('./image/tip3.png');
    background-repeat: no-repeat;
    font-weight: normal;
}

/* --------------------------------------*/
/* グループタイトル用
/* --------------------------------------*/
H6
{
    margin: 20px 10px 10px 0px;
    background-position: left center;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: small;
    color: #2D2D2D;
    background-image: url('./image/tip4.png');
    background-repeat: no-repeat;
    font-weight: normal;
}

/* --------------------------------------*/
/* テキストボックス標準
/* --------------------------------------*/
.textbox_basic:focus
{
    background-color: #E8E9FF;
}

/* --------------------------------------*/
/* パスワード
/* --------------------------------------*/
.TextIndicator_TextBox_Password_Worning
{
    background-color: #FF5050;
    color: #FFFFFF;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Low
{
    background-color: #999999;
    color: #FFFF00;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Normal
{
    background-color: #999999;
    color: #FFFFFF;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Safe
{
    background-color: #FFFFCC;
    color: #000000;
    padding: 3px 3px 2px 3px;
}

/* --------------------------------------*/
/* テストアナウンス用
/* --------------------------------------*/
.title_test
{
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 3px;
    font-size: 11px;
}

/* --------------------------------------*/
/* 入力用テーブル
/* --------------------------------------*/
table.table_Input
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    border-collapse: collapse;
}
.table_Input th
{
    padding: 10px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
    width: 170px;
}
.table_Input td
{
    padding: 5px;
    margin: 5px;
    border: 1.1px solid #C0C0C0;
}

/* --------------------------------------*/
/* 検索結果表示用テーブル
/* --------------------------------------*/
table.table_Search_List
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    border-collapse: collapse;
}
.table_Search_List th
{
    padding: 5px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.table_Search_List td
{
    padding: 3px;
    border: 1px solid #C0C0C0;
}

/* --------------------------------------*/
/* 入力用テーブル内Div
/* --------------------------------------*/
div.div_Input_Inner
{
    padding: 5px;
    height: 20px;
    color: #666666;
    position: relative;
}
div.div_Input_Inner_Result
{
    padding: 5px;
    height: 20px;
    color: #000000;
    position: relative;
    word-break: break-all;
    height: auto;
}
div.div_Input_Inner_InpDisp
{
    float:left; 
    padding: 5px;
    height: 20px;
    color: #666666;
    position: relative;
    font-size:17px; 
    font-weight:bold; 
    color:Black
}
.div_Input_Inner p
{
    position:absolute;
    top:50%;
    margin:-6px 0 0 0;
    height:15px;
}
div.div_Input_Inner_H
{
    height: 20px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
    padding-top: 7px;
    padding-bottom: 3px;
    text-align: center;
}
div.div_q
{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #0000FF;
    font-size: medium;
}
div.div_qa_a
{
    padding-left: 30px;
    padding-bottom: 10px;
}

/* --------------------------------------*/
/* サブ情報
/* --------------------------------------*/
div.div_info_sub_1
{
    padding: 10px;
    color: #999999;
    font-size: 11px;
}

/* --------------------------------------*/
/* 線 通常
/* --------------------------------------*/
hr.line_normal {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #C0C0C0;
margin:0px;
clear: both; 
display: block;
}

/* --------------------------------------*/
/* 線 赤線
/* --------------------------------------*/
hr.line_red {
border-width: 3px 0px 0px 0px;
border-style: solid;
border-color: #C50018;
margin:0px;
clear: both; 
display: block;
margin: -7px 0; /* ie7 and below */ 
}

/* --------------------------------------*/
/* 線 青線
/* --------------------------------------*/
hr.line_blue {
border-width: 3px 0px 0px 0px;
border-style: solid;
border-color: #004d75;
margin:0px;
clear: both; 
display: block;
margin: -7px 0; /* ie7 and below */ 
}

/* --------------------------------------*/
/* 赤色
/* --------------------------------------*/
.font_red_B {
		   color:#FF0000;
		   font-size: 18px;
		   text-decoration:none;
}
.font_red_M {
	color: #FF0000;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_red_M_Left
{
    color: #FF0000;
    font-size: 11px;
    text-align: left;
}
.font_red_S {
		   color: #FF0000;
		   font-size: 10px;
		   text-decoration:none;
}
.font_red_M_Important {
	color: #FF0000 !important;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_red_M_Important_2 {
	color: #FF0000 !important;
	font-size: 16px !important;
	text-decoration:none;
	background-position: center;
}

/* --------------------------------------*/
/* 茶色
/* --------------------------------------*/
.font_brown_M
{
    color: #996600;
    text-decoration: none;
}

/* --------------------------------------*/
/* キャッチラベル
/* --------------------------------------*/
font.fCatchLabel 
{
    font-size:15px; 
    font-weight:bold; 
    color:#000080
}
font.fCatchLabel_Green
{
    font-size: 17px;
    font-weight: bold;
    color: #008000;
}


/* --------------------------------------*/
/* 入力前補助文字列
/* --------------------------------------*/
.font_inputsupport_M
{
    color: #999999;
}

/* --------------------------------------*/
/* 検証処理用
/* --------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors
{
    padding: 10px 0px 5px 5px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 7px;
    background: linear-gradient(to bottom, #ffeeee, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeeee', endColorstr='#FFFFFF');
}
.validation-summary-errors span
{
    padding: 3px 0px 3px 30px;
    color: #000000;
    background: url('./image/ico_warning.png') no-repeat 0;
    font-size: larger;
}
.validation-summary-errors ul
{
    width:90%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 0px;
}
.validation-summary-errors li
{
    font-size: small;
    font-weight: bold;
}

.validation-summary-valid
{
    display: none;
}

/* --------------------------------------*/
/* 各Submit用
/* --------------------------------------*/
#registform .registform-other {
	padding-top: 20px;
	text-align: center;
}
#registform .registform-other-regist {
	margin-left: 15px;
	margin-right: 15px;
}

/* ログイン */
input.btn_login
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_login.png') no-repeat 0 0;
}

/* 一時保存 */
input.btn_Save
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_ad_temp.png') no-repeat 0 0;
}

/* 登録 */
input.btn_regist
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Reg.png') no-repeat 0 0;
}

/* 申請 */
input.btn_application
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Application.png') no-repeat 0 0;
}

/* 一時保存 */
input.btn_tmp
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_ad_temp.png') no-repeat 0 0;
}

/* 確認画面へ */
input.btn_result
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Reg_Result.png') no-repeat 0 0;
}

/* 出願受付送信ボタン */
input.btn_send
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Send.png') no-repeat 0 0;
}

/* 登録 */
input.btn_reg
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Reg.png') no-repeat 0 0;
}

/* 戻る */
input.btn_return
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Return.png') no-repeat 0 0;
}

/* メインページへ */
input.btn_next
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_next.png') no-repeat 0 0;
}

/* 次へ */
input.btn_login
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_login.png') no-repeat 0 0;
}

/* 検索 */
a.btn_search
{
    cursor: pointer;
    width: 130px;
    height: 25px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_search_s.png') no-repeat 0 0;
    text-decoration: none;
}

a.btn_search:hover {
  background: url('./image/btn_search_s_on.png') no-repeat 0 0;
}

/* クリア */
a.btn_clear
{
    cursor: pointer;
    width: 130px;
    height: 25px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_clear.png') no-repeat 0 0;
    text-decoration: none;
}

a.btn_clear:hover {
  background: url('./image/btn_clear_on.png') no-repeat 0 0;
}

/* 郵便番号検索 */
a.btn_search_zip
{
    cursor: pointer;
    width: 160px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_search_zip.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_search_zip:hover {
  background: url('./image/btn_search_zip_on.png') no-repeat 0 0;
}

/* 書類送付先住所からコピー */
a.btn_copy_sending_address
{
    cursor: pointer;
    width: 160px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_copy_sending_address.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_copy_sending_address:hover {
  background: url('./image/btn_copy_sending_address_on.png') no-repeat 0 0;
}

/* 出願書類印刷用 */
a.btn_print
{
    cursor: pointer;
    width: 300px;
    height: 80px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-image: url(./image/btn_print.png);
    background-position: 0% center;
    text-decoration: none;
    vertical-align: middle;    
}
a.btn_print:hover {
  background: url('./image/btn_print_on.png') no-repeat 0 0;
}

a.btn_print_2
{
  text-decoration: none;
}
a.btn_print_2:hover {
  opacity: 0.6;
  transition: 0.5s;

}

/* 検定料のお支払いはこちら */
a.btn_kenteiryo
{
    cursor: pointer;
    width: 300px;
    height: 50px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-image: url(./image/btn_kenteiryo.png);
    background-position: 0% center;
    text-decoration: none;
    vertical-align: middle;    
}
a.btn_kenteiryo:hover {
  background: url('./image/btn_kenteiryo_on.png') no-repeat 0 0;
}

/* パスワード変更 */
input.btn_edit_password
{
    cursor: pointer;
    width: 116px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_edit_password.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

input.btn_edit_password:hover {
  background: url('./image/btn_edit_password_on.png') no-repeat 0 0;
}

/* パスワード生成 */
a.btn_create_password
{
    cursor: pointer;
    width: 116px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_search_password.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_create_password:hover {
  background: url('./image/btn_search_password_on.png') no-repeat 0 0;
}
 
/* --------------------------------------*/
/* アコーディオンタイトル用
/* --------------------------------------*/
h2.trigger
{
  padding: 0 0 0 50px;
  margin: 0 0 5px 0;
  height: 46px;
  line-height: 46px;
  width: 800px;
  float: left;
  margin-left:20px;
}
h2.red
{
    border: 1px solid #C0C0C0;
    background: url('./image/h2_red.gif') no-repeat;
    clear: both;
    margin-left: 50px;
    background-color: #EAEAEA;
}
h2.trigger a
{
    color: #006600;
    text-decoration: none;
    display: block;
    clear: both;
    background: url('./image/btn_bk_l.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #EAEAEA;
}
h2.trigger span
{
    font-size: 11px;
    vertical-align: top;
    margin-left: 50px;
    font-weight: normal;
    color: #000000;
}

h2.trigger a:hover
{
    background: url('./image/btn_bk_l_on.png');
    background-position: right center;
    background-repeat: no-repeat;
}
h2.active
{
  background-position: left bottom;
}
.toggle_container
{
    border: 1px solid #C0C0C0;
    width: 850px;
    margin-left:50px;
    clear: both;
}         
a.folding
{
}

/* --------------------------------------*/
/* メッセージ表示用
/* --------------------------------------*/
/* インフォメーション */
div.msg_info
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #0000FF;
    background: linear-gradient(to bottom, #D3EDFB, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#D3EDFB), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D3EDFB', endColorstr='#FFFFFF');
}
.msg_info H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_info.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.msg_info p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* --------------------------------------*/
/* メッセージ表示用
/* --------------------------------------*/
/* インフォメーション */
div.msg_evaluation
{
    padding: 10px;
    margin: 10px 5px 10px 5px;
    border: 1px solid #C0C0C0;
    background-color: #F2F2F2;
}
.msg_evaluation p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* --------------------------------------*/
/* 出願状況用
/* --------------------------------------*/
table.situation
{
    width: 100%;
    border: 1px solid #C0C0C0;
    padding: 20px;
    background: linear-gradient(to bottom, #f0fff0, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#f0fff0), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0fff0', endColorstr='#FFFFFF');
}
.situation th
{
    text-align: left;
    color: #008000;
    height: 60px;
    padding-left: 10px;
    font-size: 13px;
    width: 100px;
}
.situation td
{
    text-align: left;
    font-size: 13px;
}

/* エラーメッセージ */
div.msg_err
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #FF0000;
    background: linear-gradient(to bottom, #ffeeee, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeeee', endColorstr='#FFFFFF');
}
.msg_err H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_err.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.msg_err p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

div.msg_warning
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #FF0000;
    background: linear-gradient(to bottom, #ffeeee, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeeee', endColorstr='#FFFFFF');
}
.msg_warning H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_warning.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.msg_gray
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #C0C0C0;
    background: linear-gradient(to bottom, #C0C0C0, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#EAEAEA));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C0C0C0', endColorstr='#EAEAEA');
}

/* 完了メッセージ */
div.msg_comp
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #006400;
    background: linear-gradient(to bottom, #d1ffac, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1ffac), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d1ffac', endColorstr='#FFFFFF');
}
.msg_comp H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_comp.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.msg_comp p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* --------------------------------------*/
/* アコーディオンタイトル用
/* --------------------------------------*/
.toggler {
    margin: 10px 0 10px 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    line-height: 30px;
    display: block;
    width: 407px;
    text-align: left;
}

.toggler-closed {
    color: #333;
    padding-left: 20px;
    height: 30px;
    background: #F2F2F2 url('./image/togglerc.gif') center right no-repeat;
    border: solid 1px #C0C0C0;
    padding-right: 20px;
}

    .toggler-closed:hover {
        color: #000;
        padding-left: 20px;
        height: 30px;
        background: #F2F2F2 url('./image/togglerch.gif') center right no-repeat;
        border: solid 1px #C0C0C0;
        padding-right: 20px;
    }

.toggler-opened {
    color: #333;
    padding-left: 20px;
    height: 30px;
    background: #efefef url('./image/togglero.gif') center right no-repeat;
    border: solid 1px #C0C0C0;
    padding-right: 20px;
}

    .toggler-opened:hover {
        color: #000;
        padding-left: 20px;
        height: 30px;
        background: #efefef url('./image/toggleroh.gif') center right no-repeat;
        border: solid 1px #C0C0C0;
        padding-right: 20px;
    }

/* Container - default style */
.toggler-c {
}

.toggler-c-closed {
    margin: -10px 0px 10px 0px;
}

.toggler-c-opened {
    margin: -10px 0px 10px 0px;
}
/* --------------------------------------*/
/* 検索アコーディオン内テーブル
/* --------------------------------------*/
table.tl-toggler
{
    width:449px;
    border: 0px;
    border-collapse: collapse;
}
.tl-toggler th
{
    padding: 5px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.tl-toggler td
{
    width: 224px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    text-align: left;
}

/* --------------------------------------*/
/* 検索アコーディオン内選択
/* --------------------------------------*/
img.tl-toggler-img {
    margin-right:5px;
}

/* --------------------------------------*/
/* もどる
/* --------------------------------------*/
a.btn_return
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_Return.png') no-repeat 0 0;
    text-decoration: none; 
}

/* --------------------------------------*/
/* 次へ
/* --------------------------------------*/
a.btn_next
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_next.png') no-repeat 0 0;
    text-decoration: none; 
}

/* --------------------------------------*/
/* トップページへ
/* --------------------------------------*/
a.btn_totop
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url(./image/btn_TopPage.png) no-repeat 0 0;
    background-position: 0% center;
    text-decoration: none;
    vertical-align: middle;    
}

/* --------------------------------------*/
/* 仮登録 */
/* --------------------------------------*/
a.btn_reception
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_Reception.png') no-repeat 0 0;
    text-decoration: none; 
}

/* --------------------------------------*/
/* 試験選択関連 */
/* --------------------------------------*/
div.exam_group {
    margin: 0px 20px 10px 20px;
    padding-top: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight:bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0000FF;
}
div.exam_block
{
    margin: 0px 20px 0px 20px;
    padding-top:10px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
div.exam_block a:hover
{
    color: #FF0000;
}
div.exam_block_date_1
{
    margin: 0px 0px 0px 10px;
    padding-top:5px;
    font-size: 16px;
}
div.exam_block_date_2
{
    margin: 0px 20px 0px 20px;
    font-size: 16px;
}

/* アップロード */
input.btn_upload {
    cursor: pointer;
    width: 116px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_upload.png') no-repeat 0 0;
}
input.btn_upload:hover{
    background: url('./image/btn_upload_on.png') no-repeat 0 0;
}

/* ファイル選択 */
label.btn_file_select {
    cursor: pointer;
    width: 116px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    display: inline-block;
    background: url('./image/btn_file_select.png') no-repeat 0 0;
}
label.btn_file_select:hover {
    background: url('./image/btn_file_select_on.png') no-repeat 0 0;
}

/* 連絡先住所からコピー */
a.btn_copy_contact_address
{
    cursor: pointer;
    width: 160px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_copy_contact_address.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_copy_contact_address:hover {
    background: url('./image/btn_copy_contact_address_on.png') no-repeat 0 0;
}

.counter_1 {
    padding-top: 3px;
    font-size: 0.7rem;
    text-align: right;
    width: 100%;
    line-height: 1.2;
}
.counter_1>strong {
    font-size: 1rem;
    padding: 0 2px 0 5px;
}

/* 本人確認書類 */
img.doc
{
    width: 320px;
    height: 256px;
    object-fit: contain;
}

/* 写真説明書 */
div.exp
{
    border: 1px solid #000000;
    border-radius: 1em; 
    display: block;
    background: whitesmoke;
    padding: 1em 1em 1em 1em; 
    margin-bottom: 1em;
}

/* PDFリンク */

/* 3つまでpdf対応 */
.btn_g{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    flex-flow: wrap;
    gap: 30px 3.5%;
    list-style: none;
    padding: 20px;
}


.btn_g .btn_ptn03{
    width: 35%;
    max-width: none;
    position: relative;
}

.btn_g .btn_ptn03 a{
    min-height: 50px;
    padding: 0 40px 0 30px;
    line-height: 1.4;
    text-align: start;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}


.btn_ptn03 {
    max-width: 280px;
    width: 100%;
    border: 1px solid #004d75;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: background-color 0.3s ease; 
}

.btn_ptn03:hover {
    background-color: #004d75;
    color: white;
}

.btn_ptn03 a {
    padding: 22px 0 23px;
}

.btn_ptn03 a::before {
    content: "";
    display: block;
    width: 18px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    background: url(./image/icon_pdf.png) no-repeat;
    background-size: contain;
    border-radius: 0;
}

.btn_ptn03 a::after{
    display: none;
}

.btn_g .btn_ptn03 a span{
    display: contents;
    font-size: 12px;
}

.fraction_box{
  padding-left: 2em;
}
.fraction {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 1em;
     vertical-align: middle;
     line-height: 0.8;
 }
  .fraction .divider {
    width: 100%;
    border-top: 1px solid black;
    margin: 0.1em 0;
}
.kakko {
    font-weight: normal;
    transform-origin: center;
    display: inline-block;
}
.denominator, .numerator{
  font-size: 14px;
}

.fraction_border_none {
  line-height: 1.6;
  align-items: normal;
}
.fraction_border_none .denominator, .fraction_border_none .numerator{
  font-size: 16px;
}
.weight_font600{
  font-weight: 600;
}

.msg_evaluation .can_indent03{
  text-indent: -4em;
  margin-left: 4.6em;
  display: block;
}
.msg_evaluation .can_indent05{
  text-indent: -6em;
  margin-left: 6.6em;
  display: block;
}

.can_text_indent li {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    list-style:none;
}
.can_text_indent{
    padding-left: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 60% 40%; 
  gap: 10px;
}

.nested-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; 
}

.grid-container div,
.nested-grid div {
  padding: 20px;
  text-align: center;
}
.nested-grid img {
  max-width: 77%;
  height: auto;
  display: block;
}

/* sample licence */
.sample_licence{
    display: flex;
    
    gap: 0.5em;
}

.sample_licence p,
.pass_licence p{
    position: static;
}

.sample_licence .car_licence{
    width: 48%;
    float: left;
}

.sample_licence .car_licence p{
    text-align: center;
    padding: 1em 1em 0 1em;
}

.sample_licence .pass_licence{
    width: 48%;
    float: right;
}

.sample_licence .pass_licence p{
    text-align: center;
    padding: 1em 1em 0 1em;
}

.sample_licence img{
    width: 100%;
    margin: 0 auto;
    padding:1em;
}


