@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


.text-black{
	color:#333;
}
.nav-line{
	color: #333!important;
	border-bottom: solid 1px #aaa;
}
.nav-menu-titles{
	color: #333!important;	
}
.nav-menu-header{
	height: 80px;
	padding-top:20px;
}

.nav-menu-titles::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    border-top: 6px solid currentColor;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}


.navbar-title{
background: rgb(98,101,221);
background: linear-gradient(90deg, rgba(98,101,221,1) 0%, rgba(168,131,238,1) 100%);
color: #fff;
}

.input-subtitle{color:#a19ca3; font-weight: bold; font-size: 12px;}
.input-box{border-radius: 30px; box-shadow: 0px 2px 5px 2px rgba(205,205,218,0.2); margin: 0 15px; background: #fff;}
.input-text{padding: 30px 20px;}
.label-form{margin-bottom: 15px; padding-top: 3px; padding-bottom: 3px; font-size: 17px;}

   /* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
   .tabbox { margin: 0; width: 100%; display: flex; flex-wrap:wrap }


   /* ▼タブ機能を制御するラジオボタン(非表示にする) */
   .tabbox input { display: none; }
   .tabbox label {margin-top:50px;}

   /* ▼タブ(共通装飾＋非選択状態の装飾) */
   .tab {
	  display: inline-block;
	  width: 48%;
	  padding: 10px 0;
      color: #fff;
      background-color: #dedbf6;
      text-align: center;
      font-weight: bold;
}
   
   .tabbox label:first-of-type {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-left: 2%;
    }
    
   .tabbox label:last-of-type {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    }

   /* ▼タブにマウスポインタが載った際の装飾 */
   .tab:hover {
      background-color: #8174ce;
      color: #fff;
      cursor: pointer;
   }

   /* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
   input:checked + .tab {
      color: #fff;
      background-color: #8174ce;
      position: relative;
      z-index: 1;
   }

   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   .tabcontent {
      display: none;
      margin-top: -1px;
      padding: 0;
      position: relative;
      z-index: 0;
      width:100%;
   }

   /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
   #tabcheck1:checked ~ #tabcontent1 { display: block; }
   #tabcheck2:checked ~ #tabcontent2 { display: block; }


   
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
   .insta-button{
   background: rgb(241,0,12);
   background: linear-gradient(90deg, rgba(241,0,12,1) 0%, rgba(185,0,177,1) 100%);
   }
   .button-icon, ion-icon{vertical-align: middle!important;}
   .text-area{
	   padding-left:20px; padding-right: 20px;
   }
   
   a.button.button-purple{ background-color: #a75df2; box-shadow: 0 2px 4px #c8bee7;}
   a.button.button-blue{ background-color: #5d6ef2; box-shadow: 0 2px 4px #d8dcf9;}
   a.button.button-pink{ background-color: #e55e9c; box-shadow: 0 2px 4px #fcd5e7;}
   
.en-purple{background-image: url(../images/en_purple.png); background-position: left center; background-repeat: no-repeat; background-size: 20px; padding-left: 30px; }
.en-pink{background-image: url(../images/en_pink.png); background-position: left center; background-repeat: no-repeat; background-size: 20px; padding-left: 30px;}
.en-blue{background-image: url(../images/en_blue.png); background-position: left center; background-repeat: no-repeat; background-size: 20px; padding-left: 30px;}


.bg1{background-image: url(../images/2.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; }
.think, .heart, .sex{border-top:solid 2px #373c4e; border-left: solid 2px #373c4e; border-right: solid 2px #373c4e; border-bottom: solid 2px #373c4e; border-radius: 20px; background: #fff; margin: 3px;}
.think h5 img, .heart h5 img, .sex h5 img{ height: 23px; padding: 3px 12px;  }
.think h5, .heart h5, .sex h5{margin: 0px; border-bottom: solid 1px #373c4e; border-top-left-radius:18px; border-top-right-radius:18px; }
.think h5{ background: #dcbdf8; }
.heart h5{ background: #b5d1f9; }
.sex h5{ background: #ffbde8; }
.think p, .heart p, .sex p{ font-size:14.5px; line-height: 16px; font-feature-settings: "palt"!important; font-family: 'Noto Sans JP', sans-serif; margin-top:10px; margin-bottom:14px; padding-left: 12px; padding-right: 12px; color: #333; }
.moz p{-ms-filter: blur(3px); filter: blur(3px);}