/*
Theme Name: OnePress Child
Template: onepress
Author: FameThemes
Version: 2.3.0.1658205387
Updated: 2022-07-19 13:36:27

*/

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
a img:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.section-title-area .section-subtitle {
	color: #20ADE5;align-content
}
.footer-widgets {
  background: #E4E4E4;
}
.site-footer {
  background: #111111;
  color: #333;
  font-size: 14px;
}

.page_sub_title {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
  margin-bottom: 2rem;
	}
.page_sub_title:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}

.wp-block-table td, .wp-block-table th {
  border: none;
}

.page_table {
  border-collapse: collapse;
  font-size: 14px;
  border: none;
}
.page_table th {
  background: #efefef;
  border:none;
  border-bottom: 1px solid #000;
  padding: 1rem 3rem 1rem 1rem;
  margin: 0;
  vertical-align: baseline;
  text-align: left;
  width: 30%;
}
.page_table th:first-child {
  border-top: 1px solid #000;
}
.page_table td {
  border: none;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding: 1rem;
  margin: 0;
  width: 80%;
}

.page_table_02 {
  border-collapse: collapse;
  font-size: 14px;
  border: none;
}
page_table_02 tr:nth-child(odd) td {
	background: #efefef;
}
.page_table_02 th {
  background: #666;
  color: #fff;
  border:none;
  border-bottom: 1px solid #000;
  padding: 1rem 3rem 1rem 1rem;
  margin: 0;
  vertical-align: baseline;
  text-align: left;
}
.page_table_02 td {
  border: none;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding: 1rem;
  margin: 0;
}
.base_table ul {
	margin: 0;
}
.base_table li {
	margin-left: 1em;
}
@media screen and (min-width:768px){
	.sp-view {
		display:none;
	}	
}
@media screen and (max-width:767px){
	.pc-view {
		display:none;
	}
}
