body{
    background-color:#EDEDED;
    font-family: "Sawarabi Mincho";
    color:#333;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a, a:visited{
    color:#6CA921;
}

li{
    list-style:none;
}

.right_link{
    text-align:right;
    display:block;
    margin-top:10px;
}

header{
    background-color:#fff;
    text-align:center;
}

header a, header a:visited{
    text-decoration:none;
    color:#333;
}

#header_search_wrap input{
    vertical-align:middle;
}

#header_search_wrap input#search_box{
    height:40px;
    width:300px;
    max-width:300px;
    border: 1px solid #ccc;
    padding-left:10px;
}

#header_search_wrap input#search_button{
    width:80px;
    display: inline-block;
    height:40px;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    background: #68a71b;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #68a71b;
}

#header_upper_wrap{
    border-bottom:2px solid #68A71B;
    padding:17px 0 17px 0;
}

#header_upper_wrap h1{
    font-size:24px;
}

#header_space_between{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width:780px;
    margin:0 auto;
}

#header_bottom_wrap{
}

#header_image_wrap{
    max-width:1200px;
    height: 100%;
    margin: 0 auto;
    padding-top:60px;
    padding-bottom:70px;
}

#header_image_wrap h2{
    font-size:24px;
    margin-bottom:30px;
    font-weight:bold;
}

#header_menu_wrap{
    background-color:#68A71B;
}

#header_menu_wrap ul{
    max-width:780px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
}

#header_menu_wrap li{
    text-align:center;
    margin:12px 0;
    width:125px;
}

#header_menu_wrap li img{
    margin:0 auto;
}

#header_menu_wrap ul li a{
    color:#fff;
    font-size:12px;
    text-decoration: none;
}

main{
    width:780px;
    margin:0 auto;
}

section{
    width:100%;
    margin-top:40px;
    background-color:#fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
    padding:40px;
    padding-top:30px;
}

section h2{
    font-size:20px;
}

section.article h2,
section#search_result h2,
section#company h2,
section#learning h2,
section#archive h2{
    font-size:1.7em;
    border-left:3px solid #68A71B;
    padding-left:10px;
    margin-bottom:30px;
}

section.article p{
    margin:40px auto;
}

section.article time{
    text-align:right;
    display:block;
}

section h3{
    color:#fff;
    font-weight:normal;
    font-size:15px;
    padding: 5px 10px;
    display:block;
    width: auto;
    position:absolute;
    margin-top:-45px;
    margin-left:-40px;
    background-color:#68A71B;
}

section#proposal_summary ul{
    display:flex;
    justify-content: space-around;
}

section#proposal_summary li{
    text-align:center;
}

section#proposal_summary a{
    text-decoration:none;
    color:#333;
}

section#proposal_summary a > p:last-child{
    font-size:40px;
    text-decoration:underline;
}

section#pickup ul{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section#pickup li{
    width:330px;
}

section#pickup li:nth-child(n+3){
    margin-top:20px;
}

section#pickup li div.upper{
    display:flex;
}

section#pickup li div.upper > div{
    font-size:12px;
}

section#pickup li div.upper > div img{
    max-width:50px;
    max-height:50px;
}

section#pickup li div.upper > div:nth-child(2){
    margin-left:10px;
}

section#pickup li div.upper > div:nth-child(2) > p:first-child{
    font-weight:bold;
}


section#learning li:nth-child(n+2){
    margin-top:20px;
}

section#learning li a > div{
    display:flex;
}

section#learning li p{
    margin-left:10px;
}

section#archive li .upper_wrap{
    display:flex;
}

section#archive li:nth-child(n+2){
    margin-top:20px;
}

section#archive img{
    width:50px;
    height:50px;
}

section#archive .upper_wrap > div:nth-child(2){
    margin-left:10px;
}

section#archive .upper_wrap p{
    font-size:14px;
}

section#archive .upper_wrap .title{
    font-size:16px;
}

section#archive .ourview_wrap{
    padding:10px;
    font-size:14px;
    margin-top:10px;
    margin-bottom:50px;
    border:1px solid #ddd;
}

section#archive .ourview_wrap div{
    margin-left:10px;
}

section#archive .ourview_wrap time{
    text-align:left;
}

section#ourview h3,
section#company h3{
    background-color:#fff;
    color:#333;
    /* border-left:3px solid #68A71B; */
    font-size: 15px;
    padding: 5px 10px;
    position: inherit;
    margin-top: 0px;
    margin-left: 0px;
    background-color:#fbfbfb;
    width: 100%;
    border-top: 1px solid #259834;
    border-bottom: 1px solid #259834;
    margin-bottom:20px;
}

section#company li{
    margin-bottom:80px;
}

section#company .summary_wrap{
    display:flex;
    margin-top:20px;
}

section#company .summary_wrap img{
    width:50px;
    height:50px;
}

section#company .summary_wrap p{
    font-size:12px;
    margin-left:15px;
}

section#ourview #comment_form_warp input,
section#ourview #comment_form_warp textarea
{
    vertical-align:middle;
}

section#ourview #comment_form_warp textarea{
    height:120px;
    width:100%;
    border: 1px solid #ccc;
    padding-left:10px;
}

section#ourview #comment_form_warp input#post_button{
    display:block;
    margin:0 auto;
    margin-top:10px;
    width:80px;
    height:40px;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    background: #68a71b;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #68a71b;
}

section#ourview li{
    background-color:#f9f9f9;
    padding:10px;
    margin-bottom:40px;
}

section#ourview li div.comment_wrap{
    display:flex;
    margin-bottom:10px;
}

section#ourview li img{
    max-height:50px;
}

section#ourview div.comment_content_wrap{
    width:100%;
    margin-left:10px;
}

section#ourview div.comment_upper_wrap{
    display:flex;
    justify-content:space-between;
    font-size:12px;
}

section#ourview div.comment_vote_result_wrap{
    max-width:200px;
    display:flex;
    align-items: center;
    margin:0 0 0 auto;
}

section#ourview div.comment_vote_result_wrap img{
    width:30px;
    height:30px;
}

section#ourview li p{
    margin:0;
}

section#ourview .vote_result_wrap{
    display:flex;
    align-items: center;
    margin:20px auto;
    margin-bottom:60px;
}

section#ourview .progress {
    margin:0 10px;
    width:100%;
    height: 20px;
    overflow: hidden;
    background-color: #CC6060;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

section#ourview .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

section#ourview .comment_vote_result_wrap .progress {
    height: 10px;
}

section#ourview .comment_vote_result_wrap .progress-bar {
}

table {
    margin-top:20px;
    background-color: #ffffff;
    border-collapse: collapse;
    border:1px solid #eee;
    font-size: 12px;
    width: 100%;
    color:#333333;
} 

th, td{
    border-collapse: collapse;
    border:1px solid #eee;
    padding:5px;
}

footer{
    margin-top:40px;
    font-size:12px;
    background-color:#fff;
    text-align:center;
    padding:5px 0 5px 0;
}

@media screen and (max-width: 780px) {
    main{
        width:100%;
    }
    section#pickup li {
        margin-bottom:20px;
    }
    #header_image_wrap h2{
        font-size:20px;
    }
    #header_search_wrap{
        width:100%;
    }
    #header_search_wrap input#search_box{
        width:250px;
    }
    #header_space_between h1{
        margin-bottom:10px;
    }
    #header_space_between{
        width: 95%;
    }
}
