@charset "UTF-8";

/* CSS Document */

/*=========リセットCSSはじまり=========*/

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%;
    background: transparent;
}

body {
    line-height: none;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}


/*=========リセットCSSおわり=========*/



/*=========共通=========*/

body#body {
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.03em;
    /* min-width: 992px; */
    height: 100%;
}

.mdr_btn {
    text-align: center;
    display: inline-block;
    /*cursor: pointer;*/
}

.mdr_btn a {
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    background-color: #028034;
    border: 1px solid #028034;
    border-radius: 4px;
}

.mdr_btn a:hover {
    background-color: #265080;
    opacity: 1;
}

input.box_sample {
    display: none;
}

.file_upset {
    display: inline-block;
}

.upload_class {
    background: none;
    border: none;
    font-size: 100%;
    padding: 0px;
}

.gray_btn {
    background-color: #666 !important;
}
.btn_wrap {
    text-align: center;
}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #6495ed;
    /*色*/
    border: solid 1px #03A9F4;
    /*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

.square_btn:active {
    /*押したとき*/
    border: solid 1px #0f9ada;
    box-shadow: none;
    text-shadow: none;
}

.square_btn:hover {
    background: #b7ffb7;
    color: #000;
}

.square_btn_no {
    position: relative;
    display: inline-block;
    padding: 8px;
    color: #000;
    background: #d3d3d3;
    /*色*/
    border-radius: 5px;
    text-align: center;
}

.no_bgc {
    background-color: transparent !important;
}

a:hover {
    opacity: 0.8;
}

main {
    padding: 20px 0 120px;
    /*ヘッダー・フッターからの余白（仮）*/
    background-color: #eee;
    position: relative;
}

.main_inner {
    width: 992px;
    margin: 0 auto;
}

.main_saiyo_inner {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.h2_design {
    padding: 4px 4px 4px 12px;
    border-bottom: solid 2px #20916e;
    font-size: 120%;
}

.h3_design {
    padding: 4px 4px 4px 12px;
    font-size: 200%;
    text-align: center;
    border-bottom: dashed 2px #3f3f41;
}

.main_top_wrap h2_design {
    padding: 4px 4px 4px 12px;
    border-bottom: solid 2px #20916e;
    font-size: 120%;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}

.main_top_wrap ul {
    display: inline-block;
}

.main_top_wrap ul li {
    color: #20916e;
    float: right;
    margin: 0 0px 0 4px;
    font-size: 85%;
}

/*====共通フォーム要素関係====*/

label {
    cursor: pointer;
}

/*チェックボックスはじめ*/
.checkbox_warp {
    padding: 8px 0;
    margin-right: 16px;
}

.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    position: relative;
    padding: 1px 0px 0 26px;
    color: #333;
}

.checkbox01-parts::before {
    /*spanの設定*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    display: table-cell;
    vertical-align: bottom;
}

.checkbox01-input:checked+.checkbox01-parts {
    color: #333;
}

.checkbox01-input:checked+.checkbox01-parts::after {
    /*チェックマークの設定*/
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #20916e;
    border-right: 3px solid #20916e;
}

/*チェックボックスおわり*/

/*プルダウン設定はじめ*/

label.search_warp {
    /*背景*/
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    opacity: 0.9;
}

label.search_warp:before {
    /*三角形のcss*/
    content: "";
    position: absolute;
    top: 40%;
    right: 4px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 7px solid transparent;
    border-top: 10px solid #333;
}

label.search_warp select {
    /*実際のクリックするところ*/
    width: 100%;
    height: 30px;
    cursor: pointer;
    position: relative;
    /*	display: block;*/
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*Firefox用*/
    text-indent: 4px;
    text-overflow: "";
    font-size: 100%;
    border-radius: 0;
}



select::-ms-expand {
    /*IE対応*/
    display: none;
}



/*プルダウン設定おわり*/

/*フォームのエラー*/

.error_title {
    border: 2px solid red;
    text-align: center;
    padding: 8px;
    margin: 12px 0;
    background-color: #FFDAE1;
    color: red;
    font-weight: bold;
}

.error {
    background-color: #FFDAE1;
    padding: 8px;
    color: red;
}

.sub_button {
    text-align: center;
}

/*フォームのエラー終わり*/


/*====共通フォーム要素関係おわり====*/

/*======ヘッダー======*/

header {
    padding: 6px 12px;
    background-color: #fff;
    line-height: 1.4em;
}

.head_inner {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.logo {
    padding-right: 6px;
    max-width: 400px;
    width: 100%;
}

.logo img {
    max-width: 285px;
    width: 100%;
}

.logo a {
    display: flex;
}

.logo a:hover {
    color: #860000;
    text-decoration: none;
    opacity: 1;
}

.logo span {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 87.5%;
}

@media only screen and (max-width: 1024px) {
    .logo a {
        display: block;
    }
    .logo span {
        margin-top: -18px;
        margin-left: 9px;
    }
}


.logo span.bigtext {
    font-size: 140%;
    font-weight: bold;
}

nav {
    margin-left: auto;
    max-width: calc(100% - 380px);
    width: 100%;
}

.kanri_menu {
    float: left;
    margin: 0 20px 0 0;
}

.user_menu {
    float: right;
}

.user_menu li {
    float: left;
    margin-right: 8px;
}

.user_menu li:last-child {
    margin-right: 0px;
}

.user {
    padding: 8px 4px;
}

.user span {
    padding: 4px;
}


/**ログイン画面**/

#login_main {
    margin: 70px auto;
    background: #2a3644;
    width: 700px;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

#login_back1_blue {
    color: #f4f4f4;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 30px;
}

.inp {
    background: rgba(255, 255, 255, 255);
    display: block;
    width: 350px;
    padding: 15px;
    margin-bottom: 10px;
    outline: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.inp:focus {
    background: rgba(255, 255, 255, 255);
}

#submit {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 17px;
    width: 270px;
    font-size: 1.2em;
    background: #808080;
    color: #f4f4f4;
    cursor: pointer;
    border: none;
}

#submit:active {
    top: 3px;
    box-shadow: none;
}

#login_entry {
    text-align: center;
}

#login_attention {
    margin-bottom: 5px;
}

#login_attention li {
    color: #FF0000;
}

/**** ▼▼▼▼▼▼ 「全国市長会ホームページへ」 ▼▼▼▼▼▼ ****/
div.h_toplist {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}

div.h_toplist p a {
    display: flex;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(0deg, #005099, #005099 50%, #006BCC 50%, #006BCC 100%);
    border-radius: 4px;
    transition-duration: 0.5s;
}

div.h_toplist p a:hover {
    color: #333;
    background-image: linear-gradient(0deg, #fff);
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    div.h_toplist {
        display: none;
    }
}

/**** ▲▲▲▲▲▲ 「全国市長会ホームページへ」 ▲▲▲▲▲▲ ****/

/**** ▼▼▼▼▼▼ グローバルメニュー ▼▼▼▼▼▼ ****/

ul.g_navi_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

ul.g_navi_in li {
    position: relative;
    margin: 12px 20px 0 0;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
}

ul.g_navi_in li:nth-child(1) {
    background-image: url(../images/head-navi01.png);
}

ul.g_navi_in li:nth-child(2) {
    background-image: url(../images/head-navi02.png);
}

ul.g_navi_in li:nth-child(3) {
    background-image: url(../images/head-navi03.png);
}

ul.g_navi_in li:nth-child(4) {
    background-image: url(../images/head-navi04.png);
}

ul.g_navi_in li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 0;
    min-height: 40px;
    font-size: 112.5%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

ul.g_navi_in li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 0;
    background-color: #028034;
    transition: all 0.3s;
}

ul.g_navi_in li a:hover::before {
    height: 5px;
}

@media only screen and (max-width: 1400px) {
    ul.g_navi_in li {
        position: relative;
        margin: 12px 9px 0 0;
        padding-left: 28px;
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: left center;
    }
}

@media only screen and (max-width: 1024px) {
    nav.g_navi {
        display: none;
    }
}

/**** ▲▲▲▲▲▲ グローバルメニュー ▲▲▲▲▲▲ ****/

/**** ▼▼▼▼▼▼ ハンバーガーメニュー ▼▼▼▼▼▼ ****/

#menu_button {
    position: fixed;
    top: 0;
    right: 12px;
    z-index: 9998;
}

#menu_button a {
    position: relative;
    top: 10px;
    display: inline-block;
    padding-top: 34px;
    width: 54px;
    /* min-height: 54px; */
    font-size: 70%;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-align: center;
    background: #028034;
    border: 2px solid #fff;
    border-radius: 8px;
    z-index: 2;
}

#menu_button a strong {
    color: #fff;
}

#menu_button a .icon_ham {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 30px;
}

#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background: #fff;
    height: 3px;
    width: 30px;
}

#menu_button a .icon_ham:before {
    top: 8px;
}

#menu_button a .icon_ham:after {
    top: 16px;
}

@media print,
screen and (min-width: 1025px) {
    #menu_button,
    #lan_drop {
        display: none !important;
    }
}

#sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 100%;
    background: #fff;
    border-left: 4px solid #028034;
    box-sizing: border-box;
    color: #333;
}

@media print,
screen and (min-width: 1025px) {
    #sidr {
        display: none !important;
    }
}

#sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

#sidr .close {
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
}

#sidr .close a {
    display: inline-block;
    color: #fff;
    padding: 14px 10px 14px 32px;
    position: relative;
    width: 100%;
    background: #028034;
}

#sidr .close a:before,
#sidr .close a:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: 0;
    transform: rotate(-45deg);
}

#sidr .close a:after {
    transform: rotate(45deg);
}

#sidr .src_box {
    padding: 10px;
    border-bottom: 3px solid #028034;
}

#sidr ul {
    display: block;
    border-bottom: 3px solid #028034;
    margin: 0;
    padding: 0;
}

#sidr ul li {
    background: none;
    border-bottom: 1px solid #028034;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}

#sidr ul li::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

#sidr ul li:last-child {
    border-bottom: none;
}

#sidr ul li a {
    display: inline-block;
    padding: 12px 24px 12px 12px;
    color: #2b3095;
    text-decoration: none;
    width: 100%;
}

#sidr ul li a:hover {
    color: #860000;
}

#sidr ul.mainsite {
    background: #e2ffe2;
    border-top: 2px solid #028034;
    font-size: 85%;
}

/**** ▲▲▲▲▲▲ ハンバーガーメニュー ▲▲▲▲▲▲ ****/



/*======フッター======*/

footer {
    background-color: #ddd;
    line-height: 1.4em;
}

footer a {
    color: #333;
}

footer .foot_inner {
    width: 992px;
    margin: 0 auto;
}

footer .foot_inner .foot_id {
    padding: 20px 0px;
}

footer .foot_inner .foot_linktext li {
    font-size: 85%;
    float: left;
    padding: 2px 8px;
    border-right: solid 1px #333;
}

footer .foot_inner .foot_linktext li:last-child {
    border: none;
}

footer .foot_inner .copyright {
    font-size: 75%;
    padding: 8px 0;
}

/*======▼フッターをウィンドウ下部に固定する設定▼======*/

html,
body {
    height: 100%;
}

#wrap {
    width: 100%;
    position: relative;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
    background-color: #eee;
}

main {
    padding: 20px 12px 130px;
    /* padding-bottom:130px; フッターの高さと同じ */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*======▲フッターをウィンドウ下部に固定する設定▲======*/

/*======TOPメイン======*/
.search {
    width: 600px;
    margin: 40px auto;
    text-align: center;
}

.search li {
    float: left;
    opacity: 0.9;
    margin-right: 8px;
}

.form_wrap .error_title {
    margin: 12px 0;
}

.form_wrap input {
    border: 1px solid #aaa;
    width: 220px;
    background-color: #fff;
}

#AddList tbody td {
    padding: 10px;
}

table.saiyo_table_list {
    width: 100%;
    line-height: 1.4em;
    border-collapse: collapse;
    font-size: 95%;
    color: #333;
}

td.saiyo_table_list.td_left {
    text-align: left;
}

td.saiyo_table_list,
th.saiyo_table_list {
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #333;
}

td.saiyo_table_list,
th.saiyo_table_list {
    padding: 2px;
    text-align: center;
    color: #333;
}

th.saiyo_table_list {
    padding: 16px 2px 14px;
    color: #fff;
    vertical-align: middle;
    background: #028034;
}

td.saiyo_table_list {
    vertical-align: middle;
}

.saiyo_table_list td .mdr_btn {
    width: 100px;
    margin-bottom: 8px;
}

.saiyo_table_list td .mdr_btn.csv_btn {
    width: 40px;
    margin-bottom: 8px;
}

.saiyo_table_list td .mdr_btn:last-child {
    margin-bottom: 0;
}

.saiyo_table_list .tr_design {
    background-color: #FEFCEf;
}


.time_table {
    margin: 20px 0;
}

.time_th01 {
    min-width: 80px;
}

.time_table td input {
    border: 1px solid #aaa;
}

.time_table td.time_td01 input {
    width: auto;
}

.time_table td.time_td02 label {
    width: 80px;
    display: inline-block;
}

.time_table td.time_td02 span {
    display: inline-block;
}

.time_table td.time_td03 {
    padding: 0px;
}

.time_table td.time_td03 .checkbox_warp {
    padding: 8px 0;
    margin-right: 0px;
}

.time_table td.time_td03 .checkbox01-parts {
    margin: 0 auto;
    padding: 0;
}

.time_table td.time_td03 .checkbox01-parts::before {
    /*spanの設定*/
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: bottom;
}

.time_table td.time_td03 .checkbox01-input:checked+.checkbox01-parts::after {
    top: -2px;
    left: 0px;
}

.time_table td.time_td04 input {
    width: 130px;
    margin-right: 8px;
}

.time_table td.time_td05 input {
    width: 130px;
    margin-right: 8px;
}

.time_table td.time_td06 input {
    width: 120px;
}

.time_table_list {
    margin: 20px 0;
}

.time_table .holiday td {
    color: #D40003;
}

.time_table_list .holiday td {
    color: #D40003;
}

.time_table_list tr:nth-child(2n) {
    background-color: #FEFCEf;
}

hr {
    margin: 32px 0;
    background-color: #20916e;
    color: #20916e;
    border: none;
    height: 1px;
}

.magin_right {
    margin-right: 12px;
}

.btn_area {
    padding: 8px 12px 8px 11px;
    margin: 8px 0;
}

.left_btn {
    float: left;
}

.right_btn {
    float: right;
}

.right_btn2 {
    margin-right: 12px;
    float: right;
}

.btn_120 {
    width: 120px;
}

.search_btn {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.zoon {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.pk_area {
    float: left;
    width: 20%;
    margin-right: 1.5%;
}

.pk_area p {
    padding: 8px 0;
    line-height: 1.4em;
}

.status {
    float: right;
    width: 72%;
}

.status p {
    padding: 8px 0;
    line-height: 1.4em;
}

.status ul {
    padding-bottom: 12px;
    border-bottom: dashed 1px #20916e;
    margin-bottom: 20px;
}

.status li {
    float: left;
}

.status li span {
    padding: 8px;
    display: inline-block;
    margin-right: 8px;
    border: solid 1px #20916e;
}

.open {
    background-color: #f4d844;
    border: solid 1px #f4d844 !important;
}

.open_shin {
    background-color: #A6F2A0;
    border: solid 1px #A6F2A0 !important;
}

.st_close {
    background-color: #bbb;
    border: solid 1px #bbb !important;
}

.st_close_shin {
    background-color: #BDD9FF;
    border: solid 1px #BDD9FF !important;
}

.status_spot {
    padding: 8px;
    float: left;
    margin: 0 12px 0 0;
}

.message {
    padding: 8px 12px;
    margin: 8px 0;
}

.giji_tab li {
    float: left;
    margin-right: 8px;
    background-color: #20916e;
    border-radius: 5px 5px 0 0;
}

.giji_tab li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
}

.active_tab {
    background-color: #fff !important;
    padding: 8px 12px;
}

.box .h4_design {
    border-bottom: solid 4px #20916e;
    padding-bottom: 4px;
    margin: 24px 0 24px;
}

.form_line {
    margin: 12px 0;
}

.input_title {
    position: relative;
    width: 80px;
    float: left;
    margin: 8px 12px 8px 0;
    padding-bottom: 5px;
}

.input_title span {
    padding: 4px 5px;
}

.title_r {
    margin: 8px 12px 8px 25px;
}

.hissu {
    background-color: firebrick;
    padding: 4px 5px;
    font-size: 80%;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0;
}

.input_zoon {
    float: left;
}

.input_design {
    border: 1px solid #999;
    width: 200px;
    height: 30px;
    /*追加*/
}

.input_large {
    width: 400px !important;
}

.input_small {
    width: 100px !important;
}

.input_xsmall {
    width: 50px !important;
}

.select_design {
    border: 1px solid #999 !important;
}

.select_disable select:disabled {
    background: #f3f3f3;
}

/*追加*/

.select_xlarge {
    width: 380px !important;
}

.select_large {
    width: 200px !important;
}

.select_small {
    width: 100px !important;
}

.select_xsmall {
    width: 60px !important;
}

.hosoku {
    padding: 8px 0;
}

.hosoku span {
    margin: 0 8px;
}

.hosoku_ID {
    padding: 8px 0;
    position: relative;
    width: 245.75px;
}

.kukaku {
    margin: 0px 0px 6px 0px;
    padding: 8px 8px 8px 8px;
    background-color: #eee;
}

.idokeido {
    display: inline-block;
    margin-right: 20px;
}

table#search_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    width: 99%;
    margin: auto;
}

#contents thead th #contents tbody th,
#contents tbody td {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 3px;
}

#contents thead th {
    background-color: #028034;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    color: #fff;
}

#contents {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    width: 99%;
    background: #ffffea;
    margin: auto;

}

#contents tr.table_back_color:nth-child(even) {
    background: #FFF;
}

#contents tr.table_back_color:nth-child(2n+1) {
    background: #f8f8f8;
}

.top_area {
    width: 90%;
    margin: auto;
    background: #fff;
}

.top_area td {
    padding: 10px;
    vertical-align: top;
    font-size: 13px;
}

.top_area_table {
    padding: 5px;
}

.confirmlist {
    font-size: 13px;
}

#InputFrom {
    width: 90%;
    margin: auto;
    border-spacing: 0;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#InputFrom tbody td {
    background: #fff9f4;
}

#InputFrom tbody th {
    background: #ffffb2;
}

#InputFrom tbody td,
#InputFrom tbody th {
    border-collapse: separate;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    padding: 10px;
}

.ribbon_box {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    background: #ffffff;
}

.ribbon8 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 0 10px -20px;
    width: calc(100% + 20px);
    color: black;
    background: #d6d6ff;
}

.ribbon8:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #ccccff;
}

.sub_title {
    padding: 10px;
}

.del_button {
    float: right;
    margin-right: 180px;
}

.err_msg {
    color: red;
}

.suc_title {
    border: 2px solid blue;
    text-align: center;
    padding: 8px;
    margin: 12px 0;
    background-color: #87ceeb;
    color: blue;
    font-weight: bold;
}

.suc {
    background-color: #87ceeb;
    padding: 8px;
    color: blue;
    margin: 8px 0;
}

.suc_msg {
    color: blue;
}

.main .ck_err {
    color: red;
}

.main .ck_err {
    color: red;
}

.main .ck_blue {
    color: #0000FF;
}

.sub_title {
    padding: 10px;
}

.del_button {
    float: right;
    margin-right: 180px;
}

.main .ck_err {
    color: red;
}

.main .ck_err {
    color: red;
}

.main .ck_blue {
    color: #0000FF;
}

/* エラーメッセージ */
.err_fld {
    border: 2px dashed red;
    padding: 3px;
    width: 90%;
    margin: auto;
}

.err_fld p {
    margin: 0px 0px 0px 0px;
}

.err_fld legend {
    color: #FF0000;
    font-weight: bold;
}

/* 完了メッセージ */
.suc_fld {
    border: 2px dashed #87ceeb;
    padding: 3px;
    width: 90%;
    margin: auto;
}

.suc_fld p {
    margin: 0px 0px 0px 0px;
}

.suc_fld legend {
    color: #87ceeb;
    font-weight: bold;
}

#main ul.pageNav02 {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    text-align: right;
}

#main ul.pageNav02 li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

#main ul.pageNav02 li span,
#main ul.pageNav02 li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #eeeff7;
    text-decoration: none;
    vertical-align: middle;
}

#main ul.pageNav02 li a:hover {
    color: #000;
    background: #ccf;
    border-color: #00f;
}

.Icon {
    background-color: #006400;
    color: #FFF;
    border-radius: 6px;
    width: 85px;
    font-size: 13px;
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: 3px;
}

#AddList td {
    border: none;
}

.info_data {
    display: none;
}

.open_icon {
    cursor: pointer;
}

.close_icon {
    display: none;
    cursor: pointer;
}

/**** datepicker設定 ****/

/* datepicker サイズ */

#ui-datepicker-div {
    font-size: 90%;
}

/* datepickerカレンダーアイコン位置 */

img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
}

/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td:first-child a {
    background: none !important;
    background-color: #fcc !important;
    color: #f00 !important;
}

/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td:last-child a {
    background: none !important;
    background-color: #ccf !important;
    color: #00f !important;
}

.sm a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.sm .close {
    text-align: right;
    background-color: transparent;
    display: inline-block;
    z-index: 999;
    position: absolute;
    right: 4px;
    top: 20px;
}

.sm .close a {
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    padding: 1px;
    margin: 1px;
    border: solid 2px #fff;
    background-color: #20916e;
    height: 30px !important;
    width: 30px !important;
}

.Table_Entry_Error {
    color: red;
}

#content {
    padding: 50px 0 0 0;
}

div#submenu {
    width: 100px;
    margin: 50px 0px 0px 10px;
    display: inline;
    float: left;
}

#mapField {
    height: 350px;
}

#mapdata {
    display: none;
}

tbody tr {
    margin: 0px 50px 0px 0px;
}

.font_color {
    color: #FFFFFF;
    background: #F81453;
    font-size: 12px;
    margin-right: 10px;
}

.sub_table {
    margin: auto;
    width: 90%;
    border: 1px solid;
}

.sub_table tr {
    height: 50px;
}

.new_button {
    text-align: right;
    padding: 10px;
    float: right;
    margin-top: 50px;
}

.tag_button {
    margin-right: 20px;
    height: 40px;
    background: #c0c0c0;
}

.tag_button_select {
    margin-right: 20px;
    height: 40px;
    background: #fffafa;
}

#sub_table {
    padding: 10px;
}

.sub_item {
    margin-left: 50px;
}

.sub_itemlist {
    margin-left: 70px;
    width: 90%;
}

#timetable td.timestyle {
    border-bottom: none;
    border-left: none;
    border-top: none;
}

#timetable {
    width: 90%;
    margin: 60px;
    border-collapse: collapse;
    text-align: center;
}

#timetable td {
    border: 1px solid;
}

#timetable thead td {
    background: #CCCCCC;
}

#timetable tbody tr {
    height: 100px;
}

/*===　ラジオボタン設定　↓===*/
.radio02-input {
    display: none;
}

.radio02-input+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

/* 擬似ラジオボタンの輪 */

.radio02-input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 8px;
}

.radio02-input:checked+label {
    color: #20916e;
}

.radio02-input:disabled+label {
    background: #f3f3f3;
}

/* 擬似ラジオボタンのチェック */

.radio02-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    background-color: #20916e;
    border-radius: 50%;
}

p.radio_zoon {
    padding: 11px 0 0;
}

p.radio_zoon input {
    width: 30px;
}

/* ラジオボタンのクリック領域 */
p.radio_zoon label {
    vertical-align: 11%;
    border: 1px solid #999;
    padding: 8px 24px 7px 40px;
    border-radius: 5px;
}

.radio03-input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 8px;
}

.radio03-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    background-color: #20916e;
    border-radius: 50%;
}

.radio03-input:checked+label {
    color: #20916e;
}

.radio03-input+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.radio03-input {
    display: none;
}

.radio03-input-out:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    background-color: #a9a9a9;
    border-radius: 50%;
}

.radio03-input-out:checked+label {
    color: #000000;
}

p.radio_zoon1 label {
    vertical-align: 11%;
    padding: 4px 24px 7px 40px;
    border-radius: 5px;
}

.input_xsmall {
    width: 50px !important;
}

p.radio_zoon2 label {
    vertical-align: 11%;
    padding: 4px 0px 7px 30px;
    border-radius: 5px;
}

/*===　ラジオボタン設定　　↑===*/

.renzoku {
    float: left;
}

.float_left {
    float: left;
    margin-right: 50px;
}

#tab {
    border-bottom: solid 2px #20916e;
    margin: 12px 0;
}

#tab li {
    float: left;
    background-color: #20916e;
    color: #fff;
    padding: 8px;
    margin: 12px 12px 0px 0px;
    cursor: pointer;
    border: solid 1px #20916e;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

#tab li.active {
    background-color: #ddd;
    display: inline-block !important;
    color: #333;
    cursor: default;
}

#content_box .content {
    display: none;
}

.days_select {
    margin: 24px 0;
}

.days_select span {
    display: inline-block;
}

.days_select span label {
    display: inline-block;
}

.giji_btn {
    background-color: #20916e;
    border-radius: 5px;
    text-align: center;
}

.giji_btn a {
    padding: 8px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.yellow_btn {
    background-color: #f4d844 !important;
}

.yellow_btn a {
    color: #333;
}

.arrow_btn {
    background-color: #666;
    margin: 0 12px;
}

.today_btn {
    margin-left: 20px;
}

.number {
    text-align: right;
    padding: 2px;
}

/*==モーダルウィンドウの設定　↓==*/
/*モーダルウィンドウの閉じるボタンの設定*/

/*モーダルウィンドウの中身のiframeの設定*/
.modal_iframe {
    width: 100%;
    height: 500px;
}

table.time_table {
    width: 100%;
    line-height: 1.4em;
}

table.time_table,
.time_table td,
.time_table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 95%;
}

.time_table td,
.time_table th {
    padding: 8px;
    color: #333;
    text-align: center;
}

.time_table td input {
    height: 30px;
}

.time_table th {
    background: #eee;
    vertical-align: middle;
}

table.time_table_list {
    width: 100%;
    line-height: 1.4em;
}

table.time_table_list,
.time_table_list td,
.time_table_list th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 95%;
}

.time_table_list td,
.time_table_list th {
    padding: 8px;
    color: #333;
    text-align: center;
}

.time_table_list th {
    background: #eee;
    vertical-align: middle;
}

.time_table_list td input {
    height: 30px;
}

.time_table {
    margin: 20px 0;
}

.time_th01 {
    min-width: 80px;
}

.time_table td input {
    border: 1px solid #aaa;
}

.time_table td.time_td01 input {
    width: auto;
}

.time_table td.time_td02 label {
    width: 80px;
    display: inline-block;
}

.time_table td.time_td02 span {
    display: inline-block;
}

.time_table td.time_td03 {
    padding: 0px;
}

.time_table td.time_td03 .checkbox_warp {
    padding: 8px 0;
    margin-right: 0px;
}

.time_table td.time_td03 .checkbox01-parts {
    margin: 0 auto;
    padding: 0;
}

.time_table td.time_td03 .checkbox01-parts::before {
    /*spanの設定*/
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: bottom;
}

.time_table td.time_td03 .checkbox01-input:checked+.checkbox01-parts::after {
    top: -2px;
    left: 0px;
}

.time_table td.time_td04 input {
    width: 130px;
    margin-right: 8px;
}

.time_table td.time_td05 input {
    width: 130px;
    margin-right: 8px;
}

.time_table td.time_td06 input {
    width: 120px;
}

.time_table_list {
    margin: 20px 0;
}

.time_table .holiday td {
    color: #D40003;
}

.time_table_list .holiday td {
    color: #D40003;
}

.time_table_list tr:nth-child(2n) {
    background-color: #FEFCEf;
    .day_table_list tr {
        background-color: #FEFCEf !important;
    }
    .day_table_list tr:nth-child(4n),
    .day_table_list tr:nth-child(4n+1) {
        background-color: #Fff !important;
    }
}

hr {
    margin: 32px 0;
    background-color: #20916e;
    color: #20916e;
    border: none;
    height: 1px;
}

.magin_right {
    margin-right: 12px;
}

.dis_inline {
    display: inline-block !important;
}

#open {
    display: none;
}

#change {
    padding: 8px;
    color: #fff;
}

.active {
    display: block !important;
}

.dis_none {
    display: none;
}

/*==ツールチップ↓==*/
.invisible {
    display: none;
}

.clickToolTip {
    margin: 0;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #666;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

p.note {
    margin: 0;
    padding: 8px;
    width: 400px;
    background-color: #eee;
    color: #333;
    border-radius: 5px;
    top: 100px;
    left: 20px;
    position: absolute;
    border: solid 1px #20916e;
    font-weight: normal;
    line-height: 1.4em;
    z-index: 1;
}

.total {
    border-bottom: solid 2px firebrick;
    padding: 0;
}

.syasyu span.on {
    background-color: #20916e;
    color: #fff;
}

.syasyu span {
    padding: 5px;
    margin: 4px;
    border-radius: 5px;
    text-align: center;
}

/*==ツールチップ↑==*/
/*===ファイル選択inputの設定 ↓===*/
.input_zoon02>p {
    float: left;
    margin-right: 12px;
}

label.input_wrap {
    color: #fff;
    background-color: #20916e;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 12px;
}

input.box_sample {
    display: none;
    /* アップロードボタンのスタイルを無効にする */
}

#fake_text_box {
    border: solid 1px #aaa;
    display: inline-block;
    width: 200px;
}

.uplord {
    padding: 2px 12px;
}

.uplord input {
    color: #333;
}

/*===ファイル選択inputの設定 ↑===*/

.textarea_nomal {
    width: 480px;
    height: 240px;
    margin: 12px 0 0px;
}

.week_btn li {
    margin: 12px 0;
}

/*===アコーディオンのスタイル↓===*/
.accordionlist {
    line-height: 1.4em;
}

.accordionlist dt {
    display: block;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #f0ffff;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}

.accordionlist dt .dt_title {
    display: inline-block;
    float: right;
    width: calc(100% - 48px);
}

.accordionlist dd {
    display: none;
    background: #fff;
    border-top: none;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    float: left;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    /*topと同じ数値引く*/
}

.accordion_icon span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

/*↓回転前*/
.accordion_icon span:nth-of-type(1) {
    transform: rotate(180deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*↓回転後*/
.accordion_icon.active span:nth-of-type(1) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

dl dt .form_line {
    margin: 0px;
    float: right;
    width: 93%;
}

/*===アコーディオンのスタイル↑===*/

label.search_warp {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    opacity: 0.9;
}

/*======お知らせプレビュー用======*/
body.preview main {
    background-image: url(../images/top_foot01.png), url(../images/top_foot02.png);
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
    background-size: 40%, 15%;
    background-color: #eefade;
}

@media screen and (max-width:600px) {
    body.index main {
        padding-bottom: 50px;
        background-size: 50%, 25%;
    }
}

.preview_btn {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

/*↓プレビュー用お知らせ部分↓*/
body.preview .news {
    width: 992px;
    margin: 40px auto;
    background-color: #fff;
    min-width: 768px;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

body.preview .news p {
    padding: 12px 0 8px;
    text-align: center;
    background-color: #49A757;
    color: #fff;
}

body.preview .news ul {
    padding: 4px 0;
}

body.preview .news li {
    text-align: left;
    padding: 8px 24px;
    line-height: 1.4em;
}

body.preview .news li.no_visible {
    display: none;
}

@media screen and (max-width:992px) {
    body.preview .news {
        width: auto;
        margin: 20px 12px;
        background-color: transparent;
        min-width: auto;
    }

    body.preview .news li {
        padding: 8px 12px;
    }
}

/*↑お知らせ↑*/

/*=========フロート解除=========*/
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    page-break-after: avoid;
}

.Icon2 {
    background-color: #ff8c00;
    color: #FFF;
    border-radius: 6px;
    width: 60px;
    font-size: 13px;
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: 3px;
}

.sakusei {
    background-color: #ff69b4;
    color: #FFF;
    border-radius: 6px;
    width: 50px;
    font-size: 13px;
    float: left;
    margin-right: 5px;
    text-align: center;
    height: 40px;
}

#top_left {
    border-top-left-radius: 6px;
    border-left: none;
    border-top: none;
}

#top_right {
    border-top-right-radius: 6px;
    border-right: none;
    border-top: none;
}

#border_left {
    border-left: none;
}

#border_top {
    border-top: none;
}

select::-ms-expand {
    display: block;
}

.cel_time {
    width: 3%;
}

.input_title_member {
    border-bottom: dashed 1px #20916e;
    position: relative;
    width: 220px;
    float: left;
    margin: 8px 12px 8px 0;
    padding-bottom: 5px;
}

.input_title_member span {
    padding: 4px 5px;
}


/**** ▼▼▼▼▼▼ 検索条件 ▼▼▼▼▼▼ ****/
div.zoon {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

div.zoon .box {
    padding: 12px;
    width: 100%;
}

div.zoon div.form_line:first-child {
    margin-right: 40px;
}

div.zoon div.input_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 6px 0 0;
    padding: 0;
    width: 100px;
    min-height: 40px;
    color: #333;
    background-color: #E7F5EE;
    border-left: 3px solid #028034;
}

div.zoon div.form_line:nth-child(4) div.input_title {
    width: 180px;
}

div.zoon select#shichoson,
div.zoon select#dantaiName,
div.zoon select#shokushu,
div.zoon select#boshukikan,
div.zoon select#taishoyear,
div.zoon select#taishomonth,
div.zoon select#taishoday {
    margin-top: 6px;
    min-height: 40px;
}

p.btn_area {
    width: 100%;
}

/* エラー表示 */
div.zoon .error {
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 125%;
    font-weight: bold;
    color: red;
    border-radius: 4px;
    background-color: #FFDAE1;
}

/**** ▲▲▲▲▲▲ 検索条件 ▲▲▲▲▲▲ ****/


/**** ▼▼▼▼▼▼ テーブル設定 ▼▼▼▼▼▼ ****/
table.saiyo_table_list tr {
    border-bottom: 2px solid #028034;
}

@media only screen and (min-width: 1025px) {
    td.saiyo_table_list {
        display: table-cell !important;
    }
}

/* 団体名 */
table.saiyo_table_list tr th:nth-child(1),
table.saiyo_table_list tr td:nth-child(1) {
    width: 80px;
}

/* 採用人数 */
table.saiyo_table_list tr th:nth-child(3),
table.saiyo_table_list tr td:nth-child(3) {
    width: 60px;
}

/* 採用予定日 */
table.saiyo_table_list tr th:nth-child(5),
table.saiyo_table_list tr td:nth-child(5) {
    width: 70px;
}

/* 申込受付期間 */
table.saiyo_table_list tr th:nth-child(6),
table.saiyo_table_list tr td:nth-child(6) {
    width: 90px;
}

/* 1次試験日 
table.saiyo_table_list tr th:nth-child(7),
table.saiyo_table_list tr td:nth-child(7) {
    width: 170px;
}
   備考 
table.saiyo_table_list tr th:nth-child(8),
table.saiyo_table_list tr td:nth-child(8) {
    width: 370px;
}
*/

/* リンク */
table.saiyo_table_list tr th:nth-child(9),
table.saiyo_table_list tr td:nth-child(9) {
    width: 60px;
}


td.saiyo_table_list {
    padding: 16px 2px 14px;
}

@media only screen and (max-width: 1024px) {

    table.saiyo_table_list tr {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    table.saiyo_table_list tr td:nth-child(1),
    table.saiyo_table_list tr td:nth-child(3),
    table.saiyo_table_list tr td:nth-child(5),
    table.saiyo_table_list tr td:nth-child(6), 
    table.saiyo_table_list tr td:nth-child(9)
    {
        width: 100%;
    }

    table.saiyo_table_list th {
        display: none;
    }

    table.saiyo_table_list tr:nth-child(2) {
        border-top: 2px solid #028034;
    }

    @media only screen and (max-width: 1024px) {
        table.saiyo_table_list tr:nth-child(2) {
            border-top: 0;
        }
    }

    td.saiyo_table_list {
        position: relative;
        padding: 42px 12px 14px;
        width: 100%;
        text-align: left;
    }

    td.saiyo_table_list:first-child {
        padding: 42px 74px 14px 12px;
    }

    td.saiyo_table_list::before {
        position: absolute;
        top: 10px;
        left: 12px;
        display: block;
        padding: 4px 8px;
        content: "団体名";
        color: #fff;
        background-color: #028034;
        border-radius: 4px;
    }

    td.saiyo_table_list:nth-child(2n):before {
        content: "職種";
    }

    td.saiyo_table_list:nth-child(3n):before {
        content: "募集人数";
    }

    td.saiyo_table_list:nth-child(4n):before {
        content: "対象年齢";
    }

    td.saiyo_table_list:nth-child(5n):before {
        content: "採用予定日";
    }

    td.saiyo_table_list:nth-child(6n):before {
        content: "申込受付期間";
    }

    td.saiyo_table_list:nth-child(7n):before {
        content: "試験日程";
    }

    td.saiyo_table_list:nth-child(8n):before {
        content: "備考";
    }

    td.saiyo_table_list:nth-child(9n):before {
        content: "リンク";
    }

}

/**** ▼▼ 表示・非表示 ▼▼ ****/
td a.btn-toggle {
    display: none;
}

@media only screen and (max-width: 1024px) {
    td.toggle-th {
        display: none;
    }

    td a.btn-toggle {
        position: absolute;
        top: calc(50% - 15px);
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        min-height: 30px;
        font-size: 120%;
        color: #fff;
        text-decoration: none;
        background-color: #028034 !important;
        border-radius: 4px;
    }

    td a.btn-toggle:hover {
        opacity: 1;
    }
}

/**** ▲▲ 表示・非表示 ▲▲ ****/


/**** ▲▲▲▲▲▲ テーブル設定 ▲▲▲▲▲▲ ****/

/*タブ切り替え全体のスタイル*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 900px;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    display: block;
    float: left;
    width: calc(100%/3);
    height: 25px;
    border-bottom: 3px solid #028034;
    background-color: #E7F5EE;
    line-height: 15px font-size: 16px;
    text-align: center;
    color: #333;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    background-color: #e3d9c1;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

@media only screen and (max-width: 720px) {
    .tab_content {
        padding: 40px 12px 0;
    }
}

/*選択されているタブのコンテンツのみを表示*/
/*#all:checked ~ #all_content,*/
#saiyo:checked~#saiyokensaku,
#ichiran:checked~#ichiran_content {
    display: flex;
    flex-wrap: wrap;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    background-color: #028034;
    color: #fff;
}

.tabs input:checked+.tab_item:hover {
    opacity: 1;
    cursor: default;
}


/**** ▼▼▼▼▼▼ （追加）タブ・デザイン ▼▼▼▼▼▼ ****/
div.zoon div.tabs {
    width: 100%;
    box-shadow: none;
}

/**** ▼▼▼▼ タブ部分 ▼▼▼▼ ****/
div.zoon div.tabs .tab_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 50px;
    height: auto;
    font-size: 125%;
    color: #2b3095;
    text-decoration: underline;
}

div.zoon div.tabs .tab_item:hover {
    color: #860000;
    text-decoration: none;
    background-color: #E7F5EE;
}

div.zoon .tabs input:checked+.tab_item {
    color: #fff;
    text-decoration: none;
    background-color: #028034;
}

/**** ▲▲▲▲ タブ部分 ▲▲▲▲ ****/

/**** ▼▼▼▼ コンテンツ部分 ▼▼▼▼ ****/

/* 採用情報一覧 */
div.zoon div.tabs .tab_content_description {
    display: flex;
    flex-wrap: wrap;
}

div.zoon div.tabs .tab_content_description a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 0 0;
    padding: 10px 14px;
    color: #2b3095;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #028034;
    border-radius: 4px;
}

div.zoon div.tabs .tab_content_description a:hover {
    color: #fff;
    background-color: #028034;
}

/* 採用情報検索 */
div.zoon div.form_line {
    padding-right: 20px;
    width: calc(50% - 20px);
}

div.zoon div.form_line:first-child {
    margin-right: 0;
}

div.zoon div.form_line:nth-child(4),
div.zoon div.form_line:nth-child(5),
div.zoon div.form_line:nth-child(6) {
    width: auto;
}

@media only screen and (max-width: 460px) {
    div.zoon div.form_line:nth-child(4) {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    div.zoon div.form_line {
        padding-right: 0;
        width: 100%;
    }

    div.zoon div.form_line:nth-child(4),
    div.zoon div.form_line:nth-child(5) {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1330px) {
    div.zoon div.form_line:nth-child(3) {
        width: 100%;
    }
}
@media only screen and (max-width: 517px) {
    div.zoon div.form_line:nth-child(5),
    div.zoon div.form_line:nth-child(6) {
        margin-top: 0;
    }
}

div.zoon div.form_line:nth-child(4) div.input_title {
    width: 180px;
}

div.zoon div.form_line:nth-child(4) select,
div.zoon div.form_line:nth-child(5) select,
div.zoon div.form_line:nth-child(6) select {
    margin-right: 6px;
}

div.zoon div.form_line:nth-child(5) select,
div.zoon div.form_line:nth-child(6) select {
    width: 50px;
}


@media only screen and (max-width: 460px) {
    div.zoon div.form_line:nth-child(4) select#taishoyear {
        margin-top: 12px;
    }
}

/**** ▲▲▲▲ コンテンツ部分 ▲▲▲▲ ****/

/**** ▲▲▲▲▲▲ （追加）タブ・デザイン ▲▲▲▲▲▲ ****/
