@charset "utf-8";
/*
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-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",
    Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",
    "Noto Color Emoji";
    font-size: 20px;
    color: #666;
    line-height: 2em;
}

span{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: yellow;
    text-decoration-style:double;
}

header{
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: #fff;
    text-align: right;
    line-height: 70px;
    z-index: 1000;
    border-bottom: 2px solid #6C757D;
}

header .inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .inner .denote_l{
    position: absolute;
}

header .inner .denote_l p{
    display: inline-block;
}

header .inner a{
    text-decoration: none;
    color: #fff;
}

.btn1{
    height: 44px;
    display: block;
    border-radius: 22px;
    padding: 0px 40px;
    background-color:#6C757D;
    color: #fff;
    line-height: 44px;
}

.btn{
    display: inline-block;
}

.btn a{
    height: 44px;
    display: block;
    border-radius: 22px;
    padding: 0px 40px;
    background-color:#6C757D;
    color: #fff;
    line-height: 44px;
}

.btn a:hover{
    background-color: #a9aaac;
}

section .inner{
    max-width: 1200px;
    margin:  0 auto;
    padding: 50px 0;
}

section .inner .contaner{
    width: 100%;
    overflow: hidden;
}

main{
    padding-top: 70px;
}

section h2{
    height: 120px;
    background-color: #6C757D;
    color: #fff;
    font-size: 1.75rem;
    line-height: 120px;
    text-align: center;
}

section h3{
    height: 70px;
    background-color: #F8F9FA;
    font-size: 1.5rem;
    line-height: 70px;
    text-align: center;
}

.sec01 .comment img{
    width: 100%;
}

.sec02 .comment{
    width: 38%;
    float: left;
}

.sec02 .comment img{
    width: 100%;
}

.sec02 .images{
    width: 58%;
    float: right;
}

.sec02 .images img{
    width: 100%;
}

.sec03{
    background-color: rgb(235, 245, 234);
}

.sec03 .comment{
    width: 38%;
    float: right;
}

.sec03 .comment img{
    width: 100%;
}

.sec03 .images{
    width: 58%;
    float: left;
}

.sec03 .images img{
    width: 100%;
}

.sec04 .comment{
    width: 48%;
    float: left;
}

.sec04 .images{
    width: 48%;
    float: right;
}

.sec04 .images img{
    width: 100%;
}

.sec05{
    background-color: rgb(235, 245, 234);
}

.sec05 .comment{
    width: 48%;
    float: right;
}

.sec05 .images{
    width: 48%;
    float: left;
}

.sec05 .images img{
    width: 100%;
}

.sec06 .comment{
    width: 38%;
    float: left;
}

