@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #1a7961;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-2:hover {
    background-color: #000080;
}

.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #af0082;
    color: #fff;
    font-weight: 400;
    font-size: 0.8em;
}

.button-3:hover {
    background-color: #af0082;
}


table {
border-collapse: collapse;
width: 100%;
max-width: 700px;
}
table th, table td {
padding: 1em;
}
table th {
color: #4d9bc1;
font-weight: bold;
text-align: left;
width: 20%;
min-width: 4em;
position: relative;
}
table th::after {
content: ”;
background-color: #c1c7c6;
position: absolute;
top: 50%;
left: 100%;
transform: translateY(-50%);
width: 1px;
height: 60%;
}

.comment {
　margin-inline: auto;
  font-size: 0.8em;
}