/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    font-size: 15px;
    font-family: Georgia, 游明朝, YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: #44444;

}

.container{
        width: 1040px;
        margin: 0 auto;
}

header{
    height: 152px;
    margin-top: 50px;
}

.header-left{
    float: left;
}
.header-left h1{
font-size: 36px;
line-height: 42px;
}

.header-left p{
    font-size: 18px;
}

.gnav li{
    float: left;
    font-size: 16.88px;
    padding:0 15px;
    position:relative;
    
}
.gnav li ul{
    position: absolute;
    top:45px;
    left: -5px;
    height: 0;
    visibility: hidden;
}

.gnav li a{
    display: block;
    padding-bottom: 16px;
}

.gnav li li{
    width: 200px    ;
    border:solid 1px#f0f0f0;
    padding: 10px 20px 0 20px;
    box-shadow:  0.5px 0.5px #f0f0f0 ;
    background-color: white;
    opacity: 0;

 
}
.fas{
    margin-left: 10px;
}

.header-right{
    padding-top: 45px;
    float: right;
    list-style:none
}
.gnav li:hover ul li{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
.gnav li:hover{
    color:#c49029

}
.gnav{
    padding: 0 200px 0 0 ;
    list-style: none;
}
.search-wrapper{
    height: 40px;
    display: inline-block;
    float: right;
    position: relative;
}

.search{
    height:34px;
    width: 0px;
    background: url(search.png) left center no-repeat;
    background-size: 26px 26px;
    padding-left:30px ;
    font-size: 16px;
    border: 1px solid #e0e0e;
    z-index: 5;
    position:absolute;
    right:0;
    top:-5px;
    outline:none;
    border:none;
    cursor:pointer;
    transition:0.5s;


}

/* .search{
    background: url(search.png)  5px center no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 40px;
    margin-top: 0;
    outline: 0;
    padding: 0 0 0 34px;
    transition: width .4s ease, background .4s ease;
    width: 1px;
} */

.search:focus{
    width: 200px;
    height: 34px;
    border: 1px solid;
    background-color: white;
    cursor: text;
}
.top-wrapper{
    height: 780px;
}
.top-wrapper p{
font-size: 27px;
color: #77777;
padding-top:90px;
}

.main-wrapper{
    height: 1440px;
}

.date{
    float: left;
    margin-right: 220px;
    font-size: 16.8px;
    color:#99999;
    padding-top:10px;
    opacity:0.5 ;
}

.date:hover{
    opacity: 1;
}

.textarea{
    width: 700px;
    display: inline-block;
}


.text-box{
    padding-bottom: 60px;
}

.text-hedding{
    color: #111111;
    font-size: 22.4px;
    padding-bottom:20px ;
}
.text-hedding a:hover{
    color:#c49029;

}

.text{
    font-size: 16.8px;
    color:#666666;
    padding:20px 0 40px 0;

}
.page-list li{
    float: left;
    font-size: 16.8px;
    color: #777777;
    display: inline-block;
    border: 1px solid #ccc;
    padding:8px 18px;
    margin-left: 6px;
    opacity:0.5 ;
}
.page-list li:hover{
    opacity: 1
;
}
.page-list{
    margin-left: 320px;
}
.page-list .this{
    background-color:#eeeeee ;
    color:#333333;
    opacity: 1
;
}

.main-wrapper .container{
    border-bottom: 1px solid#ccc;
    padding-bottom: 150px;


}

.profile-wrapper{
    height: 460px;
}

.photo{
    border-radius: 50%;
    width: 100px;
    height: auto;
    float: left;
}
.profile{
    width:300px;
    float: left;
}
.profile-heading{
font-size: 19px;
padding:20px 0 40px 20px;
display:inline-block;

}
.profile-text{
    color:#666666;
    font-size: 16.8px;
    width:260px;
}
.fab{
    color:#666666;
    padding-left: 10px;
    opacity: 0.7;
    transition: 0.5s;
}
.fab:hover{
    opacity: 1;
}
.sub{
    float: left;
    width: 210px;
    margin-left: 35px;
}

.sub-heading{
    font-size: 14.4px;
    padding-bottom: 35px;
}
.sub-text{
    font-size: 15.8px;
    color: #666666;
}
.sub li a{
    font-size: 16.9px;
    color:#666666;
    text-decoration: underline;
}
.sub1 p{
    font-size: 14.6px;
    color:#666666;
    padding-bottom: 10px;

}
.sub2 p{
    padding-bottom: 10px;
}
.sub-input{
    margin-top: 85px;
    height: 40px;
    width: 220px;
    border:1px solid #e0e0e0;
}
::placeholder{
    padding-left:5px;
    color:#777777;
    font-family: Georgia, 游明朝, YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
    font-size: 16.8px;
}
 .sub li a:hover{
     color:#C49029;

 }
 .profile-wrapper .container{
     border-bottom: 1px solid #ccc;
     height: 380px;
 }
 .text-box.container{
    border-bottom: 1px solid #ccc;
 }
 .footer{
     height: 115px;

 }
 .footer-icon{
     float: left;
 }
 .footer-logo{
     text-align: center;
     color: #666666;
     font-size: 15.8px;
 }