/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.tategaki{
	writing-mode: vertical-rl;    /* 文章を縦書きにする */
	margin: 0 auto;               /* コンテンツを中央寄せにする */
	font-family:serif;            /* 明朝体にする */
	line-height:2em;              /* 文字間隔 */
}
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 5em;
}
h2.underline{
 position:relative;
 border-bottom:solid 5px gray;
}

h2.underline::after{
 position:absolute;
 content:"";
 display:block;
 border-bottom:solid 5px #9DC3E6;
 bottom:-5px;
 width:20%;
}

ol.akaiyane {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.akaiyane li {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
margin-bottom:20px;
}
ol.akaiyane li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #d93a15;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

h2.kakomi {
  padding: 1rem 2rem;
  border-top: 3px solid #02A8C5;
  border-bottom: 3px solid #02A8C5;
}

/* 寄付者紹介テーブル　*/
table.houmei{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  table-layout: fixed;
  width: 800px;
}
table.houmei th,
table.houmei td{
  border: 1px solid #999;
  padding: .5em 1em;
width:50%
}
@media (max-width: 650px) {
    table.houmei{
      width: 100%;
    }
    table.houmei th,
    table.houmei td{
    display: block;
    width:100%
    }
}
span.br{display:inline-block;}

/* 
    Description: Make header sticky for WordPress Astra Theme
    Explanation: This CSS code block is designed to make the header of 
                 a website using the WordPress Astra Theme sticky/fixed 
                 at the top of the page, ensuring it remains visible while 
                 scrolling on desktop screens with a minimum width of 921px. 
                 Additional padding is added to the site content to 
                 prevent it from being obscured by the sticky header.
*/