:root {
  --c-black-haze: #f7f7f7;
  --c-celeste: #ccc;
  --c-dove-gray: #707070;
  --c-flamenco: #ff8006;
  --c-mackerel: #1176d4;
  --c-mine-shaft: #333;
  --c-peppermint: #ddf0e1;
  --c-sea-green: #2ca248;
  --c-supernova: #ffca04;
  --c-teal: #068481;
  --c-teal-rgb: 6, 132, 129;
  --c-white: #fff;
}

html {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	min-width: 1030px;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
    margin: 0;
    padding: 0;
    line-height: 1.6
}

body {
    margin: 0 auto;
    padding: 0;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
    display: block
}

p {
    margin: 0;
    padding: 0
}

ul {
    list-style-type: none
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}


hr {
    clear: both;
    border-width: 1px 0 0;
    height: 0;
    border-color: gray
}


a:link {
    text-decoration: none;
    color: var(--c-mackerel);
}

a:visited {
    text-decoration: none;
    color: var(--c-mackerel);
}

a:hover {
    text-decoration: none;
    color: #8CD81A
}

.gray {
    color: gray
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

/* 画像 */
img,a img {
    line-height: 0;
    border: none
}

img.size-medium,img.size-large,img.size-full {
    display: block;
    margin: 1.5em auto 2em
}


/* 試験概要 */
.exam-table {
    font-size: 14px
}

.exam-table colgroup.col1 {
    width: 20%
}

.exam-table td {
    text-align: left;
    padding: 0.8em 1em
}

.exam-table th {
    font-weight: normal
}

/* テーブル */
    table {
        table-layout: fixed;
        width: 100%;
        font-size: 12px
    }

    th,td {
        padding: 6px 2px;
        line-height: 2em
    }

/*  子サイトのみ？ */
.header-contents {
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 36px auto;
    border-bottom: 1px solid #73b514;
    margin-bottom: 16px;
    padding: 8px 0 0 38px
}

.header-contents--matome-job {
    background-image: url(../base/assets/img/icn_matome.svg)
}

/* その他 */
.jobinfo {
    display: block;
    color: #666 !important;
    margin-bottom: 16px !important;
    font-size: 18px
}


input[type="text"],input[type="email"],input[type="number"],input[type="time"],textarea {
    margin: 0 0 8px;
    padding: 8px 8px;
    border: 1px solid #bebebe;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem
}
    input[type="text"],input[type="email"],input[type="number"],input[type="time"],textarea {
        width: 85%
    }

iframe {
    width: 100%
}

.inner {
    margin-bottom: 24px;
    width: 100%
}

.inner :last-child {
    margin-bottom: 0
}

.single-snap img {
    border: gray
}


@media only screen and (max-width: 600px) {
    .container {
        box-sizing:border-box;
        width: 100%
    }
}


@media only screen and (max-width: 600px) {
    html {
        min-width:inherit
    }

@media only screen and (max-width: 600px) {
    .container {
        box-sizing:border-box;
        width: 100%
    }
}
}
