header .h_box .h_lang li a.selected_1 {
    background-color: #ffffff;
    color: #00365E;
    font-weight: 600;
}
/*Googleカレンダー*/
.fb_calendar {
    width: 100%;
    display: inline-block;
}
.calendar iframe {
    width: 65%;
    height: 490px;
    float: left;
}
.fb iframe {
    width: 35%;
    height: 490px;
    float: right;
}
@media screen and (max-width:700px) {
    .fb iframe {
        width: 100%;
        height: 400px;
    }
    .calendar iframe {
        width: 90%;
    }
}
/*
iframe{
width:60%;
height:490px;
float: none;
margin:20px;
}
*/
.saiyou{
    display: flex;
    width: 98%;
    margin: 5px;
}
.table{
    width: 50%;
    margin: 5px;
    border-collapse: collapse;
    border-spacing: 5px;
}
table tr{
    border-bottom: solid 2px white;
}
table tr:last-child{
    border-bottom: none;
}
.table th{
    width: 40%;
    font-size: 0.9em;
    position: relative;
    text-align: left;
    background-color: #f09156;
    color: white;
    text-align: center;
    padding: 10px 0;
}
table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #f09156;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.table td{
    width: 60%;
    font-size: 0.8em;
    text-align: left;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}
/*
table {
    border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
table tr{
    border-bottom: solid 2px white;
}
table tr:last-child{
    border-bottom: none;
}
table th{
    position: relative;
    text-align: left;
    width: 20%;
    background-color: #ffd42d;
    color: white;
    text-align: center;
    padding: 10px 0;
}
table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #ffd42d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
table td{
    text-align: left;
    width: 20%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}
*/
.table_mini{
    margin: 15px auto;
}
.table_mini li{
    display: inline;
    padding: 0 10px 0 10px;
    border-right: 1px solid #000000;
    background-color: #ffeee3;
    font-size: 0.8em;
}
.table_mini li:first-child{
    border-left: 1px solid #000000;
}
@media screen and (max-width:800px) {
    .saiyou{
        display: block;
        width: 100%;
        margin: 5px;
    }
    .table{
        width: 95%;
    }
}
@media screen and (max-width:480px) {
    .table th,
    .table td{
        display: block;
        width: 100%;
    }
    table th:after{
        display: none;
    }
}
/*くるっとリンクボタン*/
.button_link {
    display: inline-block;
    /* 改行なしのブロック要素 */
    position: relative;
    /* 相対位置指定 */
    width: 100%;
    /* 横幅 */
    height: 30px;
    /* 高さ */
    /*  text-align: center;              /* 水平方向は中央揃え */
    line-height: 30px;
    /* 行の高さ */
    margin-left: 0.5%;
}
.button_link span {
    display: block;
    /* ブロック要素 */
    position: absolute;
    /* 親要素の左上を基準位置 */
    width: 98%;
    /* 横幅 */
    height: 100%;
    /* 高さ */
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    /* 罫線 */
    border-bottom: 2px solid #333;
    /* 罫線 */
    transform-style: preserve-3d;
    /* 重なりを3Dで表示 */
    transition: 0.5s;
    /* 変化時間 */
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.button_link span:nth-child(1) {
    background-color: #ffffff;
    /* Buttonボタンの色 */
    color: #000000;
    /* Buttonの文字の色 */
    transform: rotateX(0deg);
    /* 横軸の回転なし */
    transform-origin: 0% 50% -15px;
    /* transformの起点 */
    padding-left: 5px;
    font-Weight: 600;
}
.button_link span:nth-child(2) {
    background-color: #000000;
    /* Clickボタンの色 */
    color: #ffffff;
    /* Clickの文字の色 */
    transform: rotateX(-90deg);
    /* 横軸で90度回転 */
    transform-origin: 0% 50% -15px;
    /* transformの起点 */
    padding-left: 5px;
    border: 2px solid #333;
    /* 罫線 */
    font-Weight: 600;
}
.button_link:hover span:nth-child(1) {
    transform: rotateX(90deg);
    /* 横軸で後方に90度回転 */
}
.button_link:hover span:nth-child(2) {
    transform: rotateX(0deg);
    /* 横軸の回転なし */
}
/*企業の独自研修部分のリスト↑*/
ul.dokuzi {
    padding: 0 0.3em 0.3em 0.3em;
    list-style-type: none;
    margin-left: 30px;
    margin-top: -8px;
    margin-right: 30px;
}
ul.dokuzi li {
    position: relative;
    padding: 0.2em 1em 0.2em 2.3em;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(57, 73, 171, 1);
    font-size: 90%;
    font-weight: 600;
}
ul.dokuzi li:after,
ul.dokuzi li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
}
ul.dokuzi li:before {
    top: 50%;
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(57, 73, 171, 1);
    transform: translateY(-50%);
    filter: drop-shadow(4px 4px 1px rgba(57, 73, 171,0.6));
}
.syorui{
    margin-left: 20px;
    font-size: 0.9em;
}
@media screen and (max-width:800px) {
    .syorui{
        font-size: 0.8em;
    }  
}