@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*
 * 記事内見出し
 */
.entry-content h2 {
 margin: 2.5em 0 .7em;
 font-size: 1.4em;
 line-height: 1.6;
 position: relative;
 padding: .5em;
 background: #6bb6ff;
 color: white;
}

.entry-content h2:before {
 position: absolute;
 top: 100%;
 left: 0;
 border: none;
 border-right: solid 20px #6bb6ff;
 border-bottom: solid 15px transparent;
 content: "";
}

.entry-content h3 {
 margin: 2.6em 0 .7em;
 padding: 10px 0 10px 10px;
 border-left-width: 4px;
 border-left-style: solid;
 font-size: 1.2em;
 line-height: 1.5;
}

/* ------------------- 表1 ------------------- */

.entry-content table.frame1 {
 width: 100% !important;
}

.entry-content table.frame1 th {
 font-size: 85% !important;
 vertical-align: top !important;
}

.entry-content table.frame1 th.nowrap {
 white-space: nowrap;
}

.entry-content table.frame1 td {
 font-size: 85% !important;
 vertical-align: top !important;
}


.entry-content table.frame2 {
 width: 100% !important;
}

.entry-content table.frame2 th {
 font-size: 75% !important;
 vertical-align: top !important;
 padding: 5px !important;
}

.entry-content table.frame2 th.nowrap {
 white-space: nowrap;
}

.entry-content table.frame2 td {
 font-size: 75% !important;
 vertical-align: top !important;
 padding: 5px !important;
 line-height: 1.6 !important;
}

.profile-content p { white-space: pre-wrap;
}

