@charset "utf-8";
/*----------------------------------
  共通設定
----------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.7;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----------------------------------
  ヘッダーブロック
----------------------------------*/
/* ヘッダーブロック */
#header_block {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  z-index: 1000;
  width: 100%;
  background: rgba(250,250,250,.9);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

#header_block .header {
  width: auto;
  padding: 15px 0 10px 10px;
}

#header_block .header h1 {
  width: 75%;
  margin-top: 10px;
  text-align: left;
  font-size: 17px;
  color: #4285D8;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(50,50,50,0.7);
}
.menu_item{
  width: 100%;
  height: auto;
  padding: .5em 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.menu_item p {
  font-size: 14px;
  line-height: 0em;
}

.menu_item a {
  text-decoration: none;
  font-size: 20px;
  color: white;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  transform: translateX(100vw);
  transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  transform: translateX(0);
}
/* background */
.c-bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background:url("image/lifestyleimage.jpg") no-repeat top center;
  position: fixed;
  background-size: cover;
}

/* container */
#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
  z-index: 1000;
  position: relative;
}

/*----------------------------------
  lifestyleページ
----------------------------------*/
#lifestyle-main-block {
  width: 100%;
  height: auto;
  margin: 80px auto 30px;
}

.top-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*------ lifestyle-content ------*/

.page-title {
  text-align: center;
  font-size: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -10px;
  line-height: 35px;
  width: 6em;
  text-shadow: 3px 3px 3px #575757;
}

.page-title span{
	font-size: 16px;
	font-weight: 100;
}

.lifestyle-content2 {
  width: 90%;
  height: auto;
  margin: 20px auto 40px;
  background: rgba(250,250,250,.7);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
  padding: 10px 0 0;
}

.balloon4 p {
  margin-left: 0px; 
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
  line-height: 35px
}

.balloon4 p span{
  color: rgba(0,0,0,0);
  -webkit-text-stroke:1px #666666;
  text-shadow: 2px 2px 0 #F05F66;
  font-weight: bold;
  font-size: 40px;
  
}

/*質問、共通するもの*/
.circle {
  width: 50px;
  height: 50px; 
  background-color: rgba(50,50,50,0.70);
  border-radius: 50%;/* ←円を作る */
  margin-left: 300px;
  margin-top: 50px;
}

.circle p{
  text-align: center;
  color: white;
  line-height: 48px;
	
}

.question p{
  writing-mode: vertical-rl;
  margin-left: 310px;
  margin-top: 20px;
  text-shadow: 1px 2px 3px #9FA0A0;
  position: relative;
  z-index: auto;
}

.a{
  margin-left: 20px;
  font-size: 30px;
  margin-top: -100px;
}


.answer1{
  width: 70%;
  margin-left: 30px;
  margin-top: 0px;
  font-size: 17px;
}


.q1 span{
  color: indianred;
}

}
.q3 .a{
	margin-top: 30px;
}

.q4 .a{
	margin-top: -180px;
}