@charset "UTF-8";
/* CSS Document */

.con_tbl td {
    /*background-color: #83AD02;*/
    /*display: block;*/
    /*width: 100px;*/
    font-size: 80%;
    line-height: 1.3em;
    height: 50px;
    text-align: center;
    padding: 1em;
    color: white;
    border: white solid 5px;
}

.con_tbl-2 {
    width: 95%;
    margin: 1em auto;
}

.con_tbl-2 th {
    text-align: center;
    padding: 0.8em 0;
    font-size: 1.3em;
}

.con_tbl-2 td:first-of-type {
    text-align: center;
}

.con_tbl-2 td {
    font-size: 100%;
    line-height: 1.3em;
    height: 1px;
    /*text-align:justify;*/
    padding: .5em 1em;
    color: white;
    border: white solid 3px;
    -moz-border-radius: 0 20px;
    border-radius: 0 20px;
}

/* .con_tbl-2 tr:nth-child(odd) td {
    padding: 0em;
    border: none;
} */

.con_tbl-3 .con_tbl-2 td {
    /*background-color: #83AD02;*/
    /*display: block;*/
    /*width: 100px;*/
    font-size: 80%;
    line-height: 1.3em;
    height: 50px;
    text-align: justify;
    padding: .5em 1em;
    color: white;
}

.con_tbl-3 .con_tbl-2 th {
    /*background-color: #83AD02;*/
    /*display: block;*/
    font-size: 80%;
    line-height: 1.3em;
    text-align: center;
    padding: .5em 1em;
}

.con_tbl-2 strong {
    font-size: 110%;
}



.con_tbl-2 th {
    border-left: #eee;
    width: 1px;
    border-left-style: solid;
}

.con_tbl-2 th:last-of-type {
    border-right: #eee;
    width: 1px;
    border-right-style: solid;
}

.con_tbl-2 th {
    border-left: #eee;
    width: 1px;
    border-left-style: solid;
}





.con_tbl-3 hr {
    border-style: none;
    border-bottom-style: dotted;
}



.con_tbl-2 span {
    text-indent: -1em;
    margin-left: 1em;
    display: block;
}

.con_tbl-2 span:first-of-type {
    margin-bottom: -1em;
}

.esearch span:last-child {
    margin-bottom: 0em;
}



/* イメージングワークス追加 */
section:not(:first-of-type) {
    margin-top: 3em;
}

section:last-of-type {
    padding-bottom: 2em;
}

ul.image_list {
    list-style: none;
    padding-left: 0.5em;
}

ul.image_list>li {
    margin-top: 0.5em !important;
    padding-left: 1.5em;
    position: relative;
    font-size: small !important;
}

ul.image_list>li::before {
    content: '';
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    top: 0.2em;
    left: 0em;
}

ul.image_list.b_arrow>li::before {
    background-image: url(../../img/arrow_blue.jpeg);
}

ul.image_list.o_arrow>li::before {
    background-image: url(../../img/tri_arrow_orange.png);
}

ul.custom {
    list-style: none;
    padding-left: 3em;
    font-size: smaller;
    margin-top: 1em !important;
}

ul.custom>li {
    margin-top: 0.3em;
    text-indent: -1.3em;
    line-height: 1.4 !important;
    position: relative;
}

ul.custom.maru>li::before {
    content: '● ';
}

ul.custom.shikaku>li::before {
    content: '■ ';
}

ul.custom.asterisk>li::before {
    content: '＊ ';
    font-weight: bold;
}

ul.custom.marustar>li::before {
    content: '✪ ';
    font-weight: bold;
}

#flex_sienrei {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1.5em 0;
}

#flex_sienrei>div {
    width: 23.5%;
    border: solid 1px #F05924;
    border-radius: 1em 1em 0 0;
    overflow: hidden;
    margin-bottom: 1em;
}

#flex_sienrei>div>.head {
    background-color: #F05924;
    height: 3em;
    position: relative;
}

#flex_sienrei>div>.head>h3 {
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    font-size: 1em;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#flex_sienrei>div>.content {
    padding: 0.5em 0.2em;
    text-align: justify;
}

#flex_sienrei>div>.content p {
    text-indent: 0 !important;
    /* font-size: 0.85em !important; */
    line-height: 1.05 !important;
}

#flex_sienrei>div.last {
    border: solid 1px #90C223;
}

#flex_sienrei>div.last>.head {
    background-color: #90C223;
}

#flex_sienrei>div.last>.content {
    position: relative;
    height: calc(100% - 4em);
}

#flex_sienrei>div.last>.content .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.thanks_comment {
    margin: 0;
    border: solid 3px gray;
    border-radius: 1em;
    padding: 1em 0.5em;
    position: relative;
    color: #A83232;
    font-weight: bold;
    text-align: justify;
}

.thanks_comment .wrap_movercial {
    position: absolute;
    width: 150px;
    right: 3%;
    bottom: 93%;
    padding: 0 1em;
    background: white;
}

.thanks_comment .wrap_movercial img {
    width: 100%;
}

#list_g_outlin {
    padding-left: 1em;
    display: flex;
    justify-content: space-evenly;
}

#list_g_outlin ul {
    margin: 0;
    padding: 0;
    width: 33%;
}

#list_g_outlin ul>li {
    color: brown;
    line-height: 1.4 !important;
    font-size: 1.3em !important;
}