tr{
display: flex;
    flex-direction: column;
    align-items: flex-start;
}
*{
background-color:#C9BAA5; 
 font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
    font-weight: 300;
    font-style: normal;
box-sizing: border-box;
font-weight: 600;
}
.onerow{
display: flex;
margin-top: 2vw;
}
table span{
    position: relative;
   }
p {
    max-height: 100%;
    margin: 0;
}

ul {
    max-height: 100%;
    list-style: none;
}
ol {
    max-height: 100%;
    list-style: none;
}
dt {
    max-height: 100%;
    font-weight: bold;
}
dd { max-height: 100%; }
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: &#039;&#039;;
    content: none;
}
pre {
    font-family: monospace, serif;
    white-space: pre-wrap;
    word-wrap: break-word;
}
#txt_explain{
color: white}

figure { margin: 0 0 1em; }

a { color: #04c; }
a:link, a.visited { text-decoration: none; cursor: pointer; }
a:hover, a.active { text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

img { vertical-align: middle; }

address, cite, em, dfn, i, var { font-style: normal; }
em { font-weight: bold; }
strong, b { font-weight: bold; }
code, samp, kbd { font-family: monospace, sans-serif; }
abbr {
    border: 0;
    font-variant: normal;
}
abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
del { text-decoration: line-through; }
mark {
    background-color: #ff0;
    color: #333;
    font-style: italic;
    font-weight: bold;
}
br { *letter-spacing: 0; }


table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    font-weight: normal;
    text-align: left;
}
th { font-weight: bold; 
color: white;}
td{
color: black;}
caption {
    font-weight: normal;
    text-align: left;
}

/* ----------------------------------------------------------
    フォーム系
------------------------------------------------------------- */
input, textarea, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    
}
input, button {
    line-height: normal;
    vertical-align: middle;
}

input[type=text],
input[type=password],
textarea {
    width : 100% ;
    padding: 5px 0 5px 5px;
    background: white;
    border: 1px solid grey;
    -moz-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus { border: 1px solid #209dd9; }

input[type=button] { cursor: pointer; }

.box__ttl input[type=button] {
    
}

input[type=submit] {
  background-color: #EA7979;
    border-radius: 24px;
    width: 40vw;
    text-align: center;
  
    margin-top: 3vw;
    margin-bottom: 4vw;
    padding: 2.5vw 2vw;
    border: none;
    text-align: center;
    color: white;
    margin-left: 1vw;
    margin-right: 1vw;
    cursor: pointer;
font-size: 3vw;
}

input[type=checkbox] { cursor: pointer; }

input[type=submit]:disabled,
input[type=button]:disabled,
input[type=checkbox]:disabled { cursor: default; }

textarea {
    width : 100% ;
    overflow: auto;
    vertical-align: top;
}
select {
width: 100%;
    padding: 2px;
    line-height: normal;
    background: #fff;
}
label { cursor: pointer; }
legend {
    *margin-left: -7px;
    color: #333;
}

/* ----------------------------------------------------------
  #wrapper {
background-color:#C9BAA5;}
/* フロート */
.fl { float: left !important; }
.fr { float: right !important; }

/* テキスト系 */
.tal { text-align: left !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }
.breakAll { word-break: break-all !important; }

/* 表示系 */
.dispN { display: none !important; }
.dispI { display: inline !important; }
.dispIB { display: inline-block !important; }
.dispB { display: block !important; }
.dispF { display: flex !important; }

/* フォント系 */
.fontNormal { font-weight: normal !important; }
.fontBold { font-weight: bold !important; }
.font10 { font-size: 10px !important; }
.font12 { font-size: 12px !important; }
.font14 { font-size: 14px !important; }

/* カラー系 */
.colorBlack { color: #000; }

/* Clearfix */
.clear, .cf { clear: both; }
.clearfix:before, .clearfix:after,
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.clearfix:after, .cf:after { clear: both; }
.clearfix, .cf { *zoom: 1; }

/* ボタンを囲うclassタグ */
.button_box {
	clear : both ;
	padding : 8px ;
	text-align : center ;
}

/* 左詰の文字を表示するためのclassタグ */
.left_txt {
	text-align : left;
}

/* 説明文を表示するためのidタグ */
#txt_explain {
	color: white;
font-family: sans-serif;
}

/* ----------------------------------------------------------
    メインコンテンツ
------------------------------------------------------------- */
#wrapper {
    width : 100% ;
overflow-x: hidden;
}

#header { padding: 40px 25px 40px; }

.red_txt {
    color: #ff3333;
}

/* 説明文を表示するためのidタグ */
#txt_explain {
    color: #000000;
}

#footer {
    margin-top: 40px;
    padding: 15px 0;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

#main { padding: 25px; }

.section { margin-bottom: 40px; }
.section:last-child { margin-bottom: 0; }
.section__ttl {
  
    margin-bottom: 20px;
    font-weight: bold;
    color:#fff;
   
    
    font-size: 18px;
}


.block { margin-bottom: 15px; }
.block:last-child { margin-bottom: 0; }
.block__ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.block__body {}

.table {
width:100%;
 
    
}
.table th {
    padding: 15px 0 0.5vw;
    background : none;

   
    font-weight: bold;
    font-size: 13px;
}
.table th{
display: flex;}
.table td {
  width: 100%;
   background-color: white;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 13px;
}
/* Hide the current content of the span */
th {
  position: relative;
  text-align: left;
}
th .red {
  visibility: hidden;
}
th .red::after {
 content: url("/img/must.png");

  visibility: visible;
  position: absolute;
    right: 10px; /* Adjust this value to align the images as needed */
    top: 50%;
    transform: translateY(-50%); /* This centers the image vertically */

}
th .red::after img{
width: 2vw;
height: 1.5vw;
}
.button {
    background-color: #EA7979;
    border-radius: 24px;
    width: 76vw;
    text-align: center;
    margin: 2vw 0;
}
input[type="button" i] {
   background-color: #EA7979;
    border-radius: 24px;
    width: 31vw;
    margin-top: 1vw;
    margin-bottom: 4vw;
    padding: 1.2vw 0;
    border: none;
    text-align: center;
    color: white;
margin-left: 1vw;
    margin-right: 1vw;
}
.centered{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
color:white;}
.centered p{
    margin-top: 6vw;
    font-size: 1.3vw;}
.centered span{
color: #90FCFC;
}

#wrapper > form > div > div > table > tbody > tr:nth-child(1) > th > .red::after {
 content: url("/img/must.png");

 visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(53.5vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(2) > th > .red::after {
 content: url("/img/must.png");

 visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(79vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(3) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(73.5vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(4) > th > .red::after {
 content: url("/img/must.png");

 visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(83vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(5) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(83vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(6) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(74vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(7) > th > .red::after {
 content: url("/img/must.png");

visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(83vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(8) > th > .red::after {
 content: url("/img/must.png");

 visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(39vw);
white-space: nowrap;
}



@media (min-width: 600px) {
.table th {
    padding: 15px 0 0.5vw;
    background: none;
    font-weight: bold;
    font-size: 20px;
position: relative;
padding-right: 0; 
}

input[type=text], input[type=password], textarea {
    width: 100%;
    padding: 15px 0 5px 5px;
    background: white;
    border: 1px solid grey;
    -moz-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
}
select {
    width: 100%;
    padding: 15px;
    line-height: normal;
    background: #fff;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(1) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(72.5vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(2) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(85vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(3) > th > .red::after {
 content: url("/img/must.png");

visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(82.5vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(4) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(88vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(5) > th > .red::after {
 content: url("/img/must.png");

 visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(88vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(6) > th > .red::after {
 content: url("/img/must.png");

visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(83vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(7) > th > .red::after {
 content: url("/img/must.png");

  visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(88vw);
white-space: nowrap;
}
#wrapper > form > div > div > table > tbody > tr:nth-child(8) > th > .red::after {
 content: url("/img/must.png");

 visibility: hidden;
position: absolute;
       right: 0;
    top: 0;
    transform: translateX(66vw);
white-space: nowrap;
}

}