@charset "utf-8";

/*----------------------------------------------------
	reset
----------------------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ol {
    padding-left: 1.5em;
}

ol li {
    margin-bottom: 10px;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    overflow: hidden;
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px #000 dotted;
    margin: 30px 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*
Copyright c 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

body {
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

table.table-fixed {
    table-layout: fixed;
}

table.table-centering {
    text-align: center;
}

th,
td {
    vertical-align: middle;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    line-height: 100%;
}

/*----------------------------------------------------
	basic
----------------------------------------------------*/

html {
    height: 100%;
}

body {
    height: 100%;
    color: #666;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    line-height: 1.5;
    overflow-y: scroll;
}

body#login {
    background: #f5f5f5;
}

body#layout {
    background: #e5e5e5;
}

body#managerlogin,
body#addfile {
    background: #fff;
}

a:link {
    color: #6c88a7;
    text-decoration: underline;
}

a:visited {
    color: #6c88a7;
    text-decoration: underline;
}

a:hover {
    color: #e5a4a3;
    text-decoration: none;
}

a:active {
    color: #6c88a7;
    text-decoration: underline;
}

em {
    font-weight: bold;
}

.imgR {
    float: right;
}

.imgL {
    float: left;
}

.txtR {
    text-align: right;
}

.txtC {
    text-align: center;
}

.attention {
    color: #bc000e;
}

.attention_red {
    color: #ff1d25;
}

.text-red {
    color: #bc000e;
}

.text-emphasized {
    font-size: 1.1rem;
}

.non_m {
    margin: 0px 0px 10px 0px;
}

.font-size-1 {
    font-size: 2em;
}

.font-size-2 {
    font-size: 1.75em;
}

.font-size-3 {
    font-size: 1.5em;
}

.font-size-4 {
    font-size: 1.25em;
}

.font-size-5 {
    font-size: 1em;
}

.font-size-6 {
    font-size: 0.75em;
}

input[type="text"],
input[type="password"] {
    color: #444;
    padding: 3px 5px;
    max-width: 100%;
    box-sizing: border-box;
}

input.textFocus[type="text"] {
    color: #666 !important;
}

textarea {
    color: #444;
    margin: 6px auto;
    height: 100px;
    width: 100%;
    font-size: 100%;
}

@media print {
    #global_header {
        display: none;
    }

    #topicPath {
        display: none;
    }

    #global_footer {
        display: none;
    }

    #search {
        display: none;
    }

    #add_csv {
        display: none;
    }

    #content {
        width: 100%;
        float: none;
        font-size: 80%;
    }
}

/* common */
.new-mark {
    color: #ff3b3b;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: middle;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.border-right {
    border-right: #CCC 1px solid;
}

.fw-bold {
    font-weight: bold;
}

.title,
.warning {
    color: #6A0E0F;
    font-weight: bold;
}

h1.title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

h2.title {
    margin-bottom: 5px;
}

.default-style p {
    margin-bottom: 10px;
}

.submit-block {
    margin-top: 30px;
}

.main-error-wrapper {
    margin: 10px 0;
}

.error-message {
    color: #bd3240;
}

.field-error {
    color: #bd3240;
    margin: 5px 0 0 0;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left {
    margin-left: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.main_wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 0 20px;
}

/* clearfix */

#wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.clearfix {
    clear: both
}

.cf {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
}

/*----------------------------------------------------
	header | ログインページ用
----------------------------------------------------*/

#login_header {
    width: 100%;
    text-align: center;
}

#login_header img {
    vertical-align: top;
}

#login_header h1 {
    width: 100%;
    padding: 10px 0;
    background: #008fd4;
}

#login_header h2 {
    width: 100%;
    padding: 10px 0;
    background: #fcfcfc;
    border-bottom: 4px #008fd4 solid;
}

/*----------------------------------------------------
	header | 一覧ページ用
----------------------------------------------------*/

#global_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 5px;
}

#global_header h1 img {
    height: 80px;
    box-sizing: border-box;
    vertical-align: top;
}

.main_header {
    display: flex;
    align-items: center;
}

.main_header h2 {
    margin-left: 20px;
}

.sub_header img {
    height: 25px;
    vertical-align: top;
}

.sub_header .login_name {
    text-align: right;
    margin: 0 0 5px 0;
}

/*----------------------------------------------------
	#topicPath
----------------------------------------------------*/

#topicPath {
    width: 100%;
    height: 36px;
    background: url(../../img/cmn/header/bg_topicpath.gif) repeat-x;
}

#topicPath ul {
    padding: 0 20px;
}

#topicPath ul li {
    height: 36px;
    font-size: 90%;
    display: table-cell;
    vertical-align: middle;
}

#topicPath ul li {
    padding: 0 40px 0 10px;
    background: url(../../img/cmn/header/ic_topicpath.gif) no-repeat right center;
}

#topicPath ul li.home {
    padding-left: 0;
}

#topicPath ul li a {
    color: #666;
    text-decoration: none;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

#check {
    width: 50px;
    height: 110px;
    position: fixed;
    right: 50px;
    bottom: 150px;
    cursor: pointer;
}

#pageTop {
    width: 50px;
    height: 110px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
}

#home {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#global_footer {
    width: 100%;
    background: #F1F1F1;
    clear: both;
    overflow: hidden;
    zoom: 1;
}

#global_footer img {
    vertical-align: top;
}

#global_footer p {
    padding: 15px 0 10px 0;
    color: #999;
    font-size: 90%;
    text-align: center;
}

/* 関連資料 */

#global_footer .box_related {
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px #008fd4 solid;
    background: #fcfcfc;
}

#global_footer .box_related dl {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#global_footer .box_related dl dt {
    padding: 0 0 15px 0;
}

#global_footer .box_related dl dd ul li {
    padding: 0 20px 0 20px;
    background: url(../../img/cmn/footer/ic_arrow01.gif) no-repeat left center;
    display: inline-block;
}

#global_footer .box_related dl dd ul li a {
    color: #008fd4;
    text-decoration: none;
}

/* リンク */

#global_footer .box_link {
    width: 100%;
    padding: 10px 0;
    background: #e5e5e5;
}

#global_footer .box_link ul {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#global_footer .box_link ul li {
    padding: 0 20px 0 30px;
    background: url(../../img/cmn/footer/ic_text.gif) no-repeat left center;
    display: inline-block;
}

#global_footer .box_link ul li a {
    color: #666;
    text-decoration: none;
}

/* その他 */

#global_footer .bt_login {
    padding: 10px 0 0 0;
    text-align: center;
}

#global_footer .copy {
    padding: 10px;
    color: #4d4d4d;
    font-size: 90%;
    text-align: center;
}

/*----------------------------------------------------
	login
----------------------------------------------------*/

#box_login {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#box_login .login_form {
    width: 349px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    background: #fff;
    box-shadow: 0 0 5px #bfbfbf;
    -moz-box-shadow: 0 0 5px #bfbfbf;
    -webkit-box-shadow: 0 0 5px #bfbfbf;
    text-align: left;
}

#box_login .login_form .image-wrapper {
    text-align: center;
}

#box_login .login_form .image-wrapper img {
    max-width: 100%;
}

#box_login .login_form input[type="text"],
#box_login .login_form input[type="password"] {
    width: 100%;
}

#box_login .login_form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
}

#box_login .login_form>p {
    margin-top: 10px;
}

#box_login .login_form .attention {
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff1d25;
    padding: 5px;
    border-radius: 3px;
}

#box_login .login_form .button-wrapper {
    margin-top: 10px;
    text-align: center;
}


/*----------------------------------------------------
	login | 通常ログイン
----------------------------------------------------*/

#box_managerlogin {
    width: 100%;
    text-align: center;
}

#box_managerlogin .wrap {
    width: 100%;
}

#box_managerlogin h1 {
    padding: 5px 0;
    background: #006bb4;
    color: #fff;
    font-size: 120%;
    text-align: center;
}

#box_managerlogin dl {
    padding: 10px 30px;
    background: #fff;
    text-align: left;
}

#box_managerlogin dl dt {
    padding: 0 0 2px 0;
}

#box_managerlogin dl dd {
    padding: 0 0 10px 0;
}

#box_managerlogin dl dd input[type="text"] {
    width: 100%;
    padding: 2px 0;
}

#box_managerlogin dl dd.txtC {
    padding: 10px 0 20px 0;
}

#box_managerlogin dl dd.txtC img,
#box_managerlogin dl dd.txtC input {
    vertical-align: middle;
}

/*----------------------------------------------------
	login | 理事会ログイン
----------------------------------------------------*/

#login_chairman {
    width: 800px;
    margin: 50px auto 30px auto;
    background: #fff;
    box-shadow: 0 0 5px #bfbfbf;
    -moz-box-shadow: 0 0 5px #bfbfbf;
    -webkit-box-shadow: 0 0 5px #bfbfbf;
    behavior: url(/js/PIE.htc);
}

#login_chairman .wrap {
    padding: 15px;
}

#login_chairman .tb_login01 {
    width: 772px;
    height: 43px;
    margin: 0 -15px 0 5px;
    overflow: hidden;
}

#login_chairman .tb_login01 li {
    width: 140px;
    height: 43px;
    margin: 0 14px 0 0;
    float: left;
    overflow: hidden;
}

#login_chairman .tb_login01 li a {
    width: 140px;
    height: 0;
    padding: 43px 0 0 0;
    display: block;
}

#login_chairman .tb_login01 li.nav01 a {
    background: url(../../img/login/bt_login01.gif) no-repeat 0 0;
}

#login_chairman .tb_login01 li.nav01 a:hover,
#login_chairman .tb_login01 li.nav01 .active {
    background: url(../../img/login/bt_login01.gif) no-repeat 0 -43px;
}

#login_chairman .tb_login01 li.nav02 a {
    background: url(../../img/login/bt_login02.gif) no-repeat 0 0;
}

#login_chairman .tb_login01 li.nav02 a:hover,
#login_chairman .tb_login01 li.nav02 .active {
    background: url(../../img/login/bt_login02.gif) no-repeat 0 -43px;
}

#login_chairman .tb_login01 li.nav03 a {
    background: url(../../img/login/bt_login03.gif) no-repeat 0 0;
}

#login_chairman .tb_login01 li.nav03 a:hover,
#login_chairman .tb_login01 li.nav03 .active {
    background: url(../../img/login/bt_login03.gif) no-repeat 0 -43px;
}

#login_chairman .tb_login01 li.nav04 a {
    background: url(../../img/login/bt_login04.gif) no-repeat 0 0;
}

#login_chairman .tb_login01 li.nav04 a:hover,
#login_chairman .tb_login01 li.nav04 .active {
    background: url(../../img/login/bt_login04.gif) no-repeat 0 -43px;
}

#login_chairman .tb_login01 li.nav05 a {
    background: url(../../img/login/bt_login05.gif) no-repeat 0 0;
}

#login_chairman .tb_login01 li.nav05 a:hover,
#login_chairman .tb_login01 li.nav05 .active {
    background: url(../../img/login/bt_login05.gif) no-repeat 0 -43px;
}

#login_chairman .login_wrap {
    padding: 20px 0 1px 0;
}

#login_chairman .login_wrap p {
    margin: 0 0 10px 0;
    text-align: center;
}

#login_chairman .login_wrap input[type="text"] {
    width: 94%;
    padding: 2px 0;
}

.tb_submit {
    width: 95%;
    text-align: center;
    overflow: hidden;
}

.tb_submit th {
    font-weight: normal;
}

.tb_submit li {
    width: 303px;
    height: 54px;
    margin: 0 10px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}

.tb_submit li a {
    width: 100%;
    height: 0;
    padding: 54px 0 0 0;
    display: block;
    overflow: hidden;
}

.tb_submit li.tb_submit01 a {
    background: url(../../img/login/bt_submit01.gif) no-repeat 0 0
}

.tb_submit li.tb_submit02 a {
    background: url(../../img/login/bt_submit02.gif) no-repeat 0 0
}

.slider_submit_wrap {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 40px 0 0 0;
    background: url(../../img/login/bg_slider_submit.gif) repeat-x left top #e5e5e5;
}

.slider_submit_wrap #slider_submit {
    width: 100%;
    padding: 0 0 40px 0;
    background: url(../../img/login/bg_slider_submit_wrap.gif) repeat-x left bottom #e5e5e5;
}

.slider_submit_wrap .box_submit h3 {
    text-align: center;
}

#dropzone {
    width: 550px;
    height: 160px;
    background: url(../../img/login/bg_drop.gif) no-repeat 0 0;
}

#dropzone02 {
    width: 720px;
    height: 180px;
    background: url(../../img/parts/bg_upload_b.gif) no-repeat 0 0;
}

.tb_submit {
    margin: 20px;
}

.tb_submit.tb_submit02 {
    width: 96%;
    margin: 0 auto 20px auto;
}

.tb_submit th {
    width: 20%;
    padding: 8px;
    background: #f1f1f1;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

.tb_submit td {
    padding: 8px;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    text-align: left;
}

.tb_submit td input[type="text"] {
    width: 80%;
}

.tb_submit td input[type="text"].phone {
    width: 10%;
}

.tb_submit td textarea {
    width: 100%;
    height: 70px;
}

.tb_submit td span {
    display: inline-block;
}

.confirm_title {
    margin: 0 0 10px 0;
    text-align: center;
}

.confirm_title span {
    color: #008fd4;
    font-size: 120%;
    font-weight: bold;
}

/*----------------------------------------------------
	addfile
----------------------------------------------------*/

#box_addfile {
    width: 100%;
}

#box_addfile h1 {
    padding: 5px 0;
    background: #006bb4;
    color: #fff;
    font-size: 120%;
    text-align: center;
}

#box_addfile .wrap {
    overflow: hidden;
}

#box_addfile #dropzone {
    width: 350px;
    height: 190px;
    margin: 20px;
    background: url(../../img/parts/bg_upload.gif) no-repeat 0 0;
    float: right;
}

#box_addfile .wrap .edit_info {
    padding: 20px 0 0 20px;
    overflow: hidden;
}

#box_addfile .wrap .edit_info dt {
    padding: 5px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc dashed;
    color: #e46867;
    font-weight: bold;
}

#box_addfile .wrap .edit_info dd {
    padding: 8px;
}

#box_addfile .wrap .edit_info dd span {
    padding: 0 10px 0 0;
}

#box_addfile .wrap .edit_info dd input[type="text"] {
    width: 80%;
    padding: 2px 0;
}

#box_addfile .txtC {
    clear: both;
}

#box_addfile .txtC img,
#box_addfile .txtC input {
    vertical-align: middle;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/

.bt_add {
    margin: 0 20px;
    border-bottom: 1px #ccc solid;
}

.bt_add02 {
    padding: 30px 0 0 0;
    text-align: center;
}

.bt_add img {
    vertical-align: top;
}

.bt_add02 img {
    margin: 0 10px;
    vertical-align: top;
}

.bt_add_bottom {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    border-top: 1px #ccc solid;
}

.tb_wrap {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #fff;
    border: 1px #ccc solid;
}

.tb_wrap .tb_main {
    width: 96%;
    margin: 0 auto;
}

.tb_wrap .tb_main th {
    border-bottom: 1px #ccc dashed;
}

.tb_wrap .tb_main td {
    border-bottom: 1px #ccc dashed;
}

.tb_wrap .tb_main thead th {
    padding: 8px;
    color: #e46867;
}

.tb_wrap .tb_main tbody th {
    padding: 10px;
    color: #4d61ab;
}

.tb_wrap .tb_main tbody th a {
    color: #4d61ab;
}

.tb_wrap .tb_main tbody td {
    padding: 10px;
}

.tb_wrap .tb_main tbody td img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.tb_wrap .tb_main .tb_title {
    width: 30%;
}

.tb_wrap .tb_main .tb_file {
    font-size: 90%;
    color: #7d7d7d;
}

.tb_wrap .tb_main .tb_file a,
.tb_wrap .tb_main .tb_file span {
    display: inline-block;
}

.tb_wrap .tb_main .tb_data {
    width: 18%;
}

.tb_wrap .tb_main .tb_edit {
    width: 5%;
    text-align: center;
}

.txt_mesgC {
    padding: 0 0 15px 0;
    line-height: 2;
    text-align: center;
}

.complete_title {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 4px #006bb4 solid;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: #666;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #666;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #727272;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(img/cmn/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(img/cmn/colorbox/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(img/cmn/colorbox/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(img/cmn/colorbox/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/

.tb_submit_user01 {
    margin: 20px 0 0 0;
}

.search_box {
    /* height: 60px; */
}

.search_box input[type="text"] {
    width: 95%;
}

.search_box table {
    text-align: left;
    width: 100%;
    margin: 15px 0;
    line-height: normal;
}

.search_box td,
.search_box tr {
    vertical-align: middle;
}

.search_box td.none {
    border: none;
}

.search_box .minict_wrapper {
    width: 150px;
}

.tb_wrap dl {
    width: auto;
    padding: 10px;
    float: left;
}

.tb_wrap dt {
    padding-right: 10px;
    float: left;
}

.itemlist_wrap {
    text-align: center;
}

ul.itemlist {
    padding: 0 0 0 10px;
    list-style: none;
}

ul.itemlist li {
    text-align: left;
    padding-right: 10px;
    width: 182px;
    height: 300px;
    display: -moz-inline-box;
    display: inline-block;
}

ul.itemlist li .item_stock {
    color: #E78B00;
    font-weight: bold;
}

ul.itemlist li .item_title {
    font-size: 110%;
}

#paging {
    overflow: hidden;
    zoom: 1;
}

#paging ul.paging {
    text-align: right;
    padding: 0px;
    margin-bottom: 10px;
}

#paging p {
    text-align: right;
}

#paging p span {
    color: #E72C2C;
}

.paging {
    padding: 20px 20px 10px 30px;
    text-align: center;
}

.paging li {
    display: inline;
}

.paging .no {
    background: #CCCCCC;
    border: 1px #CCCCCC solid;
}

.paging li span {
    padding: 2px 5px;
    border: 1px #CCCCCC solid;
    display: inline-block;
}

.display {
    padding: 20px 30px 20px 20px;
    float: right;
}

.item_image_box {
    padding: 0 15px 0px 15px;
    width: 390px;
}

.item_image_l {
    float: left;
}

.item_image_r ul {
    width: 58px;
    padding: 15px 14px 3px 14px;
    border: solid 1px #ccc;
    list-style: none;
    float: left;
}

.item_image_r li {
    margin-bottom: 4px;
}

.item_text_box {
    width: 46%;
    margin-left: 15px;
    float: left;
}

.item_text_box p {
    padding: 8px 0 5px 0;
    border-bottom: dashed 1px #ccc;
}

.item_text_box p.datail_itemname {
    font-size: 140%;
    font-weight: bold;
}

.item_text_box p.datail_itemstock {
    font-size: 120%;
    font-weight: bold;
}

.item_text_box p .itemstock {
    color: #E78B00;
}

.item_text_box p.datail_material {
    border: none;
}

.item_text_box p.datail_content {
    padding: 15px;
    background: #FFFBE9;
    border: 1px solid #ccc;
}

.outbtn {
    margin: 25px 0;
}

.announce {
    margin: 25px 0;
    text-align: center;
    font-size: 160%;
}

.must {
    margin-left: 12px;
    padding: 2px 8px;
    font-size: 80%;
    color: #fff;
    background-color: red;
}

.complete {
    color: #58BFD4;
}

td.attention {
    width: 8%;
    padding: 8px;
    background: #f1f1f1;
    color: #fff;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

.tb_submit td img {
    width: 300px;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/

#box_index .wrap .index_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin: 0 -10px; */
}

#box_index .wrap .index_list li {
    width: 160px;
    list-style-type: none;
    margin: 0 10px 20px 10px;
}

#box_index .index_list img {
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    vertical-align: top;
}

/*----------------------------------------------------
	customer
----------------------------------------------------*/

#search {
    margin: 25px 0 25px 0;
    padding: 20px;
    border: #CCC 1px solid;
    background: #FFF;
}

#search div.opt {
    overflow: hidden;
    zoom: 1;
}

#search div.opt div {
    border-right: 2px solid #58BFD4;
    width: 168px;
    float: left;
    margin-right: 20px;
}

#search div.opt div.box1 {
    width: 168px;
}

#search div.opt div.box2 {
    width: 168px;
}

#search div.opt div.box3 {
    width: 168px;
}

#search div.opt div.box4 {
    width: 168px;
}

#search div.opt dl dt {
    color: #58BFD4;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 5px;
}

#search div.opt ul li {
    list-style: none;
    /* display:inline; */
    margin-right: 10px;
    font-weight: bold;
}

#search div.opt ul li input {
    margin-right: 8px;
}

.keyword {
    width: 100%;
}

#add_csv {
    overflow: hidden;
    margin: 0 0 25px 0;
}

#add_csv ul li {
    float: left;
    list-style-type: none;
}

#add_csv ul li a {
    width: 163px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    margin-right: 10px;
}

#add a {
    background: url(../../img/customer/addcsv.png);
}

#add a:hover {
    background: url(../../img/customer/addcsv_on.png);
}

#ikkatu a {
    background: url(../../img/customer/csvikkatu.png);
}

#ikkatu a:hover {
    background: url(../../img/customer/csvikkatu_on.png);
}

#download a {
    background: url(../../img/customer/csvdownload.png);
}

#download a:hover {
    background: url(../../img/customer/csvdownload_on.png);
}

#being {
    overflow: hidden;
    margin: 20px 0 25px 0;
}

#being ul li {
    float: left;
    list-style-type: none;
}

#being ul li a {
    width: 165px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    margin-right: 10px;
}

#being_add a {
    background: url(../../img/customer/btn_being.png);
}

#being_add a:hover {
    background: url(../../img/customer/btn_being_on.png);
}

#data_warp {
    width: 100%;
}

#data {
    background-color: #FFF;
    margin-bottom: 40px;
    padding: 15px 25px 15px 25px;
    border: 1px solid #CCC;
}

#data table {
    width: 100%;
    border-top: solid 3px #CCC;
    text-align: left;
    margin-bottom: 20px;
}

#data th {
    padding: 20px 5px 5px 10px;
    color: #006ab4;
    border-bottom: 1px #ccc solid;
}

#data th.bk_color {
    background-color: #f9f9f9;
}

#data td {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

#data td.bk_color {
    background-color: #f9f9f9;
}

#data table a {
    text-indent: -9999px;
    width: 23px;
    height: 23px;
}

#data_list {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

#data_list ul {
    margin: 0 auto 0 auto;
    list-style: none;
    width: 5%;
}

#data_list li {
    float: left;
    width: 25%;
}

#data tr.odd td {
    border-bottom: none;
}

#data tr.add td {
    padding: 0px 0 5px 0;
}

/*----------------------------------------------------
	customer　＞　edit
----------------------------------------------------*/

.table_box_left {
    float: left;
    width: 48%;
}

.table_box_right {
    width: 48%;
    float: right;
}

.right_btn {
    text-align: right;
    margin-bottom: 20px;
}

.edit_table {
    clear: both;
}

.edit_table table {
    margin-bottom: 30px;
    width: 100%;
    border-top: #CCC 2px solid;
    vertical-align: middle;
}

/* .edit_table tr {} */

.edit_table th {
    padding: 8px 16px;
    background-color: #F7F7F7;
    border-bottom: #CCC 1px dashed;
    /* text-align: center; */
}

.edit_table td {
    padding: 8px 16px;
    border-bottom: #CCC 1px dashed;
}

table.tb_edit {
    width: 48%;
}

table.tb_edit img {
    max-width: 100%;
    max-height: 300px;
    vertical-align: top;
}

table.float_left {
    width: 100%;
}

table.float_right {
    width: 100%;
}

/*----------------------------------------------------
	customer　＞　report
----------------------------------------------------*/

#report_warp {
    width: 100%;
    background: #FFF;
    border: #CCC 3px solid;
    box-sizing: border-box;
}

#report {
    margin: 20px;
}

.report dt {
    background: #F7F7F7;
    padding: 12px;
    border-left: 1px solid #666;
}

.report dd {
    padding: 12px;
}

.report dd .question {
    font-weight: bold
}

.report dd .attention {
    color: #BD3240;
}

.report dd .answer span {
    font-weight: bold;
    margin-right: 1em;
}

.report dd .radio {
    margin-bottom: 12px;
}

.report dd .radio:last-child {
    margin-bottom: 0;
}

.report dd input[type="text"] {
    margin-left: .5em;
    margin-right: 1em;
}

.report dd textarea {
    box-sizing: border-box;
    margin: 0 0 6px 0;
    height: initial;
}

.report dd .error {
    color: #BD3240;
    font-weight: bold;
}

.report .message {
    text-align: left;
    font-weight: bold;
    background: #BD3240;
    color: #FFF;
    margin-bottom: 12px;
    padding: 12px;
}

#top_contents h3,
#data h3 {
    margin: 12px 10px;
    font-size: 130%;
    float: left;
}

#top_contents img {
    vertical-align: top;
}

#top_contents td {
    vertical-align: middle;
}

#report_table table {
    width: 100%;
    border-top: #CCC 2px solid;
}

#report_table tr {
    text-align: left;
}

#report_table th {
    color: #E46867;
    padding: 20px 0 5px 0;
    border-bottom: #CCC 1px solid;
}

#report_table td {
    padding: 20px 0 5px 0;
    border-bottom: #CCC 1px dashed;
}

#kakunin {
    margin-top: 10px;
}

#kakunin p {
    margin: 40px 0 0 0;
    text-align: center;
}

#kakunin ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

#kakunin li {
    margin: 0 0 0 10px;
}

#kakunin li:first-child {
    margin: 0;
}

#kakunin li input {
    vertical-align: top;
}

#report tr.odd td {
    border-bottom: none;
}

#report tr.add td {
    padding: 0px 0 5px 0;
}

span.customer_id {
    border: solid 1px #9FD4FA;
    margin: 12px 10px;
    padding: 5px 10px;
}

span.customer_id a:link,
span.customer_id a:visited {
    text-decoration: none;
}

span.edit_finish {
    font-size: 130%;
    color: #006BB4;
}

input.customer_docment_par {
    width: 20px;
}

input.customer_docment_day {
    width: 80px;
}

input.customer_docment_post {
    width: 60px;
}

input.customer_docment_adrress {
    width: 280px;
}

input.customer_docment_memo {
    width: 360px;
}

/*----------------------------------------------------
	customer　＞　account
----------------------------------------------------*/

#account_warp {
    width: 100%;
}

#account {
    background-color: #FFF;
    padding: 15px 25px 15px 25px;
    border: 1px solid #CCC;
}

#account table {
    width: 100%;
    border-top: solid 3px #CCC;
}

#account th {
    padding: 20px 5px 5px 0;
    color: #E46867;
    border-bottom: 1px #ccc solid;
}

#account td {
    padding: 10px 5px 5px 0;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

#account table a {
    text-indent: -9999px;
    width: 23px;
    height: 23px;
}

#account_list {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

#account_list ul {
    margin: 0 auto 0 auto;
    list-style: none;
    width: 5%;
}

#account_list li {
    float: left;
    width: 25%;
}

#account tr.odd td {
    border-bottom: none;
}

#account tr.add td {
    padding: 0px 0 5px 0;
}

#contents_account {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

#account tr.add td {
    padding: 0px 0 5px 0;
}

#contents_account {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

#account_datail {
    margin: 30px auto;
    background-color: #FFF;
    padding: 15px 25px 15px 25px;
    border: 1px solid #CCC;
}

#account_datail table {
    width: 100%;
    border-top: solid 3px #CCC;
}

#account_datail th {
    padding: 10px 10px 5px 10px;
    color: #E46867;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

#account_datail th.end {
    padding: 10px 10px 5px 10px;
    color: #E46867;
    border-bottom: 1px #ccc solid;
    border-right: none;
}

#account_datail td {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px #ccc dashed;
    border-right: 1px #ccc solid;
    vertical-align: middle;
}

#account_datail td.end {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px #ccc dashed;
    border-right: none;
    vertical-align: middle;
}

#account_datail table a {
    text-indent: -9999px;
    width: 23px;
    height: 23px;
}

#account_list {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

#account_list ul {
    margin: 0 auto 0 auto;
    list-style: none;
    width: 5%;
}

#account_list li {
    float: left;
    width: 25%;
}

#account tr.odd td {
    border-bottom: none;
}

#account tr.add td {
    padding: 0px 0 5px 0;
}

#account_datail h3,
#data h3,
#top_contents h3 {
    margin: 15px 0px;
    font-size: 120%;
}

#data h3 {
    margin: 15px 0px;
    font-size: 120%;
}

#account_datail td.total {
    margin: 3px;
    text-align: center;
    background-color: #FCEEEE;
    color: #E46867;
}

#account_datail td.num {
    text-align: right;
}

.bar {
    border-left: 2px solid #BD3240;
    font-size: 120%;
    margin-bottom: 10px;
    padding-left: 10px;
}

p.bar1 {
    border-left: 2px solid #006ab4;
    font-size: 120%;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
}

select {
    padding: 4px;
    margin-right: 10px;
}

.select-wrapper {
    margin-top: 8px;
}

.select-wrapper:first-child {
    margin-top: 0;
}

.select-wrapper>label {
    margin-right: 8px;
}

.checkbox-wrapper>label>input[type="checkbox"] {
    margin-right: 8px;
}

.radio-wrapper>label>input[type="radio"] {
    margin: 0 8px 0 0;
}

.required-mark {
    position: absolute;
    color: red;
}

.field-note {
    display: inline-block;
    margin-left: 10px;
}

p.com {
    text-align: center;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

td.eiken ul {
    margin-bottom: 10px;
}

td.eiken p {
    color: #FF1D25;
}

td.eiken ul li {
    display: inline;
}

td.eiken ul li select {
    margin-left: 10px;
}

td.eiken ul li input {
    width: 70px;
    margin-left: 12px;
}

.box_kouen {
    width: 90%;
    margin: 0 auto 50px auto;
}

.long input,
.long {
    width: 265px;
}

p.caution {
    text-align: center;
    color: #BD3240;
    margin-bottom: 20px;
    font-weight: bold;
}

div.announce_box>dl>dt,
#sports_list dt {
    color: #6A0E0F;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
}

div.announce_box p {
    margin-bottom: 10px;
}

div.announce_box>dl>dd,
#sports_list dd {
    margin-bottom: 10px;
}

.list-blocks {
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

.list-blocks>.list-block {
    width: 100%;
}

.list-blocks>.list-block.list-block-width-flexible {
    width: auto;
}

.list-blocks>.list-block>dt {
    color: #6A0E0F;
    font-weight: bold;
}

.list-blocks>.list-block>dd {
    margin-top: 5px;
}

.default-list li {
    margin-left: 1.5em;
    list-style: disc;
}

.define-list-row.define-list-row-one-line {
    display: flex;
}

.define-list-row {
    margin-top: 8px;
}

.define-list-row:first-child {
    margin-top: 0;
}

.define-list-row dt {
    font-weight: bold;
}

.define-list-row.define-list-row-one-line dt {
    margin-right: 16px;
}

.define-list-table dt {
    font-weight: bold;
}

.define-list-table .define-list-table-row {
    display: flex;
    gap: 10px;
}

.define-list-table .define-list-table-row:first-child {
    margin-top: 0;
}

.define-list-table .define-list-table-row>dt,
.define-list-table .define-list-table-row>dd {
    width: 100%;
}

.list-blocks.upload-id-image-list-blocks .define-list-table-row>dt {
    width: 150px;
}

.id-image-precaution {
    display: flex;
    gap: 10px;
}

.id-image-precaution .id-image-sample-wrapper {}

.id-image-precaution .id-image-sample {
    width: 100%;
    max-width: 130px;
    min-width: 120px;
    margin-top: -10px;
    vertical-align: top;
}

.id-image-format-precaution .id-image-sample-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.id-image-format-precaution .id-image-sample {
    max-height: 160px;
    vertical-align: top;
}

div.noinput {
    text-align: left;
    background: #fff;
    padding: 10px;
    border: 1px dashed #B40900;
    margin-bottom: 10px;
}

div.noinput p a {
    color: #B40900;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: .1s;
}

div.noinput p a:hover {
    opacity: .8;
}

div#float_r {
    float: right;
}

.red {
    color: red;
}

/*----------------------------------------------------
	login | 通常ログイン
----------------------------------------------------*/

#box_managerlogin {
    width: 100%;
    text-align: center;
}

#box_managerlogin .wrap {
    width: 100%;
}

#box_managerlogin h1 {
    padding: 5px 0;
    background: #006bb4;
    color: #fff;
    font-size: 120%;
    text-align: center;
}

#box_managerlogin dl {
    padding: 10px 30px;
    background: #fff;
    text-align: left;
}

#box_managerlogin dl dt {
    padding: 0 0 2px 0;
}

#box_managerlogin dl dd {
    padding: 0 0 10px 0;
}

#box_managerlogin dl dd input[type="text"] {
    width: 100%;
    padding: 2px 0;
}

#box_managerlogin dl dd.txtC {
    padding: 10px 0 20px 0;
}

#box_managerlogin dl dd.txtC img,
#box_managerlogin dl dd.txtC input {
    vertical-align: middle;
}

#box_dimanage {
    width: 100%;
    text-align: center;
    position: relative;
    /*top: 70px;*/
    margin-top: 70px;
    margin-bottom: 70px;
    overflow: hidden;
    zoom: 1;
}

#box_dimanage .wrap {
    display: inline-block;
    vertical-align: middle;
}

table.teisyutsu {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

table.teisyutsu th {
    border-collapse: collapse;
    border: 1px solid #000;
    border-spacing: 0px;
    text-align: center;
    padding: 20px;
    background: #006ab4;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
}

table.teisyutsu td.bg {
    background: #006ab4;
    color: #fff;
}

table.teisyutsu td {
    border-collapse: collapse;
    border: 1px solid #000;
    border-spacing: 0px;
    text-align: center;
    padding: 20px;
    background: #FFFFFF;
    vertical-align: middle;
}

ul.download_list {
    margin-top: 50px;
}

ul.download_list li {
    list-style: none;
    margin-bottom: 10px;
}

#log_view {
    overflow-y: scroll;
    height: 500px;
}

.sum table {
    width: 100%;
    margin-bottom: 30px;
}

.sum table th {
    background: #006ab4;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
}

.sum table td {
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #fff;
}

.sum .md {
    font-size: 1.6em;
    margin-bottom: 20px;
}


body p.days {
    margin-bottom: 10px;
}

span.tbl {
    display: block;
    font-size: 140%;
    margin: 20px 0;
}

.linkbtn {
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 2.5px;
    background: #58BFD4;
    box-shadow: 0px 2px 0px rgba(70, 89, 120, 0.75);
}

.list {
    margin-left: 1.5em;
}

#sports_list {
    font-size: 85%;
    margin: 1.5em 0;
}

#sports_list dt {
    margin-bottom: 0;
}

#support-job-other-block {
    margin-top: 10px;
    display: none;
}

#support-job-other-block p {
    margin-bottom: 5px;
}

#name-block {
    margin: 10px 0;
    padding: 10px;
    border: 1px dashed #B40900;
    background: #FFF;
    text-align: left;
}

#name-block .name-block-name {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.name-block-name .button {
    padding: 12px 40px;
}

#name-block dl {
    display: inline-block;
    margin-right: 10px;
}

#name-block dt,
#name-block dd {
    display: inline;
    font-weight: bold;
}

#name-block dd {
    color: #B40900;
    font-size: 16px;
}

/*.name_box {*/
/*border: 1px solid #B40900;*/
/*margin: 10px auto;*/
/*background: #fff;*/
/*font-weight: bold;*/
/*font-size: 1.1em;*/
/*}*/

.half {
    width: 50%;
}


a.btn {
    text-decoration: none;
    box-sizing: border-box;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 3px;
    text-indent: 3px;
    text-align: center;
    display: inline-block;
    width: 163px;
    height: 37px;
    line-height: 2.846;
    background: #bcbcbc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: 2px solid #b8b8b8;
}

a.btn.red {
    background: #bc000e;
    border-color: #690006;
}

/* 汎用 ボタン */
.button,
a.button {
    /* reset */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-decoration: none;
    /* default style */
    background-color: #bcbcbc;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 8px 32px;
    box-sizing: border-box;
    text-align: center;
}

.button:hover {
    background-color: #b2b2b2;
}

.button.red {
    background: #bc000e;
}

.button.red:hover {
    opacity: .9;
}

.button.white {
    background: #fff;
    color: #666;
    border: 1px solid #666;
}

.button.white:hover {
    opacity: .9;
}

.submit-button {
    /* reset */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    /* default style */
    background-color: #bcbcbc;
    border: 1px solid #b2b2b2;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-radius: 3px;
    color: #fff;
    padding: 8px 40px;

    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.submit-button:hover {
    background-color: #b2b2b2;
    border-color: #a8a8a8;
}

a.submit-button {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.submit-button.middle-size {
    width: 160px;
}

.submit-button.full-size {
    width: 100%;
}

.submit-button.blue {
    background-color: #137ed4;
    border-color: #1376ca;
}

.submit-button.blue:hover {
    background-color: #1376ca;
    border-color: #136cc0;
}

.submit-button.light-blue {
    background-color: #57bfd4;
    border-color: #56b5ca;
}

.submit-button.light-blue:hover {
    background-color: #56b5ca;
    border-color: #56abc0;
}

/* 汎用 フォーム */
.input-field {
    margin-top: 8px;
}

.input-field:first-child {
    margin-top: 0;
}

.input-field label {
    display: block;
    margin-bottom: 2px;
}

.input-field .radio-wrapper label {
    display: inline-block;
    margin-bottom: 0;
}

.input-field .input-field-inline {
    display: inline-block;
}

.input-field .input-field-inline label {
    margin-bottom: 0;
}

.input-field .input-hint {
    margin-top: 2px;
}

.input-hint {
    color: #999;
}

/* ====================================================
   汎用コンポーネント: フラッシュメッセージ
   ==================================================== */
.flash-message {
    padding: 1em 1.5em;
    margin: 1em 0;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    border: 1px solid transparent;
}

.flash-message.success {
    background-color: #e6ffed;
    color: #207544;
    border-color: #b2e2c5;
}

.flash-message.error {
    background-color: #ffecec;
    color: #c00;
    border-color: #f5c6cb;
}

.flash-message.warning {
    background-color: #fff8e1;
    color: #8a6d3b;
    border-color: #ffe08a;
}

.flash-message.info {
    background-color: #e7f3fe;
    color: #31708f;
    border-color: #bee5eb;
}

/* 閉じるボタン付き */
.flash-message .close-btn {
    position: absolute;
    top: 0.5em;
    right: 0.8em;
    background: none;
    border: none;
    font-size: 1.2em;
    color: inherit;
    cursor: pointer;
}

/* ファイルアップロード */
.image-preview-container {
    margin: 8px 0;
}

.image-preview-container .selected-image-block {
    width: 100%;
}

.image-preview-container .selected-image-block img {
    max-width: 100%;
    max-height: 300px;
    vertical-align: top;
    margin-bottom: 16px;
}

.image-preview-container .selected-image-block .fas-wrapper {
    margin-bottom: 16px;
    width: 300px;
    height: 300px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-preview-container .select-file-block {
    display: flex;
    align-items: center;
    width: 100%;
}

.image-preview-container input[type="file"] {
    display: none;
}

.image-preview-container .selected-file-name {
    margin-left: 16px;
}

.tb_edit .image-comparison-table {
    margin: 0 0 8px 0;
}

/*
健康調査票
 */
.footer-contact {
    border: 1px dashed #ccc;
    padding: 20px;
}

.footer-contact .contact-address {
    margin-top: 20px;
    text-align: right;
}

.footer-contact .contact-facility {
    margin-right: 1rem;
    font-size: 1.1em;
}

.health-q3-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

/*
スマホ対応
*/
@media screen and (max-width: 599px) {

    /* -----------
    ヘッダー
    ----------- */
    #global_header {
        display: block;
    }

    #global_header h1 img {
        height: auto;
        max-width: 130px;
    }

    .sub_header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .sub_header .login_name {
        margin: 0 10px 0 0;
    }

    .sub_header img {
        height: 20px;
    }

    #topicPath ul {
        padding: 0 10px;
    }

    /* -----------
    メインラッパー
    ----------- */
    .main_wrapper {
        margin: 10px auto;
        padding: 0 10px;
    }

    /* -----------
    ボタン
    ----------- */
    .button {
        width: 100%;
    }

    .submit-button,
    .submit-button.middle-size {
        width: 100%;
    }

    /* -----------
    フォーム
    ----------- */
    .long input,
    .long {
        width: 100%;
    }

    .select-wrapper {}

    .select-wrapper:first-child {}

    .select-wrapper>label {
        display: block;
        margin: 0;
    }

    .select-wrapper>select {
        margin: 0;
        width: 100%;
    }

    .radio-wrapper>label {
        display: block;
        margin-top: 8px;
    }

    .radio-wrapper>label:first-child {
        margin-top: 0;
    }

    .field-note {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }

    /* -----------
    リスト
    ----------- */
    .list-blocks {
        display: block;
    }

    .list-blocks>.list-block {
        margin-top: 10px;
    }

    .list-blocks>.list-block.list-block-width-flexible {
        width: 100%;
    }

    .list-blocks>.list-block:first-child {
        margin-top: 0;
    }

    /* -----------
    ログイン
    ----------- */

    /* -----------
    トップページ
    ----------- */
    #name-block .name-block-name {
        flex-direction: column;
    }

    .name-block-name .button {
        margin-top: 16px;
    }

    #box_index .wrap .index_list {
        /* margin: 0 -5px; */
    }

    #box_index .wrap .index_list li {
        margin: 0 5px 10px 5px;
        text-align: center;
    }

    #box_index .index_list img {}

    /* -----------
    各編集画面共通
    ----------- */
    .tb_edit th,
    .tb_edit td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .tb_edit .image-wrapper {
        text-align: center;
    }

    .edit_table {
        width: 100%;
    }

    .edit_table th,
    .edit_table td {
        padding: 8px;
    }

    .table_box_left,
    .table_box_right {
        float: none;
        width: 100%;
    }

    #report {
        margin: 10px;
    }

    #kakunin ul {
        flex-direction: column-reverse;
    }

    #kakunin li {
        margin: 0 0 10px 0;
    }

    /* -----------
    大学の学生証用写真
    ----------- */
    .image-preview-container .selected-image-block {
        text-align: center;
    }

    .image-preview-container .select-file-block {
        flex-direction: column;
    }

    .image-preview-container .selected-image-block .fas-wrapper {
        width: auto;
    }

    .image-preview-container .selected-file-name {
        margin: 16px 0 0 0;
    }

    .id-image-precaution {
        flex-wrap: wrap;
    }

    .id-image-precaution .id-image-sample-wrapper {
        width: 100%;
        text-align: center;
    }

    .id-image-precaution .id-image-sample {
        margin-top: 0px;
    }

    .id-image-format-precaution .id-image-sample-wrapper {
        justify-content: center;
    }

    /*
    健康調査票
    */
    .footer-contact {
        padding: 10px;
    }

    .health-q3-list {
        flex-direction: column;
        line-height: 2;
        margin-bottom: 10px;
    }

    .health-q3-list label input[type='text'] {
        width: 100%;
    }

    .footer-contact .contact-address {
        margin-top: 10px;
        text-align: left;
    }

    .footer-contact .contact-facility {
        display: block;
        margin-right: 0;
    }

    /* -----------
    ドキュメントカード（統合済み - 下記参照）
    ----------- */

    .document-icon {
        flex: 0 0 28px;
        height: 28px;
        margin-right: 8px;
    }

    .document-icon-file {
        width: 18px;
        height: 22px;
    }

    .download-button {
        padding: 4px 8px;
        font-size: 11px;
    }

    /* -----------
    確認セクション
    ----------- */
    .confirmation-card {
        padding: 20px 15px;
        border-radius: 6px;
    }

    .confirmation-header {
        margin-bottom: 15px;
    }

    .confirmation-header h3 {
        font-size: 16px;
    }

    .checkmark {
        height: 22px;
        width: 22px;
        margin-right: 10px;
    }

    .checkmark i {
        font-size: 12px;
    }

    .checkbox-text {
        font-size: 13px;
    }

    #kakunin ul {
        flex-direction: column;
        gap: 10px;
    }

    #kakunin li {
        margin: 0;
        width: 100%;
    }

    #kakunin ul li .submit-button {
        width: 100%;
        text-align: center;
    }

    /* -----------
    入学前教育料金表
    ----------- */
    .fee-tables-container {
        flex-direction: column;
        gap: 20px;
    }

    .fee-table-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .fee-table-item {
        width: 100%;
    }

    /* -----------
    ファイル名の省略
    ----------- */
    .filename-truncate {
        max-width: 100px;
        /* 680px以下に合わせて調整 */
    }

    /* -----------
    トップページ（349px以下から統合）
    ----------- */
    #box_index .wrap .index_list li {
        width: calc(50% - 10px);
    }

    /* -----------
    ドキュメントカード追加スタイル（480px以下から統合）
    ----------- */
    .document-card {
        padding: 8px;
        flex-wrap: wrap;
    }

    .document-info {
        flex: 1 1 calc(100% - 38px);
    }

    .document-action {
        width: 100%;
        margin: 8px 0 0 0;
        text-align: right;
        justify-content: flex-end;
    }

    .download-button {
        width: 100%;
    }

    /* -----------
    コースオプション（768px以下から統合）
    ----------- */
    .course-option {
        margin-bottom: 10px;
    }

    .course-label {
        padding: 12px;
    }

    .course-content {
        padding-left: 28px;
    }

    .course-title {
        font-size: 15px;
    }

    .course-description {
        font-size: 13px;
    }
}

/* メディアクエリを @media screen and (max-width: 599px) に統一済み
   349px, 480px, 680px, 768px, 850px, 1200px のスタイルをすべて統合 */

/*----------------------------------------------------
    共通コンポーネント
----------------------------------------------------*/

/* カード */
.card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    padding: 16px;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/* ボタン */
.action-button {
    background-color: #006bb4;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.action-button:hover {
    background-color: #005691;
    color: white;
}

/*----------------------------------------------------
    学生ダッシュボード/ダウンロード画面
----------------------------------------------------*/

.student-dashboard {
    background: transparent;
    margin-bottom: 20px;
}

/* ドキュメント一覧 */
.document-container {
    position: relative;
}

.document-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/* ドキュメントカード */
.document-card {
    display: flex;
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.document-card:hover {
    transform: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.document-icon {
    flex: 0 0 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.document-icon-file {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
}

.document-icon-file:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 8px 8px 0;
    border-style: solid;
    border-color: #f0f0f0 #f0f0f0 #ddd #ddd;
}

.document-info {
    flex: 1;
    min-width: 0;
}

.document-title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-date {
    color: #999;
    font-size: 11px;
    margin: 0;
}

.document-action {
    flex: 0 0 auto;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.document-action>form {
    width: 100%;
}

.download-button {
    background-color: #006ab4;
    border: none;
    border-radius: 4px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.3s;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 2px solid #005691;
}

.download-button:hover {
    background-color: #005691;
    color: white !important;
}

/* レスポンシブ対応 */


/* マージン調整用のユーティリティクラス */
.margin-top-30 {
    margin-top: 30px !important;
}

/*----------------------------------------------------
    初回パスワード設定画面
----------------------------------------------------*/
#box_password_reset h2 {
    color: #1376ca;
}

#content_password_reset {
    max-width: 600px;
    width: 100%;
}

/* ───────── ステッパー共通 ───────────────────── */
.step-col {
    text-align: center;
    flex: 1 1 0;
    position: relative;
}

.step-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #dee2e6;
    z-index: -1;
}

.step-col.active:not(:last-child)::after {
    background: #137ed4;
}

.step-circle {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.step-col.active .step-circle {
    background: #137ed4;
}

.step-col:not(.active) .step-circle {
    background: #adb5bd;
}

/* ▸ ラベル */
.step-label {
    font-size: .875rem;
    margin-top: .25rem;
    font-weight: 700;
    color: #adb5bd
}

.step-col.active .step-label {
    color: #1376ca;
}

.step-col.completed .step-circle {
    background: #3776ab;
    color: #fff;
}

.step-col.completed:not(:last-child)::after {
    background: #3776ab;
}

.step-col.completed .step-label {
    color: #3776ab;
}

/* ▸ 確認チェックボックス */
.confirmation-checkbox {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#confirmation-check {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.confirmation-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}

.confirmation-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

/* ▸ 無効化されたボタンのスタイル */
button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* ファイル名の省略 */
.filename-truncate {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

/* ファイル名の省略は599px以下に統合済み */


/* 確認セクションのスタイル（既存デザインに合わせて調整） */
.confirmation-section {
    margin: 30px 0;
    padding: 0;
}

.confirmation-card {
    background: #F7F7F7;
    border: #CCC 2px solid;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.confirmation-card:hover {
    background: #FAFAFA;
    border-color: #6A0E0F;
    cursor: pointer;
}

.confirmation-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #6A0E0F;
}

.confirmation-header i {
    font-size: 22px;
    margin-right: 12px;
}

.confirmation-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.custom-checkbox-wrapper {
    position: relative;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: normal;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 24px;
    width: 24px;
    background: #fff;
    border: 2px solid #CCC;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkmark i {
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-checkbox:hover .checkmark {
    border-color: #6A0E0F;
    background: #FAFAFA;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark {
    background: #6A0E0F;
    border-color: #6A0E0F;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark i {
    opacity: 1;
    transform: scale(1);
}

.checkbox-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* シンプルなアニメーション効果 */
.custom-checkbox input[type="checkbox"]:checked~.checkmark {
    animation: checkboxCheck 0.3s ease-out;
}

@keyframes checkboxCheck {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* ボタンスタイルの調整（既存に合わせて） */
#kakunin ul li .submit-button {
    background: #F7F7F7;
    border: 2px solid #CCC;
    color: #333;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

#kakunin ul li .submit-button:hover:not(:disabled) {
    background: #FAFAFA;
    border-color: #6A0E0F;
    color: #6A0E0F;
}

#kakunin ul li .submit-button.light-blue {
    background: #6A0E0F;
    border-color: #6A0E0F;
    color: white;
}

#kakunin ul li .submit-button.light-blue:hover:not(:disabled) {
    background: #8B1316;
    border-color: #8B1316;
    color: #fff;
}

#kakunin ul li .submit-button:disabled {
    background: #E5E5E5;
    border-color: #CCC;
    color: #999;
    cursor: not-allowed;
}

/* レスポンシブ対応 */


/*英語科目クラス選択　テストリンクボタン*/
.test-section {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

.test-section h3 {
    color: #555;
    margin-bottom: 15px;
    font-size: 16px;
}

.test-section p {
    margin-bottom: 15px;
    color: #666;
}

/* 入学前教育料金表のレスポンシブデザイン */
.fee-tables-container {
    margin-top: 10px;
    gap: 0;
}

.fee-table-item {
    flex: none;
    min-width: 0;
}

.fee-table-divider {
    width: 1px;
    background-color: #d0d0d0;
    margin: 0 20px;
}

/* タブレット・スマートフォン対応 */

/* 入学前教育コース選択UI */
.course-selection-wrapper {
    margin-top: 10px;
}

/* 必須フィールドインジケーター */
.edit_table th.required::after {
    content: "必須";
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background: #BD3240;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    border-radius: 3px;
    vertical-align: middle;
}

.course-selection-wrapper .instruction {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.course-option {
    margin-bottom: 12px;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    background: #FAFAFA;
    transition: all 0.3s ease;
    position: relative;
}

.course-option:hover {
    /* border-color: #CCC; */
    border-color: #6A0E0F;
    /* background: #FFF; */
}

.course-option.selected {
    border-color: #6A0E0F;
    /* border-color: #CCC; */
    /* background: #FFF; */
}

.course-label {
    display: block;
    cursor: pointer;
    padding: 16px;
    position: relative;
}

.course-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.course-content {
    display: flex;
    align-items: flex-start;
    padding-left: 36px;
    position: relative;
}

/* カスタムラジオボタン */
.course-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background: #FFF;
    transition: all 0.3s ease;
}

.course-content::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6A0E0F;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.course-option:hover .course-content::before {
    border-color: #999;
    /* border-color: #6A0E0F; */
}

.course-option.selected .course-content::before {
    border-color: #6A0E0F;
}

.course-option.selected .course-content::after {
    opacity: 1;
    transform: scale(1);
}

.course-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 1.4;
}

.course-title strong {
    font-weight: bold;
}

.course-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.course-option.selected .course-title {
    color: #6A0E0F;
}

.no-courses {
    color: #999;
    font-size: 14px;
    padding: 20px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 6px;
}

.course-option.selected .course-content::after {
    animation: radioSelect 0.3s ease-out;
}

/* コース選択のレスポンシブ対応は599px以下に統合済み */

/* 基本情報 プライバシーポリシー*/
.privacy-policy {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    line-height: 1.8;
}

.privacy-policy p {
    margin-bottom: 5px;
}

/* チェックボックスの垂直中央揃え */
.custom-checkbox {
    align-items: center;
}

/* プライバシーポリシー本文の整形 */
.privacy-policy h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.privacy-policy h5 {
    color: #555;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.privacy-policy h6 {
    color: #666;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 13px;
}

.privacy-policy p {
    margin-bottom: 10px;
    color: #333;
}

.privacy-policy p strong {
    color: #222;
    font-weight: bold;
}