@charset "utf-8";

/*-------------- 共通 --------------*/
#u_cover {
    width: 100%;
    min-height: 368px;
    position: relative;
    overflow: hidden;
  }
  #about #u_cover,
  #members #u_cover,
  #join #u_cover,
  #contact #u_cover,
  #thanks #u_cover,
  #news #u_cover {
    background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)), url(../images/cover01.jpg);
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
}
  .u_headline {
    position: absolute;
    max-width: 1110px;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 30;
  }
  .u_headline h1 {
    font-size: 3rem;
    text-align: left;
    color: #fff;
    /*text-shadow: 0 0 8px #fff, 0 0 6px #fff, 0 0 4px #fff;*/
  }

/*-------------- about --------------*/
.about_list01,
.about_list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.125rem;
    border-top: 1px solid #ff9090;
    border-bottom: 1px solid #ff9090;
    background-color: #fff;
}
.about_list01 dt {
    width: 30%;
    padding: 1em 2em;
}
.about_list01 dd {
    width: 70%;
    padding: 1em 2em;
}
.about_list02 dt {
    width: 20%;
    padding: 1em 1em 1em 2em;
}
.about_list02 dd {
    width: 80%;
    padding: 1em 1em 1em 2em;
}

.about_list01 dt:nth-of-type(2n),
.about_list01 dd:nth-of-type(2n),
.about_list02 dt:nth-of-type(2n),
.about_list02 dd:nth-of-type(2n) {
    background-color: #fff6f6;
}

.about_list_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.about_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-------------- members page --------------*/
.news {
    text-align: left;
}
.news h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.news dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news dl dt {
    width: 20%;
    border-bottom: 1px solid #333;
    padding: 1em;
}
.news dl dd {
    width: 80%;
    border-bottom: 1px solid #333;
    padding: 1em;
}
#members .more_btn {
    width: 30%;
    margin: 0 auto;
    font-size: 1.125rem;
    background-color: gray;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
#members .more_btn {
    display: block;
    padding: .5rem;
}
#members .more_btn:hover {
    background-color: #ff5e5e;
}

/*-------------- join --------------*/
.inner50 {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 3em 6em;
    text-align: center;
}
.inner50 a {
    width: 50%;
    margin: 0 auto;
    font-size: 1.25rem;
    padding: 1em;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
}

/*-------------- contact --------------*/
/* contact form */
/* mailform */
.form_txt {
    width: 100%;
    margin-bottom: 32px;
}

.mailform p{
    width: 100%;
    text-align: center;
    /*margin-top: 65px;*/
    font-size: 12px;
}

input[type="text"],
textarea{
    border: solid 0.5px #808080;
    background-color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    width: 700px !important;
    height: 46px;
    padding: 8px 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
       -moz-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
            box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.flbox_mr {
    margin-right: 30%;
}

textarea{
    height: 200px;
}

.mailform{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    font-size: 14px;
}

.mailform dt{
    width: 200px;
    height: 46px;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 12px 12px;
    margin-right: 29px;
    margin-top: 20px;
    line-height: 1.5em;
}

.mailform dd{
    margin-top: 20px;
}

.mailform span{
    color: #E4007F;
}

.pp_box {
    width: 100%;
    text-align: center;
}
.pp_box a {
    width: 9rem;
    margin: 0 auto;
}
.pp_box a:hover {
    color: #ff3c3c;
}
.submit{
    text-align: center;
    margin: 65px auto 0;
    font-size: 16px;
    /*padding: 0 60px;*/
    width: 260px;
    height: 45px;
    background: #ff5e5e;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    line-height: 45px;
    color: #fff;
}

input[type="submit"]{
    border-style: none;
    padding: 0 66px;
}

.submit:hover{
    background: #ff3c3c;
}

/*---------- thanks ----------*/
.thanks_inner {
    text-align: center;
}

.thanks_inner p{
    margin: 8vh 0 10vh;
    line-height: 2em;
}

/*---------- newsすぐつかcss上書き用 ----------*/
a.filelink {
    display: inline-block;
}