@charset "UTF-8";
/* pcでは非表示 */
.sp{
	display:none;
}
/* pcでは表示 */
.pc{
	display:inline;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "tt-commons-pro", "Zen Kaku Gothic New", sans-serif;
  color: #333333;
	min-width:1200px
}
figure {
  margin: 0;
  padding: 0;
}
article {
  width: 1100px;
  margin: 0 auto;
}
article h1 {
  font-size: 2rem;
  font-weight: normal;
  color: #05B8C1;
  margin-bottom: 10px;
}
article h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
}
article p {
  font-size: 1rem;
  line-height: 1.55
}
article h2 img {
  margin-right: 1rem;
  height: 1.3rem;
  width: auto;
  margin-bottom: -1.2px;
}
i {
  margin-right: 0.5rem;
}
/* meditor default header*/
header{
	width: 100%;
	  height: 60px;
background-color: #05b8c1;
	margin-bottom: 40px;
}
.header {
  width: 1200px;
  height: 60px;
  min-height: 60px;
	margin:0 auto;
  background-color: #05b8c1;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
	justify-content: space-between;
}
.logo {
  margin-left: 20px;
  vertical-align: middle;
	width: 340px;
}
.logo a {
  padding: 20px;
  display: flex;
  align-items: center;
}
.logo img {
  margin-right: 1rem;
  font-weight: normal;
}
.logo a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.7rem;
}
.settings {
  margin-right: 20px;
	width: 340px;
	text-align: right;
}
form{
	width:400px;
}
.header .search-box {
	width:400px;
  display: flex;
}
.header .search-box input {
  height: 33px;
  border: 0;
  border-radius: 3px 0 0 3px;
  background-color: #e0e0e0;
  color: #757575;
  box-sizing: border-box;
  flex-grow: 1;
  font-size: 1.125rem;
  padding: 0 10px;
  outline: none
}
.header .search-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 3px 3px 0;
  height: 33px;
  background-color: #fff;
  width: 44px;
  cursor: pointer
}
/* meditor default footer*/
.footer {
  width: 100%;
  height: 60px;
  min-height: 60px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .links {
  margin-left: 17.5px;
}
.footer .links a, .footer .links span {
  color: #aaa;
  font-size: .875rem;
  margin: 0 22.5px;
}
.footer a {
  text-decoration: none;
}
.footer .social {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.footer .social a {
  color: #ccc;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
#main {
  min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative; /* ←相対位置 */
  padding-bottom: 60px; /* ←フッターの高さを指定 */
  box-sizing: border-box;
  /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}
/* footer */
footer {
  background: #333333;
}
.footerinner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer a {
  color: #aaaaaa;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.footerAreaA ul li {
  margin-right: 20px;
  font-size: 1.25rem;
}
.footerAreaB ul {
  margin-bottom: 60px;
}
.footerAreaB ul li {
  margin-left: 18px;
  font-size: 0.875rem;
}
.footerAreaA figure {
  margin: 0;
  margin-bottom: 20px;
}
.footerAreaA figure span {
	display:inline-block;
font-size:2rem;
	margin-left:1rem;
}
.footerAreaA img {
  width: 180px;
  height: auto;
}
small {
  color: #aaaaaa;
  text-align: right;
  display: block;
  font-size: 0.8rem;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 9px 6px 0 6px;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  background-color: #ADADAD;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop i{
	margin-right:0px;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
	align-items: start;
}
#side {
  width: 210px;
	/*スティッキーアイテムに設定するcssの例*/
	position: sticky;
	top: 40px;
/*Safari用ベンダープレフィックス*/
	position: -webkit-sticky;
}
#main {
  width: 840px;
  color: #333;
}
#main a {
  text-decoration: none;
  color: #05B8C1;
}
.topBtn_group-3 {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 60px;
}
.topBtn_group-3 .topBtn01, .topBtn_group-3 .topBtn02 {
  width: 340px;
  height: 220px;
  border-radius: 10px;
  display: table;
}
.topBtn_group-4 {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 60px;
}
.topBtn_group-4 .topBtn01, .topBtn_group-4 .topBtn02 {
  width: 260px;
  height: 200px;
  border-radius: 10px;
  display: table;
}
.topBtn01 a, .topBtn02 a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.55;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  text-decoration: none;
  position: relative;
}

 .topBtn_group-4 .topBtn01 a, .topBtn_group-4 .topBtn02 a {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.55;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  text-decoration: none;
  position: relative;
}

.topBtn01 a:hover, .topBtn02 a:hover {
	background:#F4FFFB;
	border-radius: 10px;
}
.topBtn01 {
  border: 3px solid #05B8C1;
}
.topBtn02 {
  border: 3px solid #cccccc;
}
.topBtn02 i {
  margin-left: 0.5rem;
}
.topBtn01 a::after, .topBtn02 a::after {
  font: var(--fa-font-solid);
  content: '\f061';
  position: absolute;
  top: 45%;
  left: 1rem;
}
.topBtn01 a::after {
  color: #05B8C1;
}
.topBtn02 a::after {
  color: #cccccc;
}
ul.archivelist {
  margin: 0!important;
	margin-bottom:40px!important;
	font-size:1.25rem!important;
}
ul.archivelist li{
	padding-bottom:25px;
}
ul.archivelist a {
  margin: 0 !important;
  color: #333 !important;
}
ul.archivelist a:hover {
  text-decoration: underline !important;
}
.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  color: #05B8C1;
  text-decoration: none;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li:not(:last-of-type)::after {
  content: " » ";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.txtR {
  text-align: right;
}
.txtR a {
  text-decoration: none;
  color: #05B8C1;
}
.arrowList {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-left: 0;
  margin: 0;
}
.arrowList a{
	color: #333333;
	text-decoration:none;
}
.arrowList a:hover{
	text-decoration:underline;
}
.arrowList li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  padding-bottom: 20px;
}
.arrowList li::before {
  font: var(--fa-font-solid);
  content: '\f061';
  position: absolute;
  top: 1px;
  left: 0;
  color: #05B8C1;
}