body, html {
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
    line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*--- 共有設定 ---*/
a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  /*color: #e98e6e;*/
  outline: none;
  text-decoration: none;
}
a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
p {
    padding: 0;
    margin: 0;
    line-height: 1.8;
}
h3 {
    display: flex;
	align-items: center;
}
h3 img {
    width: 200px;
    margin: 0 auto;
}
h3:before, h3:after {
	content: "";
	flex-grow: 1;
	height: 1.7px;
	background-color: #007c2d;
	display: block;
    margin-top: -20px;
}
h3:before {
	margin-right: .4em;
}
h3:after {
	margin-left: .4em;
}


/*--- 背後画像固定 ---*/
.fixed-bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-image: url(../img/topics-bg.jpg);
}

/*--- 改行 ---*/
.br { display: inline-block; }

.pc-img {
    display: block;
}
.sm-img {
    display: none;
}
.xs-img {
    display: none;
}

/*--- ボタン設定 ---*/
.btn01 {
    text-align: center;
}
.btn01 a {
    background-color: #fff;
    color: #007c2d;
    padding: 7px 16px;
    border: 1px solid #007c2d;
    border-radius: 35px;
    font-size: 24px;
    font-weight: 500;
    line-height: 6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn01 a:hover {
    background-color: #007c2d;
    color: #fff;
}
/*--- 02 ---*/
.btn02 {
    text-align: center;
}
.btn02 a {
    background-color: #007c2d;
    color: #fff;
    padding: 2px 12px;
    border: 1px solid #007c2d;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn02 a:hover {
    background-color: #fff;
    color: #007c2d;
}

/*--- 要素のフェードイン ---*/
.effect-fade {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 800ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}


/* --------------------------------------------
    header
-------------------------------------------- */
#hd01 {
    position: relative;
}
#hd01 .hd01-bg {
    width: 100%;
}
#hd01 .hd01-txt {
    position: absolute;
    width: 35%;
    top: 50%;
    left: 35%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}



/* --------------------------------------------
    ナビゲーション
-------------------------------------------- */
#menu {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#menu .navbar-collapse {
    padding: 0;
}
#menu h1 {
    margin: 15px 15px 5px;
    padding: 0;
}
#menu h1 img {
    height: 50px;
}
#menu-list {
  cursor: pointer
}
#menu .nav{
    color: #fff;
    float: right;
    right: 0;
    position: fixed;
    z-index: 101;
    background: rgba(255, 255, 255, 0.0);
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
#menu .nav li{
    position: relative;
}
#menu .nav li a {
    padding: 20px 15px 10px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
#menu .nav li a:hover {
    background-color: transparent;
    color: #007c2d;
}
#menu .nav li:hover::before{
    border-style: solid;
    border-width: 0 20px 12px 20px;
    border-color: transparent transparent #007c2d transparent;
    bottom: -28px;
    content: "";
    display: block;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    position: absolute;
    width: 0;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
#menu .nav li:nth-child(4):hover::before , #menu .nav li:nth-child(5):hover::before{
    border: none;
}
#menu .nav li:nth-child(4) a {
    padding: 13px 55px 10px 30px;
}
#menu .nav li:nth-child(4) img {
    height: 26px;
}
#menu .nav li:nth-child(5) a {
    padding: 15px 25px;
    background: #007c2d;
}
#menu .nav li:nth-child(5) img {
    height: 17px;
}
#menu .nav li:nth-child(4):hover , #menu .nav li:nth-child(5):hover {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* .scrolled */
#menu.scrolled {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}


/* --------------------------------------------
    コンテンツ
-------------------------------------------- */
/*--- MESSAGE ---*/
#msg {
	margin-top: 50px;
}
#msg h3 {
	display: flex;
	align-items: center;
}
#msg h3 img {
    width: 200px;
    margin: 0 200px;
}
#msg h3:before, #msg h3:after {
	content: "";
	flex-grow: 1;
	height: 1.7px;
	background-color: #007c2d;
	display: block;
    margin-top: -20px;
}
#msg h3:before {
	margin-right: .4em;
}
#msg h3:after {
	margin-left: .4em;
}
#msg .msg-tit {
    width: 72%;
    margin: 20px auto 0;
    color: #007c2d;
    font-size: 51px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
#msg .msg-txt {
    width: 80%;
    margin: 20px auto 0;
    font-size: 1.2em;
    text-align: center;
}


/*--- もりや仙一郎便り ---*/
#news {
	margin-top: 50px;
}
#news h3 {
	display: flex;
	align-items: center;
}
#news h3 img {
    width: 600px;
}
#news h3:before, #news h3:after {
	content: "";
	flex-grow: 1;
	height: 1.7px;
	background: #007c2d;
	display: block;
    margin-top: -25px;
}
#news h3:before {
	margin-right: .4em;
}
#news h3:after {
	margin-left: .4em;
}
#news .row {
	margin-top: 35px;
}
#news .row .col-sm-3 {
	padding: 0 10px;
}
#news .content-box {
    background-color: #fff;
    filter: drop-shadow(3px 3px 8px #848484);
    -webkit-filter: drop-shadow(3px 3px 8px #848484);
    -moz-filter: drop-shadow(3px 3px 8px #848484);
}
#news .content-box p {
    background: #fff;
    text-align: center;
    font-size: 15.81px;
}

/*--- 活動報告 ---*/
.topics-tit-bg {
    background-image: url(../img/topics-bg.jpg);
    height: 200px;
    position: relative;
    margin-top: 80px;
}
.topics-tit-bg img {
    width: 450px;
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#topics {
    background-color: #fff;
    margin-top: 80px;
    margin-bottom: 100px;
}
#topics .row .line {
  position: relative;
  padding: 0;
}
#topics .row .line::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 1.5px;
  height: 80px;
  margin: auto;
  background-color: #007c2d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #fff), color-stop(.5, transparent), to(transparent));
  -webkit-background-size: 5px;
}
#topics .row .line::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
    border-radius: 30px;
  margin: auto;
  background-color: #007c2d;
}
#topics .row .line .col-sm-6 {
  padding: 10px;
}
#topics .content-box {
    padding: 10px 10px 5px;
    background-color: #fff;
    filter: drop-shadow(3px 3px 8px #848484);
    -webkit-filter: drop-shadow(3px 3px 8px #848484);
    -moz-filter: drop-shadow(3px 3px 8px #848484);
}
#topics .content-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #007c2d transparent transparent transparent;
}
#topics .content-box p {
    background-color: #fff;
    border-top: 1px solid #007c2d;
    font-size: 11.13px;
    line-height: 1.6;
    margin-top: 5px;
    padding-top: 5px;
    
    /*-- 文字制限 --*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#topics .sns {
    margin-top: -55px;
}
#topics .sns p {
    color: #007c2d;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
#topics .sns .facebook {
    background-color: #007c2d;
    width: 100%;
    height: 405px;
    margin: 0 auto 0;
    filter: drop-shadow(3px 3px 8px #848484);
    -webkit-filter: drop-shadow(3px 3px 8px #848484);
    -moz-filter: drop-shadow(3px 3px 8px #848484);
}



/* --------------------------------------------
    footer
-------------------------------------------- */
#ft01 {
    background-color: #007c2d;
    color: #fff;
    padding: 35px 0 45px;
    font-size: 14px;
}
#ft01 .row {
    position: relative;
}

/*--- 左 ---*/
#ft01 .ft01-left img {
    width: 100%;
}
#ft01 .ft01-left-txt {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 15px;
}
#ft01 .ft01-left-txt span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px;
}
#ft01 .ft01-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*--- 右上 ---*/
#ft01 .col-sm-12 {
    text-align: right;
    padding: 0;
}
#ft01 .ft-menu {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}
#ft01 .ft-menu li {
  display: inline-block;
  vertical-align: sub;
}
#ft01 .ft-menu li a {
  padding: 0px 15px;
  border-left: 1px solid #fff;
}
#ft01 .ft-menu li:first-child a {
  padding-left: 0;
  border-left: none;
}
#ft01 .ft-sns {
  float: right;
}
#ft01 .ft-sns img {
  height: 25px;
}

/*--- 右下 ---*/
#ft01 .ft-sub {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
#ft01 .ft-sub li {
  display: inline-block;
}
#ft01 .ft-sub li a {
  padding: 0px 15px;
  border-left: 1px solid #fff;
}
#ft01 .ft-sub li:first-child a {
  padding-left: 0;
  border-left: none;
}
#ft01 .cp {
  display: inline-block;
    margin-left: 20px;
}

/* --------------------------------------------
    top page
-------------------------------------------- */
#pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 101;
}
#pagetop {
    width: 50px;
}



/* --------------------------------------------
    contents
-------------------------------------------- */
/*---------- TITLE BAR ----------*/
.try01{
    background-image: url(../img/titbar-pro.jpg);
}
.try02{
    background-image: url(../img/topics-bg.jpg);
}
.try03{
    background-image: url(../img/titbar-news.jpg);
}
#titbar {
    margin-bottom: 0;
    /* background-image: url(../img/titbar-pro.jpg); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% -75px;
    height: 220px;
}

#contents h5 {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
}
#contents h5::before {
    position: absolute;
    content: "";
    top: -3px;
    left: 3px;
    height: 20px;
    width: 5px;
    background-color: #007c2d;
}
#contents .green {
    color: #007c2d;
}

#contents .text-icon01 img {
    width: 250px;
}
#contents .contents-tit {
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
}
#contents .contents-txt {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}
#contents .contents-box {
    width: 52%;
}


/*--- プロフィール ---*/
#contents #pro {
    margin-top: 50px;
}
#contents .pro .col-md-12 {
    position: relative;
    margin-top: 35px;
    padding: 0;
    height: 460px;
}
#contents .pro .bg-right , #contents .pro .bg-left {
    position: absolute;
    top: 30px;
    height: 400px;
    z-index: -1;
}
#contents .pro .bg-right {
    right: 0;
}
#contents .pro .bg-left {
    left: 0;
}
#contents .pro .left {
    margin-left: 48%;
}
#contents .pro .left .text-icon01 {
    text-align: right;
}
#contents .pro .box-txt {
    background-color: #fff;
}
#contents .pro .right .box-txt {
    padding: 25px 35px 25px 15px;
}
#contents .pro .left .box-txt {
    padding: 25px 15px 25px 35px;
}

#contents .my01 {
    position: relative;
    max-width: 790px;
    float: initial;
    margin: 85px auto 0;
    border-bottom: 1px solid #999;
}
#contents .my01 .my01-img {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}
#contents .my01 .my01-img img {
    width: 35%;
    float: right;
}
#contents .my01-tit {
    font-size: 28.36px;
    line-height: 1.3;
    letter-spacing: 4.5px;
    color: #007c2d;
    display: inline-block;
}
#contents .my01-tit span {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #000;
    display: block;
}
/*--- プロフィールテーブル ---*/
#contents .my01table{
    width: 100%;
    border-spacing: 5px;
    margin: 35px 0;
}
#contents .my01table tr{
    margin-top: 15px;
}
#contents .my01table th , #contents .my01table td{
    padding: 5px 10px 5px 15px;
    vertical-align: top;
}
#contents .my01table th{
    position: relative;
    font-weight: initial;
    white-space: nowrap;
    width: 125px;
}
#contents .my01table th::before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0px;
    height: 20px;
    width: 5px;
    background-color: #007c2d;
}

#contents .my02 {
    max-width: 790px;
    float: initial;
    margin: 35px auto 80px;
}
#contents .my02 ul {
    list-style: none;
    padding-left: 0px;
}
#contents .my02 li {
    padding: 12px 20px;
    border-bottom: 1px solid #999;
}

#contents #news {
    margin-top: 50px;
    margin-bottom: 80px;
}
#contents #news h5 {
    font-weight: bold;
    font-size: 16px;
}
#contents #news h3 img {
    width: 90%;
    max-width: 400px;
    margin: 0 25px;
}
#contents #news .row {
    margin-top: 20px;
}
#contents #news .row .col-sm-3 {
    margin-bottom: 35px;
}

#contents #topics {
    margin-top: 50px;
}
#contents #topics .col-sm-4 {
    margin-top: 35px;
}

#contents #contact {
    margin: 50px auto;
}
#contents #contact iframe {
    width: 100%;
    max-width: 700px;
    height: 900px;
    margin: 0 auto;
}
#contents #contact p {
    font-size: 14px;
}


/* --------------------------------------------
　　　　* レシポンシブ
-------------------------------------------- */
@media screen and (max-width: 950px) {
    #menu .nav li a {
        padding: 20px 8px 10px;
        font-size: 13px;
    }
    #menu .nav li a:hover {
        background-color: transparent;
        color: #007c2d;
    }
    #menu .nav li:nth-child(4) a {
        padding: 12px 15px 10px 5px;
    }
    #menu .nav li:nth-child(4) img {
        height: 25px;
    }
    #menu .nav li:nth-child(5) a {
        padding: 15px 16px;
    }
    #menu .nav li:nth-child(5) img {
        height: 15px;
    }
}
@media screen and (max-width: 991px) {
    #msg h3 img {
        width: 180px;
        margin: 0 150px;
    }
    #msg .msg-tit {
        width: 80%;
        font-size: 39px;
    }
    #news h3 img {
        width: 520px;
    }
    #topics .sns .facebook {
        height: 335px;
    }
    
    #titbar {
        background-size: 120%;
        background-position: 70% -60px;
    }
    #contents .pro .col-md-12 {
        height: auto;
        margin-top: 55px;
    }
    #contents .contents-box {
        width: 62%;
    }
    #contents .pro .left {
        margin-left: 38%;
    }
    #contents .pro .box-txt {
        margin-top: 190px;
        padding: 20px 25px 20px;
    }
    #contents .my01 {
        max-width: 680px;
    }
    #contents .my02 {
        max-width: 680px;
    }
}
@media screen and (max-width: 767px) {
    .btn01 a {
        line-height: 3;
        cursor: pointer;
    }
    .btn02 a {
        line-height: 1;
        cursor: pointer;
    }
    /*--- ハンバーガーメニュー ---*/
    .navbar-toggle {
        position: absolute;
        top: 15px;
        right: 0;
        cursor: pointer;
        z-index: 999;
    }
    .navbar-toggle .icon-bar {
        background-color: #007c2d;
    }
    .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /*------*/
    #menu h1 {
        margin: 15px 15px 5px;
        padding: 0;
    }
    #menu h1 img {
        height: 50px;
    }
    #menu .nav{
        background: rgba(255, 255, 255, 0.8);
        padding-top: 10px;
    }
    #menu .nav li a {
        padding: 10px 35px;
    }
    #menu .nav li:hover::before{
        height: 20px;
        border-style: solid;
        border-width: 10px 0 10px 12px;
        border-color: transparent transparent transparent #007c2d;
        content: "";
        display: block;
        top: 50%;
        left: 20px;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        position: absolute;
    }
    #menu .nav li:nth-child(4):hover::before {
        height: 20px;
        border-style: solid;
        border-width: 10px 0 10px 12px;
        border-color: transparent transparent transparent #007c2d;
        content: "";
        display: block;
        top: 50%;
        left: 20px;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        position: absolute;
    }
    #menu .nav li:nth-child(5):hover::before{
        height: 20px;
        border-style: solid;
        border-width: 10px 0 10px 12px;
        border-color: transparent transparent transparent #fff;
        content: "";
        display: block;
        top: 50%;
        left: 20px;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        position: absolute;
        z-index: 101;
    }
    #menu .nav li:nth-child(4):hover , #menu .nav li:nth-child(6):hover {
        opacity: 1.5;
    }
    #menu .nav li:nth-child(4) a {
        padding: 10px 35px 15px;
    }
    #menu .nav li:nth-child(4) img {
        height: 26px;
    }
    #menu .nav li:nth-child(5) a {
        padding: 15px 35px;
        background-color: #007c2d;
    }
    #menu .nav li:nth-child(5):hover {
        opacity: 1;
    }
    #menu .nav li:nth-child(5) img {
        height: 17px;
    }
    
    
    #news .row {
        margin-top: 0px;
    }
    #news .content-box {
        width: 80%;
        max-width: 500px;
        margin: 15px auto 30px;
    }
    .topics-tit-bg img {
        width: 50%;
        max-width: 450px;
        min-width: 330px;
        left: 37%;
    }
    #topics .sns {
        margin-top: 35px;
    }
    #topics .content-box {
        width: 90%;
        margin: 0px auto 15px;
        padding: 15px 15px 10px;
    }
    #topics .content-box::before {
        border-width: 35px 35px 0 0;
    }
    
    
    #ft01 {
        padding: 35px 0 15px;
    }
    /*--- 左 ---*/
    #ft01 .ft01-left img {
        max-width: 250px;
    }
    #ft01 .ft01-left-txt {
        margin-top: 15px;
    }
    #ft01 .ft01-left-txt span {
        display: block;
        margin-top: 5px;
    }
    #ft01 .ft01-right {
        position: initial;
        bottom: 0;
        right: 0;
        margin-top: 15px;
    }

    /*--- 右上 ---*/
    #ft01 .col-sm-12 {
      text-align: right;
    }
    #ft01 .ft-menu {
      margin: 0 0 20px;
    }
    #ft01 .ft-sns {
      margin-top: 5px;
    }
    #ft01 .ft-sns img {
      height: 25px;
    }

    /*--- 右下 ---*/
    #ft01 .ft-sub {
      display: block;
      text-align: center;
    }
    #ft01 .ft-sub li a {
      padding: 0px 15px;
    }
    #ft01 .cp {
      display: block;
      margin-top: 10px;
      margin-left: 0px;
      text-align: center;
    }
    
    #titbar {
        background-size: 767px;
        background-position: 60% 0px;
    }
    #contents h3 img {
        width: 200px;
        margin: 0 25px;
    }
    #contents .pro .col-md-12 {
        margin-top: 35px;
        height: 380px;
    }
    #contents .pro .bg-right, #contents .pro .bg-left {
        top: 15px;
        height: auto;
        width: 65%;
    }
    #contents .contents-box {
        width: 52%;
        margin-left: 3%;
    }
    #contents .text-icon01 img {
        width: 150px;
    }
    #contents .pro .box-txt {
        margin-top: 10px;
        padding: 20px 25px 20px;
    }
    #contents .contents-tit {
        font-size: 18px;
    }
    #contents .contents-txt {
        font-size: 13px;
    }
    #contents .pro .left {
        margin-left: 45%;
    }
    
    #contents .my01 {
        margin: 95px auto 0;
    }
    #contents .my01-tit {
        font-size: 18px;
    }
    #contents .my01-tit span {
        font-size: 33px;
    }
    #contents .my01table {
        margin: 25px 0 120px;
    }
    #contents .my01table th, #contents .my01table td {
        padding: 5px 5px 5px 12px;
        vertical-align: top;
    }
    #contents .my01 .my01-img img {
        max-width: 215px;
        width: 45%;
    }
    #contents #news h3 img {
        width: 96%;
        max-width: 400px;
        margin: 0px;
    }
}
@media screen and (max-width: 524px) {
    .pc-img {
        display: none;
    }
    .xs-img {
        display: block;
    }
    
    #hd01 .hd01-txt {
        width: 55%;
        left: 35%;
    }
    #msg h3 img {
        width: 160px;
        margin: 0 15px 0 20px;
    }
    #msg .msg-tit {
        width: 82%;
        font-size: 30px;
    }
    #news {
        margin-top: 50px;
    }
    #news h3 img {
        width: 93%;
    }
    #topics {
        margin-top: 50px;
    }
    .topics-tit-bg {
        height: 135px;
        margin-top: 50px;
    }
    .topics-tit-bg img {
        min-width: 310px;
        left: 50%;
    }
    #topics .row .line::before {
        top: -50px;
        height: 37px;
    }
    #topics .content-box p {
        padding-top: 10px;
    }
    
    
    
    
    #contents .pro .col-md-12 {
        margin-top: 35px;
        height: auto;
    }
    #contents .pro .bg-right, #contents .pro .bg-left {
        top: 42px;
        height: auto;
        width: 90%;
    }
    #contents .contents-box {
        width: 85%;
    }
    #contents .pro .box-txt {
        margin-top: 160px;
        padding: 15px 20px 15px;
    }
    #contents .pro .left {
        margin-left: 15%
    }
    #contents .my01 {
        margin: 85px auto 0;
    }
    #contents .my02 li {
        padding: 12px 15px;
    }
}
