@charset "UTF-8";
/*-------- 共通 --------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.u-mt10 {
  margin-top: 10px;
}

.small {
  font-size: 0.8rem !important;
  line-height: 1.3rem !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #d5b662;
  transition: opacity 0.2s;
  /* WebFontギザギザ対応 以下2行 */
  /*-webkit-text-stroke: 0.2px #276bd2;*/
  /*transform: rotate(0.00001deg);*/
}
a:hover {
  color: #d5b662;
  text-decoration: underline;
  /* WebFontギザギザ対応 以下2行 */
  /*-webkit-text-stroke: 0.2px #276bd2;*/
  /*transform: rotate(0.00001deg);*/
}

a.link_btn {
  display: inline-block;
  padding: 0.8em 2em;
  font-size: 1.2em;
  text-decoration: none !important;
  background: #ff3644;
  /*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #e61624;
  border-radius: 30px;
}
a.link_btn:hover {
  background: #ff5965;
  text-decoration: none !important;
}
a.link_btn:active {
  /*ボタンを押したとき*/
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
  color: #b01e26;
}

pre {
  background: #333;
  color: #ccc;
  padding: 10px;
  width: 96%;
  margin-bottom: 20px;
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
}

code {
  width: 94%;
}

.tsize-l {
  font-size: 1.1rem;
}

.tsize-ll {
  font-size: 1.3rem;
}

.box {
  background: #352f47;
  padding: 10px;
  margin: 10px auto 20px;
}

.box-frame {
  background: #333;
  padding: 10px;
  border: 1px solid #666;
  margin: 10px auto 20px;
}

.pc-on {
  display: inline-block;
}

.sp-on {
  display: none;
}

.red {
  color: #b01e26;
}

.blue {
  color: #276da8;
}

.green {
  color: #46933e;
}

.purple {
  color: #68459c;
}

.orange {
  color: #c86d1c;
}

.marker-red {
  background: linear-gradient(transparent 60%, #702126 60%);
  font-weight: bold;
  border-radius: 2px;
}

.marker-blue {
  background: linear-gradient(transparent 60%, #1e316e 60%);
  font-weight: bold;
  border-radius: 2px;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #756d1a 60%);
  font-weight: bold;
  border-radius: 2px;
}

.marker-orange {
  background: linear-gradient(transparent 60%, #804d1f 60%);
  font-weight: bold;
  border-radius: 2px;
}

.marker-green {
  background: linear-gradient(transparent 60%, #2a682e 60%);
  font-weight: bold;
  border-radius: 2px;
}

.marker-purple {
  background: linear-gradient(transparent 60%, #4c2469 60%);
  font-weight: bold;
  border-radius: 2px;
}

.t-bg1 {
  background: #756d1a;
}

.t-bg2 {
  background: #1e316e;
}

.wrapper .contents-wrap {
  /* check mark list */
}
.wrapper .contents-wrap h1 {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin: 10px 0 20px 0;
  text-align: left;
  font-weight: 500;
  color: #ccc;
  padding-bottom: 14px;
  border-bottom: 2px solid #ccc;
}
.wrapper .contents-wrap h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ccc;
  margin: 50px 0 24px 0;
  padding: 8px 20px 8px 20px;
  border-top: 2px solid #d5b662;
  border-bottom: 2px solid #d5b662;
  background: #333;
  line-height: 1.4em;
}
.wrapper .contents-wrap h3 {
  color: #ccc;
  position: relative;
  padding: 0.7em;
  background: #352f47;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  margin: 16px 0 20px 0;
}
.wrapper .contents-wrap h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #352f47;
}
.wrapper .contents-wrap h4 {
  color: #ccc;
  padding: 0.4em;
  border-left: 6px solid #d5b662;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 16px 10px 20px 10px;
}
.wrapper .contents-wrap figcaption {
  font-size: 0.8rem;
}
.wrapper .contents-wrap p {
  font-size: 16px;
  line-height: 2rem;
  margin: 20px 0;
  padding: 0 10px;
}
.wrapper .contents-wrap a {
  text-decoration: none;
  color: #d5b662;
}
.wrapper .contents-wrap a:hover {
  text-decoration: underline;
}
.wrapper .contents-wrap ul {
  font-size: 1rem;
  margin: 10px 8px;
}
.wrapper .contents-wrap ul li {
  margin: 10px 0px;
  padding-left: 20px;
  position: relative;
}
.wrapper .contents-wrap ul li:before {
  /*疑似要素*/
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: '';
  width: 0.6em;
  height: 0.6em;
  background: #ccc;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: -18px;
}
.wrapper .contents-wrap ul.checkmark {
  font-size: 1rem;
  margin: 10px 28px;
}
.wrapper .contents-wrap ul.checkmark li {
  margin: 10px 0px;
  position: relative;
}
.wrapper .contents-wrap ul.checkmark li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 12px;
  height: 6px;
  border-left: 2px solid #d5b662;
  border-bottom: 2px solid #d5b662;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrapper .contents-wrap ul.checkmark li:before {
  content: none;
}
.wrapper .contents-wrap ol {
  font-size: 1rem;
  margin: 10px 28px;
  list-style-type: decimal;
}
.wrapper .contents-wrap ol li {
  margin: 10px 0px;
}
.wrapper .contents-wrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 20px;
}
.wrapper .contents-wrap table tr:nth-child(odd) {
  background-color: #333;
}
.wrapper .contents-wrap table th {
  padding: 10px;
  background: #5c4b1e;
  border: solid 1px #333;
}
.wrapper .contents-wrap table td {
  padding: 10px;
  border: solid 1px #333;
}
.wrapper .contents-wrap .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  width: 100%;
  height: 0;
  overflow: hidden;
}
.wrapper .contents-wrap .tweet-wrap {
  width: 100%;
}
.wrapper .contents-wrap .tweet-wrap .twitter-tweet {
  width: 100% !important;
  height: 100%;
}
.wrapper .contents-wrap .movie-wrap iframe,
.wrapper .contents-wrap .tweet-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .contents-wrap .tag ul li {
  margin: 0 8px 6px !important;
}

/*# sourceMappingURL=font_style.css.map */
