@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=M+PLUS+1p&family=Just+Another+Hand&display=swap');
@font-face
{
font-family: 青柳衡山フォントT;
src: url('https://cdn.leafscape.be/AoyagiKouzanT/aoyanagiT_web.woff2')
     format("woff2");
}

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

body {
    color: #444;
    font-size: 13px;
    background: linear-gradient(125deg, rgba(255,51,242,1) 20%, rgba(252,252,252,1) 50%, rgba(0,255,3,1) 80%);
    text-align: justify;
    font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', Helvetica, Arial, sans-serif; 
}

a {
    color: #fcfcfc;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #000;
    padding: 0 5px;
}

.clearfix:after { 
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.wrapper {
    box-sizing: border-box;
    width: 300px;
    margin: 30px auto;
    padding: 50px 20px 0;
	position: relative;
	background-color: #fafafa;
}

.wrapper::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

header {
    font-family: 'Bowlby One', cursive;
    color: #000;
    text-align: center;
    margin: 30px auto;
    text-shadow: 2px 2px 1px #fcfcfc,
    -2px 2px 1px #fcfcfc,
    2px -2px 1px #fcfcfc,
    -2px -2px 1px #fcfcfc;
}

h1 {
    font-size: 25px;
}

dl {
    max-width: 300px;
    margin: 0 auto 20px;
}

dl dt {
    float: left;
    margin-right: 10px;
}

dl dd {
    overflow: hidden;
}

h2 {
    font-size: 20px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
}

h3 {
    font-size: 25px;
    font-family: 青柳衡山フォントT;
    font-weight: bold;
}

h2 span {
    font-size: 15px;
    font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', Helvetica, Arial, sans-serif; 
    margin-left: 10px;
    color: #999;
}

h3 span {
    font-size: 15px;
    font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', Helvetica, Arial, sans-serif; 
    margin-left: 10px;
    color: #999;
}

dl dd p {
	position: relative;
    margin: 10px 0;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    line-height: 1.8;
}

dl dd p::before,
dl dd p::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

dl dd p::before {
	top: 0;
	left: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

dl dd p::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.odai {
    max-width:800px;
    margin:10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}