.floatL {
  float: left; }

.floatR {
  float: right; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/*@mixin fontH3 {
    font-size: 30px;    
}*/
/*Grid*/
.gridStyle1 > div {
  width: calc( (100% - 30px) / 2); }

.gridStyle1 > div:nth-child(odd) {
  margin-right: 30px; }

.gridStyle1_11 img {
  margin-bottom: 20px; }

.gridStyle1_11 .itemBig {
  float: left;
  width: calc( (100% - 30px) / 78 * 42); }

.gridStyle1_11 .itemSmall {
  float: right;
  width: calc( (100% - 30px) / 78 * 36); }

@media all and (max-width: 750px) {
  .gridStyle1 > div {
    width: 100%; }
  .gridStyle1 > div:nth-child(odd) {
    margin-right: 0px; }
  .gridStyle1_11 .itemSmall, .gridStyle1_11 .itemBig {
    width: 100%; }
  .gridStyle1_11 > div:nth-child(odd) {
    margin-right: 0px; } }

.blog3 .picText {
  margin: 16px 0 30px 0;
  text-align: justify;
  color: #696969; }

.blog3 .summary h1, .blog3 .summary .word {
  padding: 0 60px; }

.blog3 .summary h1 {
  max-width: 716px;
  margin-bottom: 30px; }

.blog3 .summary .word {
  margin-bottom: 50px; }
  .blog3 .summary .word p {
    font-size: 20px;
    line-height: 32px;
    text-align: justify; }

.blog3 .summary .content img {
  margin-bottom: 27px; }

.blog3 .introduce .content {
  position: relative;
  max-width: 750px;
  margin: 0 auto; }
  .blog3 .introduce .content::before {
    content: "";
    height: 100%;
    width: 0px;
    position: absolute;
    left: -30px;
    margin-top: 18px;
    border: 1px solid #bebebe; }
  .blog3 .introduce .content .hideDiv {
    position: absolute;
    width: 6px;
    height: 30px;
    left: -30px;
    bottom: -30px;
    background-color: #f6f6f6; }

.blog3 .introduce .location {
  position: relative;
  margin-top: 80px; }
  .blog3 .introduce .location.point::before {
    position: absolute;
    content: "";
    background-color: #f6f6f6;
    border: 2px solid #bebebe;
    border-radius: 7px;
    width: 8px;
    height: 8px;
    top: 10px;
    left: -35px; }
  .blog3 .introduce .location h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 30px;
    color: #696969; }

.blog3 .introduce_end {
  margin: 60px auto 55px auto;
  max-width: 810px; }

/* RWD */
@media all and (max-width: 750px) {
  .blog3 .picText {
    margin: 20px 0 25px 0; }
  .blog3 .summary h1, .blog3 .summary .word {
    padding: 0; }
  .blog3 .summary h1 {
    margin-bottom: 20px; }
  .blog3 .summary .word div {
    margin-top: 0px; }
    .blog3 .summary .word div img {
      margin-bottom: 28px; }
    .blog3 .summary .word div span {
      display: block;
      padding-bottom: 40px; }
  .blog3 .summary .content p, .blog3 .summary .word p {
    padding: 0;
    font-size: 23px;
    line-height: 34px;
    text-align: justify; }
  .blog3 .introduce .btnChange {
    margin-top: 14px;
    max-width: 100%; }
    .blog3 .introduce .btnChange .endbtn {
      margin-top: 40px; }
    .blog3 .introduce .btnChange p {
      padding: 16px 0; }
  .blog3 .introduce h3 {
    font-size: 30px;
    margin-top: 50px; }
  .blog3 .introduce .content {
    margin: 0 0px 0 30px; }
    .blog3 .introduce .content::before {
      border: 3px solid #bebebe; }
    .blog3 .introduce .content .hideDiv {
      width: 6px; }
  .blog3 .introduce .location.point::before {
    border: 5px solid #bebebe;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    top: 2px;
    left: -40px; }
  .blog3 .introduce_end {
    margin: 0 60px;
    margin-top: 60px; } }

@media all and (max-width: 576px) {
  .gridMobileStyle1 > div, .gridMobileStyle1 > li, .gridMobileStyle1 > a, .gridMobileStyle1 > p, .gridMobileStyle1 > img {
    width: calc( (100% - 20px) / 2); }
  .blog3 .summary, .blog3 .introduce {
    margin: 0 30px; }
  .blog3 .picText {
    margin: 15px 0 20px 0; }
  .blog3 .summary h1 {
    font-size: 30px;
    line-height: 40px; }
  .blog3 .summary .word p, .blog3 .summary .word span {
    font-size: 20px;
    line-height: 35px; }
  .blog3 .summary .content p {
    text-align: left; }
  .blog3 .introduce .content {
    margin: 0; }
    .blog3 .introduce .content::before {
      display: none; }
  .blog3 .introduce .location.point::before {
    display: none; }
  .blog3 .introduce h3 {
    font-size: 25px;
    margin-top: 30px; }
  .blog3 .introduce_end {
    margin: 0 30px; } }
