@charset "utf-8";
/* CSS Document */

:root {
  --weight: 600;
}

a {
text-decoration:none;
color: #000;
}

body {}

strong {font-weight: var(--weight);}
span {font-weight: var(--weight); color: red;}

h3 {
    background-color: #ffd700;
    font-size: 34px;
    font-weight: var(--weight);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
p {margin-bottom: 10px;}

dl {padding: 20px;}
dt {background-color: rgba(230,230,230,0.3);}
dd {margin-bottom: 20px;}

.heading-3_color-2 {background-color: #f0f8ff;}
.heading-3_color-3 {background-color: #e9967a;}
.biggest {font-size: 52px;}

.container {
width: 640px;
margin: 0 auto;
text-align: left;
font-size: 26px;
}

.content {
    margin-bottom: 40px;
    padding-left: 3px;
    padding-right: 3px;
}

.notes {font-size: 24px;}

.container img {width: 100%;}

.telltap {
font-weight: bold;
font-size: 52px;;
}

/*-----トリミング-----*/
.triming {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 0 83%;
}

/*-----margin-----*/
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.center {text-align: center;}
.right {text-align: right;}
