@charset "utf-8";

/* HANASAKAチャレンジ称賛 SNS CSS */

/* body -------------------------------------------------------------------- */

html {
    overflow: auto;
}
body {
    padding-top: 0;
    color: #121212;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
a {
    color: #121212;
}
/* img {
	width: 100%;
	height: auto;
}*/
img,
picture {
    max-width: 100%;
    display: block;
    height: auto;
}

.container {
}
.wrap {
    padding-left: 10px;
    padding-right: 10px;
}

/* コンテンツ -------------------------------------------------------------- */

main,
#mainContent,
section {
    width: 100%;
}

#mainContent {
    max-width: 100%;
    display: flex;
    padding: 0px 0px 0px;
    min-height: 100vh;
}
#mainContentLogin {
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
#content-R {
    background: #fff;
    width: 100%;
    /*min-width: 800px;*/
    padding: 20px;
}
#content-L {
    background: #f7c3e2;
    min-width: 160px;
    max-width: 160px;
}

/* ヘッダー ---------------------------------------------------------------- */

header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid red;
    height: 80px;
}
.header_box1 {
    background-color: #fff;
    width: 180px;
    text-align: center;
    float: left;
}
.header_box2 {
    background-color: #fff;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    margin-left: -10px;
}
.header_box3 {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

/* header ロゴサイズ ------------------------------------------------------- */

.logo {
    width: 80px;
    margin-left: 20px;
}
.login_logo {
    width: 60px;
    margin: 10px;
}
.login_img {
    width: 300px;
    margin: auto;
}
.copy {
    width: 32px;
    margin-left: 10px;
}

.txtCopy {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* フッター ---------------------------------------------------------------- */

/* page Top */
#goTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: rgba(247, 195, 226, 0.5);
    opacity: 0.7;
}

#goTop a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

#goTop {
    position: fixed;
    bottom: 60px;
    right: 30px;
}

/* 左メニュー -------------------------------------------------------------- */

ul.sideNav {
    width: 100%;
    padding-top: 1em;
}
ul.sideNav li a.navicon01 {
    background: #f7c3e2;
}
ol,
ul {
    list-style: none;
}
ul.sideNav li a.navicon01 {
    background: #f7c3e2;
    color: #000;
}
ul.sideNav li a,
ul.sideNav li ul li a {
    line-height: 1.2em;
    display: block;
    padding: 20px 20px 20px;
}

ul.sideNav li ul.bgBu li a:hover {
    background-color: rgba(247, 228, 239, 0.6);
}

/* テーブル組 -------------------------------------------------------------- */

/* ログイン */

/*.table_login{
	margin: auto;
}*/
.table_login {
    background-color: #fff;
    padding-right: 100px;
    display: inline-block;
}
.table_login th {
    width: 140px;
}
.table_login th {
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}
.table_login td {
    padding: 10px 42px 10px 10px;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 800px) {
    .table_login {
        padding-right: 0;
    }
    .table_login th {
        display: block;
        width: 100%;
    }
    .table_login td {
        display: block;
        width: 100%;
    }
}

/* 汎用 */

.table1a {
    width: 100%;
    min-width: 870px;
}
.table1a th {
    border: solid 1px; /* 枠線指定 */
    padding: 10px; /* 余白指定 */
    text-align: center;
    background-color: #f7c3e2;
}
.table1a td {
    border: solid 1px; /* 枠線指定 */
    padding: 10px; /* 余白指定 */
    text-align: center;
    background-color: #f4f4f4;
}
.table1a table {
    border-collapse: collapse; /* セルの線を重ねる */
}

.table2a {
    width: auto;
    margin: auto;
}
.table2a th {
    padding: 10px; /* 余白指定 */
    text-align: right;
    min-width: 120px;
}
.table2a td {
    padding: 10px; /* 余白指定 */
    /* text-align: center; */
}
.table2a table {
    border-collapse: collapse; /* セルの線を重ねる */
}

/* ユーザー画面 検索 ＆ チェレンジ管理 検索　*/

.table3a {
    /*width:90%;*/
    min-width: 870px;
    margin: auto;
}
.table3a th {
    /*	border: solid 1px; */ /* 枠線指定 */
    padding: 10px; /* 余白指定 */
    text-align: right;
    width: 300px;
    /*	background-color: #F7C3E2;*/
}
.table3a td {
    /*	border: solid 1px; */ /* 枠線指定 */
    padding: 10px; /* 余白指定 */
    text-align: left;
    /*	background-color: #F4F4F4;*/
    vertical-align: top;
}
.table3a table {
    border-collapse: collapse; /* セルの線を重ねる */
}

label {
    padding-right: 10px;
}

/* ユーザー詳細 */
.table4a {
    /*width:100%;*/
    min-width: 400px;
    margin: auto;
    margin-bottom: 20px;
}
.table4a th {
    width: 300px;
    padding: 10px; /* 余白指定 */
    text-align: right;
    min-width: 100px;
}
.table4a td {
    width: 300px;
    padding: 10px; /* 余白指定 */
    text-align: left;
}
.table4a table {
    border-collapse: collapse; /* セルの線を重ねる */
}

.table4a .th_title {
    font-size: 18px;
    margin: 20px 20px 10px 0px;
    font-weight: bold;
    text-align: left;
}

.table1a caption {
    font-size: 20px;
    margin: 20px 20px 10px 0px;
    font-weight: bold;
    text-align: left;
}

.challenge_title a {
    color: #239af1;
}

.challenge_title a:hover {
    color: #239af1;
    text-decoration: underline;
}

.table_left {
    text-align: left;
}

.table_right {
    text-align: right;
}

.boxscroll {
    overflow-y: scroll;
    max-height: 496px;
    overflow: auto;
}

.table_caption {
    font-size: 20px;
    margin: 20px 20px 10px 0px;
    font-weight: bold;
    text-align: left;
}

/* 参考になったチャレンジ */
.div_init {
    max-width: 100%;
}
.tbl_sub_div {
    width: 100%;
    display: inline-flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.div_data {
    max-width: 100%;
    padding-top: 10px;
}
.reference_challenge_title {
    font-size: 1.6rem;
    text-align: left;
    color: #333;
    padding-left: 5px;
}
.reference_challenge_name {
    font-size: 1.2rem;
    text-align: left;
    color: #777777;
    padding: 5px 0px 0px 0px;
    padding-left: 5px;
}
.div_delete {
    width: 60px;
    text-align: right;
    white-space: nowrap;
}
.form_gray {
    color: #777777;
    font-size: 1.2rem;
}

/* 応援バッジ */
.support_badge {
    font-size: 1.6rem;
    text-align: left;
    color: #333;
    padding-left: 5px;
}

/* メンバー */
.challenge_member {
    font-size: 1.6rem;
    text-align: left;
    color: #333;
    padding-left: 5px;
}

.line_a {
    text-decoration: underline;
    color: Blue;
}
.icon_set {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tb_middle {
    vertical-align: middle;
    text-align: center;
}

.challenge_comment {
    background-color: #e7e7e7;
    padding: 1em;
}

.challenge_comment p {
    color: #ff1493;
}

.set_challenge_comment {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px;
    margin-bottom: 1em;
    grid-template-columns: 180px 620px;
    justify-content: center;
    align-items: center;
}

.fc_chg {
    color: #a6a6a6;
}

.set_challenge_mind {
    display: flex;
    align-items: center;
    justify-content: center;
}
.challenge_mind {
    background-color: #ffeff7;
    padding: 1em;
    width: 700px;
    margin-left: 1em;
}
.challenge_mind p {
    color: #ff1493;
}

/* メンバー */
#f_form1 {
    display: flex;
    justify-content: center;
    height: 50px;
    padding: 10px 1em 0em 1em;
}
.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002";
}

.f_tbl_init_member {
    height: 100%;
    width: 100%;
    /* position: relative; */
}

.f_tbl_set_member {
    height: 100%;
    width: 100%;
}

.f_tbl_set_member tr {
    border-bottom: solid 1px #ccc;
}
.f_tbl_set_member td {
    /* padding: 1em 0px 4px 4px; */
    text-align: left;
}
.f_tbl_set_member td a {
    display: block;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #d9d9d6;
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
    width: 100%;
}
.f_tbl_set_check {
    border-collapse: collapse;
}
.f_tbl_set_check {
    width: 100%;
}
.f_tbl_set_check tr {
    border-bottom: solid 1px #ccc;
}
.f_tbl_set_check td {
    padding: 0.5em 0.5em 4px 4px;
    text-align: left;
}
.f_label {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    background: transparent;
    display: block;
}
.f_s_init {
    display: flex;
    align-items: center;
}

.f_s_name {
    font-size: 1.4rem;
    text-align: left;
    color: #333;
    padding: 10px 5px 0px 5px;
    padding-left: 10px;
}
.f_s_jinji {
    font-size: 1.2rem;
    text-align: left;
    color: #afafaf;
    padding: 5px 5px 10px 5px;
    padding-left: 10px;
}
.f_tbl_set_member td a:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -12px 0 0 0;
    border-top: solid 2px #093;
    border-right: solid 2px #093;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chg_member_w700 {
    width: 700px;
    margin: auto;
}

.modal3 {
    max-width: 100%;
    width: 100%;
    padding: 15px 20px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 16px;
}

.page_next_back {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 1em;
}

.page_back {
    display: block;
}

.page_next {
    display: block;
}

.page_back li {
    list-style-type: none;
    font-size: 18px;
    width: 100%;
}

.page_next li {
    list-style-type: none;
    font-size: 18px;
    width: 100%;
}
