@charset "UTF-8";
/*フォントサイズ*/
.font-size-S {
	font-size: 19px;
}
.font-size-M {
    font-size: 22px;
}
.font-size-L {
    font-size: 24px;
}
@media screen and (max-width:480px) {
    .font-size-S {
        font-size: 7px;
    }
    .font-size-M {
        font-size: 10px;
    }
    .font-size-L {
        font-size: 15px;
    }
}

.table_layout{
  table-layout: fixed;
  width: 100vw;
}
p{
	line-height: 1.3;
}
.field {
    display: flex;
    justify-content: center;
    gap: 20px 20px;
    /*行間 列間*/
}
img {
    cursor: pointer;
    transition: transform 0.2s;
    max-width: 100%;
}

.img-right 
{
margin-left: auto; display:block;
}
.yokonarabi-img{
 	text-align: center;
	margin: 0 auto;
}
.yokonarabi
{
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	align-items: center;
}
/*色*/
.red {
  color: #fc030f;
}
.blue {
  color: #0000ff;
}
.black {
  color: #000000;
}
.tomato {
  color: #ff6347;
}
.navy{
  color: #000080;
}
.cyan{
  color: #00ffff
}
.mintcream{
  color: #f5fffa
}