@charset "UTF-8";
/*------------------------------------------------------------------------------
	Shizuoka Association of Clinical Engineering Technologists - sp CSS
	URL: http://www.shizurinko.com/
	Date: 2015-12-01
	(C) 2015 Shizuoka Association of Clinical Engineering Technologists.
------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    body {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 2rem;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #wrapper {
        width: 100%;
        padding: 0 3%;
        margin-top: 60px;
    }
    #inner {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
    #main {
        float: none;
        order: 1;
        width: 100%;
    }
    #sub {
        width: 100%;
        order: 2;
        float: none;
    }
    .sp_fixed {
        background: #f7f8fa;
    }
    .sp_el {
        display: block;
    }
    .pc_el {
        display: none;
    }
    .btn {
        width: 80% !important;
    }
    .btn a {
        padding: 10px;
    }
    .bunki_culum3 a {
        width: 100%;
        height: 150px;
    }
    .more span {
        width: 100%;
        height: 150px;
    }
    #main .list02 {
        padding: 10px 15px;
        margin-bottom: 8%;
    }
    #main .list02 li {
        float: none;
        width: 100%;
        padding: 1% 0;
    }
    #wrapper #main h3 {
        font-size: 1.6rem;
    }
    .tb_002 th,
    .tb_002 td {
        display: block;
        width: 100%;
        padding: 2% 0;
    }
    .phoR {
        float: none;
        margin: 0 0 10px 0 !important;
    }

    .bunki_culum3 li {
        float: none;
        width: 100%;
        margin: 0 0 3% 0;
    }
    #main .bunkiBox li {
        border: solid 1px #a7b5c5;
    }
    #main .bunkiBox .floatR {
        width: 100%;
    }
    #main .bunkiBox .phoL {
        margin: 0 0 10px 0 !important;
        width: 100%;
    }
    #main .bunkiBox .phoL img {
        width: 100%;
        height: auto;
    }
    #main .bunkiBox li {
        padding: 15px;
        margin-bottom: 10px;
    }
    /* css */
    .tableScroll {
        overflow: auto;
        position: relative;
        border-right: 1px dashed hsla(234, 25%, 42%, 0.3);
        margin-bottom: 20px;
    }
    .tableScroll:after {
        content: url('../img/ico/ico_scroll.png');
        -moz-animation: cssAnimation 0.5s ease-in 2s forwards;
        -webkit-animation: cssAnimation 0.5s ease-in 2s forwards;
        -o-animation: cssAnimation 0.5s ease-in 2s forwards;
        animation: cssAnimation 0.5s ease-in 2s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        left: calc(50vw - 60px);
        position: absolute;
        top: 100px;
        display: block;
        opacity: 0.9;
        pointer-events: none;
        transition: 0.5s;
    }
    .tableScroll:hover::after {
        opacity: 0;
    }
    .tableScroll table {
        width: 500px;
    }
    .tableScroll .scroll_in {
        width: 600px;
    }

    @keyframes cssAnimation {
        to {
            opacity: 0;
            transition: 0.5s;
        }
    }
    @-webkit-keyframes cssAnimation {
        to {
            opacity: 0;
            transition: 0.5s;
        }
    }

    /*==============================================================
    header : ヘッダー
    ===============================================================*/
    .hamburger {
        display: block;
        outline: none;
        padding: 0;
    }
    header {
        position: fixed;
        z-index: 998;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.3s;
    }

    header #hdInner {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2% 3%;
        height: 60px;
        overflow: inherit;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header #hdInner .fl_box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    header #hdInner .fl_box .icon {
        width: 40px;
        margin-right: 10px;
    }
    body header #hdInner nav {
        width: 100%;
        margin: 0;
        float: none;
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 998;
        background: #fff;
        padding: 0 3% 3% 3%;
    }
    #hdInner:after {
        display: none;
    }
    body.form header #hdInner nav {
        padding-bottom: 0;
    }
    body.form header #hdInner nav #globalNavR li:last-child a {
        border-bottom: 0;
    }
    header ul#globalNavL,
    header ul#globalNavR {
        float: none;
        width: 100%;
        border: none;
    }
    header #sub_gNav #option,
    header #sub_gNav #s_nav,
    header #sub_gNav {
        float: none;
        width: 100%;
    }
    ul#skip,
    header p#tagline {
        display: none;
    }
    header h1#siteTitle,
    header p#siteTitle {
        position: static;
        margin: 0;
        width: 200px;
    }
    header h1#siteTitle a,
    header p#siteTitle a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before,
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background: #4a4f86;
    }
    header nav ul {
        padding: 0;
        border: none;
    }
    header nav li {
        min-height: inherit;
        line-height: 1;
    }
    header nav li a {
        position: relative;
        border-bottom: 1px solid #abc0dc;
        padding: 15px;
    }
    header nav li a:before {
        top: 0;
        margin: auto;
        bottom: 0;
    }
    header nav li.current a,
    header nav #s_nav li a:hover,
    header nav #globalNavL li a:hover,
    header nav #globalNavR li a:hover {
        color: #0d5daa;
    }

    header nav #s_nav li:hover a:before,
    header nav #globalNavL li:hover a:before,
    header nav #globalNavR li:hover a:before {
        animation: none;
    }
    header #sub_gNav #s_nav li.link {
        padding-right: 0;
        margin-right: 0;
        border: none;
        width: 100%;
        float: none;
    }
    header #sub_gNav #s_nav li {
        float: none;
    }
    header #sub_gNav .entry {
        margin-top: 20px;
    }
    header #sub_gNav #option li {
        padding: 0;
        border: none;
    }
    header #sub_gNav #option li a {
        border: none;
    }
    header #sub_gNav .entry a {
        width: 100%;
        padding: 3%;
        display: none;
    }
    header #searchBtn .gsc-input-box {
        border: 1px solid #ccc;
    }

    .gsc-search-button-v2 {
        padding: 14px 10px !important;
    }
    .bg {
        content: '';
        position: absolute;
        top: -40%;
        right: 0;
        bottom: 0%;
        left: -100%;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        background: #e1e7ef;
        width: 150%;
        z-index: -998;
        pointer-events: none;
    }

    /*==============================================================
    #pageTitle : フッター
    ===============================================================*/
    #wrapper h1 {
        width: 100%;
    }
    #wrapper h1 a {
        padding: 10px 10px 10px 60px;
        background-position: 20px 20px, -130% top !important;
    }
    h1 a {
        font-size: 2rem;
    }
    #wrapper #headline {
        float: none;
        margin-bottom: 10%;
    }
    /*==============================================================
    footer : フッター
    ===============================================================*/

    footer p#copyright {
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        padding: 3%;
    }
    footer {
        padding-top: 0;
        background: none;
    }
    /*==============================================================
    #sub : サブナビ
    ===============================================================*/

    #sub .linkNav,
    #sub .bnr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        border-bottom: none;
    }
    #sub .linkNav li,
    #sub .bnr li {
        margin-bottom: 0;
    }
    #sub .linkNav li a,
    #sub .bnr li a {
        display: block;
    }
    #sub .linkNav {
        border-top: 1px solid #abc0dc;
        margin-bottom: 10px;
    }
    #sub .linkNav li {
        width: 50%;
        margin-top: 0;
    }
    #sub .linkNav li a {
        text-decoration: none;
        padding: 13px 5px 13px 18px;
        border-right: 1px solid #abc0dc;
        font-size: 12px;
        letter-spacing: -1px;
        border-bottom: 1px solid #abc0dc;
        background: url(../img/ico_arrow_001.png) no-repeat 5px 50%;
    }
    #sub .linkNav li:nth-child(even) a {
        border-right: none;
        border-bottom: 1px solid #abc0dc;
    }
    #sub .bnr {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    #sub .bnr li {
        width: 49%;
        margin-bottom: 1%;
    }
    #sub .bnr li a {
        margin-bottom: 1%;
    }
    header #sub_gNav #s_nav {
        margin: 0;
    }
    #wrapper .line_link {
        text-align: right;
    }
    #wrapper .line_link a {
        padding: 5px;
        margin: 0 0 30px auto;
        width: 50%;
    }
    #wrapper .line_link img {
        width: 20px;
        height: auto;
    }
    /*==============================================================
    body#home : トップページ
    ===============================================================*/

    body#home #wrapper #main h2 span {
        margin: 0 50px;
        font-size: 2rem;
    }
    body#home #wrapper #main h2 em {
        margin-top: 5px;
        font-size: 70%;
    }
    body#home #wrapper #main h2:after,
    body#home #wrapper #main h2:before {
        width: 40px;
    }
    body#home #wrapper #main #sub_home {
        width: 100%;
        display: none;
    }
    body#home #wrapper #main #past_info {
        width: 100%;
        /*display: none;*/
    }

    body#home #wrapper #main #seminar_info {
        margin-bottom: 0;
    }
    body#home #wrapper #main #seminar_info ul li {
        float: none;
        width: 100%;
    }
    body#home #wrapper #main #seminar_info ul li:nth-child(n + 4) {
        /*    display: none;*/
    }
    body#home #wrapper #main #seminar_info #flow img {
        width: 100%;
    }
    body#home #wrapper #main #seminar_info #flow {
        display: none;
    }
    body#home .entry_btn {
        display: block;
        text-align: center;
        border: 1px solid #0d5daa;
        padding: 10px 0;
        font-size: 105%;
        background: #fff;
        text-decoration: none !important;
        margin-bottom: 30px;
    }
    body#home #wrapper #nav_btn {
        display: block;
    }
    body#home #nav_btn .list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    body#home #nav_btn .list .box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        text-decoration: none;
        border: 2px solid #aabfda;
        padding: 10px;
        color: rgb(0, 39, 70);
        width: 100%;
        border-radius: 10px;
    }
    body#home #nav_btn .list .box:not(:last-child) {
        margin-right: 2%;
    }
    body#home #nav_btn .list .box img {
        width: 50px;
    }
    body#home #wrapper #main #seminar_info ul li .title {
        min-height: inherit;
        margin-bottom: 5px;
        font-size: 17px;
    }
    body#home #wrapper #main #seminar_info ul li .date {
        background: none;
        padding: 0;
        font-size: 14px !important;
    }
    body#home #wrapper #main #seminar_info ul li {
        border-right: none;
        margin-bottom: 0;
        padding: 15px 0;
    }
    body#home #wrapper #main #seminar_info ul li:not(:last-child) {
        border-bottom: 1px solid #abc0dc;
    }
    body#home #wrapper #main #seminar_info ul li p.sem_place {
        font-size: 15px !important;
    }
    body#home #wrapper #main #seminar_info .yokoku,
    body#home #wrapper #main #seminar_info .btnMore a {
        margin-bottom: 0;
        width: 80%;
        margin: auto;
        padding: 8px;
    }
    body#home #wrapper #main #seminar_info .semi_more {
        margin-bottom: 10%;
    }
    body#home #wrapper #main .accordion {
        display: block;
    }
    #sub .tabContents li:nth-child(n + 4) {
        /*    display: none;*/
    }
    body#home #wrapper #main #seminar_info .semi_more {
        float: none;
        margin-top: 4%;
    }
    /*アコーディオン*/
    #main .accordion {
        margin-bottom: 30ox;
    }
    #main .accordion p {
        margin-bottom: 0;
    }
    #main .accordion .toggle_btn {
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        font-size: 110%;
        color: #0d5daa;
        text-align: center;
        font-weight: normal;
        padding: 5px;
        background: #ffffff;
        border: 2px solid #abc0dc;
        font-size: 2rem;
        text-align: center;
    }
    #main .accordion .toggle_btn .icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #4a4f86;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 10px;
    }
    #main .accordion .toggle_btn .icon:after,
    #main .accordion .toggle_btn .icon:before {
        content: '';
        background: #fff;
        width: 2px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 14px;
        display: block;
        margin: auto;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        height: 15px;
    }
    #main .accordion .toggle_btn .icon:before {
        transform: rotate(90deg);
    }
    #main .accordion .toggle_btn.is-active .icon:before {
        transform: rotate(180deg);
        height: 0;
    }
    #main .accordion .toggle_btn.is-active .icon:after {
        transform: rotate(270deg);
    }
    #main .faq_box .inner_parent {
        padding: 10px;
        display: none;
    }

    body:not(#home) #main {
        margin-bottom: 10%;
    }
    body#aboutIndex #main .addBox {
        margin-top: 5%;
    }
    body#aboutIndex .bunki_culum3 {
        margin: 8% 0 7% 0;
    }
    body#aboutIndex #main .btn {
        margin-bottom: 10% !important;
    }
    body#generalIndex #main section h3 {
        width: 100%;
    }
    body#generalIndex #main section .btn {
        margin: 5% auto !important;
    }
    body#memberIndex #main h2 {
        margin-bottom: 6%;
    }
    .cms .pagenation ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .cms .pagenation ul li {
        display: block;
        margin: 0 3px 0 0;
        width: calc(100% / 3);
    }
    .cms .pagenation ul li:last-child {
        margin-right: 0;
    }
    .cms .pagenation ul li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        line-height: 1.3;
        padding: 10px;
    }
    .cms .pagenation ul li .current_page {
        padding: 10px;
        line-height: 1.3;
    }
    #seminarIndex #main .tb_001 .title {
        font-size: 1.4rem;
        width: 30%;
    }
    #seminarIndex #main .tb_001 th,
    #seminarIndex #main .tb_001 td {
        padding: 5px;
    }
    #seminarIndex #main .tb_001 {
        width: 640px;
        margin-bottom: 7%;
    }
    body#recruitIndex #main .tb_001 {
        margin-bottom: 7%;
    }
    body#recruitIndex #main .tb_001 th,
    body#recruitIndex #main .tb_001 td {
        width: 100%;
        display: block;
    }
    body#recruitIndex #main .tb_001 td {
        margin: -1px 0;
    }
    body#recruitIndex #main .title span {
        margin: 0 20px 10px;
    }
    body#recruitIndex #main h2 {
        padding: 10px 0 5px 20px;
    }
    body#recruitIndex #main .btn {
        margin-bottom: 10% !important;
    }
    body#requestIndex #main section {
        padding: 6% 3%;
        margin-bottom: 3%;
    }
    body#requestIndex #main section h3 {
        padding: 0;
        font-size: 1.8rem;
    }
    body#requestIndex #main ul {
        width: 100%;
    }
    body#requestIndex #main section .point {
        margin-top: 3%;
    }
    body#organizationIndex #main section {
        margin-bottom: 10%;
    }
    body.information #main .postList {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body.information #main .postList li {
        width: 49%;
        margin: 0 0 2%;
    }
    body#flowIndex #main .faqBox h3 {
        padding: 0 40px 5px 0;
    }
    #main dl.faq dt {
        font-size: 1.6rem;
        min-height: 50px;
        padding-top: 5px;
        background-size: 50px;
        padding-left: 60px;
    }
    body#flowIndex #main dl.faq dt {
        margin-bottom: 5px;
    }
    body#flowIndex #main dl.faq {
        padding-bottom: 5px;
    }

    #main dl.faq dd {
        background-size: 40px;
        margin-left: 5px;
        padding: 5px 0 0 55px;
    }
    body#engineerIndex #main li {
        margin-bottom: 3%;
    }
    .form #wrapper h1,
    .form #main,
    .form header #hdInner,
    .form #wrapper {
        width: 100%;
    }
    .form .bg:after {
        display: none;
    }
    .form001 th,
    .form001 td {
        display: block;
        width: 100%;
    }
    .form001 select,
    .form001 textarea,
    .form001 input[type='text'] {
        padding: 3%;
        border: 1px solid #ccc;
    }
    body#registrationIndex #main .form001 .radioelement {
        width: 32%;
    }
    body#endaiIndex #main .form001 #comment {
        height: 200px;
    }
    body#registrationIndex #main .form001 #region {
        margin-bottom: 10px;
    }

    .form001 textarea:focus,
    .form001 input:focus,
    .form001 select:focus {
        border: 1px solid #abc0dc;
        padding: 3%;
    }
    body.form table input[type='radio'] + label:before {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        margin-top: -5px;
    }
    body.form table input[type='radio'] + label {
        padding-top: 3px;
    }

    body#lineIndex .line_box {
        padding: 10px;
    }
    body#lineIndex .line_box .inner {
        padding: 10px;
        border-radius: 8px;
    }
    body#lineIndex .line_box h2 {
        font-size: 2rem;
    }
    body#lineIndex #wrapper #main .line_box h2:before,
    body#lineIndex #wrapper #main .line_box h2:after {
        width: 30px;
    }
    body#lineIndex .line_box .lead {
        font-size: 14px;
        padding: 10px 10px;
        border-radius: 5px;
        display: block;
    }
    body#lineIndex .line_box .lead .txt {
        width: 100%;
    }
    body#lineIndex .line_box .link.pc_el {
        display: none !important;
    }
    body#lineIndex .line_box .link.sp_el {
        display: block;
        margin-top: 20px;
    }
    form .alignC .buttonBg.back {
        background: none;
    }
    form .alignC .buttonBg.back input {
        color: #000;
    }
    body#linkIndex #main .list02 li a {
        display: block;
        background-position: left 7px;
    }
    body#linkIndex #main .list02 li a br {
        display: none;
    }
    body#linkIndex #main .minHeight {
        height: auto;
    }
    body#home .bnr {
        margin-bottom: 3%;
    }
    body#home .bnr img {
        width: 110px;
        margin-right: 10px;
    }
    .modal__content {
        padding: 3%;
    }
    /*
    body#seminarIndex #wrapper #main .accordion {
        display: block;
    }
    body#seminarIndex #wrapper #main #seminar_info #flow {
        display: none;
    }
    */
    body#seminarIndex #wrapper #main .blue_more {
        width: auto;
    }
} /*768px*/
