@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/

/*
The following css are private
*/

table {
	  width: 100%;

}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

th {
  color: #FFFFFF;/* ??????? */
  background-color: #7db4e6; /* ??????? */
	text-align: center; /* ?????????? */
}


table.type06 th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}

table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}


h2 {
	  display: block;
    font-size: 1.5em;
		padding-top: 20px;
		padding-bottom: 5px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


h3 {
	padding-top: 15px;
	padding-bottom: 5px;
  /*???????? ?? ?*/
  border-bottom: solid 3px #7db4e6;
}



.img-border {
  border: 3px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
 /* width: 30%; */
}

.shadow {
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.codoc-entry .codoc-support .codoc-btn {
    color: #fff !important;
    border: solid 1px #7db4e6 !important;
}
.codoc-entry .codoc-support .codoc-btn {
    color: #fff !important;
    border: solid 1px #7db4e6 !important;
}
.codoc-entry .codoc-btn {
    background: #7db4e6 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.codoc-support .codoc-btn {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 12px 4px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #7db4e6;
    border-radius: 20px;
    background: #7db4e6;
    color: #fff!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.codoc-entry .codoc-btn {
    display: block;
    max-width: 580px;
    height: 40px;
    margin: 0 auto;
    background: #7db4e6;
    color: #fff!important;
    text-decoration: none!important;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
}

/*
The following css are patch for jstork19
*/

.eyecatch.of-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 100%; */
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.comment, .pingback {
    clear: both;
    overflow: hidden;
    padding: 3.5%;
    margin-bottom: 1em;
    font-size: 90%;
    /* border: 5px solid #efefef; */
}