@charset "UTF-8";
@import url(css/reset.css);
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
a:hover {text-decoration: none;}
p {text-align: justify;line-height: 1.5em;margin-bottom: 1em;}
body{
      font-family: "Hiragino Maru Gothic ProN", "Rounded Mplus 1c", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-image: url(https://www.manavi.zoshindo.co.jp/wp-content/themes/manavi-2019/images/odekake/body_bg.webp);
    background-size: cover;
}
h2{
    font-size: 20px;
}
#wrap{
	width: 100%;
    max-width: 390px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #41adf7;
    padding: 20px;
    }
    @media (max-width: 960px) {
#wrap {max-width: 500px;}
  }

.contents {
    background: #fffceb;
}
/*ヘッダー*/
header {
    }
header h1 {
    font-size: 7vw;
    font-weight: bold;
    line-height: 1em;
}@media screen and (min-width: 750px) {header h1 {font-size: 48px;}}

header p {
    font-size: 4vw;
    font-weight: bold;
}@media screen and (min-width: 750px) {header p {font-size: 20px;}}

#contents {
    background: #fcfac8;
}
/*フッター*/
footer {
	text-align: center;
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 6px;
    }
.copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.copyright img {
    display: block;
    width: 110px;
    margin-left: 1em;
    height: 17px;
}
