@charset "UTF-8";
/*
Theme Name: GTN LIFE SUPPORT
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, mark, menu, nav,
object, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header,
menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"], button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  cursor: pointer;
}

body {
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.inner-sp {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (min-width: 629px) {
  .inner {
    width: 100px;
  }
}

.post-show-thumbnail {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.post-show-thumbnail__image {
  width: 100%;
  height: auto;
}

.post-show-thumbnail__none {
  background: #f3f3f3;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-show-thumbnail__none-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #aaaaaa;
}

.post-show-content {
	  padding: 50px 0;
	  margin-bottom: 60px;
	  font-size: 16px;
}

.post-show-content .detail {
  margin-bottom: 30px;
}

.post-show-content .category {
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 100px;
  background: #DE1C2D;
  color: #FFFFFF;
  padding: 8px 16px;
}

.post-show-content .writer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post-show-content .writer__icon {
  width: 44px;
  height: 44px;
  background: #ddd;
  border-radius: 100px;
  border: 1px solid #f3f3f3;
}

.post-show-content .writer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 10px;
}

.post-show-content .writer__name {
  font-size: 12px;
}

.post-show-content .writer__date {
  margin-top: 4px;
  font-size: 10px;
  color: #aaaaaa;
}

.post-show-content .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.post-show-content__markdown p {
  word-break: break-word;
}

.post-show-content__markdown h1, .post-show-content__markdown h2, .post-show-content__markdown h3, .post-show-content__markdown h4, .post-show-content__markdown h5, .post-show-content__markdown h6 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.8;
}

.post-show-content__markdown h1 {
  font-size: 26px;
  font-weight: 700;
}

.post-show-content__markdown h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #111111;
}

.post-show-content__markdown h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
}

.post-show-content__markdown p {
  font-size: 18px;
  line-height: 2;
}

.post-show-content__markdown a {
  font-size: 18px;
  color: #33bad4;
}

.post-show-content__markdown ul, .post-show-content__markdown li, .post-show-content__markdown ol {
  line-height: 2;
  font-size: 18px;
}

.post-show-content__markdown b {
  font-weight: bold;
}

.post-show-content__markdown ul li {
  list-style: square;
}

.post-show-content__markdown ol li {
  list-style-type: decimal;
}

.post-show-content__markdown img {
  max-width: 100%;
  margin: 10px 0;
  height: auto;
}

.post-show-content__markdown blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  border-left: 4px solid #DE1C2D;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

.post-show-content__markdown blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #DE1C2D;
  font-size: 90px;
  line-height: 1;
}

.post-show-content__markdown blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

.post-show-content__markdown blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.coupon-show-thumbnail {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.coupon-show-thumbnail__image {
  width: 100%;
  height: auto;
}

.coupon-show-thumbnail__none {
  background: #f3f3f3;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon-show-thumbnail__none-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #aaaaaa;
}

.coupon-show__content {
  padding: 20px 0 60px 0;
  margin-bottom: 60px;
  font-size: 16px;
}

.coupon-show__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.coupon-show__detail-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #DE1C2D;
}

.coupon-show__detail-writer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coupon-show__detail-writer-icon {
  width: 46px;
  height: 46px;
  background: #ddd;
  border-radius: 100px;
  border: 1px solid #f3f3f3;
}

.coupon-show__detail-writer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 10px;
}

.coupon-show__detail-writer-name {
  font-size: 14px;
}

.coupon-show__detail-writer-date {
  margin-top: 4px;
  font-size: 10px;
  color: #aaaaaa;
}

.coupon-show__detail-limited {
  font-size: 12px;
  border: 1px solid #DE1C2D;
  padding: 10px 14px 12px 14px;
  color: #DE1C2D;
  display: inline-block;
  border-radius: 100px;
  line-height: 1;
}

.coupon-show__main {
  margin-bottom: 20px;
}

.coupon-show__detail-date {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  display: block;
}

.coupon-show__note {
  font-size: 12px;
  line-height: 2;
  display: block;
  color: #aaaaaa;
}

.coupon-show__note-title {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.coupon-show__btn {
  background: #DE1C2D;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
}

@media (prefers-color-scheme: light) {
  body {
    background:#fafafa
  }
  .post-show-content {
    color: #333333;
  }
  .post-show-content__markdown h3 {
    background: #f3f3f3;
  }
  .post-show-content__markdown blockquote {
    background: #f5f5f5;
    color: #777777;
  }
  .coupon-show__content {
    color: #333333;
  }
  .coupon-show__detail-date {
    color: #111111;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background:#181818
  }
  .post-show-content {
    color: #ffffff;
  }
  .post-show-content__markdown h3 {
    background: #212121;
  }
  .post-show-content__markdown blockquote {
    background: #212121;
    color: #ffffff;
  }
  .coupon-show__content {
    color: #ffffff;
  }
  .coupon-show__detail-date {
    color: #ffffff;
  }
}
