/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2023 | 08:11:19 */
/*
.example {
    color: red;
}
*/

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.footer {
	margin-top: 0px;
	
}
.hidariuegazou {
	width: 200px;
	height: auto;
	
}
.q1pen {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
	width: auto;
}
.q1pen tr,td{
	padding: 0!important;
    border: none!important;
}

.ga{
	text-align: center;"
	font-size: 1.2em;
}

.content{
	margin-top: -70px;
}

.btn-kaitou{
	color: #ffffff;
	background: coral;
	border-radius: 100vh;
	width: 200px;
	display: inline-block;
	line-height: 40px;
	text-decoration: none;
	margin-bottom: 40px;
	border: none;
	font-size: 1.2em;
}
body{
	background-color: lightblue;
}

.btn-wrap{
margin-bottom: 20px;
padding: 10px 10px;
text-align: center;	
}

.toggle-button {
	z-index: -1;
}

/* クリックしてモーダルウィンドウを表示するボタン */
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#48D1CC), to(#008B8B));
  background: linear-gradient(to right bottom, #48D1CC, #008B8B);
  border-radius: 5px;
  color: #fff;
  margin: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

/* オーバーレイ */
.overlay {
  /* 位置を固定 */
  position: fixed;
  top: 0;
  left: 0;
  /* 画面いっぱいに広がるようにする */
  width: 100%;
  height: 100vh;
  /* 黒い背景色(今回は黒で60%の不透明度) */
  background: rgba(0, 0, 0, 0.6);
  /* デフォルトでは非表示にしておく */
  display: none;
}

/* モーダルウィンドウ */
.modal, .modal2 {
  /* 大きさを指定 */
  max-width: 360px;
  width: 86%;
  /* 見た目を整える */
  padding: 35px 20px;
  background: #fff;
  /* 位置を固定表示 */
  position: fixed;
  /* 画面の真ん中に表示されるように指定 */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* デフォルトでは非表示にしておく */
  display: none;
}

/* モーダルウィンドウ内にある×ボタン */
.modal .close {
  /* モーダルウィンドウを基準に位置を調整 */
  position: absolute;
  top: 10px;
  right: 20px;
  /* ホバーしたらカーソルの形になるようにする */
  cursor: pointer;
  font-size: 20px;
}
.modal2 .close {
  /* モーダルウィンドウを基準に位置を調整 */
  position: absolute;
  top: 10px;
  right: 20px;
  /* ホバーしたらカーソルの形になるようにする */
  cursor: pointer;
  font-size: 20px;
}

.page-top {
	display: none;
}

/* モーダルウィンドウ内の見出しのスタイル調整 */
.modal h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.article h1 {
  text-align: center;
}
/* モーダルウィンドウ内の見出しのスタイル調整 */
.modal2 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

/* モーダルウィンドウ内の文章の文字サイズの調整 */
.modal p {
  font-size: 13px;
}
/* モーダルウィンドウ内の文章の文字サイズの調整 */
.modal2 p {
  font-size: 13px;
}

.modal img {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
.modal2 img {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 0;
  height: auto;
  opacity: 1;
}