@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


html{
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    font-weight: 500;
    background: #eee;
}

a{
    color: inherit;
    text-decoration: none;
}

li{
    list-style-type: none;
}

.sp{
    display: none;
    
}

.wrap{
    padding: 80px 0;
    font-size: 16px;
}
h1{
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    color: #f00;
    margin-bottom: 40px;
    line-height: 1.4;
}
h2{
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
}
.inner{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    
}

section{
    margin-top: 40px;
   padding: 40px 40px 40px;
    background: #fff;
    border: solid 1px #ccc;
    
}

a{
    text-decoration: underline;
    font-weight: 900;
    word-break: break-all;
}

.target span{
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}
table{
    width: 100%;
    max-width: 560px;
    text-align: center;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    margin: 0 auto;
}
td, th {
	padding: 20px;
	
}
th{
    width: 160px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    
}
td{
    width: calc(100% - 160px);
    vertical-align: middle;
}


.contact td{
    font-size: 14px;
}
table a{
    font-weight: 500;
}

h3{
    font-weight: 900;
    color: #f00;
    font-size: 17px;
    margin-bottom: 8px;
    
}

h3:not(:nth-child(2)){
    border-top: solid 1px #ccc;
    margin-top: 32px;
    padding-top: 32px;
}
.note {
    text-align: justify !important;
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
    width: fit-content;
}
.note>li {
    position: relative;
    line-height: 1.6;
    padding-left: 1em;
}
.note>li .mark {
    width: 1em;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
}

.term{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.term > span{
    color: #f00;
    font-weight: 900;
    font-size: 18px;
}


.sns{
    text-align: center;
}

.sns a{
    font-weight: 500;
}


@media screen and (max-width: 896px){
    
    .sp{
   display: block;
    
}

.wrap{
    padding: 60px 0;
    font-size: 14px;
}
h1{
    font-size: 20px;
    margin-bottom: 40px;
}
h2{
    font-size: 18px;
    margin-bottom: 16px;
}

section{
    margin-top: 40px;
   padding: 28px 20px 36px;
}
    .target span{
        font-size: 16px;
        margin-bottom: 4px;
    }

td, th {
	padding: 12px;
}
th{
    width: 80px;
    font-size: 12px;
    
    
}
td{
width: calc(100% - 80px);
   font-size: 12px;
   
}
.contact td{
    font-size: 11px;
}

h3{
    font-size: 16px;
    
}

h3:not(:nth-child(2)){
    margin-top: 24px;
    padding-top: 24px;
}
.note {
    font-size: 10px;
    margin-top: 4px;
}

.term > span{
    font-size: 16px;
    text-align: center;
}

    
}