@charset "utf-8";
.container {
    text-align: center;
    width: 100%;
}
.content {
    width: 1120px;
    display: inline-block;

}
body , p{
    font-size: 1.6rem;
    line-height: 1.8;
    font-family:  YakuHanJP_Narrow, "Inter", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
}
.text{
    font-size: 1.5rem;
    line-height: 1.8;
    font-family:  YakuHanJP_Narrow, "Inter", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
}
li{
    list-style: none;
}
html{
    font-size: 62.5%;
}
.newline {
    display: none;
}
.blank150 {
    margin-top: 150px;
}
.blank100 {
    margin-top: 100px;
}
.blank80 {
    margin-top: 80px;
}
.blank70 {
    margin-top: 70px;
}
.blank50 {
    margin-top: 50px;
}
.blank40 {
    margin-top: 40px;
}
.blank30 {
    margin-top: 30px;
}
.blank20 {
    margin-top: 20px;
}
.blank10 {
    margin-top: 10px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
    word-break: break-all;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.border-white {
    border: 1px solid white;
}
.border-black {
    border: 1px solid black;
}

.sp{
    display: none;
}
.tablet{
    display: none; 
}
.tablet-only{
    display: none; 
}
button {
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  background-color: #FFF;
  border: 1px solid #555;
}

a{
	cursor: pointer;
}
@media screen and (max-width: 1120px) {
.text {
    font-size: 1.5rem;
}
.content {
    width: 90%;

}
.tablet{
    display: block; 
}
.tablet-only{
    display: block; 
}
.pc{
    display: none;
}
}
@media screen and (max-width: 600px) {
body , p{
    font-size: 1.4rem;
    line-height: 1.6;
}
.text {
    font-size: 1.4rem;
    line-height: 1.6;
}
.blank150 {
    margin-top: 75px;
}
.blank100 {
    margin-top: 50px;
}
.blank80 {
    margin-top: 40px;
}
.blank70 {
    margin-top: 35px;
}
.blank50 {
    margin-top: 25px;
}
.blank40 {
    margin-top: 20px;
}
.blank30 {
    margin-top: 15px;
}
.blank20 {
    margin-top: 10px;
}
.blank10 {
    margin-top: 5px;
}
.sp{
    display: block;
}
.tablet-only{
    display: none; 
}
}