@charset "utf-8";
/* CSS Document */

.p-tab {
  border-bottom: #0a923d 3px solid;
  margin-bottom: 40px;
  overflow: hidden;
}
.p-tab_non_bord {
  border-bottom: none;
	margin-bottom: 40px;
  overflow: hidden;
}
.p-tabList {
  max-width: 800px;
  margin: 0 auto -1px;
  display: table;
  width: 100%;
}
.p-tabList02 {
  max-width: 800px;
  margin: 0 auto 10px auto;
  display: table;
}
.p-tabList li, .p-tabList02 li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px 0 0;
}
.p-tabList li + li, .p-tabList02 li + li {
  padding: 0 0 0 10px;
}
.p-tabList--three li {
  width: 32.6%;
  padding: 0;
}
.p-tabList--three li + li {
/*   padding: 0; */
}
.p-tabList--three li:nth-child(1) {
/*   padding: 0 1% 0 0; */
}
.p-tabList--three li:nth-child(3) {
/*   padding: 0 0 0 1%; */
/* 	width: 33%; */
}

.p-tabList li span, .p-tabList li a, .p-tabList02 li span, .p-tabList02 li a {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  padding: 14px 0;
  font-weight: bold;
  height: 100%;
}
.p-tabList li span, .p-tabList02 li span {
  background: #0a923d;
}
.p-tabList li a, .p-tabList02 li a {
  background: #7fbe25;
}
.p-tabList02 li.line-h02 a, .p-tabList02 li.line-h02 span{
	line-height: 90%;
	padding: 10px 0;
}

.p-specialMiddleTitle {
  font-size: 18px;
  line-height: 1.4;
  color: #0a923d;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-specialList {
  margin-bottom: 50px;
}
.p-specialList li {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
.p-specialList li + li {
  margin-top: 2px;
}
.p-specialList li:before {
  content: '・';
}
.p-special-txt {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .p-tabList li span, .p-tabList li a, .p-tabList02 li span, .p-tabList02 li a {
    font-size: 12px;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .p-tab {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 614px) {
  .p-tabList li span, .p-tabList li a, .p-tabList02 li span, .p-tabList02 li a {
    height: 57px;
  }
  .p-tabList li span, .p-tabList li a, .p-tabList02 li span, .p-tabList02 li a {
    padding-top: 20px;
  }
  .p-tabList li.col2 span, .p-tabList li.col2 a, .p-tabList02 li.col2 span, .p-tabList02 li.col2 a {
    padding-top: 12px;
  }
  .p-specialList li {
/*    font-size: 12px; */
  }
  .p-specialMiddleTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}




.p-present {
  padding: 74px 0 0 0;
}
.p-presentMain {
  margin-bottom: 37px;
}
.p-presentFrame {
  max-width: 800px;
  margin: 30px auto 0 auto ;

}
.p-present-txt01 {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.p-presentBtnOuter {
  background: #fada4b;
  padding: 30px 20px 20px 20px;
  margin-bottom: 54px;
}
.p-presentBtnInner {
  max-width: 450px;
  margin: 0 auto;
}
.p-presentBtn-txt {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.p-present-lineupTitle {
  
}
.p-present-lineupImg {
  margin-bottom: 20px;
}
.p-present-lineupCaution {
  margin-bottom: 50px;
}
.p-present-lineupCaution li {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-present {
      padding: 37px 0 0 0;
  }
  .p-presentMain {
    margin-bottom: 18px;
  }
  .p-presentBtnOuter {
    background: #fada4b;
    padding: 20px 20px 20px 20px;
    margin-bottom: 54px;
  }  
}




.p-present-title {
  background: url(/wp/wp-content/themes/ouenten/img/present/icon_present.png) no-repeat center top;
  padding: 82px 0 0 0;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}
.p-present-title.is-resultText {
  background: url(/wp/wp-content/themes/ouenten/img/present/icon_result_text.png) no-repeat center top;
}
.p-present-title.is-resultVoice {
  background: url(/wp/wp-content/themes/ouenten/img/present/icon_result_voice.png) no-repeat center top;
}
.p-presentItem {
  margin-bottom: 60px;
}
.p-presentItem-img {
  margin-bottom: 25px;
}
.p-presentItem-detail {
  
}
.p-presentItem-detail div {
  width: 47.5%;
  float: left;
}
.p-presentItem-detail div + div {
  float: right;
}
.p-presentItem-detail h3 {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  border-bottom: #000 1px solid;
  padding: 0 0 8px 0;  
  font-weight: bold;
  margin-bottom: 15px;
}
.p-presentItem-detail h4 {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  color: #0a923d;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-presentItem-detail p {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-present-title {
    background: url(/wp/wp-content/themes/ouenten/img/present/icon_present.png) no-repeat center top;
    background-size: 34px auto;
    padding: 41px 0 0 0;
    font-size: 26px;
    margin-bottom: 22px;
  }
  .p-present-title.is-resultText {
    background: url(/wp/wp-content/themes/ouenten/img/present/icon_result_text.png) no-repeat center top;
    background-size: 34px auto;
  }
  .p-present-title.is-resultVoice {
    background: url(/wp/wp-content/themes/ouenten/img/present/icon_result_voice.png) no-repeat center top;
    background-size: 51px auto;
  }
  .p-presentItem-detail div {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .p-presentItem {
    margin-bottom: 30px;
  }
}

.p-presentItem-result {
  
}
.p-presentItem-result div {
  width: 47.5%;
  float: left;
}
.p-presentItem-result div + div {
  float: right;
}
.p-presentItem-result h3 {
  text-align: left;
  margin-bottom: 3px;
}
.p-presentItem-result figure {
  padding: 0;
  margin: 0 0 20px 0;
}
.p-presentItem-result h4 {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 8px 15px 10px 15px;
  border: #0a923d 2px solid;
  border-radius: 23px;
  color: #0a923d;
  margin-bottom: 20px;
}
.p-presentItem-result p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.p-presentItem-result p span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #0a923d;
  display: inline-block;
  padding: 0 3px;
}

.p-presentResult-box {
  background: #0a923d;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 50px 0;
}
.p-presentResult-box p {
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.p-presentResult-box p span {
  color: #fada4b;
}

.p-presentResult-box p span.note {
  color: #FFF;
  font-size: 19px;
}

@media screen and (max-width: 640px) {
  .p-presentItem-result div {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .p-presentItem-result h3 {
    text-align: center;
  }
  .p-presentItem-result p {
    font-size: 16px;
    line-height: 24px;
  }
  .p-presentItem-result p span {
    font-size: 24px;
    line-height: 24px;
    padding: 0 3px;
  }
  .p-presentResult-box {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 0 50px 0;
  }
  .p-presentResult-box p {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-presentResult-box p span.note {
    color: #FFF;
    font-size: 15px;
  }
}

.p-tv {
  padding: 74px 0 110px 0;
}
.p-tvMain {
  margin-bottom: 37px;  
}
.p-tvFrame {
  max-width: 800px;
  margin: 0 auto;  
}
.p-tvMenu {
  margin-bottom: 15px;  
}
.p-tvMenu li {
  display: inline-block;
  margin: 0 13px 26px 13px;
}

.p-tvMenuCaution {
  text-align: left;
  margin-bottom: 60px;
}
.p-tvMenuCaution li {
  font-size: 12px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
.p-tvItem {
  
}
.p-tvItem + .p-tvItem {
  margin-top: 45px;
}
.p-tvItem h3 {
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: #0a923d 4px solid;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 640px) {
  .p-tv {
    padding: 36px 0 60px 0;
  }
  .p-tvMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .p-tvMenu li {
    width: 33.33%;
    margin: 0;
    padding: 0 2% 20px;
    box-sizing: border-box;
  }
  .p-tvMenuCaution {
    margin-bottom: 30px;
  }
  .p-tvItem + .p-tvItem {
    margin-top: 30px;
  }
  .p-tvItem h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-tvMain.p-tvMain--video {
    padding:10% 5%;
  }
}



.p-recipeList {
  
}
.p-recipeList li {
  width: 47.8%;
  float: right;
  margin-bottom: 36px;
}
.p-recipeList li:nth-child(2n+1) {
  float: left;
  clear: both;
}
.p-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .p-recipeList li:nth-child(2n+1) {
    float: none;
    clear: none;
  }
  .p-recipeList li {
      width: 100%;
      float: none;
      margin:0 auto 18px;
  }
}


.p-videoMain {
  background: #fff;
  padding: 82px 0;
  margin-bottom: 37px;
}
.p-videoFrame {
    max-width: 800px;
    margin: 0 auto 100px;
}
.p-videoTitle {
/*  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  border-bottom: #000000 2px solid;
  padding-bottom: 15px;
  margin-bottom: 20px;  */
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: #0a923d 4px solid;
  padding: 0 0 0 10px;  
}
.p-videoText {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.p-videoItem {
  margin-bottom: 70px;
}
.p-videoItem h3 {
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: #0a923d 4px solid;
  padding: 0 0 0 5px;
}

@media screen and (max-width: 640px) {
  .p-videoMain {
    padding: 41px 5%;
  }

  .p-videoFrame {
    margin: 0 auto 60px;
  }
  .p-videoTitle {
    font-size: 16px;
/*    padding-bottom: 15px;
    margin-bottom: 20px;  */
    margin-bottom: 10px;
  }  
  .p-videoText {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .p-videoItem h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}




.p-present-voiceList {
  max-width: 800px;
  margin: 0 auto 35px auto;
}
.p-present-voiceList li {
  width: 48.25%;
  float: left;
  background: #fada4b;
  box-sizing: border-box;
  padding: 30px 20px 40px 30px;
  position: relative;
  margin-bottom: 25px;
}
.p-present-voiceList li:nth-child(4n+2) ,
.p-present-voiceList li:nth-child(4n+3) {
  background: #ffe678;
}
.p-present-voiceList li:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 80%;
  top: 90%;
  max-width:350px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.p-present-voiceList li:nth-child(2n) {
  float: right;
}
.p-present-voiceList li:nth-child(2n+1) {
  clear: both;
}
.p-present-voiceListTxt {
  font-size: 14px;
  line-height: 1.875;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: 0;
  min-height: 158px;
}
.p-present-voiceListName {
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 700px) {

  .p-present-voiceList li {
    width: 100%;
  }
  .p-present-voice {
    padding-bottom: 50px;
  }
  .p-present-voiceIntro {
    margin-bottom: 15px;
  }
}


.p-presentResult-btn {
  max-width: 450px;
  margin: 0 auto;
}
.p-presentResult-btn p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: #ffa019;
  padding: 18px 20px 20px 20px;
  position: relative;
}
.p-presentResult-btn p:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;  
}
.p-presentResult-btn p.is-active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-presentResult-old {
  border-top: #0a923d 3px solid;
  padding-top: 55px;
  display: none;
}

@media screen and (max-width: 640px) {
  .p-presentResult-old {
    padding-top: 20px;
  }
}


