header{width: 90%;padding: 5%;}
body{background: #1cc7e1;}
.button2{color: white;
    display: block;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    width: 276px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(
117deg
, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.09) 100%);
    -webkit-box-shadow: -5px -5px 15px 0px rgb(255 255 255 / 56%), -3px -3px 20px 0px rgb(255 255 255 / 76%), 5px 5px 12px 0 rgb(90 125 136 / 16%), 3px 3px 24px 0 rgb(90 125 136 / 32%);
    box-shadow: -5px -5px 15px 0px rgb(255 255 255 / 56%), -3px -3px 20px 0px rgb(255 255 255 / 76%), 5px 5px 12px 0 rgb(90 125 136 / 16%), 3px 3px 24px 0 rgb(90 125 136 / 32%);
    border-radius: 64px;
    height: 64px;
    padding: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}
.card-content{width: 80%;margin: 5% auto;}
	

/* スマホの幅の場合に適応される */
@media screen and (max-width: 768px) {
    .twocloumn {display: block;}
    .threecolumn {display: block;}
    img{ width: 100%; }
    video{ width: 100%; }
    .threecolumn .item{margin-bottom: 2em;}
    .button2{margin: 0 auto;}

header {
    padding-top: 100px;
}
.card-content {
    width: 90%;
}
.width20 {
    width: auto;
}
.width80 {
    width: 90%;
}
.a{padding: 1em;}
}
.floating-button {position: fixed; bottom: 2em; left: 5%; width: 90%;}
.button3{color: #1c9dc9;
    display: block;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    width: 276px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(
117deg
, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    -webkit-box-shadow: -5px -5px 15px 0px rgb(255 255 255 / 56%), -3px -3px 20px 0px rgb(255 255 255 / 76%), 5px 5px 12px 0 rgb(90 125 136 / 16%), 3px 3px 24px 0 rgb(90 125 136 / 32%);
    box-shadow: -5px -5px 15px 0px rgb(255 255 255 / 56%), -3px -3px 20px 0px rgb(255 255 255 / 76%), 5px 5px 12px 0 rgb(90 125 136 / 16%), 3px 3px 24px 0 rgb(90 125 136 / 32%);
    border-radius: 64px;
    height: 64px;
    padding: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}