i@charset "UTF-8";

/* test用   border: 1px solid #ff0000;  */

/* --------------------------------------------------------------------------------------
 ページ構成のスタイル
--------------------------------------------------------------------------------------- */

/* HTMLページ設定
------------------------------------------------------------------- */
html {
    padding-top: 5px;
}

* {
    box-sizing: border-box;
}


/* ヘッダー
------------------------------------------------------------------- */
#header {
    /*
    width: 100%;
*/
    height: 150px;
    text-align: right;
    /*
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
*/
    /*
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
*/
    border: none;
    /*
    background-color: #fff;
*/
    background-color: #2B6CA3;
    color: #fff;
    padding: 10px 10px 5px 10px;
}

#header ul.list_garrow {
    margin: 10px 0px 0px;
    font-size: 16px;
    /* 文字サイズ変更しても固定にするため */
    line-height: 24px;
    /* 文字サイズ変更しても固定にするため */
    letter-spacing: 1px;
    /* 文字サイズ変更しても固定にするため */
}

#header ul.list_garrow li {
    float: left;
    background: url("img/arrow_round02.png") 6px 3px no-repeat;
    text-indent: 27px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#header .change {
    clear: both;
    height: 30px !important;
    padding-top: 0px;
    font-size: 16px;
    /* 文字サイズ変更しても固定にするため */
    line-height: 24px;
    /* 文字サイズ変更しても固定にするため */
    letter-spacing: 1px;
    /* 文字サイズ変更しても固定にするため */
}

#header h1 {
    font-size: 14px;
    /* 文字サイズ変更しても固定にするため */
    text-align: left;
    font-weight: normal;
    line-height: 125%;
    margin-bottom: 10px;
}

#header .change img {
    vertical-align: middle;
}

/*#header a:link      {text-decoration: none;}*/
/*#header a:visited   {text-decoration: none;}*/
#header a:hover {
    text-decoration: underline;
}

.title_name {
    font-size: 150%;
    color: #004a7d;
    font-weight: bold;
}

.title_name a {
    text-decoration: none;
    color: #004a7d;
}

.title_name a:hover {
    text-decoration: none !important;
}

.title_name a:link {
    color: #004a7d;
}

/*
.title_name a:link {
    color: #004a7d;
}

a:link { color: #0000ff; }
a:visited { color: #aa0055; }
a:hover { color: #ff0000; }
a:active { color: #00ff00; }
*/



.sys_name {
    color: #49a9d4;
    font-weight: bold;
}

.form_page_header01 {
    overflow: hidden;
    height: auto !important;
    background: rgb(253, 255, 141) !important;
    background: linear-gradient(0deg, rgba(253, 255, 141, 1) 0%, rgba(20, 181, 255, 1) 100%) !important;
    padding: 20px !important;
}

.breadcrumbs .breadcrumb_current {
    font-weight: bold;
    background: #fdff73;
    padding: 3px 5px 2px;
    border-radius: 5px;
}

/* メインコンテンツ部
------------------------------------------------------------------- */
#contents {
    clear: both;
    display: block;
    overflow: visible !important;
    max-width: 1000px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border: none;
    background-color: #fff;
    padding: 0px 10px 50px 10px;
}

/* ページメイン部 */
#main {
    float: left;
    width: 95%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

/* ページ見出し */
#contents h6 {
    clear: both;
    width: 690px;
    height: 40px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-radius: 10px;
    background-color: #002fa6;
    background: -webkit-gradient(linear, left bottom, left top, from(#002fa6), to(#5c82c1));
    background: -moz-linear-gradient(top, #5c82c1, #002fa6);
    background: linear-gradient(top, #5c82c1, #002fa6);
    font-size: 170%;
    text-indent: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-left: 10px;
    margin-bottom: 12px;
    padding-top: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
}

#contents input[type="text"] {
    text-align: left;
    margin: 0px auto;
    padding: 0px 10px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    height: 3em;
    line-height: 1.6em;
    font-size: 1em;
    -webkit-box-shadow: 1px 1px 2px #eee inset;
    box-shadow: inset 1px 1px 2px #eee;
}

#contents input[type="password"] {
    text-align: left;
    margin: 0px auto;
    padding: 0px 10px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    height: 3em;
    line-height: 1.6em;
    font-size: 1em;
    -webkit-box-shadow: 1px 1px 2px #eee inset;
    box-shadow: inset 1px 1px 2px #eee;
}

#contents select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    position: relative;
    height: 3em;
    margin: 0;
    padding: 0px 15px 0px 15px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    background: transparent;
    font-size: 1em;
    z-index: 1002;
}

#contents dt {
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

/* #contents dd {
    margin-left: 10px;
} */

.sub {
    color: #99ffff;
    font-size: 70%;
    letter-spacing: 0.05em;
    float: right;
    margin-right: 8px;
}

.adm_title {
    background: #0070C0;
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    margin: 20px 2px 6px 10px;
}

/* app_top
------------------------------------------------------------------- */

.add_wrapper {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_wrapper::before {
    content: "";
    background-image: url(../img/app_top_bg_yellow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 35%;
    z-index: -1;
}

.add_wrapper::after {
    content: "";
    background-image: url(../img/app_top_bg_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: -1;
}

.add_wrapper #contents {
    background: none;
}

.app_top_logo {
    max-width: 546px;
    margin: 0 auto;
}

.app_top_logo img {
    border-bottom: 3px solid #757678;
    padding-bottom: 20px;
    width: 100%;
}

.app_top_button_block {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.app_top_button01,
.app_top_button02 {
    border: none;
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    text-decoration: none;
    letter-spacing: 0.2em;
    text-align: center;
    width: 240px;
    height: 44px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.app_top_button01 {
    background-color: #ffd000;
    background-image: -webkit-linear-gradient(top, #ffd000, #ffd000);
    background-image: linear-gradient(to bottom, #ffd000, #ffd000);
}

.app_top_button02 {
    background-color: #009de5;
    background-image: -webkit-linear-gradient(top, #009de5, #009de5);
    background-image: linear-gradient(to bottom, #009de5, #009de5);
}

/* ログイン画面
------------------------------------------------------------------- */

#login {
    clear: both;
    display: block;
    overflow: visible !important;
    text-align: left;
    margin: 0px auto;
    width: 420px;
}

#login .box {
    padding: 20px 45px 10px 45px;
    margin: 60px 0px 0px 0px;
}


#login .btn {
    border: 1px solid #01a5e7;
    background-color: #099edb;
    background-image: -webkit-linear-gradient(top, #48c0f0, #099edb);
    background-image: linear-gradient(to bottom, #48c0f0, #099edb);
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 135%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 12px;
    letter-spacing: 0.2em;
    margin: 0px 80px 15px 80px;
    text-align: center;
}

#login .btn:hover {
    border: 1px solid #01a5e7;
    background-color: #0fbde9;
    background-image: -webkit-linear-gradient(top, #6ad8f6, #0fbde9);
    background-image: linear-gradient(to bottom, #6ad8f6, #0fbde9);
    text-decoration: none;
}

#login .btn:active {
    background: #01a5e7;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}


#login a {
    margin-left: 80px !important;
}


#login_id {
    clear: both;
    background: #f3f3f3;
    color: #333;
    padding: 8px;
    font-size: 100%;
    margin: 0px auto 20px;
    width: 310px;
    border: #319ccb solid 1px;
    ime-mode: disabled;
}

#passwd {
    background: #f3f3f3;
    color: #333;
    padding: 8px;
    font-size: 100%;
    margin: 0px auto 20px;
    width: 310px;
    border: #319ccb solid 1px;
}

#login_button {
    border: 1px solid #01a5e7;
    background-color: #099edb;
    background-image: -webkit-linear-gradient(top, #099edb, #099edb);
    background-image: linear-gradient(to bottom, #099edb, #099edb);
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 100%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

    padding: 3px 15px;
    letter-spacing: 0.2em;
    margin: 0px 100px 15px 90px;
    text-align: center;
}

#login_button:hover {
    border: 1px solid #01a5e7;
    background-color: #0fbde9;
    background-image: -webkit-linear-gradient(top, #0fbde9, #0fbde9);
    background-image: linear-gradient(to bottom, #0fbde9, #0fbde9);
    text-decoration: none;
}

.login_title {
    font-weight: bold;
    font-size: 150%;
}

.login_message {
    text-align: center;
    font-weight: bold;
    font-size: 80%;
    color: #FF0000;
    line-height: 120%
}

.login_message_op {
    color: #49a9d4;
}

.member_login h3 {
    margin-top: 20px;
}

.member_login h3:first-of-type {
    margin-top: 0;
}

/* --------------------------------------------------------------------------------------
 メインコンテンツ用スタイル
--------------------------------------------------------------------------------------- */

/* ボタン
------------------------------------------------------------------- */
.btn_blue {
    border: #CCC solid 1px;
    border-radius: 4px;
    background: #f3f3f3 url(../img/arrow_blue.png) 6px 6px no-repeat !important;
    background-color: #fff;
    padding: 0px 10px;
    font-size: small;
    text-indent: 10px;
    margin-right: 3px;
}

.btn_blue a {
    color: #006699;
    text-decoration: none !important;
}

/*.btn_blue a:link  {color: #006699; text-decoration: none !important;}*/
.btn_blue a:hover {
    color: #01c7eb;
    text-decoration: none !important;
}

.btn_blue active {
    background: none;
    font-weight: bold !important;
}

/* お知らせ
------------------------------------------------------------------- */
.box {
    border: none;
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}

.box_title {
    padding: 20px 10px 0px 10px;
    margin-top: 10px;
}


dl.information {
    display: block;
    width: 990px;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: -1px 7px 0px 7px;
    z-index: -1 !important;
}

dl.information dt {
    clear: both;
    display: block;
    float: left;
    width: 7em;
    font-weight: bold;
    color: #333333;
    text-indent: 5px;
    margin-top: -1px;
    letter-spacing: normal;
    padding: 5px 5px 3px 0px;
}

dl.information dd {
    display: block;
    margin-top: -1px;
    margin-left: 7.4em;
    margin-right: 5px;
    text-align: left;
    letter-spacing: normal;
    padding: 5px 5px 3px 10px;
}

dl.information dd img {
    vertical-align: text-top !important;
}

/*dl.information dd a:link    { text-decoration: none !important;}*/
dl.information dd a:hover {
    text-decoration: underline !important;
    font-weight: bold;
}

/*dl.information dd a:visited { text-decoration: none !important;}*/


/* 本文・見出し(調査員)
------------------------------------------------------------------- */
#main p {
    padding: 0px 10px 10px;
    font-size: 90%;
    line-height: 150%;
    letter-spacing: 0.05em;
}

#main h1 {
    width: 97%;
    padding: 9px 10px 7px 10px;
    margin-bottom: 10px;
    font-size: 150%;
    text-indent: 0px;
    color: #333;
    z-index: 500 !important;
    border-left: #009de5 solid 15px;
}

#main h2 {
    clear: both;
    border-bottom: #dcdcdc solid 2px;
    padding: 2px;
    margin: 15px 4px;
    font-size: 135%;
    text-align: left;
}

#main h3 {
    clear: both;
    background: #fff url("img/bk_h3.png") 0px 0px no-repeat;
    border-bottom: #dcdcdc solid 2px;
    padding: 2px;
    margin: 10px 10px 10px 5px;
    text-indent: 22px;
    font-size: 110%;
    text-align: left;
}

#main h4 {
    clear: both !important;
    background: #fff url("img/bk_h4.png") 0px 7px no-repeat;
    border-bottom: #bcdef6 solid 4px;
    padding: 10px 0px 5px 25px;
    margin: 15px 10px 8px 15px;
    text-align: left;
    font-size: 115%;
    z-index: 300 !important;
}

/*#main h4 a:link    {text-decoration: none !important;}*/
#main h4 a:hover {
    text-decoration: none !important;
}

/*#main h4 a:visited {text-decoration: none !important;}*/

/* 本文・見出し(管理者)
------------------------------------------------------------------- */
#main_a p {
    padding: 0px 10px 10px;
    font-size: 90%;
    line-height: 150%;
    letter-spacing: 0.05em;
}

#main_a h1 {
    width: 97%;
    padding: 9px 10px 7px 10px;
    font-size: 150%;
    text-indent: 0px;
    color: #333;
    z-index: 500 !important;
    border-left: #009de5 solid 15px;
}

.title_line {
    border-top: #808080 solid 1px;
    margin-bottom: 10px;
}

#main_a h2 {
    clear: both;
    border-bottom: #dcdcdc solid 2px;
    padding: 2px;
    margin: 15px 4px;
    font-size: 135%;
    text-align: left;
}

#main_a h3 {
    clear: both;
    background: #fff url("img/bk_h3.png") 0px 0px no-repeat;
    border-bottom: #dcdcdc solid 2px;
    padding: 2px;
    margin: 10px 10px 10px 5px;
    text-indent: 22px;
    font-size: 110%;
    text-align: left;
}

#main_a h4 {
    clear: both !important;
    background: #fff url("img/bk_h4.png") 0px 7px no-repeat;
    border-bottom: #bcdef6 solid 4px;
    padding: 10px 0px 5px 25px;
    margin: 15px 10px 8px 15px;
    text-align: left;
    font-size: 115%;
    z-index: 300 !important;
}

/*#main_a h4 a:link    {text-decoration: none !important;}*/
#main_a h4 a:hover {
    text-decoration: none !important;
}

/*#main_a h4 a:visited {text-decoration: none !important;}*/




/* テーブル
--------------------------------------------------------------- */
table.standardTable {
    background-color: #e5e5e5;
    margin: 10px auto;
    border-collapse: collapse;
    margin: 6px 5px 20px 10px;
    font-size: 14px;
}

table.standardTable th {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    border-top: #828282 solid 1px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    border-bottom: #828282 solid 2px;
    padding: 3px 8px 0px;
    text-align: left;
    font-size: 90%;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
}


/*table.standardTable a:link    {text-decoration: none !important;}*/
table.standardTable a:hover {
    text-decoration: underline !important;
}

/*table.standardTable a:visited {text-decoration: none !important;}*/

table.standardTable td {
    background-color: #ffffff;
    border-top: #828282 solid 1px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    border-bottom: #828282 solid 1px;
    padding: 7px 8px;
    text-align: left;
    font-size: 90%;
    letter-spacing: normal;
    line-height: 130%;
    word-wrap: break-word;
}

table.standardTable tr.date2 {
    background-color: #e2f7f5;
}

table.standardTable td.red {
    background-color: #ffeaea;
}

table.standardTable td.green {
    background-color: #f1fec0;
}

table.standardTable td.yellow {
    background-color: #ffffcc;
}

table.standardTable th.thBottom {
    vertical-align: bottom !important;
}

table.standardTable td.TdRight {
    text-align: right !important;
}

table.standardTable td.TdLeft {
    text-align: left !important;
}

table.standardTable td.TdCenter {
    text-align: center !important;
}


table.none {
    margin: 5px 0px;
    border-collapse: collapse;
}

table.none td {
    background-color: #fff;
    border: #fff solid 0px;
    padding: 2px 0px;
    font-size: 100%;
    letter-spacing: normal;
}

table.select {
    margin: 5px 0px;
    font-size: 105%;
    border: none !important;
}

table.select td {
    background-color: #fff;
    border: none !important;
    padding: 3px 1px !important;
    margin: 0px;
    letter-spacing: 0.1em;
    word-break: keep-all !important;
}

/* テーブル(条件用)
--------------------------------------------------------------- */
table.condTable {
    background-color: #e5e5e5;
    margin: 10px auto;
    border-collapse: collapse;
    margin: 3px 5px 10px 10px;
    font-size: 14px;
}

table.condTable th {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    border-top: #e5e5e5 solid 1px;
    border-left: #e5e5e5 solid 1px;
    border-right: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 2px;
    padding: 3px 8px 0px;
    text-align: left;
    font-size: 90%;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
}


/*table.condTable a:link    {text-decoration: none !important;}*/
table.condTable a:hover {
    text-decoration: underline !important;
}

/*table.condTable a:visited {text-decoration: none !important;}*/

table.condTable td {
    background-color: #e5e5e5;
    padding: 5px 8px;
    text-align: left;
    font-size: 90%;
    letter-spacing: normal;
    line-height: 100%;
    word-wrap: break-word;
}

/* テーブル(更新用)
--------------------------------------------------------------- */
table.editTable {
    /* background-color: #e5e5e5; */
    margin: 10px auto;
    border-collapse: separate;
    border-spacing: 4px 10px;
    margin: 20px 0;
    font-size: 14px;
    width: 100%;
}

table.editTable th {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    border-top: #828282 solid 1px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    border-bottom: #828282 solid 2px;
    padding: 3px 8px 0px;
    text-align: left;
    font-size: 100%;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
}


/*table.standardTable a:link    {text-decoration: none !important;}*/
table.editTable a:hover {
    text-decoration: underline !important;
}

/*table.standardTable a:visited {text-decoration: none !important;}*/

table.editTable td {
    background-color: #ffffff;
    border-top: #828282 dotted 2px;
    border-left: #828282 dotted 2px;
    border-right: #828282 dotted 2px;
    border-bottom: #828282 dotted 2px;
    padding: 15px;
    text-align: left;
    font-size: 100%;
    letter-spacing: normal;
    line-height: 150%;
    word-wrap: break-word;
    border-radius: 10px;
}

table.editTable td .label,
table.editTable td .label5,
table.editTable td .label6 {
    border-radius: 10px;
    box-shadow: 0 1px 4px #316396;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

table.editTable td .label9 {
    border-radius: 10px;
    box-shadow: 0 1px 4px #316396;
    font-weight: bold;
}

table.editTable td .label::before,
table.editTable td .label5::before,
table.editTable td .label6::before {
    font-family: "fontello";
    content: "\e800";
    font-weight: normal;
    color: #bebebe;
    line-height: 1;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.option_note_block {
    width: 100%;
    clear: both;
    padding-top: 15px;
}

.option_note_block dl {
    margin-top: 15px;
}

.option_note_block dl:first-of-type {
    margin-top: 0;
}

.option_note_block dl dt {
    display: flex;
}

.option_note_block dl dt::before {
    content: "※";
    margin-right: 5px;
}

.etheaditem {
    background-color: #dfeef7 !important;
    font-weight: bold;
    color: #1c4f81;
    /*
    width: auto;
    width: auto;
    width: 20%;
*/
    vertical-align: top;
}

table.editTable thead {
    position: relative;
}

table.editTable thead th {
    display: inline-block;
    background-image: none;
    font-size: 18px;
    padding: 6px 40px;
    border: none;
    border-radius: 20px;
}

table.editTable thead th.required_red_text {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    background: none;
    color: #ff0000;
    font-size: 15px;
    letter-spacing: normal;
}

table.editTable td>dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

table.editTable td>dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

table.editTable dl dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 16px;
    color: #009de5;
}

table.editTable dl dt .required {
    margin-left: 10px;
}


/* 本文用リストスタイル（UL、OL、DL）
------------------------------------------------------------------- */
#main ul,
ol {
    margin: 0px 10px 10px 10px;
    line-height: normal;
}

ol.decimal {
    list-style-type: decimal;
    padding: 0px 10px 10px 10px;
    font-size: 90%;
}

ol.decimal li {
    margin-left: 20px;
    margin-bottom: 10px;
}

ul.dsic {
    list-style-type: disc;
    padding: 0px 10px 10px 0px;
    font-size: 90%;
}

ul.dsic li {
    margin-left: 20px;
    margin-bottom: 7px;
}

/* 装飾リストマーク */
.list_pb {
    background: url("img/point_blue.gif") 5px 5px no-repeat;
    padding: 0px 10px 0px 20px;
    margin-bottom: 7px;
    font-size: 90%;
}

/*.list_pb a:link    {text-decoration: none !important;}*/
.list_pb a:hover {
    text-decoration: underline !important;
}

/*.list_pb a:visited {text-decoration: none !important;}*/

/* 関連リンクの矢印 */
.list_arrow {
    padding: 8px 10px 8px 28px;
    font-size: 100%;
    background: url("img/arrow03.gif") 5px 11px no-repeat;
}

.list_arrow img {
    padding: 0px 5px;
    vertical-align: middle;
}


/* ※テキスト用インデントスタイル
------------------------------------------------------------------- */
.KomeText {
    text-indent: -1.1em;
    padding-left: 1.1em;
    line-height: normal;
}

.KomeText02 {
    text-indent: -2em;
    padding-left: 2em;
    margin: 3px 10px 5px 10px;
    line-height: 110%;
}

.KomeText03 {
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 15px;
    margin-bottom: 10px;
    letter-spacing: normal;
}


/* メンバー管理：アコーディオン/テーブル
------------------------------------------------------------------- */

.accordion {
    overflow: hidden;
}

.accordion .midashi {
    cursor: pointer;
    font-weight: bold;
    width: 950px;
    display: block;
    background: #e9ecef;
    border: #acacac solid 1px;
    /* 枠線の装飾 */
    border-radius: 3px;
    /* CSS3 */
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari,Chrome */
    padding: 2px 20px 2px 8px;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 90%;
}

table.member {
    border: 1px solid #B4B4B4;
    color: #000000;
    background: #FFF;
    margin: 6px 15px 20px 15px;
}

table.member th {
    background: #d5eafc;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    border: 1px solid #B4B4B4;
    font-size: 90%;
    letter-spacing: normal;
    line-height: 140%;
}

table.member td {
    background-color: #ffffff;
    font-size: 90%;
    border: 1px solid #B4B4B4;
    padding: 5px 8px;
    text-align: center;
    line-height: 140%;
}

table.member th.thBottom {
    vertical-align: bottom !important;
}

table.member td.TdRight {
    text-align: right !important;
}

table.member td.TdLeft {
    text-align: left !important;
}

table.member td.TdCenter {
    text-align: center !important;
}

/* 奇数行の背景色を変更 */
table.member btn {
    font-size: 90%;
}

table.other {
    border: 1px solid #B4B4B4;
    color: #000000;
    background: #FFF;
    font-size: 90%;
    margin: 6px 15px 20px 15px;
}

table.other th {
    background: #d5eafc;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    border: 1px solid #B4B4B4;
    letter-spacing: normal;
    line-height: 130%;
}

table.other td {
    background-color: #ffffff;
    border: 1px solid #B4B4B4;
    padding: 6px;
    text-align: left;
    line-height: 130%;
}

.btn {
    border: 1px solid #01a5e7;
    background-color: #099edb;
    background-image: -webkit-linear-gradient(top, #48c0f0, #099edb);
    background-image: linear-gradient(to bottom, #48c0f0, #099edb);
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 100%;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 3px 8px 3px 10px;
    letter-spacing: 0.1em;
    margin: 0px;
    text-align: center;
}

.btn:hover {
    border: 1px solid #01a5e7;
    background-color: #0fbde9;
    background-image: -webkit-linear-gradient(top, #6ad8f6, #0fbde9);
    background-image: linear-gradient(to bottom, #6ad8f6, #0fbde9);
    text-decoration: none;
}

.btn:active {
    background: #01a5e7;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.btn_red {
    border: 1px solid #b50106;
    background-color: #932828;
    background-image: -webkit-linear-gradient(top, #a73232, #802121);
    background-image: linear-gradient(to bottom, #a73232, #802121);
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 100%;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 3px 8px 3px 10px;
    letter-spacing: 0.1em;
    margin: 0px;
    text-align: center;
}

.btn_red:hover {
    border: 1px solid #b50106;
    background-color: #b84f4f;
    background-image: -webkit-linear-gradient(top, #d57777, #b84f4f);
    background-image: linear-gradient(to bottom, #d57777, #b84f4f);
    text-decoration: none;
}

.btn_red:active {
    background: #b50106;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    /*color: #01445f;*/
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.btn_dgray {
    border: 1px solid #E5E5E5;
    background-color: #dcdcdc;
    background-image: -webkit-linear-gradient(top, #E5E5E5, #dcdcdc);
    background-image: linear-gradient(to bottom, #E5E5E5, #dcdcdc);
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 100%;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 3px 8px 3px 10px;
    letter-spacing: 0.1em;
    margin: 0px;
    text-align: center;
}


/* ページ送り
------------------------------------------------------------------- */
.pagination {
    padding: 0px 10px;
    margin: 0px 10px 10px;
}

.page {
    display: inline-block;
    padding: 0px 10px;
    margin-right: 0px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    letter-spacing: normal;
    background: #f0f0f0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: normal;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.page:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #0070C0;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/*タブ
-------------------------------------------------------------------- */
.tab {
    overflow: hidden;
}

.tab li {
    display: inline-block;
    padding: 6px 4px;
    background: #f3f3f3;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    color: #333;
    cursor: pointer;
    margin: 0px -5px 0px 0px;
    width: 86px !important;
    font-size: 83%;
}

.tab li.select {
    border: 1px solid #c6c6c6;
    border-bottom: none;
    background: #009de5;
    font-weight: bold;
    color: #FFF;
}

.hide {
    display: none;
}

/* コンボボックス
-------------------------------------------------------------------- */
.combo {
    width: 200px;
}

/* 色つきボックス
------------------------------------------------------------------- */

/* ブルーボックス */
.box_blue {
    display: block;
    background-color: #e7f6fc;
    border: 2px #5fa5c4 solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
}

/* ダークブルーボックス */
.box_Dblue {
    display: block;
    background-color: #075b80;
    border: 2px #5fa5c4 solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
    color: #FFF;
    border-radius: 10px;
}

/* レッドボックス */
.box_red {
    display: block;
    background-color: #fde7e7;
    border: 2px #c55a5a solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
    border-radius: 10px;
}

/* グリーンボックス */
.box_green {
    display: block;
    background-color: #edfbe6;
    border: 2px #85b96c solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
}

/* ダークグリーンボックス */
.box_Dgreen {
    display: block;
    background-color: #c1edaa;
    border: 2px #3f881c solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
}

/* グレーボックス */
.box_gray {
    display: block;
    background-color: #f8f8f8;
    border: 2px #C3C3C3 solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
}

/* イエローボックス */
.box_yellow {
    display: block;
    background-color: #fffbcd;
    border: 2px #e2a501 solid;
    padding: 20px;
    margin: 10px 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
}


/* preset margin
------------------------------------------------------------------- */
.mt-31 {
    margin-top: -31px !important;
}

.mt-15 {
    margin-top: -15px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt-3 {
    margin-top: -3px !important;
}

.mt00 {
    margin-top: 0 !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mr-20 {
    margin-right: -20px !important;
}

.mr-15 {
    margin-right: -15px !important;
}

.mr-13 {
    margin-right: -13px !important;
}

.mr-10 {
    margin-right: -10px !important;
}

.mr-5 {
    margin-right: -5px !important;
}

.mr00 {
    margin-right: 0 !important;
}

.mr04 {
    margin-right: 4px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: -20px !important;
}

.mb-15 {
    margin-bottom: -15px !important;
}

.mb-10 {
    margin-bottom: -10px !important;
}

.mb-5 {
    margin-bottom: -5px !important;
}

.mb-1 {
    margin-bottom: -1px !important;
}

.mb00 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: -30px !important;
}

.ml-25 {
    margin-left: -25px !important;
}

.ml-20 {
    margin-left: -20px !important;
}

.ml-15 {
    margin-left: -15px !important;
}

.ml-10 {
    margin-left: -10px !important;
}

.ml-5 {
    margin-left: -5px !important;
}

.ml00 {
    margin-left: 0 !important;
}

.ml01 {
    margin-left: 1px !important;
}

.ml02 {
    margin-left: 2px !important;
}

.ml03 {
    margin-left: 3px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

@media all and (-ms-high-contrast:none) {
    .ml01 {
        margin-left: 1px !important;
    }

    *::-ms-backdrop,
    .ml01 {
        margin-left: 1.2px !important;
    }

    /* IE11 */
}

/* 配置
------------------------------------------------------------------- */
.text-r {
    text-align: right !important;
}

.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.valign-t {
    vertical-align: top !important;
}

.valign-b {
    vertical-align: bottom !important;
}

/* preset padding
------------------------------------------------------------------- */
.pt00 {
    padding-top: 0 !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr12 {
    padding-right: 12px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb00 {
    padding-bottom: 0 !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb12 {
    padding-bottom: 12px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl12 {
    padding-left: 12px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pd05 {
    padding: 5px !important
}

.pd10 {
    padding: 10px !important
}

.pd15 {
    padding: 15px !important
}

/* preset width box
------------------------------------------------------------------- */
.wbox100 {
    width: 100px !important;
}

.wbox130 {
    width: 130px !important;
}

.wbox150 {
    width: 150px !important;
}

.wbox154 {
    width: 154px !important;
}

.wbox180 {
    width: 183px !important;
}

.wbox200 {
    width: 200px !important;
}

.wbox250 {
    width: 250px !important;
}

.wbox300 {
    width: 300px !important;
}

.wbox350 {
    width: 350px !important;
}

.wbox400 {
    width: 400px !important;
}

.wbox500 {
    width: 500px !important;
}

.wbox600 {
    width: 600px !important;
}

.wbox720 {
    width: 720px !important;
}

.bk_gray {
    background-color: #f5f5f5 !important;
}

.bk_dgray {
    background-color: #dcdcdc !important;
}

submit a {
    text-decoration: none !important;
}

/*submit a:link { text-decoration:none !important;}*/
submit a:hover {
    text-decoration: none !important;
}

/* 擬似ポップアップ用(DIV)
------------------------------------------------------------------- */
#popupwindow {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #999;
    width: 500px;
    height: 150px;
    position: absolute;
    display: none;
    z-index: 9999;
}

#popuowindow_message {
    word-wrap: break-word;
    text-align: left;
    vertical-align: top;
    overflow: scroll;
    overflow-x: hidden;
    height: 115px;
    width: 100%
}

.kougo_odd {
    background-color: #f2f2f2 !important;
}

.kougo_even {
    background-color: #ffffff !important;
}

/* テキスト文字色
------------------------------------------------------------------- */
.textcolor_red {
    color: #FF0000;
}

/* IMEモード
------------------------------------------------------------------- */
/*日本語*/
.ime_a {
    ime-mode: active;
}

/*英数字*/
.ime_i {
    ime-mode: inactive;
}

/*英数字固定*/
.ime_d {
    ime-mode: disabled;
}


/* ダウンロードボタン
------------------------------------------------------------------- */
.dl_button {
    width: 20px;
    height: 20px;
}


/*----------------------------------------------------------------------
Navi Style
----------------------------------------------------------------------*/
.naver {
    background: #0070C0;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 99%;
    margin: 0px 0px 6px 10px;
}

.naver-handle {
    background: #ff7c80 !important;
    color: #fff !important;
}

.naver.enabled .naver-container {}

.naver li {
    border-right: 10px solid #fff;
    display: table-cell;
    vertical-align: middle;
    line-height: 35px;
}

.naver li a {
    color: #fff;
    display: block;
    font-size: 95%;
    text-decoration: none;
    text-align: center;
}

.naver li:hover {
    background: #808080;
}

.naver.enabled a {
    float: none;
    margin: 0 0 1px 0;
    width: 95%;
}

/* ----------------------------------------------------------------
 管理者用
------------------------------------------------------------------- */
.adm_button_class {
    border: none;
    background-color: #009de5;
    background-image: -webkit-linear-gradient(top, #009de5, #009de5);
    background-image: linear-gradient(to bottom, #009de5, #009de5);
    color: #ffffff;
    font-size: 90%;
    line-height: 60px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
}

.adm_button_class:hover {
    border: none;
    background-color: #0070C0;
    background-image: -webkit-linear-gradient(top, #0070C0, #0070C0);
    background-image: linear-gradient(to bottom, #0070C0, #0070C0);
    text-decoration: none;
}

.adm_button_active {
    border: none;
    background-color: #0070C0;
    background-image: -webkit-linear-gradient(top, #0070C0, #0070C0);
    background-image: linear-gradient(to bottom, #0070C0, #0070C0);
    color: #ffffff;
    font-size: 90%;
    line-height: 60px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
}

.adm_button_detail {
    border: none;
    background-color: #009de5;
    background-image: -webkit-linear-gradient(top, #009de5, #009de5);
    background-image: linear-gradient(to bottom, #009de5, #009de5);
    color: #ffffff;
    font-size: 90%;
    line-height: 50px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
}

.adm_button_detail:hover {
    border: none;
    background-color: #0070C0;
    background-image: -webkit-linear-gradient(top, #0070C0, #0070C0);
    background-image: linear-gradient(to bottom, #0070C0, #0070C0);
    text-decoration: none;
}

.adm_button_dis {
    border: 1px solid #ffffff;
    background-color: #E6E6E6;
    background-image: -webkit-linear-gradient(top, #E6E6E6, #E6E6E6);
    background-image: linear-gradient(to bottom, #E6E6E6, #E6E6E6);
    color: #ffffff;
    font-size: 100%;
    line-height: 60px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
}

.nom_button {
    border: none;
    background-color: #009de5;
    background-image: -webkit-linear-gradient(top, #009de5, #009de5);
    background-image: linear-gradient(to bottom, #009de5, #009de5);
    color: #ffffff;
    font-size: 100%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button:hover {
    border: none;
    background-color: #0070C0;
    background-image: -webkit-linear-gradient(top, #0070C0, #0070C0);
    background-image: linear-gradient(to bottom, #0070C0, #0070C0);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_g {
    border: none;
    background-color: #808080;
    background-image: -webkit-linear-gradient(top, #808080, #808080);
    background-image: linear-gradient(to bottom, #808080, #808080);
    color: #ffffff;
    font-size: 100%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_g:hover {
    border: none;
    background-color: #666666;
    background-image: -webkit-linear-gradient(top, #666666, #666666);
    background-image: linear-gradient(to bottom, #666666, #666666);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_d {
    border: none;
    background-color: #808080;
    background-image: -webkit-linear-gradient(top, #808080, #808080);
    background-image: linear-gradient(to bottom, #808080, #808080);
    color: #ffffff;
    font-size: 100%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_w {
    border: none;
    background-color: #54bd2f;
    background-image: -webkit-linear-gradient(top, #54bd2f, #54bd2f);
    background-image: linear-gradient(to bottom, #54bd2f, #54bd2f);
    color: #ffffff;
    font-size: 80%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_w:hover {
    border: none;
    background-color: #4DAD2C;
    background-image: -webkit-linear-gradient(top, #4DAD2C, #4DAD2C);
    background-image: linear-gradient(to bottom, #4DAD2C, #4DAD2C);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.clr_button {
    border: none;
    background-color: #808080;
    background-image: -webkit-linear-gradient(top, #808080, #808080);
    background-image: linear-gradient(to bottom, #808080, #808080);
    color: #ffffff;
    font-size: 90%;
    line-height: 1.6em;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /* for Safari and Chrome 対応*/
    -moz-border-radius: 3px;
    /* for Firefox 対応*/
}

.clr_button:hover {
    border: none;
    background-color: #666666;
    background-image: -webkit-linear-gradient(top, #666666, #666666);
    background-image: linear-gradient(to bottom, #666666, #666666);
    text-decoration: none;
}

/* ----------------------------------------------------------------
 管理者画面用
------------------------------------------------------------------- */
/* 分類メニューボタン
------------------------------------------------------------------- */
#adm_menu_button {
    padding: 0px 30px;
    margin: 0px 0px 1px 0px;
    width: 280px;
}

/* メニューボタン
------------------------------------------------------------------- */
#adm_menud_button {
    padding: 0px 30px;
    margin: 0px 10px 10px 0px;
    width: 250px;
}

/* ----------------------------------------------------------------
 契約者登録用
------------------------------------------------------------------- */
#msgl_edit_button {
    padding: 3px 0px;
    width: 90px;
}

#msgl_send_button {
    padding: 3px 0px;
    width: 120px;
    font-size: 80%;
    margin-right: 10px;
}

#msgl_new_button {
    padding: 3px 0px;
    width: 140px;
}

#msgl_exec_button {
    padding: 3px 0px;
    width: 120px;
}

.advice_msg {
    color: #C6C6C6;
}

/* ----------------------------------------------------------------
 ご意見一覧用
------------------------------------------------------------------- */
/* 各種ボタン
------------------------------------------------------------------- */
#fbl_edit_button {
    padding: 3px 0px;
    width: 40px;
}

#fbl_send_button {
    padding: 3px 0px;
    width: 140px;
}

#fbl_exec_button {
    padding: 3px 0px;
    width: 120px;
}

/* ----------------------------------------------------------------
 契約者一覧用
------------------------------------------------------------------- */
/* 各種ボタン
------------------------------------------------------------------- */
#cusl_edit_button {
    padding: 3px 0px;
    width: 96%;
}

#cusl_exp_button {
    padding: 3px 0px;
    width: 120px;
    font-size: 80%;
    margin-right: 10px;
}

#cusl_new_button {
    padding: 3px 0px;
    width: 120px;
    font-size: 80%;
    margin: 0px 10px 10px 0px;
}

#cusl_exec_button {
    padding: 3px 0px;
    width: 120px;
}

.apl_button {
    border: none;
    background-color: #ff6a00;
    background-image: -webkit-linear-gradient(top, #ff6a00, #ff6a00);
    background-image: linear-gradient(to bottom, #ff6a00, #ff6a00);
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    width: 240px;
    height: 44px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.apl_button:hover {
    border: none;
    background-color: #ff4500;
    background-image: -webkit-linear-gradient(top, #ff4500, #ff4500);
    background-image: linear-gradient(to bottom, #ff4500, #ff4500);
    text-decoration: none;
}

.apl_button_g {
    border: none;
    background-color: #808080;
    background-image: -webkit-linear-gradient(top, #808080, #808080);
    background-image: linear-gradient(to bottom, #808080, #808080);
    color: #ffffff;
    font-size: 100%;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 3px 0px;
    height: 45px;
    width: 100px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.apl_button_g:hover {
    border: none;
    background-color: #666666;
    background-image: -webkit-linear-gradient(top, #666666, #666666);
    background-image: linear-gradient(to bottom, #666666, #666666);
    text-decoration: none;
}

.required {
    background-color: #ff0000;
    font-size: 80%;
    color: #ffffff;
    float: right;
    padding: 1px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.required_icon {
    color: #ff0000;
    margin-left: 5px;
}

.section_header {
    padding: 20px 10px 0px 0;
    margin-top: 10px;
    width: 97%;
    font-size: 120%;
    margin-bottom: 10px !important;
}

.section_title {
    /*     padding: 15px;
    background-color: #ffd000;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
    text-align: center;
}

.section_title h2 {
    font-weight: bold;
    font-size: 0.9em;
    background-color: #ffd000;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
}

.section_contents {
    margin-left: 10px;
    padding: 9px 0px 7px 10px;
    font-size: 90%;
}

.section_contents>dl>dt {
    font-weight: bold;
    font-size: 110% !important;
    margin-top: 10px !important;
}

.section_contents>dl>dd {
    padding-left: 1em;
    text-indent: -1em;
}

.section_agreement {
    height: 450px;
    padding: 9px 0px 7px 10px;
    border: #d0d0d0 solid 5px;
    font-size: 90%;
    overflow: scroll;
    overflow-x: hidden;
    text-align: left;
}

.section_agreement>h3 {
    font-size: 110%;
    color: #FF4500;
    margin-top: 10px !important;
}

.tdheaditem {
    background-color: #dfeef7 !important;
    width: 25%;
    vertical-align: top;
}

.headitem {
    background-color: #87ceeb !important;
    vertical-align: top;
}

.cusradio,
.cuscheckbox {
    display: none;
    /* ラジオボタン、チェックボックスを非表示にする */
}

.cusradio:checked+label,
.cuscheckbox:checked+label {
    color: #009de5;
    /* マウス選択時のフォント色を指定する */
    border: 2px solid #316396;
    outline: none;
}

.cusradio:checked+label::before,
.cuscheckbox:checked+label::before {
    color: #009de5 !important;
}

.cusradio2 {
    display: none;
    /* ラジオボタンを非表示にする */
}

.cusradio2:checked+label {
    color: #f3981d;
    /* マウス選択時のフォント色を指定する */
    outline: 2px solid #d47f10;
}

.label {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 219px;
    /* ボックスの横幅を指定する */
    height: 60px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #bebebe;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    cursor: pointer;
    /* マウスカーソルの形（リンクカーソル）を指定する */
    border-radius: 2px;
    /* 角丸を指定する */
}

.label2:hover {
    background-color: #E2EDF9;
}

.label2 {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 219px;
    /* ボックスの横幅を指定する */
    height: 60px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #bebebe;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    cursor: pointer;
    /* マウスカーソルの形（リンクカーソル）を指定する */
    border-radius: 2px;
    /* 角丸を指定する */
}

.label2:hover {
    background-color: #f9e9e2;
}

.indent02 {
    padding-left: 2em;
    text-indent: -2em;
}

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

.file_label {
    background-color: #b0c4de;
    padding: 6px;
    border-radius: 6px;
}

.label5 {
    display: block;
    float: left;
    margin: 5px;
    width: 220px;
    height: 110px;
    /* padding-top: 8px; */
    padding-left: 5px;
    padding-right: 5px;
    color: #bebebe;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.label6 {
    display: block;
    float: left;
    margin: 5px;
    width: 220px;
    height: 60px;
    /* padding-top: 18px; */
    padding-left: 5px;
    padding-right: 5px;
    color: #bebebe;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.label9 {
    display: block;
    float: left;
    margin: 5px;
    width: 220px;
    height: 100px;
    /* padding-top: 8px; */
    padding-left: 5px;
    padding-right: 5px;
    color: #bebebe;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

/* ----------------------------------------------------------------
 ポータル用
------------------------------------------------------------------- */
.ptl_button_class {
    padding: 0px 30px;
    margin: 0px 0px 5px 0px;
    width: 88%;
    border: none;
    background-color: #009de5;
    background-image: -webkit-linear-gradient(top, #009de5, #009de5);
    background-image: linear-gradient(to bottom, #009de5, #009de5);
    color: #ffffff;
    font-size: 100%;
    line-height: 60px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ptl_button_class:hover {
    border: none;
    background-color: #0070C0;
    background-image: -webkit-linear-gradient(top, #0070C0, #0070C0);
    background-image: linear-gradient(to bottom, #0070C0, #0070C0);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ptl_button_class_g {
    padding: 0px 30px;
    margin: 0px 0px 5px 0px;
    width: 88%;
    border: none;
    background-color: #009de5;
    background-image: -webkit-linear-gradient(top, #808080, #808080);
    background-image: linear-gradient(to bottom, #808080, #808080);
    color: #ffffff;
    font-size: 100%;
    line-height: 60px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
}

.box_ptl {
    border: none;
    /*
    background-color: #87ceeb;
*/
    padding: 10px;
    margin: 0px;
}

.box_ptl h3 {
    /*
    background-color: #2b72d8;
*/
    background-color: #009de5;
    font-size: 12pt;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
*/
}

.box_ptl p {
    margin-top: 5px;
    margin-left: 12px;
    /*
    margin: 5px 0px 5px 12px;
*/
}

.box_ptl input[type="button"] {
    padding: 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nom_button_r {
    border: none;
    background-color: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);
    background-image: linear-gradient(to bottom, #ff0000, #ff0000);
    color: #ffffff;
    font-size: 100%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_r:hover {
    border: none;
    background-color: #ff4500;
    background-image: -webkit-linear-gradient(top, #ff4500, #ff4500);
    background-image: linear-gradient(to bottom, #ff4500, #ff4500);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_o {
    border: none;
    background-color: #ee7800;
    background-image: -webkit-linear-gradient(top, #ee7800, #ee7800);
    background-image: linear-gradient(to bottom, #ee7800, #ee7800);
    color: #ffffff;
    font-size: 100%;
    line-height: 25px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    letter-spacing: 0.2em;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.nom_button_o:hover {
    border: none;
    background-color: #f3981d;
    background-image: -webkit-linear-gradient(top, #f3981d, #f3981d);
    background-image: linear-gradient(to bottom, #f3981d, #f3981d);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.label_blue {
    background: #2b72d8;
    /* マウス選択時の背景色を指定する */
    color: #ffffff;
    /* マウス選択時のフォント色を指定する */
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 220px;
    /* ボックスの横幅を指定する */
    height: 45px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    border: 2px solid #006DD9;
    /* ボックスの境界線を実線で指定する */
    border-radius: 10px;
    /* 角丸を指定する */
}

.label_orange {
    background: #f3981d;
    color: #ffffff;
    display: block;
    float: left;
    margin: 5px;
    width: 220px;
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 45px;
    border: 2px solid #f3981d;
    border-radius: 10px;
}

/* ----------------------------------------------------------------
 block
------------------------------------------------------------------- */
.col_block_inner {
    margin: 30px 0;
}

.terms_block {
    height: 450px;
    min-height: 450px;
    overflow-y: scroll;
    padding: 10px;
    border: #d0d0d0 solid 5px;
    margin-bottom: 20px;
}

.notes_block {
    padding: 30px;
    margin-bottom: 30px;
    border: 2px dotted #828282;
    border-radius: 10px;
}

.notes_block h2 {
    color: #009de5;
    font-size: 18px;
    margin-bottom: 10px;
}

.upload_file_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.upload_file_item {
    width: 29%;
    border-radius: 10px;
    box-shadow: 0 1px 4px #316396;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.upload_file_item_inner h3 {
    text-align: center;
}

.upload-button {
    font-size: 24px;
    display: block;
    margin: 10px auto 0;
    color: #009de5;
    cursor: pointer;
    background: #fff;
    width: 100px;
    border-radius: 10px;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
}

.plan_name span {
    font-size: 1.1em;
}

/* ----------------------------------------------------------------
 sp
------------------------------------------------------------------- */
@media screen and (max-width:767px) {
    #contents {
        width: 95%;
    }

    .add_wrapper {
        height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .add_wrapper::before {
        width: 50%;
        height: 20%;
    }

    .add_wrapper::after {
        width: 50%;
        height: 20%;
    }

    .add_wrapper #contents {
        background: none;
    }

    .app_top_block {
        margin-top: 100px;
    }

    .app_top_logo {
        width: 80%;
    }

    .app_top_button_block {
        margin-top: 30px;
    }

    .app_top_button01,
    .app_top_button02 {
        width: 45%;
    }

    .label,
    .label5,
    .label6,
    .label_blue,
    .label_orange {
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 16px 0 0;
    }

    .label9 {
        width: 100%;
        height: 100px;
        padding: 0;
        margin: 16px 0 0;
    }

    .si_option .label,
    .si_option .label5,
    .si_option .label9 {
        width: 30%;
        height: 110px;
        padding: 0;
        margin-bottom: 2%;
    }

    .planitem .label,
    .planitem .label5,
    .planitem .label9 {
        width: 48%;
        height: 110px;
        padding: 0;
        margin-bottom: 2%;
    }

    .si_option,
    .planitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    table.editTable {
        width: 100%;
        display: block;
    }

    table.editTable thead,
    table.editTable tbody,
    table.editTable tr {
        display: block;
        width: 100%;
    }

    table.editTable thead th {
        margin-bottom: 10px;
    }

    table.editTable thead th.required_red_text {
        position: static;
    }

    table.editTable td {
        display: block;
        width: auto;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 5%;
    }

    #contents input[type="text"] {
        margin: 10px auto;
        /* width: 90% !important; */
    }

    /*     .option_checkbox_block label:first-of-type {
        margin-top: 0;
    } */

    .apl_button {
        width: auto;
        padding: 0 30px;
        letter-spacing: normal;
    }

    .apl_button_g {
        width: auto;
        padding: 0 30px;
        margin-bottom: 10px;
    }

}

/* ----------------------------------------------------------------
 attention
------------------------------------------------------------------- */
.file_attention {
    margin-left: 20px;
    color: #7c7c7c;
}

.file_attention a {
    cursor: pointer;
    margin: 0 5px;
}

.attention_block {
    padding: 30px;
    margin: 30px 0;
    border: 2px dotted #828282;
    border-radius: 10px;
}

.attention-content a {
    font-size: 16px;
}

.attention-content h2 {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #009de5;
    font-size: 22px;
    margin-bottom: 16px;
}

.attention-content h2 span {
    display: block;
    text-align: center;
    color: #009de5;
    font-size: 20px;
    margin-bottom: 16px;
}

.attention-content-inner img {
    display: block;
    width: 80%;
    margin: 0 auto 16px;
}

.attention-content-inner ol {
    margin-bottom: 40px;
    font-weight: bold;
    color: #7c7c7c;
}

.attention-content-inner li {
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    color: #7c7c7c;
}

.attention-content-inner ol p {
    width: 90%;
    margin: 0 auto 16px;
    font-weight: bold;
    color: #7c7c7c;

    margin-bottom: 16px;
}

.attention-content-inner label {
    display: block;
    font-weight: bold;
    color: #7c7c7c;
    font-size: 20px;
    margin: 0 auto;
    padding-left: 5%;
}

.attention-content-inner label.red {
    display: block;
    font-weight: bold;
    color: #ff0000;
    font-size: 20px;
    margin: 0 auto;
}

.button-link {
    display: block;
    text-align: center;
    color: #fff;
    background: #009de5;
    width: 200px;
    margin: 20px auto 0;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.button-link:hover {
    background: #3cc1ff;
    text-decoration: none !important;
}

.upload-image.flex {
    display: flex;
}

.upload-image .image {
    width: 50%;
    margin: 0 auto 40px;
}

.image-title {
    text-align: center;
}

.image-title label {
    width: 100%;
    font-size: 18px;
}

.image-title span {
    position: relative;
    left: 5px;
    font-weight: ;
}

.image-title span::before {
    content: '\f02f';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #009de5;
    ;
    color: #ffffff;
    padding: 5px 20px;
}

@media screen and (min-width:768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .attention_block {
        padding: 20px;
    }

    .upload-image.flex {
        flex-wrap: wrap;
    }

    .attention-content-inner img {
        width: 90%;
    }

    .attention-content-inner .file-block {
        width: 90%;
    }

    .upload_file_item {
        width: 100%;
    }

    .image-title span {
        left: 0px;
    }

    .attention-content-inner ol {
        padding-left: 10%;
    }

    .attention-content-inner li {
        width: 100%;
    }

    .attention-content-inner ol p {
        width: 100%;
    }

    .attention-content-inner label {
        width: 100%;
        padding-left: 0;
    }

    .upload-image .image {
        width: 100%;
    }

    .file_attention {
        margin-left: 0;
    }

    .file_attention a {
        margin-left: 0;
        margin-right: 10px;
    }

    .upload_file_item {
        width: 100%;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {
    .upload_file_item {
        width: 45%;
    }
}