﻿@charset "UTF-8";

/*----- cms 設定 -----*/
.cmsOuter {
  background: #faf7f2;
  padding: 20px;
  margin-bottom: 40px; }

.cms {
  margin: 15px 0;
  width: 100%;
  overflow-x: auto; }
.cms .cms-wrap {
  overflow: hidden; }
.cms .cms-youtube {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000; }
.cms .cms-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.cms .cms-wrap-imgRight .cms-wrap-img img {
  float: right;
  margin-left: 15px;
  max-width: 50%; }
.cms .cms-wrap-imgLeft .cms-wrap-img img {
  float: left;
  margin-right: 15px;
  max-width: 50%; }
.cms .cms-img {
  text-align: left;
  margin: 10px 0; }
.cms .cms-img img {
  max-width: 100%; }
.cms .cms-h1 {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0; }
.cms .cms-h2 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0; }
.cms .cms-h3 {
  font-size: 21px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0; }
.cms .cms-text {
  word-break: break-all;
  line-height: 35px; }