@charset "UTF-8";

/* 共通&SPレイアウト */

body {
}


.regiterWrapper {
    margin: 20px 10px 20px 10px;
    padding: 30px;
    background-color: rgba(34,34,34,0.05);
    border-radius: 10px;
    box-shadow: 0 0 10px;
}

.regiterWrapper a {
    color: #0000ee;
    font-weight: 600;
}

/*-------------------- ログインネーム --------------------*/


div#loginName p {
    padding: 12px 0;
}

div#loginName p.login span {
    font-style: italic;
}

/*-------------------- 検索フォームタブ切り替え --------------------*/

ul#tab {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

ul#tab li {
    background-color: rgba(235,235,235,0.3);
}

ul#tab li.ui-tabs-active {
    background-color: rgba(34,34,34,0.05);
}

ul#tab li.ui-tabs-active a {
    display: block;
    color: #333;
    letter-spacing: 0.3em;
    font-weight: 700;
    text-decoration: underline;
}


ul#tab li a {
    display: block;
    padding: 20px 0;
    width: 100%;
    color: #999;
    text-align: center;
    /* letter-spacing: 0.3em; */
    font-weight: 400;
}

ul#tab li a:hover {
    letter-spacing: 0.3em;
    text-decoration: underline;
}

#fragment-1, #fragment-2, #fragment-3, ul#list li.ui-tabs-active {
    background-color: rgba(250,250,250,.1);
}
/*-------------------- プログレスバー --------------------*/


.timeline-003 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.timeline-003 li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #969da3;
    font-size: .8em;
}

.timeline-003 li.prev,
.timeline-003 li.current {
    color: #0246d0;
}

.timeline-003 li::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    content: '';
    border: 2px solid #d6dde3;
    border-radius: 50%;
    background-color: #fff;
}

.timeline-003 li.prev::before,
.timeline-003 li.current::before {
    border-color: #0246d0;
}

.timeline-003 li:not(:last-child)::after {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #d6dde3;
    content: '';
}

.timeline-003 li.current::before,
.timeline-003 li.prev::after {
    background-color: #0246d0;
}

#fragment-2 h2, #fragment-3 h2 {
    font-size: 1.2em;
    color: #444;
    font-weight: 600;
}

#fragment-2 dt, #fragment-3 dt {
    margin: 1em 0;
    padding-left: 1em;
    font-size: 1.1em;
}

#fragment-2 dd, #fragment-3 dd {
    margin: 1em 0;
    padding-left: 2em;
    color: #555;
    line-height: 1.9;
}

#fragment-3 dd.exsample {
    padding-left: 5em;
}

#fragment-2 dl, #fragment-3 dl {
    margin: 20px 0;
}

#fragment-2 dl:not(:last-child), #fragment-3 dl:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.3);
}




.description {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #303030;
}

.description p {
    line-height: 2;
}

.info p {
    line-height: 2;
    color: #202020;
}


.strong {
    font-weight: 600;
}

.input {
    margin: 40px 0;
}

.input dt {
    margin: 25px 0 12px 0;
    font-weight: 700;
}

.input dd {
    margin: 10px 0 40px 0;
}

div.form {
    margin: 40px 0;
}

div.option {
    margin-top: 60px;
    padding: 20px 15px;
    background-color: rgba(255,255,255,0.65);
    border: 1px solid #878787;
}

div.option div.reg {
    padding: 20px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}


div.option div.alternative {
    margin-top: 24px;
}

div.option div.alternative p.level {
    padding: 12px 0;
}


div.leftbox {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #707070;
}



/*-------------------- 入力フォーム --------------------*/

input[type="text"],input[type="email"] {
    height: 3.5em;
    width: 90%;
    opacity: 0.5;
    
}

input[type="text"]:focus,input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 2px;
    
}


input[type=checkbox], input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

label {
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin: 0 0 1em;
    color: #25383B;
}

nput[type=checkbox]+label, input[type=radio]+label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.85em;
    padding-right: 0.75em;
    position: relative;
    padding-top: 0.5em;
    color: #464646;
}

input[type=checkbox]+label, input[type=radio]+label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.85em;
    padding-right: 0.75em;
    position: relative;
    padding-top: 0.5em;
    color: #464646;
}

input[type=checkbox]+label:before, input[type=radio]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-transform: none!important;
    border-style: solid;
    border-width: 1px;
    content: '';
    display: inline-block;
    height: 2.1em;
    left: 0;
    line-height: 2.0125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.1em;
}

input[type=radio]+label:before {
    border-radius: 100%;
}


input[type=checkbox]+label:before, input[type=radio]+label:before {
    background-color: rgba(144,144,144,.075);
    border-color: rgba(144,144,144,.25);
}

input[type=checkbox]:checked+label:before, input[type=radio]:checked+label:before {
    content: '\2713';
    background-color: rgba(144,144,144,.075);
    border-color: #51BAA4;
    color: #25383B;
}


div.option p.option {
    margin-bottom: 32px;
    font-size: 20px;
}

.input .caution {
    color: #ee0000;
    font-size: 0.9em;
}

.input .small {
    font-weight: 200;
}

.normal {
    font-weight: normal;
}

.input p.center {
    margin: 60px 0;
    text-align: center;
}

input[type="submit"] {
    display: inline-block;
    padding: 12px 60px;
    border: none;
    border-radius: 20px;
    background-color: #878787;
    color: #ffffff;
    font-weight: 700;
}

input[type="submit"]:hover {
    opacity: 0.6;
}

input[value="検索する"] {
    margin-top: 24px;
}

div.option div.levels {
    padding-left: 1em;
}



/*-------------------- 検索結果表示テーブル --------------------*/

div.result {
    position: relative;
    margin-top: 40px;
}

div.result p.keyword {
    font-size: 20px;
    color: #444;
}

div.result p.keyword span {
    font-weight: 600;
    color: #ef1212;
}

table {
    width: 100%;
}

table.caption {
    width: 70%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table:not(.caption) {
    margin-bottom: 30px;
}


table th {
    color: #393939;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 3em;
}

table th, table td {
    border: 1px solid #999;
}

table th:first-child {
    width: 15%;
}

table td[rowspan] {
    padding: 0 1em;
    text-align: center;
}

table td:not([rowspan]) {
    padding: 1em;
    line-height: 2em;
}

table td span {
    width: 15%;
    padding: 0 0.2em;
    color: red;
    background: linear-gradient(transparent 80%,#f9f 80%);
    font-weight: 700;
    font-size: 1.12em;
}

table td.middle {
    background-color: rgba(210,210,210,.1);
}

table td.lower, table td.upper {
    color: #777;
}

table.caption td {
    background-color: #e4e4e4;
    border-top: #51BAA4 2px solid;
    border-bottom: none;
    color: #393939;
}


/*-------------------- 検索結果表 --------------------*/

table#distribution, table#numberDistribution {
    width: 100%;
    font-size: .8em;
}

table#distribution caption, table#numberDistribution caption {
    padding: 0.5em 0;
}

table#distribution td, table#numberDistribution td {
    line-height: 1;
    text-align: center;
}

table#distribution td:first-child, table#distribution tr.header, table#numberDistribution td:first-child, table#numberDistribution tr.header {
    background-color: #f0f0f0;
}

table#distribution td.sum, table#numberDistribution td.sum {
    background-color: #e4e4e4;
}

table#distribution td.empty, table#numberDistribution td.empty {
    background: 0 0,10px 10px #888;
    background-image: radial-gradient(#999 20%,transparent 0),radial-gradient(#e3e3e3 100%,transparent 0);
    background-size: 8px 8px;
}

p.keyword {
    margin-top: 12px;
    margin-bottom: 700px;
    font-size: 20px;
}

table#distribution {
    position: absolute;
    top: 100px;
}

table#numberDistribution {
    position: absolute;
    top: 350px;
}


p.hit {
    position: absolute;
    top: 40px;
    text-indent: 1em;
}

.tw_followb {
    text-decoration: none;
    background-image: linear-gradient(#ebebeb,#f5f8fa);
    border: 1px solid #e6ecf0;
    border-radius: 4px;
    color: #333;
    text-shadow: 1px 1px #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 14px;
    position: relative;
}


/* タブレットレイアウト */

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {


    ul#tab li a {
        font-size: 1.2em;
    }

    div.alternative {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 40px 1fr;
        grid-template-areas:
            "caution caution" "leftbox idbox";
    }

    div.alternative p.caution {
        grid-area: caution;
    }

    div.alternative div.leftbox{
        grid-area: leftbox;
    }

    div.alternative div.idbox{
        grid-area: idbox;
    }
    div.leftbox {
        border-bottom: none;
        border-right: 1px solid #707070;
    }

    input[type="text"],input[type="email"]  {
        width: 80%;
    }

    /*-------------------- 検索結果表 --------------------*/

    table#distribution, table#numberDistribution {
        width: 80%;
    }


}


/* PCレイアウト */

@media screen and (min-width: 961px) {

    .regiterWrapper {
        max-width: 960px;
        margin: 20px auto;
    }

    input[type="text"],input[type="email"] {
        width: 70%;
    }

    .timeline-003 li {
        font-size: 1em;
    }
}