:root {
  --blue: #0f2b54;
  --grey: #c5c5c5;
  --grey-dark: #464646;
  --yellow: #978c00;
  --beige: #eeece1;
  --grey-light: #EDF1F5;
  --green-light: #DCFF9D;
}

html,body{
     height:100%;
}

body {
  color: var(--grey-dark);
  letter-spacing: 0.5px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7rem;  
	background-color:  var(--beige);
	}
@media (min-width: 980px) {
  body {
	font-size: 1.1rem;
    line-height: 2rem;  
  }
} 

header{
  background-color: #ffffff;
	}

h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: var(--blue);
  text-align: center;
  }
@media (min-width: 980px) {
  h3 {
	font-size: 1.8rem;
    line-height: 2rem;  
  }
} 

p {
  margin: 0;
  color: var(--grey-dark);
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}


.white {
  color: white;
}

/* 変な位置での改行を防ぐ */
span.aks {
  display: inline-block;
}

/* PCSP切替 */
.onlypc{
  display: none;
}
@media (min-width: 980px) {
  .onlypc{
    display: block;
  }
} 
.onlysp{
  display: block;
}
@media (min-width: 980px) {
  .onlysp{
    display: none;
  }
} 

/* TOP画像 */
.wrapper{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	}

.top-wrapper{
	background-color: #efefef;
	width: 100%;
	}

.top-wrapper img{
	position: relative;
	}


/* ヘッダー */
header {
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-bottom: 14px;
}
@media (min-width: 980px) {
  header {
    padding-top: 22px;
    padding-right: 38px;
    padding-left: 38px;
    margin-bottom: 22px;
  }
} 
.logo-sp {
  display: block;
}
.manoma-header{
   display: flex;
   justify-content: space-between;
   align-items: center;
}

/* コンテンツ */
.contents-wrapper{
	max-width: 980px;
	margin-right: auto;
    margin-left: auto;	
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 980px) {
.contents-wrapper{
	max-width: 980px;
	margin-right: auto;
    margin-left: auto;	
	padding-left: 3rem;
	padding-right: 3rem;
	}
}
.bc-green-light {
  background-color: var(--green-light) !important;
}
.bc-grey-light {
  background-color: var(--grey-light) !important;
}

@media (min-width: 980px) {
.bc-grey-light img {
  max-width: 50vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
}

/* ボタン */
.link-button {
	display: block;
	margin-right: auto;
    margin-left: auto;	
	width: 80vw;
}
@media (min-width: 980px) {
.link-button {
	display: block;
	margin-right: auto;
    margin-left: auto;
	width: 480px;
	}
}


/* サービスカード */
.column2-cards {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 48px;
}
.column2-card {
  width: 100%;
	border-radius: 50px;
}

@media (min-width: 980px) {
  .column2-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 64px;
    max-width: 980px;
  }
}  

/* ご注意 */
.coution p{
	font-size: 0.9rem;
	line-height: 1.5rem;
}


/* フッター */
.footer-wrapper{
	max-width:980px;
	margin: auto;
	background-color: #ffffff;
}
.footer-logo-sp {
  display: block;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
.footer-logo-pc {
  display: none;
}
.footer-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 9px;
  text-align: center;
}
.adress{
  margin-top: 24px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}
@media (min-width: 980px) {
  .footer-logo-sp {
    display: none;
  }
  .footer-logo-pc {
    display: block;
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-text {
    margin-top: 40px;
    font-size: 11px;
  }
  .adress{
    margin-top: 24px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
}

/* マージンの設定 */
.aimt-5{
  margin-top: 5px;
}

.aimt-10{
  margin-top: 10px;
}
  
.aimt-20{
  margin-top: 20px;
}
  
.aimt-30{
  margin-top: 30px;
}
  
.aimt-40{
  margin-top: 40px;
}
  
.aimt-50{
  margin-top: 50px;
}

.aimb-5{
  margin-bottom: 5px;
}

.aimb-10{
  margin-bottom: 10px;
}
  
.aimb-20{
  margin-bottom: 20px;
}
  
.aimb-30{
  margin-bottom: 30px;
}
  
.aimb-40{
  margin-bottom: 40px;
}
  
.aimb-50{
  margin-bottom: 50px;
}

/* パディングの設定 */
.aipt-5{
  padding-top: 5px;
}

.aipt-10{
  padding-top: 10px;
}
  
.aipt-20{
  padding-top: 20px;
}
  
.aipt-30{
  padding-top: 30px;
}
  
.aipt-40{
  padding-top: 40px;
}
  
.aipt-50{
  padding-top: 50px;
}

.aipb-5{
  padding-bottom: 5px;
}

.aipb-10{
  padding-bottom: 10px;
}
  
.aipb-20{
  padding-bottom: 20px;
}
  
.aipb-30{
  padding-bottom: 30px;
}
  
.aipb-40{
  padding-bottom: 40px;
}
  
.aipb-50{
  padding-bottom: 50px;
}

.indent-1{
  padding-left: 1em;}

  