@charset "utf-8";k20220101

#k2021121501 h1.block-questionnaire--header,
#k2021121502 h1.block-questionnaire--header,
#k2021121503 h1.block-questionnaire--header,
#k2021121504 h1.block-questionnaire--header,
#k2021121501 h1.block-questionnaire-completed--header,
#k2021121502 h1.block-questionnaire-completed--header,
#k2021121503 h1.block-questionnaire-completed--header,
#k2021121504 h1.block-questionnaire-completed--header,
#k20220121 h1.block-questionnaire--header,
#k20220121 h1.block-questionnaire-completed--header,
#k20220101 h1.block-questionnaire--header,
#k20220101 h1.block-questionnaire-completed--header{
    display: none;
}


#k2021121501 .btn-primary,
#k2021121501 .btn-default,
#k2021121502 .btn-primary,
#k2021121502 .btn-default,
#k2021121503 .btn-primary,
#k2021121503 .btn-default,
#k2021121504 .btn-primary,
#k2021121504 .btn-default,
#k20220121 .btn-primary,
#k20220121 .btn-default,
#k20220101 .btn-primary,
#k20220101 .btn-default{
	border-radius: 50px;
	border: 0px;
}



#k2021121501 .block-questionnaire--form,
#k2021121502 .block-questionnaire--form,
#k2021121503 .block-questionnaire--form,
#k2021121504 .block-questionnaire--form,
#k2021121501 .block-questionnaire--confirmation-form,
#k2021121502 .block-questionnaire--confirmation-form,
#k2021121503 .block-questionnaire--confirmation-form,
#k2021121504 .block-questionnaire--confirmation-form,
#k20220121 .block-questionnaire--form,
#k20220121 .block-questionnaire--confirmation-form,
#k20220101 .block-questionnaire--form,
#k20220101 .block-questionnaire--confirmation-form{
	padding:20px;
}


.page-everyformcomplete.sp div[class~="action-buttons"]{
  display: none;
}
.ruum-action-buttons {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
}

.ruum{
	background: #32B988;
    color: #fff;
}
.kurashi{
	/*background: #cbebd5;*/
    background: #32b988;
    color: #fff;
}
.quest{
    text-align: left;
    padding: 4rem 0;
    font-size: 18px;
}
.thanks{
	text-align: center;
    padding: 4rem 0;
    font-size: 18px;
}
section.contents{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
.container{
    max-width: 540px;
	}
}
@media (min-width: 768px){
.container{
    max-width: 720px;
	}
}

.legend {
    font-size: 20px;
}
.oubo-youkou span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}


/*脳トレ*/
.brain-question{
    font-size: 2rem;
    margin: 3rem 0 5px;
}
.brain-question img{
    padding: 3px;
}
.brain-question span:nth-child(1) {
  background: #32b988;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.brain-question span:nth-child(2) {
  color: #32b988;
}
.quest-form-text{
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ff000047;
}
.quest-form-text span{
    color: #f00;
}
.quest-form-text a{
    text-decoration: underline;
}
.quest-form-top{
    text-align: center;
    font-size: 18px;
    margin: 2rem 0;
}


/*アコーディオン*/
.dkp-check{
    display: none;
}
.dkp-label{
    color: #32b988;
    display: block;
    padding: 11px;
    position: relative;
    border-bottom: 1px solid #32b988;
    margin: 2rem 0 0 0;
}
.dkp-label span{
    font-weight: 700;
}
.dkp-label:after{
    background: #32b988;
    box-sizing: border-box;
    content: '-';
    display: block;
    height: 46px;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 26px;
    color: #fff;
    width: 50px;
    text-align: center;
    line-height: 1;
}
.dkp-content{
    display: block;
    height: auto;
    opacity: 1;
    padding: 10px;
    transition: .5s;
    /*visibility: hidden;*/
    visibility: visible;
    background: #32b988;
    color: #fff;
}
.dkp-check:checked + .dkp-label:after{
    content: '+';
    margin-bottom: 2rem;
}

.dkp-check:checked + .dkp-label + .dkp-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    visibility: hidden;
    /*visibility: visible;*/
    background: #32b988;
    
}
.dkp-content a{
    color: #ff0;
    text-decoration: underline;
}


/*アコーディオン通常*/
.dkp-n-check{
    display: none;
}
.dkp-n-label{
    background: #FF414D;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    font-size: 16px;
    text-align: center;
}

.dkp-n-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    padding: 4px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 24px;
}
.dkp-n-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.dkp-n-check:checked + .dkp-n-label:after{
    content: '-';
    font-size: 24px;
    padding: 4px 20px;
}
.dkp-n-check:checked + .dkp-n-label + .dkp-n-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}




/*NEWマーク*/

.kijicontainer-contents a .new_ph{
  display: none;
}

.kijicontainer-contents a .post_photo_new {    
      display: block;
      position: relative;
      padding: 0;
}
.kijicontainer-contents a:first-child .new_ph {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    box-sizing: border-box;
    padding: 0 5px 0 3px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #FF414D;
}
.kijicontainer-contents a .new_ph:before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    border: none;
    height: 32px;
    width: 7px;
    background-color: #FF414D;
    border-radius: 5px 0 0 5px;
}
.kijicontainer-contents a .new_ph:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -4px;
    border: none;
    height: 7px;
    width: 5px;
    background: #A62D35;
    border-radius: 5px 0 0 5px;
}


@media (min-width: 641px){
  .kijicontainer-contents a .post_photo_new {    
      display: block;
      position: relative;
      padding: 0;
     
    }
  .kijicontainer-contents a:first-child .new_ph {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 10px;
      box-sizing: border-box;
      padding: 0 4px;
      margin: 0;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
      letter-spacing: 0.1em;
      color: #fff;
      background-color: #FF414D;
     
  }
  .kijicontainer-contents a .new_ph:before {
      position: absolute;
      content: '';
      top: 0;
      left: -7px;
      border: none;
      height: 38px;
      width: 7px;
      background-color: #FF414D;
      border-radius: 5px 0 0 5px;
     
  }
  .kijicontainer-contents a .new_ph:after {
      position: absolute;
      content: '';
      bottom: -7px;
      left: -5px;
      border: none;
      height: 7px;
      width: 5px;
      background: #A62D35;
      border-radius: 5px 0 0 5px;
  }
}

/*画像禁止*/
/*長押しを禁止*/
/*section.kijicontainer-contents img,
main.l-main img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  pointer-events: none;*/ /*右クリックを禁止*/
  
/*  -khtml-user-select:none;
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}*/

/*ドラッグ＆ドロップを禁止*/
/*全画面共通 / BODYタグパラメータ*/
/*Bodyかimgに追加： onselectstart="return false;" onmousedown="return false;"*/