@charset "utf-8";
@import url("common.css");

div.mainContentOuter01 {
    background: #ffffff;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

div.mainContentInner01 {
    font-size: 80%;
    padding: 50px 0;
}
/* ここから追加した分です */
.top img{
    /* width: 100%; */
    height: 180px;
    object-fit: cover;
}

.top {
    position: relative;
    /* height: 300px; */
    background: #9FD1F1;
}

.flex {
    display: flex;
    justify-content:space-between;
    max-width: 65%;
    min-width: 900px;
    margin: 0 auto;
    padding-top: 70px;
}

.top1 {
    width: 200px;
}

.top2 {
    width: 200px;
}

/* ここまで */
.keyword_search{
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 text-align: center;
}
    div#faq_subtitle {
        width: 450px;
        margin: 0 auto 30px auto;
        color: #666666;
        text-align: left;
    }
h1
{
    color: #FFF;
    font-size: 30px;
    border-top: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    font-weight: bold;
    padding: 10px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;

 }

.keyword_search p{
      color:#FFF;

 }


input{
    border: 2px solid #0E4471;
    border-radius: 2px;
    margin-left: -20px;
    vertical-align: top;
    margin-top: 20px;
}


input[type="text"] {
    height: 28px;
    width: 50%;
}

input[type="image"] {
    background: #0E4471;
}

/* end region */


#bk{background-color:#EEEFED;
}

/* region for keyword search */

    div#keyword_search {
        text-align: center;
        margin: 10px auto 30px auto;
    }

/* end region */



/* region for Display Records */


    div#record {
        text-align: center;
        font-size: 95%;
        clear: both;
        padding-top: 30px;
    }
    div#record span#trec {
        font-size: 155%;
        font-weight: bold;
        font-family: "Trebuchet MS", "Verdana", "Arial";
        color: #0066cc;
    }
    div#record span.rec {
        font-size: 135%;
        font-weight: bold;
        font-family: "Trebuchet MS", "Verdana", "Arial";
    }

/* end region */



/* region for Pager */

    div.pagers {
        font-size: 85%;
        color: #999999;
        margin-top: 30px;
        text-align: center;
    }

    ul.pager {

        margin: 0;
       padding:30px;
    }
    ul.pager li {
        display: inline;
        width: auto;
        text-align: center;
        margin:0 20px;
        padding: 0.5em 1em;
        font-weight: bold;
        border: solid 1px;
        border-radius: 5px;
        color: black;
        background: #FFF;
    }
    ul.pager li a {
        display: inline-block;
    }

.float_clear {
    border-bottom: 1px dashed #1b1a1a;
    margin: 0 auto 0;
    width: 55%;
    /* margin: auto; */
    margin-top: 20px;
}

.comment_note {
    text-align:left;
    width: 55%;
    margin: 20px auto 20px auto;
    margin-bottom: 50px;
    color: #1b1a1a;
    border-radius: 10px 10px;
    line-height: 1.2em;
}

.note {
    font-weight: bold;
    text-align: center;
    padding: 15px;
    font-size: large;
}

.note2 {
    padding: 0 20px 15px 20px;
}


/* end region */



/* region for FAQ display */

.faq {
    position: relative;
    line-height: 1.5em;
    margin: 0 auto 20px auto;
    width:55%;

}

.faqall{
    background: #FFF;
    width: auto;
    border-radius: 10px 10px
}


div#faq_list img {
    width: 150px;
    padding: 5px;
}

 .faq1 {
    font-size: 1.2em;
    background: #058FD3;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
}

.faq2 {
    border-radius: 30px;
    margin-left:10px;
}


.faq_c {
    padding: 15px 20px;
    margin: 0;
}


span.title {
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
   margin-left: 30px;
}

    div.faq img {
left: -10px;
top: -20px;
margin: 0 -20px;
position: absolute;
width:50px;

    }

.faq_a {
    text-align:right;
    width: 55%;
    margin: 0 auto 5px auto;
    margin-top:30px;
}
.faq_b {
    text-align:left;
    width:auto;
    margin: 20px auto 0 auto;
}
/* end region */



/* region faq list */

div#faq_list {


text-align: left;
line-height: 1.2em;
width: 1250px;
margin: 20px auto 20px auto;

}
div#faq_list div {
    text-align: center;
    margin: 10px auto;
}
div#faq_list ul {
    text-align: left;
    margin: 3px auto 3px 30px;
    height: 500px;
    overflow: auto;
}
div#faq_list ul li a {
    padding: 5px 0;
    display: inline-block;
}
div#faq_list ul li a:link, div#faq_list ul li a:visited {
    color: #6090ed;
    text-decoration: underline;
}
div#faq_list ul li a:hover, div#faq_list ul li a:active {
    color: #ccccff;
    text-decoration: none;
}

/* end region */



/* region for Display Table */

table.faq {
    width: 100%;
}
table.faq tr th,
table.faq tr td {
    font-size: 100%;
}
table.faq tr th {
    width: 35px;
    vertical-align: top;
}


/* end region */



/* region for Edit and Del Table */





#text {
    padding: 7px;
    border: solid 3px #6091d3;
    border-radius: 10px;
}

/* end region */



/* region for Error Message */

    div#errMsg {
        color: #ff6347;
        text-align: left;
        width: 300px;
        margin: 150px auto 300px auto;
    }

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #3f98ef;
    opacity: 0.6;
    border-radius: 50%;
    }
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/* end region */
