@media only screen and (max-width: 768px) {
  /* --------------------------------------------------
  	column-detail
  -------------------------------------------------- */
  .column-detail .column-header {
    padding: 1.5rem 1rem 1rem;
    position: relative;
  }
  .column-detail .column-header .column-ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 1rem;
  }
  .column-detail .column-header .column-time {
    font-size: 1.1rem;
    color: #66cc66;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
  }
  .column-detail .column-header .column-time:after {
    width: 100%;
    height: .1rem;
    background: #66cc66;
    top: 50%;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
  }
  .column-detail .column-header .column-time span {
    padding-right: 1rem;
    background: #fff;
  }
  .column-detail .column-img {
    padding: 0 1rem 1.5rem;
  }
  .column-detail .column-img img {
    width: 100%;
    height: auto;
  }
  .column-detail .column-body {
    padding: 0 1rem;
  }
  .column-detail .column-body p {
    padding: 0 .5rem 1em;
  }
  .column-detail .column-body h4 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding: 1rem 0 1rem 2.5rem;
    margin-bottom: 2rem;
  }
  .column-detail .column-body h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.84rem;
    background: #66cc66;
    width: 1.5rem;
    height: .3rem;
  }
  .column-detail .column-body h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    border-bottom: 0.3rem solid #66cc66;
    position: relative;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
  .column-detail .column-body h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #339933;
    width: 100%;
    height: .1rem;
  }
  .column-detail .column-body img {
    max-width: 100%;
    height: auto;
  }
  .column-detail .column-body blockquote {
    outline: 0.1rem solid #66cc66;
    border: 0.3rem solid #f6f9f4;
    padding: 1.5rem 2rem .5rem;
    text-align: left;
    margin: 1.5rem .1rem;
  }
  .column-detail .column-body blockquote p {
    font-size: 1.4rem;
    padding: 0 0 1em;
  }
  .column-detail .column-body blockquote h5 {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .column-detail .column-body a {
    text-decoration: underline !important;
    color: #66cc66 !important;
  }
  .column-detail .category-list {
    background: #66cc66;
    margin: 0 1rem 1.5rem;
    position: relative;
    padding-left: 8rem;
  }
  .column-detail .category-list .category-list-ttl {
    width: 8rem;
    font-size: 1rem;
    color: #339933;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 2;
    text-align: center;
    margin-top: -1em;
  }
  .column-detail .category-list ul {
    background: #fbfbfb;
    padding: 1rem;
  }
  .column-detail .category-list ul li {
    display: inline-block;
    font-size: 1.2rem;
  }
  .column-detail .category-list ul li:after {
    content: ",";
  }
  .column-detail .category-list ul li a:hover {
    text-decoration: underline;
  }
  .column-detail .tags-list {
    background: #66cc66;
    margin: 0 1rem 1.5rem;
    position: relative;
    padding-left: 8rem;
  }
  .column-detail .tags-list .tags-list-ttl {
    width: 8rem;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 2;
    text-align: center;
    margin-top: -1em;
  }
  .column-detail .tags-list ul {
    background: #fbfbfb;
    padding: 1rem;
  }
  .column-detail .tags-list ul li a {
    font-size: 1.2rem;
  }
  .column-detail .mailmagazine-box {
    background: #eee;
    text-align: center;
    padding: 2rem;
  }
  .column-detail .mailmagazine-box h6 {
    color: #339933;
    font-size: 1.8rem;
    padding: 0 0 1rem;
  }
  .column-detail .mailmagazine-box h6 b {
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
  }
  .column-detail .mailmagazine-box p {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  .column-detail .mailmagazine-box-inner {
    padding: 0 0 1.5rem 0;
  }
  .column-detail .mailmagazine-box-inner input[type="text"] {
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border: 1px solid #ccc;
    padding: 0 1.5rem;
  }
  .column-detail .mailmagazine-box-inner input[type="button"] {
    width: 8rem;
    line-height: 3.6rem;
    background: #339933;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 1rem auto 0 auto;
    -webkit-appearance: none;
  }
  .column-detail .mailmagazine-box-link {
    font-size: 1rem;
  }
  .column-detail .page-nav {
    border-top: .1rem solid #eee;
    border-bottom: .1rem solid #eee;
    position: relative;
    z-index: 1;
    margin: 2rem 0;
  }
  .column-detail .page-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: .1rem;
    height: 100%;
    background: #eee;
    left: 50%;
    top: 0;
  }
  .column-detail .page-nav:after {
    content: "";
    clear: both;
    display: block;
  }
  .column-detail .page-nav .prev-nav {
    width: 50%;
    float: left;
  }
  .column-detail .page-nav .prev-nav a {
    padding-left: 2rem;
  }
  .column-detail .page-nav .prev-nav a i {
    left: .5rem;
  }
  .column-detail .page-nav .next-nav {
    width: 50%;
    float: right;
  }
  .column-detail .page-nav .next-nav a {
    padding-right: 2rem;
  }
  .column-detail .page-nav .next-nav a i {
    right: .5rem;
  }
  .column-detail .page-nav a {
    display: block;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }
  .column-detail .page-nav a i {
    position: absolute;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
    color: #66cc66;
  }

  .recommend-products {
    background: #f6f9f5;
    outline: 0.8rem solid #f6f9f5;
    border: 0.1rem dashed #66cc66;
    margin: 0 .8rem 2rem .8rem;
    padding: 1.5rem 1rem;
    clear: both;
  }
  .recommend-products h5 {
    text-align: center;
    color: #66cc66;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .recommend-box {
    margin-bottom: 1.5rem;
  }
  .recommend-box h5 {
    background: #66cc66;
    color: #fff;
    font-size: 1.5rem;
    line-height: 5rem;
    padding: 0 1rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .recommend-box h5 small {
    position: absolute;
    right: 1rem;
    color: #339933;
    font-size: .9rem;
    top: 50%;
    margin-top: -1em;
    line-height: 2;
  }
  .recommend-box .recommend-list {
    overflow: hidden;
    padding: .5rem;
  }
  .recommend-box .recommend-list article {
    margin: 0 0 1.5rem 0;
    padding: 0px 1rem 0px 16rem;
    clear: both;
    position: relative;
  }
  .recommend-box .recommend-list article a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .recommend-box .recommend-list article .img {
    width: 14rem;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    left: 1rem;
    top: 0px;
  }
  .recommend-box .recommend-list article .recommend-time {
    color: #66cc66;
    font-size: .9rem;
    padding-bottom: .3rem;
  }
  .recommend-box .recommend-list article h6 {
    font-weight: 700;
    line-height: 1.3;
  }

  .relation-box {
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
  .relation-box h5 {
    background: #eee;
    color: #339933;
    font-size: 1.5rem;
    line-height: 5rem;
    padding: 0 1rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .relation-box h5 small {
    position: absolute;
    right: 10px;
    color: #66cc66;
    font-size: 1rem;
    top: 50%;
    margin-top: -1em;
    line-height: 2;
  }
  .relation-box .relation-list {
    overflow: hidden;
    padding: .5rem;
  }
  .relation-box .relation-list .relation-item {
    width: 50%;
    padding: 1rem;
    text-align: left;
    float: left;
    font-size: 1.2rem;
    position: relative;
  }
  .relation-box .relation-list .relation-item a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .relation-box .relation-list .relation-item:nth-of-type(2n+1) {
    clear: both;
  }
  .relation-box .relation-list .relation-item .img {
    width: 100%;
    height: 14rem;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* --------------------------------------------------
  	column-detail
  -------------------------------------------------- */
  .column-detail .column-header {
    padding: 20px 0;
    position: relative;
  }
  .column-detail .column-header .column-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 15px;
  }
  .column-detail .column-header .column-time {
    font-size: 1.3rem;
    color: #66cc66;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
  }
  .column-detail .column-header .column-time:after {
    width: 100%;
    height: 1px;
    background: #66cc66;
    top: 50%;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
  }
  .column-detail .column-header .column-time span {
    padding-right: 10px;
    background: #fff;
  }
  .column-detail .column-img {
    padding-bottom: 25px;
  }
  .column-detail .column-img img {
    width: 100%;
    height: auto;
  }
  .column-detail .column-body {
    padding: 0 1rem;
  }
  .column-detail .column-body img {
    max-width: 100%;
    height: auto;
  }
  .column-detail .column-body p {
    font-size: 1.6rem;
    padding: 0 .5rem 1.5em;
  }
  .column-detail .column-body h4 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding: 1rem 0 1rem 2.5rem;
    margin-bottom: 2rem;
  }
  .column-detail .column-body h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2.2rem;
    background: #66cc66;
    width: 15px;
    height: .3rem;
  }
  .column-detail .column-body h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    border-bottom: 3px solid #66cc66;
    position: relative;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
  .column-detail .column-body h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #339933;
    width: 100%;
    height: 1px;
  }
  .column-detail .column-body blockquote {
    outline: 1px solid #66cc66;
    border: 3px solid #f6f9f4;
    padding: 20px 25px 10px;
    text-align: left;
    margin: 20px 1px;
  }
  .column-detail .column-body blockquote p {
    font-size: 1.4rem;
    padding: 0 0rem 1em;
  }
  .column-detail .column-body blockquote h5 {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .column-detail .column-body a {
    text-decoration: underline !important;
    color: #66cc66 !important;
  }
  .column-detail .column-body a:hover {
    text-decoration: none !important;
  }
  .column-detail .category-list {
    background: #66cc66;
    margin-bottom: 15px;
    position: relative;
    padding-left: 88px;
  }
  .column-detail .category-list .category-list-ttl {
    width: 88px;
    font-size: 1rem;
    color: #339933;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 2;
    text-align: center;
    margin-top: -1em;
  }
  .column-detail .category-list ul {
    background: #fbfbfb;
    padding: 15px 10px;
  }
  .column-detail .category-list ul li {
    display: inline-block;
    font-size: 1.3rem;
  }
  .column-detail .category-list ul li:after {
    content: ",";
  }
  .column-detail .category-list ul li a:hover {
    text-decoration: underline;
  }
  .column-detail .mailmagazine-box {
    width: 580px;
    margin: 0 auto 0;
    background: #eee;
    text-align: center;
    padding: 20px 20px 30px;
  }
  .column-detail .mailmagazine-box h6 {
    color: #339933;
    font-size: 1.8rem;
    padding: 10px 20px 8px;
  }
  .column-detail .mailmagazine-box h6 b {
    font-weight: 400;
  }
  .column-detail .mailmagazine-box p {
    padding-bottom: 20px;
  }
  .column-detail .mailmagazine-box-inner {
    padding: 0 0 15px 0;
  }
  .column-detail .mailmagazine-box-inner input[type="text"] {
    height: 50px;
    line-height: 48px;
    border: 1px solid #ccc;
    padding: 0 15px;
  }
  .column-detail .mailmagazine-box-inner input[type="button"] {
    width: 80px;
    line-height: 50px;
    background: #339933;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .column-detail .mailmagazine-box-link {
    font-size: 1.1rem;
  }
  .column-detail .favorit-btn {
    text-align: center;
    padding: 50px 0 0;
  }
  .column-detail .favorit-btn a {
    width: 360px;
    line-height: 52px;
    text-align: center;
    background: #66cc66;
    color: #fff;
    display: block;
    border-radius: 4px;
    margin: 0 auto;
  }
  .column-detail .tags-list {
    background: #339933;
    margin-bottom: 35px;
    position: relative;
    padding-left: 88px;
  }
  .column-detail .tags-list .tags-list-ttl {
    width: 88px;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 2;
    text-align: center;
    margin-top: -1em;
  }
  .column-detail .tags-list ul {
    background: #fbfbfb;
    padding: 8px 10px;
  }
  .column-detail .tags-list ul li a {
    font-size: 1.3rem;
  }
  .column-detail .page-nav {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
    margin: 50px 0 80px;
  }
  .column-detail .page-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 100%;
    background: #eee;
    left: 50%;
    top: 0;
  }
  .column-detail .page-nav:after {
    content: "";
    clear: both;
    display: block;
  }
  .column-detail .page-nav .prev-nav {
    width: 50%;
    float: left;
  }
  .column-detail .page-nav .prev-nav a {
    padding-left: 35px;
  }
  .column-detail .page-nav .prev-nav a i {
    left: 10px;
  }
  .column-detail .page-nav .next-nav {
    width: 50%;
    float: right;
  }
  .column-detail .page-nav .next-nav a {
    padding-right: 35px;
  }
  .column-detail .page-nav .next-nav a i {
    right: 10px;
  }
  .column-detail .page-nav a {
    display: block;
    padding: 30px 25px;
  }
  .column-detail .page-nav a i {
    position: absolute;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
    color: #66cc66;
  }

  .recommend-products {
    background: #f6f9f5;
    outline: 10px solid #f6f9f5;
    border: 1px dashed #66cc66;
    margin: 0 10px 50px 10px;
    padding: 25px 15px;
    clear: both;
  }
  .recommend-products h5 {
    text-align: center;
    color: #66cc66;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .recommend-box {
    margin-bottom: 25px;
  }
  .recommend-box h5 {
    background: #66cc66;
    color: #fff;
    font-size: 1.8rem;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
  }
  .recommend-box h5 small {
    position: absolute;
    right: 10px;
    color: #339933;
    font-size: 1rem;
    top: 50%;
    margin-top: -1em;
    line-height: 2;
  }
  .recommend-box .recommend-list {
    overflow: hidden;
    padding: 5px;
  }
  .recommend-box .recommend-list article {
    width: 50%;
    min-height: 105px;
    margin: 0 0 20px 0;
    padding: 0px 10px 0px 170px;
    float: left;
    position: relative;
  }
  .recommend-box .recommend-list article:hover .img {
    opacity: 0.8;
  }
  .recommend-box .recommend-list article a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .recommend-box .recommend-list article:nth-of-type(2n+1) {
    clear: both;
  }
  .recommend-box .recommend-list article .img {
    width: 140px;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 0px;
  }
  .recommend-box .recommend-list article .recommend-time {
    color: #66cc66;
    font-size: 1rem;
    padding-bottom: 5px;
  }
  .recommend-box .recommend-list article h6 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .relation-box {
    margin-bottom: 25px;
    overflow: hidden;
  }
  .relation-box h5 {
    background: #eee;
    color: #339933;
    font-size: 1.8rem;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
  }
  .relation-box h5 small {
    position: absolute;
    right: 10px;
    color: #66cc66;
    font-size: 1rem;
    top: 50%;
    margin-top: -1em;
    line-height: 2;
  }
  .relation-box .relation-list {
    overflow: hidden;
    padding: 5px;
  }
  .relation-box .relation-list .relation-item {
    width: 25%;
    padding: 10px;
    text-align: left;
    float: left;
    position: relative;
  }
  .relation-box .relation-list .relation-item:hover .img {
    opacity: 0.8;
  }
  .relation-box .relation-list .relation-item a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .relation-box .relation-list .relation-item:nth-of-type(4n+1) {
    clear: both;
  }
  .relation-box .relation-list .relation-item .img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 10px;
  }
}
