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

/*画面全体の設定*/
body,
html {
  height: 100%;
  margin: 0 auto;
}

.fix-01{
    background: rgba(255,255,255,0.25); /*背景を白色に*/
    box-shadow: 0 2px 8px rgba(30,30,80,.3); /*影。不要なら削除*/
    left: 0;
    line-height: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
	color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

 .fix-02{
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: flex;
 }

.PUT {
    background: rgba(255,255,255,0.25);
    box-shadow: 0 2px 8px rgba(30,30,80,.3);
    line-height: 1;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    border: 1px solid #FFFFFF;
}

/*--固定背景の設定--*/
div {
    box-sizing: border-box;
    color: #FFFFFF;
    /*font-size: 5rem;*/
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
}

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 35px;
}

h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.stage img{
    width: 35%;/*元々60%だった*/
	vertical-align: bottom;
}

.stage{
    padding-top: 7%;/*元々10%だった*/
	display: flex;
}

.text {
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-top: 5%;
    padding-right: 20%;
    padding-left: 20%;
    background-position: center center;
}

.contents_style {
    padding-top: 5%;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 10%;
}

/*アイコンサイズ*/
.balloon figure {
    width: 100px;
    height: 100px;
}
