/*
Theme Name: Snow Monkey
Theme URI: https://snow-monkey.2inc.org
Author: inc2734
Author URI: https://2inc.org
Description:
Version: 13.2.3
License: GPLv2 or later
License URI: license.txt
Tags: editor-style, featured-images
Text Domain: snow-monkey
Requires at least: 5.6
Requires PHP: 5.6
*/



/* ヘッダーボタン */

.simple_square_btn5 {
	display: block;
	position: relative;
	width: 200px;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #910387;
	font-weight:bold;
}
.simple_square_btn5:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}

.top-phone li{
 font-weight:bold;
}


/*キービジュアル*/


/*テーブルヘッダーの装飾*/
.my-table td {
white-space: nowrap;
background-color: #fff;
text-align: center;
}

.my-table tr:first-child td {
background-color: #009e96;
color:#fff;
}

.my-table td:first-child {
background-color: #f0f5f6;
}

.my-table tr:first-child td:first-child {
background-color: #009e96;
color:#fff;
}


/* フッターエリアの背景色 */
.l-footer-widget-area {
  background-color: #;
}

/* フッターコピーライトの背景色 */

.l-footer .c-copyright {
  background-color: #1e2c5c;
}



/* tableタグ */
.tb-15 td:first-child {
  width: 15%;
}
.tb-15 td:last-child {
  width: 85%;
}

.tb-20 td:first-child {
  width: 20%;
}
.tb-20 td:last-child {
  width: 80%;
}

.tb-25 td:first-child {
  width: 25%;
}
.tb-25 td:last-child {
  width: 75%;
}

.tb-30 td:first-child {
  width: 30%;
}
.tb-30 td:last-child {
  width: 70%;
}

/* ヘッダーセクションあり */
.th-25 th:first-child {
  width: 25%;
}
.tb-25 th:last-child {
  width: 75%;
}





