/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}





/*
ーーーーーーーーーここから上はいじらないーーーーーーーーーーーーー
*/




body{
    font-family: "游ゴシック","ヒラギノ角ゴ ProN","メイリオ",sans-serif;
}
section{
    width: 90%;
    margin: auto;
	max-width: 900px;
}
img{
    width: 100%;
}
.img-footer{
    padding-top: 30px;
}
.date{
    text-align: right;
    font-size: 14px;
    padding-right: 10px;
}
.que{
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px;
    align-items: center;
}
.Q{
    font-size: 30px;
    font-weight: bold;
    color: #f90;
}
.sub {
    display: flex;
    font-weight: bold;
    overflow: auto;
    font-size: 17px;
    padding-left: 18px;
    color: #3C4043;
    word-break: auto-phrase;
}

/* .b-sub{
    font-size: 17px;
} */
.bar-container {
    width: 90%;
    margin: auto;
    background-color: rgb(255, 236, 191);
    border-radius:0 20px 20px 0;
    margin-top: 5px;
}
.all-bar{
    margin-bottom: 20px;
}




/*-------------------- 横棒グラフのパーセンテージ --------------------*/




.bar{
    white-space: nowrap;
    height: 30px;
    background-color: #F90;
    text-align: left;
    line-height: 30px;
    color: #433d3c;
    padding-left: 10px;
    margin-top: 5px;
    border-radius:0 20px 20px 0;
    font-weight: bold;
    font-size: 14px;
}
.bar100{
    width: 100%;
}
.bar95{
    width: 95%;
}
.bar90{
    width: 90%;
}
.bar85{
    width: 85%;
}
.bar80{
    width: 80%;
}
.bar75{
    width: 75%;
}
.bar70{
    width: 70%;
}
.bar65{
    width: 65%;
}
.bar60{
    width: 60%;
}
.bar55{
    width: 55%;
}
.bar50{
    width: 50%;
}
.bar45{
    width: 45%;
}
.bar40{
    width: 40%;
}
.bar35{
    width: 35%;
}
.bar30{
    width: 30%;
}
.bar25{
    width: 25%;
}
.bar20{
    width: 20%;
}
.bar15{
    width: 15%;
}
.bar10{
    width: 10%;
}
.bar5{
    width: 5%;
}
.bar2{
    width: 2%;
}
.bar0{
    width: 0%;
}


/*-------------------- Q2 お客様からのコメント --------------------*/


.text{

    margin: auto;
    width: 90%;
    border: 2px solid rgb(255, 187, 0) ;
    margin-top: 10px;
    table-layout: fixed;
}
.table-container {
    position: relative;
}
.table-container:after {
    content: "";
    position: absolute;
    top: -7.5px; /* 三角形の高さを調整してテーブルの上に配置 */
    left: 50%;
    transform: translateX(-50%); /* 三角形を中央に配置 */
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* 三角形の左側 */
    border-right: 10px solid transparent; /* 三角形の右側 */
    border-bottom: 10px solid rgb(255, 246, 223); /* 三角形の底辺（テーブルの色に合わせる） */
}
.table-container:before {
    content: "";
    position: absolute;
    top: -10px; /* 三角形の高さを調整してテーブルの上に配置 */
    left: 50%;
    transform: translateX(-50%); /* 三角形を中央に配置 */
    width: 0;
    height: 0;
    border-left: 12px solid transparent; /* 三角形の左側 */
    border-right: 12px solid transparent; /* 三角形の右側 */
    border-bottom: 12px solid rgb(255, 187, 0); /* 三角形の底辺（テーブルの色に合わせる） */
}

.table-container-b {
    position: relative;
    margin-top: 80px;
}
.comment{
    color: #3C4043;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    word-break: auto-phrase;
    padding-left: 20px;
}

td{
    position: relative;
}

/* 奇数番目の行 */

tr:nth-child(odd) {
    background-color: rgb(255, 246, 223);
}

/* 偶数番目の行 */

tr:nth-child(even) {
    background-color: #fff
}

td::before{
    content: '・';
    position:absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.q-img{
    position: absolute;
    top: 0;
    left: 10px;
    width: 15%;
    transform: translateY(-100%);
    z-index: -1;
}
.q-text{
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    transform: translateY(-115%);
    z-index: -1;
    font-weight: bold;
}
@media screen and (min-width: 481px) {
	.q-img{
		width: 7%;
		left: 50px;
	}
}