@charset "utf-8";
/* CSS Document */

/* bootstrap custum */
.navbar-toggler { border: 0; }
.navbar { --bs-navbar-toggler-focus-width: 0; }
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(91,91,91,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }
#global-nav a:hover, #global-nav a:focus { text-decoration: none; }
.dropdown-menu { margin: 0; padding: 0; border-radius: 0; }
.dropdown-item.active, .dropdown-item:active {
    background-color: #999;
}
.dropdown-item { padding-top: .5rem; padding-bottom: .5rem; }
.dropdown-item:last-child { margin-bottom: 2px; }
.btn {
    -webkit-user-select: none;
    user-select: none;
}
.btn-order, .btn-select, .btn-admit, .btn-prev, .btn-next, .btn-quit, .btn-open, .btn-close {
    background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
    background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
    box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
}
.form-control:focus,
.form-select:focus,
.nav-link:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.form-control:focus-visible,
.form-select:focus-visible,
.nav-link:focus-visible,
.navbar-toggler:focus-visible {
    outline: auto;
    outline-offset: -1px;
}
.btn-link:focus-visible {
    color: inherit;
    text-decoration: underline;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}
.accordion-button:focus-visible {
    outline: auto;
    box-shadow: none;
}
.badge {
    margin-top: 1px;
    vertical-align: top;
}
.list-group { box-shadow: 0 1px 6px rgba(0, 0, 0, .2); }
.list-group-item { 
    border-right: none!important;
    border-left: none!important;
}
.list-group-item:first-child {
    border-top: none!important;
}
.list-group-item:last-child {
    border-bottom: none!important;
}
.list-group-item + .list-group-item { border-top: #dee2e6!important; }
.card .list-group { box-shadow: none; }
.card .list-group-item { 
    border-right: 1px solid #dee2e6!important;
    border-left: 1px solid #dee2e6!important;
}
.card .list-group-item:first-child {
    border-top: 1px solid #dee2e6!important;
}
.card .list-group-item:last-child {
    border-bottom: 1px solid #dee2e6!important;
}
.form-check-input {
    border-color: #6c757d;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input:focus {
    border-color: #495057;
}

/* --end--bootstrap custom */

@media (max-width: 992px) {
    .btn-admit {
        order: -1 !important;
    }
    .btn-next {
        order: -1 !important;
    }
}

/* imaging-gate custum */

body { background: url(https://www.ig3.jp/order/Content/images/IG/bg.png) repeat; }
.wrapper { margin: 0 auto; max-width: 1172px; background-color: #fff; box-shadow: 0 1px 8px rgba(0, 0, 0, .2);}
#global-nav {
    background-color: #f4f4ee;
}
#global-nav > .container-fluid { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.navbar-brand img { margin-left: 1rem; }
.alink {
    color: #0066c0;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
}
.alink:hover {
    color: #c4550;
    text-decoration: underline;
}
a img.onimg {
    transition: 0.3s ease-in-out;
    display: block;
}
a:hover img.onimg,
a:focus-visible img.onimg {
    opacity: 0.6;
    background: #fff;
}
ul.annotation {
    padding-left: 0;
    list-style: none;
}
ul.annotation li {
    position: relative;
    padding-left: 1.5rem;
}
ul.annotation li:before{
    content: "※";
    position: absolute;
    left: 0;
}
ol.annotation {
    padding-left: 0;
    list-style: none;
}
ol.annotation li {
    position: relative;
    padding-left: 2.5rem;
}
ol.annotation li:before{
    content: "※" attr(data-number);
    position: absolute;
    left: 0;
}
ul.bullet-points {
    padding-left: 0;
    list-style: none;
}
ul.bullet-points li {
    position: relative;
    padding-left: 1.5rem;
}
ul.bullet-points li:before{
    content: "・";
    position: absolute;
    left: 0;
}
li.bracket:first-letter { margin-left: -.5rem!important; } /* liタグの最初の文字がかぎ括弧の時に使う */
.btn-ig {
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.75);
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.6));
    border-radius: 6px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    width: 96%;
    text-shadow: 0px 1px 0px rgba(0,0,0,.2);
    }
    @media (min-width: 576px) {
        .btn-ig {
            font-size:24px;
            padding:12px 0;
            width: 60%;
        }
    }
    @media (min-width: 768px) {
    .btn-ig {
        font-size: 24px;
        padding: 16px 0;
        width: 40%;
    }
    
}
.btn-ig:hover {
    text-decoration: none;
}
.btn-ig:active {
    position: relative;
    top: 1px;
}
#news {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
}
.newswrap {
    margin-right: .5rem;
    margin-left: .5rem;
    position: relative;
    border: solid 2px #777;
    border-radius: 8px;
}
#news .titlewrap {
    margin: 0 0 1rem 0;
}
#news h2.title {
    padding: .5rem;
    display: inline-block;
    position: absolute;
    top: -1rem;
    left: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #777;
    background: #fff;
}
#news ul {
    padding: 0 8px;
    list-style: none;
}
#news li {
    margin: 0;
    padding: 10px 12px;
    font-weight: bold;
    border-bottom: 1px dashed #5a5a5a;
}
#news li:last-child {
    border-bottom: none;
}
#news a {
    color: #0066c0;
    text-decoration: none;
}
#news a:hover {
    color: #00539d;
    text-decoration: underline;
}
#news time {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #474747;
}
.titlewrap {
    margin: 2rem 0 1.5rem 0;
    }
    @media (min-width: 768px) {
    .titlewrap {
        margin: 3rem 0 2rem;
    }
}
.title-bg {
    background: url(https://www.ig3.jp/order/Content/images/bg_bar16.png) left bottom repeat-x;
}
h2.title {
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    }
    @media (min-width: 576px) {
    h2.title {
        font-size: 1.5rem;
    }
    }
    @media (min-width: 768px) {
    h2.title {
        font-size: 2rem;
    }
}
footer {
    color: #333; background-color: #f4f4ee;
}
.footer-nav, .footer-link { 
    text-align: left;
    }
    @media (min-width: 768px) {
    .footer-nav, .footer-link {
        text-align: center;
    }
}
.footer-nav a, .footer-link a { color: #0066c0; text-decoration: none; }
.footer-nav a:hover, .footer-link a:hover { color: #00539d; text-decoration: underline; }
footer .mark-footer-copy {
    margin-right: 3px;
    margin-left: 3px;
    font-family: Arial;
    font-size: 1.2em;
    vertical-align: baseline;
}
p.copy {
    text-align: left;
    }
    @media (min-width: 576px) {
    p.copy {
        text-align: center;
    }
}
#navbarServiceMenu > ul > li > a { padding-left: 1rem; font-size: 1rem; color: #333; letter-spacing: 1px; border-color: #f4f4ee; border-style: solid; border-width: 0px 0px 4px 0px; }
#navbarServiceMenu > ul > li > a:hover { color:#ec671a; background-color: #f7ece3; border-color: #f4f4ee; border-style: solid; border-width: 0px 0px 4px 0px; }
#navbarServiceMenu > ul > li > a:focus { color:#d5560d; background-color: #fde6d4; border-color: #f4f4ee; border-style: solid; border-width: 0px 0px 4px 0px; }
#navbarServiceMenu > ul > li > a:focus-visible { color:#ec671a; background-color: #f7ece3; border-color: #f7ece3; border-style: solid; border-width: 0px 0px 4px 0px; }
#navbarServiceMenu > ul > li.nav-item.active > a { border-color: #ec671a; border-style: solid; border-width: 0px 0px 4px 0px; }

@media (min-width: 768px) {
    #navbarServiceMenu > ul > li > a { margin: 0 2px; madding: 0 8px; color: #333; letter-spacing: 1px; }
    #navbarServiceMenu > ul > li > a { font-size: .9rem; letter-spacing: 1px; }
    #navbarServiceMenu > ul > li.nav-item.active > a { border-color: #ec671a; border-style: solid; border-width: 0px 0px 4px 0px; }
}

@media (min-width: 992px) {
    #navbarServiceMenu > ul > li > a { font-size: 1rem; }
}

.snsbtn { overflow: hidden; }
.snsbtn li {
    display: block;
    vertical-align: bottom;
    }
    @media only screen and (min-width: 481px) {
    .snsbtn li {
        display: inline-block;
    }
}
.snsbtn li+li {
    margin-top: .75rem;
    }
    @media only screen and (min-width: 481px) {
    .snsbtn li+li {
        margin-top: 0;
        margin-left: 7px;
    }
}
.snsbtn iframe {
    margin: 0 !important;
}

