@charset "utf-8";

/*@imort url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP');*/
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

@font-face{
  font-weight: 700;
  font-style: bold;
  font-family: 'Lato';
  src: url('/wp-content/themes/jstork_custom/fonts/Lato-Bold.ttf');
}
@font-face{
  font-weight: 400;
  font-style: normal;
  font-family: 'Concert One';
  src: url('/wp-content/themes/jstork_custom/fonts/ConcertOne-Regular.ttf');
}
@font-face{
  font-weight: 400;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/jstork_custom/fonts/NotoSansJP-Regular.otf');
}
@font-face{
  font-weight: 500;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/jstork_custom/fonts/NotoSansJP-Medium.otf');
}
@font-face{
  font-weight: 700;
  font-style: bold;
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/jstork_custom/fonts/NotoSansJP-Bold.otf');
}

body {
	font-family: 'Noto Sans JP', sans-serif;
}

.add-left {
  width: 50%;
  float: left;
}

.add-right {
  width: 50%;
  float: right;
}

.header {
  background: #016691;
  background: #000;
  margin: 0 auto;
}
#logo {
  float: none;
  margin: 0 auto;
}
.widget li a:after {
    color: #016691;
}
#footer {
  background-color: #666;
}
#logo img {
  max-height: 23px;
}
#logo .h1 {
  padding-top: 5px;
}
.toc_white.no_bullets {
  margin-top: 2em !important;
}
@media only screen and (min-width: 768px) {
  #logo .h1 {
    padding-top: 0;
  }
}

.btn_bnr_tsutaya {
	border-radius: 30px;
	border-radius: 5px;
	background: #253a64;
	color: #fff;
	display:block;
	padding: 10px 30px;
	padding: 30px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	box-shadow: 0 5px 0 0 #0A1731;
}

.btn_bnr {
	border-radius: 30px;
	border-radius: 5px;
	background: #00bd9d;
	color: #fff;
	display:block;
	padding: 10px 30px;
	padding: 30px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	box-shadow: 0 5px 0 0 #01816b;
}

.btn {
	border-radius: 30px;
	background: orange;
	color: #fff;
	display:block;
	padding: 10px 30px;
	margin: 40px auto 0;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	position: relative;
}

.btn:hover {
	color: #000;
	background-color: #00bd9d;
}

.btn_bnr:hover {
	color: yellow;
}
.btn_bnr::after,
.btn_bnr_tsutaya::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-block-table td a {
	text-decoration: none;
	color: #1f6aba;
	font-weight: bold;
}

.prof_block {
	text-align: center;
}

.prof_img img {
	width: 100px;
}

.prof_desc {
	text-align: left;
	padding: 0 15px;
	line-height: 2;
	font-size:14px;
}

h3 {
	margin: 2em auto;
}

.entry-content .wp-block-table a img {
	margin-bottom:0;
}

.wp-block-embed-mocha-log {
	margin: 40px auto;
}
.wp-block-embed-mocha-log .wp-block-embed__wrapper {
	text-align: center
}

.wp-block-embed-mocha-log .wp-block-embed__wrapper::before {
	content: "併せて読みたい";
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 75px;
	padding: 5px 10px;
	background-color: #00bd9d;
	color: #fff;
	font-weight: bold;
}