/*■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　
		固定ページ用
■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■ */
/****************************************************************************************************************************

****************************************************************************************************************************/
main.under-page{
}

main.under-page .mainConts{
}

/****************************************************************************************************************************
  h1エリア
****************************************************************************************************************************/
main.under-page .mainConts .under_head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

main.under-page .mainConts .under_head:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  background-color: rgba(255,255,255,0.2);
}

main.under-page .mainConts .under_head .under_head_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}

main.under-page .mainConts .under_head .under_head_in .h1Area{
}

main.under-page .mainConts .under_head .under_head_in .h1Area h1{
  display: block;
  text-align: center;
  font-size: 30px;
  color: #333;
  line-height: 1.5em;
}

main.under-page .mainConts .under_head .under_head_in .h1Area h1 span{
  display: inline-block;
  text-align: left;
}

main.under-page .mainConts .under_head .under_head_in .h1Area .read{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}

main.under-page .mainConts .under_head .h1Area .read span{
  display: inline-block;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

/* 白文字の場合 */
main.under-page .mainConts .under_head.color_w:before{
  background-color: rgba(0,0,0,0.1);
}
main.under-page .mainConts .under_head.color_w .under_head_in .h1Area h1{
  color: #fff;
}
main.under-page .mainConts .under_head.color_w .under_head_in .h1Area .read{
  color: #fff;
}

@media screen and (max-width: 920px){
  main.under-page .mainConts .under_head{
    height: 220px;
  }
}
@media screen and (max-width: 640px){
  main.under-page .mainConts .under_head{
    height: 180px;
  }
  main.under-page .mainConts .under_head .under_head_in .h1Area h1{
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 1.3em;
  }
  main.under-page .mainConts .under_head .under_head_in .h1Area .read{
    margin-top: 5px;
    font-size: 15px;
  }
}

/****************************************************************************************************************************
  コンテンツbody
****************************************************************************************************************************/
main.under-page .mainConts .under_body{
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 920px){
  main.under-page .mainConts .under_body{
    padding-bottom: 30px;
  }
}

/****************************************************************************************************************************
  レシピ監修者のみ表示
****************************************************************************************************************************/
.profile_page_loop{
  padding-top: 30px;
  padding-bottom: 65px;
}

.profile_page_loop .profile_page_loop_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: dashed 1px #ddd;
  padding: 30px 0px;
}

.profile_page_loop .profile_page_loop_in:nth-child(1){
  border-top: dashed 1px #ddd;
}

.profile_page_loop .profile_page_loop_in .profile_left{
  width: 200px;
  margin-right: 30px;
}

.profile_page_loop .profile_page_loop_in .profile_right{
  flex: 1;
}

.profile_page_loop .profile_page_loop_in .profile_right h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile_page_loop .profile_page_loop_in .profile_right h2 p{
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-right: 15px;
}

.profile_page_loop .profile_page_loop_in .profile_right h2 span{
  display: inline-block;
  font-size: 16px;
  line-height: 1.7em;
  padding-bottom: 3px;
  list-style-type: 0.12em;
}

.profile_page_loop .profile_page_loop_in .profile_right .job{
  font-size: 16px;
  line-height: 1.5em;
  color: #ff5db0;
}

.profile_page_loop .profile_page_loop_in .profile_right .textArea{
  line-height: 1.7em;
  margin-top: 10px;
}

/*------------------------------------
リンクボタン
------------------------------------*/
.profile_page_btn{
  padding-top: 30px;
}

.profile_page_btn .data_btn{
  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  text-align: center;
}

.profile_page_btn .data_btn a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  min-width: 200px;
  overflow: hidden;
  text-decoration: none;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.profile_page_btn .data_btn p{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  min-width: 200px;
  overflow: hidden;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 角丸の場合 */
.profile_page_btn .data_btn.type2 a{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.profile_page_btn .data_btn.type2 p{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* color */
.profile_page_btn .data_btn.color1 a{
  background-color: #f7f7f7;
  color: #666;
}
.profile_page_btn .data_btn.color1 p{
  background-color: #f7f7f7;
  color: #666;
}

.profile_page_btn .data_btn.color2 a{
  background-color: #ff0073;
  color: #fff;
}
.profile_page_btn .data_btn.color2 p{
  background-color: #ff0073;
  color: #fff;
}

.profile_page_btn .data_btn.color3 a{
  background-color: #2196f3;
  color: #fff;
}
.profile_page_btn .data_btn.color3 p{
  background-color: #2196f3;
  color: #fff;
}

/* align */
.profile_page_btn .data_btn.align-left{
  text-align: left;
}

.data_btn.align-center{
  text-align: center;
}

.profile_page_btn .data_btn.align-right{
  text-align: right;
}



/****************************************************************************************************************************
  サイドバー
****************************************************************************************************************************/
aside.sidebar .side_under_box{
  margin-top: 10px;
}

aside.sidebar .side_under_box a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  color: #666;
  padding: 10px 20px;
  font-weight: bold;
  /*border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
  min-width: 100%;
  font-size: 14px;
  letter-spacing: 0.10em;
}

@media screen and (min-width: 919px){
	aside.sidebar .side_under_box a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


































/****************************************************************************************************************************

****************************************************************************************************************************/
