@charset "utf-8";
html {
    min-height: 100%;
    position: relative;
}
body {
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 100px;
}
body * {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
}
#siteid {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}
#siteid a {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
}
@media screen and (min-width: 600px) {
    #siteid a {
        width: 240px;
    }
}
#siteid a img {
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
#siteid div {
    background: #666;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    width: 7em;
    text-align: center;
}
#siteid div.univ {
    background: #187FC4;
}
#siteid div.college {
    background: #BA79B1;
}
#siteid div.vocational {
    background: #F08300;
}
#header {
    padding: 5vw 0;
}
#header h1 {
    margin: 0vw 0;
    /* font-size: 1em; */
    padding: 2vw 2vw;
    text-align: center;
    /* font-weight: 300; */
    /* font-size: 5.8vw; */
}
#header h1 span {
    font-weight: 300;
    font-size: 3.4vw;
}
#header h1 img {
    width: 100%;
    vertical-align: bottom;
    max-width: 350px;
}
#header h2 {
    text-align: center;
    margin: 30px 0 30px;
    letter-spacing: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#header h2 span {
    font-size: 32px;
    font-weight: 700;
}
#header h2 div {
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 0.5em 0.55em 0.6em;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    width: auto;
    text-align: center;
    margin-left: 0.5em;
    margin-top: 0.1em;
}
#header div.univ {
    background: #187FC4;
}
#header div.college {
    background: #BA79B1;
}
#header div.vocational {
    background: #F08300;
}
article.index > section.main > p {
    text-align: justify;
    font-size: 15px;
}
#footer {
    width: 100%;
    background: #f3f2f2;
    color: #343c48;
    text-align: center;
    padding: 0;
    bottom: 0;
    position: absolute;
}
footer div {
    padding: 10px;
    font-size: 13px;
    text-align: center;
    color: #000;
}
.gm_area > header, .gm_list > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    width: 100%;
}
.gm_area > header h1, .gm_list > header h1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    line-height: 1;
    font-size: 6vw;
    font-weight: 500;
    position: relative;
    margin: 0;
    width:calc(100% - 85px);
}
.gm_area > header h1 span.num, .gm_list > header h1 span.num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 5vw;
    height: 5vw;
    line-height: 1;
    border: solid 1px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 3vw;
    font-weight: 500;
    color: #fff;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}
.gm_area > header .il_bunya, .gm_list > header .il_bunya {
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.gm_area > header .il_bunya, .gm_list > header .il_bunya {
    width: 80px;
}
.gm_area > header .il_bunya img {
    width: 100%;
    vertical-align: bottom;
}
.gm_list > header .il_bunya img {
    width: 80px;
    vertical-align: bottom;
}
.gm_list > header {
    width: 100%;
}
article > header h1 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
#k01 > header {
    background: #ea6183;
}
#k02 > header {
    background: #f3982c;
}
#k03 > header {
    background: #7dc058;
}
#k04 > header {
    background: #22b8ce;
}



#k05 > header.senmon_501, #k05 > header.senmon_502, #k05 > header.senmon_503, #k05 > header.senmon_504 {
    background: #f3982c;
}
#k05 > header.senmon_505, #k05 > header.senmon_506, #k05 > header.senmon_507, #k05 > header.senmon_508 {
    background: #7dc058;
}
#k05 > header.senmon_509, #k05 > header.senmon_510, #k05 > header.senmon_511, #k05 > header.senmon_512 {
    background: #22b8ce;
}
#k05 > header.senmon_513, #k05 > header.senmon_514 {
    background: #3279ce;
}
#k05 > header.senmon_515, #k05 > header.senmon_516 {
    background: #7a5db2;
}
#k05 > header.senmon_517, #k05 > header.senmon_518, #k05 > header.senmon_519, #k05 > header.senmon_520, #k05 > header.senmon_521 {
    background: #ea6183;
}
#k06 > header {
    background: #7a5db2;
    background-size: 12px;
}
.backpage {
    padding: 20px 20px;
}
.backpage a {
    background: #f2f2f2;
    color: #000;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    padding: 0.6em 1em;
}
.backpage a::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(45deg);
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    vertical-align: 0.1em;
}
.gm_text {
    font-size: 1.1em;
    margin: .85em 1em;
    padding: 0;
}
.gm_area .gm_text {
    margin-top: 1.2em;
}
nav.backlink {
    margin: 20px 0 0;
    padding: 0 1.5em;
}
nav.backlink a {
    font-size: 14px;
    color: #000;
}
nav.backlink a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12.1px 7px 0;
    border-color: transparent #000000 transparent transparent;
    display: inline-block;
    margin-right: 0.2em;
    vertical-align: -0.1em;
}
/*　日本地図　*/
.gm_area .area_map {
    padding: 1em 1.5em;
    line-height: 1.2;
}
.gm_area .area_map .all {
    padding-top: 100%;
    width: 100%;
    height: 0;
    /* background: url(maptrace.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
}
.gm_area .area_map ul {
    position: relative;
    margin: 0 auto;
    padding-left: 0;
}
.gm_area .area_map ul li {
    position: absolute;
    font-size: 100%;
    line-height: 1.2;
    list-style: none;
    box-sizing: border-box;
    /* border: 1px solid #fff; */
    width: 18.75%;
    height: 24%;
    z-index: 20;
    overflow: hidden;
}
.gm_area .area_map ul li.title {
    width: 70%;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 1.1em;
}
.gm_area .area_map ul li.title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-top: 0.85em solid #ea6183;
    border-bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0.3em;
}
#k01.gm_area .area_map ul li.title::before {
    border-top: 0.85em solid #ea6183;
}
#k02.gm_area .area_map ul li.title::before {
    border-top: 0.85em solid #f3982c;
}
#k03.gm_area .area_map ul li.title::before {
    border-top: 0.85em solid #7dc058;
}
#k04.gm_area .area_map ul li.title::before {
    border-top: 0.85em solid #22b8ce;
}
#k05.gm_area.senmon_501  .area_map ul li.title::before, 
#k05.gm_area.senmon_502  .area_map ul li.title::before,
#k05.gm_area.senmon_503  .area_map ul li.title::before, 
#k05.gm_area.senmon_504  .area_map ul li.title::before{
   border-top: 0.85em solid #f3982c;
}
#k05.gm_area.senmon_505  .area_map ul li.title::before,
#k05.gm_area.senmon_506  .area_map ul li.title::before,
#k05.gm_area.senmon_507  .area_map ul li.title::before,
#k05.gm_area.senmon_508  .area_map ul li.title::before {
     border-top: 0.85em solid #7dc058;
}
#k05.gm_area.senmon_509  .area_map ul li.title::before,
#k05.gm_area.senmon_510  .area_map ul li.title::before, 
#k05.gm_area.senmon_511  .area_map ul li.title::before,
#k05.gm_area.senmon_512  .area_map ul li.title::before {
   border-top: 0.85em solid #22b8ce;
}
#k05.gm_area.senmon_513  .area_map ul li.title::before, 
#k05.gm_area.senmon_514  .area_map ul li.title::before {
    border-top: 0.85em solid #3279ce;
}
#k05.gm_area.senmon_515  .area_map ul li.title::before,
#k05.gm_area.senmon_516  .area_map ul li.title::before {
    border-top: 0.85em solid #7a5db2;
}
#k05.gm_area.senmon_517  .area_map ul li.title::before, 
#k05.gm_area.senmon_518  .area_map ul li.title::before, 
#k05.gm_area.senmon_519  .area_map ul li.title::before, 
#k05.gm_area.senmon_520  .area_map ul li.title::before, 
#k05.gm_area.senmon_521  .area_map ul li.title::before {
    border-top: 0.85em solid #ea6183;
}

.gm_area .area_map .all .item01 {
    top: 0;
    right: 0;
    width: 27%;
    height: 23%;
    border-radius: 6px;
}
.gm_area .area_map .all .item02 {
    top: 26%;
    right: 0;
    width: 27%;
    height: 23%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.gm_area .area_map .all .item04 {
    top: 50%;
    right: 0;
    height: 23%;
    width: 24%;
    border-bottom-right-radius: 6px;
}
.gm_area .area_map .all .item05 {
    top: 59%;
    right: 25%;
    width: 15%;
    height: 14%;
}
.gm_area .area_map .all .item11 {
    background: #ffffff;
    top: 42%;
    right: 24%;
    width: 17%;
    height: 17%;
}
.gm_area .area_map .all .item03 {
    top: 43%;
    right: 25%;
    width: 15%;
    height: 15%;
}
.gm_area .area_map .all .item06 {
    top: 43%;
    right: 41%;
    width: 16%;
    height: 30%;
    border-bottom-left-radius: 6px;
}
.gm_area .area_map .all .item07 {
    width: 21%;
    top: 43%;
    left: 21%;
    height: 15%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.gm_area .area_map .all .item10 {
    display: none;
    background: #fff;
    top: 73%;
    left: 20.25%;
    width: 26%;
    height: 25%;
}
.gm_area .area_map .all .item08 {
    top: 60%;
    left: 21%;
    width: 19%;
    height: 13%;
    border-radius: 6px;
}
.gm_area .area_map .all .item09 {
    top: 43%;
    left: 0;
    height: 30%;
    width: 19%;
    border-radius: 6px;
}
.gm_area .area_map ul li a {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background: #6f818b;
}
.gm_area .area_map ul li a:hover {
    background: #187fc4;
}
.gm_area.college .area_map ul li a:hover {
    background: #ba79b1;
}
.gm_area.vocational .area_map ul li a:hover {
    background: #F08300;
}
.gm_area .area_map ul li a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1em;
}
.gm_area .area_map .all .item03 a span, .gm_area .area_map .all .item09 a span {
    height: 2.4em;
}
.gm_area .area_map .all .item02 a span {
    padding-left: .8em;
}
.gm_area .area_map .all .item06 a span {
    padding-left: .6em;
}
.gm_list .gm_text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 1.1em;
    position: relative;
}
.gm_list .gm_text:not(.noschool)::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-top: 0.85em solid #ea6183;
    border-bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0.3em;
}
#k01.gm_list .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #ea6183;
}
#k02.gm_list .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #f3982c;
}
#k03.gm_list .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #7dc058;
}
#k04.gm_list .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #22b8ce;
}
#k05.gm_list.senmon_501 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_502 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_503 .gm_text:not(.noschool)::before, 

#k05.gm_list.senmon_504 .gm_text:not(.noschool)::before{
   border-top: 0.85em solid #f3982c;
}
#k05.gm_list.senmon_505 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_506 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_507 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_508 .gm_text:not(.noschool)::before {
     border-top: 0.85em solid #7dc058;
}
#k05.gm_list.senmon_509 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_510 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_511 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_512 .gm_text:not(.noschool)::before {
   border-top: 0.85em solid #22b8ce;
}
#k05.gm_list.senmon_513 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_514 .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #3279ce;
}
#k05.gm_list.senmon_515 .gm_text:not(.noschool)::before,
#k05.gm_list.senmon_516 .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #7a5db2;
}
#k05.gm_list.senmon_517 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_518 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_519 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_520 .gm_text:not(.noschool)::before, 
#k05.gm_list.senmon_521 .gm_text:not(.noschool)::before {
    border-top: 0.85em solid #ea6183;
}
.gm_list .gm_text.noschool {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    color: #1e4772;
    padding: 0 0 0 20px;
    margin-top: 30vh;
}
.gm_list .gm_text.noschool::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url(/shingaku/pc/img_a1/icon_univ.gif) no-repeat;
    background-size: contain;
}
.gm_list .gm_text a {
    color: #009AF5;
    display: block;
    margin-top: 0.5em;
}
.gm_list .dl_list > dt {
    background: #6f818b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: .4em 0.5em;
}
.gm_list .dl_list > dd {
    border-bottom: 1px solid #e1e2e4;
    margin: 0;
}
.gm_list .dl_list > dd .gm_blk_list {
    width: 100%;
    display: table;
}
.gm_list .dl_list > dd .gm_blk_list > div {
    display: table-cell;
    vertical-align: middle;
}
.gm_list .dl_list > dd .gm_blk_list .thumb_pamph {
    padding: .8em 0;
    width: 82px;
    padding-right: 10px;
}
.gm_list .dl_list > dd .gm_blk_list .thumb_pamph img {
    width: 100%;
    border: 1px solid #dfdfdf;
    vertical-align: bottom;
}
.gm_list .dl_list > dd .gm_blk_list .gm_check {
    width: 32px;
    text-align: center;
}
.gm_list .dl_list > dd .gm_blk_list .gm_check input[type=checkbox] {
    display: none;
    margin: 0;
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info {
    padding: .8em .8em .8em 0;
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .univname {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .2em;
}
/* ↓ 04TMSS-962 */
.univname small {
    display: block;
    font-size: smaller;
}
/* ↑ 04TMSS-962 */
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .pamphname {
    margin-bottom: .2em;
    font-size: 13px;
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .univname .text75 {
    font-size: 10px !important;
    font-weight: normal;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    width: 1.6em;
    height: 1.6em;
    padding: 0 !important;
    vertical-align: 1px;
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .price
, .gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .date_ship
, .gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .hasoshu_name{
    font-size: 12px;
    color: #555;
}

.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .price:before {
    content: "料金（送料含）：";
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .hasoshu_name:before {
    content: "発送方法：";
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .date_ship:before {
    content: "発送予定日：";
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .date_ship .red {
    color: red;
}
.gm_list .dl_list > dd .gm_blk_list .gm_pamph_info .date_ship .nissu_msg_2{
    font-size: 12px;
}

.gm_list .btn_seikyu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 1em 0;
}
.gm_list .btn_seikyu::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #002864;
    mix-blend-mode: multiply;
}
.gm_list .btn_seikyu input[type="submit"] {
    display:none;
}
.gm_list .btn_seikyu label{
    width: 200px;
    mix-blend-mode: normal;
    background: #ffd800;
    padding: 10px 0;
    border: 0;
    border-radius: 40px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    cursor: pointer;
}
.gm_list .btn_seikyu label img{
    width:20px;
    margin-right:10px;
}
.gm_list .btn_seikyu label span{
    color: #002864;
    font-size: 1.2em;
    font-weight: bold;
}
/*  チェックボックス  */
.gm_list .dl_list > dd .gm_blk_list .gm_check input[type=checkbox] {
    display: none;
    margin: 0;
}
.gm_list .dl_list > dd .gm_blk_list .gm_check input[type=checkbox] + label, .gm_list .dl_list > dd .gm_blk_list .gm_check .no_check {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
}
.gm_list .dl_list > dd .gm_blk_list .gm_check input[type=checkbox] + label::before, .gm_list .dl_list > dd .gm_blk_list .gm_check .no_check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #f7f7f7;
    border: 2px solid #c1c1c1;
    border-radius: 3px;
}
.gm_list .dl_list > dd .gm_blk_list .gm_check .no_check::before {
    border: 2px solid #ccc;
    opacity: .3;
    background: none;
}
.gm_list .dl_list > dd .gm_blk_list .gm_check input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #009AF5;
    border-bottom: 3px solid #009AF5;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nissu_msg_1 {
    font-size: 12px;
}
.pagetop {
    position: fixed;
    right: 4%;
    bottom: 80px;
    z-index: 99999;
}
.pagetop a {
    display: block;
    padding: 8px;
    line-height: 1;
    background: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .6);
}
.pagetop a img {
    max-width: 20px;
    width: 100%;
    height: auto;
}
@media (min-width:640px) {
    #header {
        padding: 0;
        max-width: 600px;
        margin: auto;
    }
    #header h1 {
        padding: 20px;
        font-size: 30px;
    }
    #header h1 span {
        font-size: 16px;
    }
    .gm_area > header h1, .gm_list > header h1 {
        font-size: 30px;
    }
    .gm_area > header h1 span.num, .gm_list > header h1 span.num {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
    article {
        max-width: 600px;
        margin: auto;
    }
}
@media (max-width:640px) {
    #siteid {
        padding: 0 2vw;
        height: 40px;
        justify-content: flex-start;
        align-items: center;
    }
    footer div {
        padding: 3vw;
        font-size: 3vw;
    }
    nav.backlink {
        margin: 4vw 0 0;
        padding: 0 4vw;
    }
    nav.backlink a {
        font-size: 3.4vw;
    }
    nav.backlink a::before {
        border-width: 1.6vw 2.8vw 1.6vw 0;
    }
    .backpage {
        padding: 4vw 2vw;
    }
    .backpage {
        display: flex;
        justify-content: space-between;
    }
    .backpage a {
        width: 49%;
        font-size: 3.6vw;
        padding-right: 0;
    }
    #header h2 {
        display: block;
        margin: 0;
    }
    #header h2 span {
        font-size: 6vw;
        margin: 0;
        display: block;
    }
    #header h2 div {
        margin-top: 3vw;
        font-size: 5vw;
        padding: 1vw 1.5vw 1.5vw;
        margin-left: 0;
    }
    .gm_area .area_map {
        padding: 4vw;
        line-height: 1.2;
    }
    .gm_area .area_map ul li.title {
        font-size: 4.2vw;
    }
    .gm_area .area_map ul li.title br{
        display:block
    }
}