
.c-form-text {
/*
  height: 5em;
  */
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  font-size     : 1.0em;
  
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
 .md-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
  }
   
  .md-contents{
    display: none;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 90%;
    height: 98%;
    overflow: scroll;
    transform: translateX(-50%);
    z-index: 10000;
    font-size: 1.5em;
    
  }
   
   
  .md-inner{
    padding: 24px 40px;
    background: #fff;
    height: auto;
  }
   
   
   
  .md-xmark{
    position: absolute;
    top: 34px;
    right: 20px;
    width: 25px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
  }
   
  .md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
  }
   
  .md-xmark span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
  }
   
   
  .md-xmark span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
  }

  /*aタグ予約をボタン化*/
  .md-btn{
  font-size     : 1.5em;
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 5px;   /* 余白       */
  background    : #ffc400;     /* 背景色     */
  color         : #0003c5;     /* 文字色     */
  line-height   : 2em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  text-decoration:none;
}
.md-btn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
}




  /* table 関係*/

  @import url(https://fonts.googleapis.com/css?family=Righteous);

#wrap {
  margin:2em auto;
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  max-width:960px;
  color: #919191;
  text-shadow:1px 1px 3px;
}
h1, h2 {
  
  text-align:center;
  font-family: 'Righteous', cursive;
  color: #b1b1b1;
  text-shadow:1px 1px 3px;
}
h1 {
  font-size: 3em; 
}
h1 span {
  color:#ffc045;
}
h2 {
  font-size: 2em; 
}
p.description {
  margin-top: 1em;
  letter-spacing:2px;
  text-align:center;
}
.btnList {
  margin-top: 2em;  
  text-align:center;
}
.btnList li {
  display:inline-block;
}

/* 基本スタイル */
.tableBlock {
  margin-top:2em; 
}
table {
  width:100%;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
}
table caption {
  padding:1em;
  line-height: 1.5;
  text-align: left;
  background:#ffc045;
}
table tr th {
  background:#f2f2f2;
}
table tr th,
table tr td {
  font-size: 2em;

  padding:1em;
  line-height: 1.5;
  text-align:left;
  border:5px solid #c5faf7;
}

/* Tablet */
@media screen and (max-width:1080px){
  
  .br-sp {display: none; }
  
  /* パターン3：テーブルセルを縦並びに */
  .tableBlock.pattern03 table,
  .tableBlock.pattern03 table caption,
  .tableBlock.pattern03 table thead,
  .tableBlock.pattern03 table tbody,
  .tableBlock.pattern03 table tr,
  .tableBlock.pattern03 table tr th,
  .tableBlock.pattern03 table tr td {
    display:block;
  }
  .tableBlock.pattern03 table tr th,
  .tableBlock.pattern03 table tr td {
   margin:-5px; /* borderが二重になるのを防ぐ */
   border:0px;
   font-size: 3em;
   }

  .spmode{
    border:5px;
    border-color: #363636;
  }
  .spmodediv {
    border: solid 4px #FFD700;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    }
     
/* Tablet */ }


.button {
  display       : inline-block;
  border-radius : 4%;          /* 角丸       */
  font-size     : 54pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


body {

  
	width: 100%;
	height: 300vh;

/*  background:linear-gradient(45deg, #ffffff,#dcf8af,#f5f7a4);/*グラデーションを定義*/
/*	background-size: 200% 400%;/*サイズを大きくひきのばす*/
/*	animation: bggradient 20s ease infinite;    /**/
background-image: url( "back.png" );
}
/*
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
*/
.red{
  color:red;
}
.orange{
  color:orange;
}
.green{
  color:green;
}
