/* CSS Document */

/*==================================

ほいコレ インターン
internship.php

==================================*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/*ページ設定*/
#concierge-wrapper {
  width: 640px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin-bottom: 50px;
  webkit-text-size-adjust: 100%;
  max-height: 999999px;
  }
  
  /*メインビジュアル*/
  #main-title-wrap {
  width: 100%;
  height: 110px;
  background-image: url("../intro/img/title_back.png");
  background-repeat: no-repeat;
  margin: 0 auto;
	  margin-top: 20px;
  position: relative;
  text-align: center;
  }
  
  #main-title-wrap .about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  }

   /*ABOUT TEXT*/
  .about-wrap {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 0;
  }
  
  .about-wrap h2 {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  }
  
  .about-txt {
  width: 90%;
  font-size: 24px;
  text-align: left;
  text-justify: inter-ideograph;
  line-height: 40px;
  margin: 0 auto;
  padding-bottom: 10px;
  }
  
  .about-txt strong{
    color: #2995bc;
  }

  /* こんな方におすすめ */
  #guide-wrap {
  width: 100%;
  background-color: #f4f4ef;
  margin: 0 auto;
  }

  #guide-wrap_in {
  width: 90%;
  padding: 30px 0;
  margin-left: 5%;
  }
  #guide-wrap_in .guide-title{
	  text-align: center;
	  margin-bottom: 10px;
  }

  #guide-wrap_in .guide-title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 28px; /* 適切なフォントサイズを指定 */
	  margin-top: 10px;
  }

  #guide-link{
	  padding: 20px 0;
  }
  #guide-link .blue_btn{
	background-image: url("../intro/img/guide_blue.png");
    background-repeat: no-repeat;
	background-size: cover;
	width: 560px;
    height: 120px;
    position: relative;
	margin-bottom: 15px;
}
  #guide-link .blue_btn .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* テキストを背景画像の上に配置 */
    text-align: center;
	color: #5880B0;
	font-weight: bold; /* テキストを太字に */
	font-size: 28px; /* 適切なフォントサイズを指定 */
	width: 90%;
    line-height: 33px;
  }
  #guide-link .blue_btn .title .linktxt {
	color: #5880B0;
	font-size: 22px;
  }
  #guide-link .blue_btn .arrow {
    position: absolute;
    top: 50%;
    right: 20px; /* 適切な右側の位置 */
    transform: translateY(-50%);
    z-index: 2; /* 矢印画像をテキストの上に配置 */
  }

  #guide-link .red_btn{
	background-image: url("../intro/img/guide_red.png");
    background-repeat: no-repeat;
	background-size: cover;
	width: 560px;
    height: 120px;
    position: relative;
	margin-bottom: 15px;
}
  #guide-link .red_btn .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* テキストを背景画像の上に配置 */
    text-align: center;
	color: #D97476;
	font-weight: bold; /* テキストを太字に */
	font-size: 28px; /* 適切なフォントサイズを指定 */
	width: 90%;
    line-height: 33px;
  }
  #guide-link .red_btn .title .linktxt {
	color: #D97476;
	font-size: 22px;
  }
  #guide-link .red_btn .arrow {
    position: absolute;
    top: 50%;
    right: 20px; /* 適切な右側の位置 */
    transform: translateY(-50%);
    z-index: 2; /* 矢印画像をテキストの上に配置 */
  }

  /* ほいコレナビ主なコンテンツ */
.contents-item {
    display: none;
}

.contents-item.active {
    display: block;
}
.contents-menu {
    cursor: pointer;
}

  #contents-wrap {
	  width: 100%;
	  background-color: #ffffff;
	  margin: 0 auto;
  }

  #contents-wrap_in {
	  width: 90%;
	  padding: 30px 0;
	  margin-left: 5%;
  }
  #contents-wrap_in .title{
	  text-align: center;
	  margin-bottom: 10px;
  }

  #contents-wrap_in .title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 28px; /* 適切なフォントサイズを指定 */
	  margin-top: 10px;
  }

  .contents-bar{
	  text-align: center;
	  margin: 30px 0;
  }

  #contents-link .contents-container{
	  width: 560px;
	  margin-top: 30px;
  }
  #contents-link .contents-container .contents-menu{
	background-image: url("../intro/img/contents_guide.png");
    background-repeat: no-repeat;
	background-size: 100%;
	width: 560px;
    height: 75px;
    position: relative;
  }
  #contents-link .contents-container .contents-menu .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* テキストを背景画像の上に配置 */
    text-align: center;
	color: #FFFFFF;
	font-weight: bold; /* テキストを太字に */
	font-size: 26px; /* 適切なフォントサイズを指定 */
  }
  #contents-link .contents-container .contents-menu .arrow {
    position: absolute;
    top: 50%;
    right: 20px; /* 適切な右側の位置 */
    transform: translateY(-50%);
    z-index: 2; /* 矢印画像をテキストの上に配置 */
  }
  #contents-link .contents-container .contents-item{
	/*display: none;*/
	width: 560px;
	background-color: #f4f4ef;
	margin-bottom: 10px;
	padding-bottom: 20px;
	  line-height: 22px;
  }
  #contents-link .contents-container .contents-item p{
	padding: 25px;
	font-size: 24px;
	line-height: 34px;
  }
  #contents-link .contents-container .contents-item_link{
	width: 500px;
    height: 70px;
    position: relative;
	margin-left: 38px;
  }
  #contents-link .contents-container .contents-item_link .button{
	width: 500px;
    height: 70px;
  }
  #contents-link .contents-container .contents-item_link .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* テキストを背景画像の上に配置 */
    text-align: center;
	color: #FFFFFF;
	font-weight: bold; /* テキストを太字に */
	font-size: 22px; /* 適切なフォントサイズを指定 */
  }
  #contents-link .contents-container .contents-item_link .arrow {
    position: absolute;
    top: 50%;
    right: 20px; /* 適切な右側の位置 */
    transform: translateY(-50%);
    z-index: 2; /* 矢印画像をテキストの上に配置 */
  }

/* ほいコレナビ活用方法 */
  #howto-wrap {
  width: 100%;
  background-color: #ffffff;
  margin-top: 20px;
  margin: 0 auto;
  }

  #howto-wrap_in {
  width: 90%;
  padding: 30px 0;
  margin-left: 5%;
  }
  #howto-wrap_in .title{
	  text-align: center;
	  margin-bottom: 10px;
  }

  #howto-wrap_in .title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 28px; /* 適切なフォントサイズを指定 */
	  margin-top: 10px;
  }

  .arrow-button{
	background-color: #E9585D;
    border-radius: 8px;
    box-shadow: 0 4px 0 #E84E59;
    color: #fff;
    display: block;
    padding: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
	font-size: 26px;
	font-weight: bold;
    width: 80%;
	margin-left: 7%;
 	margin-top: 15px;
	margin-bottom: 20px;
  }

  .arrow-button::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}


/* ほいコレナビ会員登録 */
  #register-wrap {
	width: 100%;
	background-color: #f4f4ef;
	margin: 0 auto;
  }

  #register-wrap_in {
	width: 90%;
	padding: 30px 0;
	margin-left: 5%;
  }

  #register-wrap_in .title{
	  text-align: center;
	  margin-bottom: 10px;
  }

  #register-wrap_in .title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 30px; /* 適切なフォントサイズを指定 */
	  line-height: 34px;
	  margin-top: 10px;
	  letter-spacing: 3px;
  }

  #register-box{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	gap: 20px;
  }

  #register-box .card{
	width: calc((100% - 25px) / 2);
  }

  #register-box .card img{
	width: 100%;
	margin-bottom: 10px;
  }

  #register-box .card p{
	font-size: 22px;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }

  #qanda-wrap {
	  width: 100%;
	  background-color: #ffffff;
	  margin: 30px auto;
  }

  #qanda-wrap_in {
	  width: 90%;
	  padding: 30px 0;
	  margin-left: 5%;
  }
  #qanda-wrap_in .title{
	  text-align: center;
	  margin-bottom: 10px;
  }

  #qanda-wrap_in .title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 28px; /* 適切なフォントサイズを指定 */
	  margin-top: 10px;
  }

#qanda-link{
	margin: 10px auto 0;
	width: 100%;
}
#qanda-link dl {
    position: relative;
    margin: 0;
    /*padding: 28px 80px 28px 30px;*/
    cursor: pointer;
    border-bottom: 1px solid #000;
}
#qanda-link dl:first-child {
    border-top: 1px solid #000;
}
/*#qanda-link dl::before {
    position: absolute;
    top: 35%;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
	transition: all .3s ease-in-out;
}*/
/*#qanda-link .open::before {
    transform: rotate(-45deg);
}*/
#qanda-link dl dt {
    position: relative;
    margin: 0;
    padding: 25px 35px;
    /*font-weight: bold;*/
    font-size: 22px;
	color: #494949;
	background-color: #FAFAFA;
}
/*#qanda-link dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    content: 'Q.';
}*/
#qanda-link dl dt::after {
    position: absolute;
    top: 35%;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
	transition: all .3s ease-in-out;
}
#qanda-link dl dt.open::after {
    transform: rotate(-45deg);
  	top: 45%;
}
#qanda-link dl dd::before {
    /*font-size: 22px;
    line-height: 1;*/
    position: absolute;
    top: 30px;
    left: 30px;
    /*display: block;*/
	content: '';
    display: inline-block;
	background-image: url(../intro/img/qa_answer.png);
    background-size: contain;
	width: 30px;
	height: 30px;
    /*content: url("../intro/img/qa_answer.png");*/
    /*font-weight: bold;
    color: #3285bf;*/
}
#qanda-link dl dd {
    position: relative;
    display: none;
    height: auto;
	/*min-height: 70px;*/
    margin: 0;
    padding: 30px 50px 30px 80px;
	background-color:#F0F0F0;
	font-size: 24px;
	color: #494949;
	line-height: 1.2em;
}
#qanda-link dl dd p {
    margin: 30px 0;
}
#qanda-link dl dd p:first-child{
    margin-top: 0;
}





  /*シェアエリア*/
  #share-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #05C388;
  }
  #share-wrap p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
  }
  #share-wrap .share_icon_wrap {
  margin: 0 auto;
  text-align: center;
  }
  #share-wrap .share_icon_wrap .line_icon {
  margin-right: 20px;
  }
  #share-wrap .return-top {
  display: inline-block;
  width: 540px;
  height: 50px;
  margin: 60px 0 0 25px;
  padding: 0 20px;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: none;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 5px;
  }
  /*共通*/
  .clear {
  clear: both;
  }
  