/*# sourceURL=https://www.foobizvietnam.com/wp-content/themes/foobiz/shared/css/index.css?ver=4.9.13 */
/*@ sourceURL=https://www.foobizvietnam.com/wp-content/themes/foobiz/shared/css/index.css?ver=4.9.13 */
/*@ sourceURL=https://www.foobizvietnam.com/wp-content/themes/foobiz/shared/css/index.css?ver=4.9.13 */
/*@ sourceURL=https://www.foobizvietnam.com/wp-content/themes/foobiz/shared/css/index.css?ver=4.9.13 */
@charset "UTF-8";

/* Scss Document */

/* Scss Document */
.item div {
  position: relative;
}

.item div .item_cate {
  position: absolute;
  top: 0;
}

.item .item_thumb .new_label {
  color: #fff;
  background: #000;
  border-radius: 50%;
  font-family: catamaran_extraB;
  width: 22.7%;
  min-width: 45px;
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 2px 0 0 2px;
  bottom: -4%;
  left: -4%;
  position: absolute;
  z-index: 1;
}

.item .item_thumb {
  position: relative;
}

.item .item_thumb a {
  display: block;
}

.item .item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#new1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

#new1 .item_cate {
  width: 135px;
}

#new1 .item_cate a {
  line-height: 22px;
  font-size: 14px;
  padding-top: 2px;
}

#new1 .item {
  width: 47.619%;
  position: relative;
}

#new1 .item div {
  margin-top: 21px;
}

#new1 .item div .item_cate {
  right: 0;
}

#new1 .item_date {
  font-size: 15px;
  line-height: 24px;
}

#new1 .item_ttl {
  font-size: 17px;
  line-height: 2.05em;
  margin-top: 28px;
}

#new1 .item_ttl a:hover {
  opacity: 0.8;
}

.itemGroup {
  display: flex;
  flex-wrap: wrap;
}

.itemGroup .item {
  width: 29.167%;
  margin-bottom: 30px;
}

.itemGroup .item .item_thumb .new_label {
  font-size: 12px;
  letter-spacing: 1px;
}

.itemGroup .item:not(:nth-child(3n+1)) {
  margin-left: 6.2495%;
}

.itemGroup .item div {
  margin-top: 12px;
}

.itemGroup .item div .item_cate {
  left: 0;
}

.itemGroup .item .item_date {
  text-align: right;
}

.itemGroup .item .item_ttl {
  font-size: 14px;
  line-height: 1.785em;
  margin-top: 8px;
}

.itemGroup .item .item_ttl a:hover {
  opacity: 0.8;
}

.bnr1 {
  margin: 12vw auto 8vw;
  width: 81.25%;
}

.home_btn_link {
  margin: 8vw 0 14vw;
}

.ttl1 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold !important;
  letter-spacing: 0;
}

.ttl1 span {
  display: block;
  font-size: 16px;
  line-height: 3.5em;
}

.ttl1 i {
  width: 52px;
  margin: auto;
  display: block;
}

.ttl1 i img {
  width: 100%;
}

.list_itemR .item {
  border-bottom: 1px dotted #000;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.list_itemR .item:not(:last-child) {
  margin-bottom: 20px;
}

.list_itemR .item div {
  width: calc(100% - 140px);
}

.list_itemR .item div .item_cate {
  bottom: 0;
  right: 85px;
  position: absolute;
  top: auto;
}

.list_itemR .item_thumb {
  width: 128px;
}

.list_itemR .item_ttl {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}

.list_itemR .item_date {
  position: absolute;
  bottom: 0;
  right: 0;
}

.aboutPage h2 {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 21px !important;
}

.aboutPage .content {
  font-size: 15px;
  margin-bottom: 68px;
}

.aboutPage #about_1 {
  line-height: 35px;
}

.aboutPage #about_1 p + p {
  margin-top: 35px;
}

.aboutPage .aboutItem {
  border-bottom: 1px dotted #494949;
  padding-bottom: 39px;
  padding-top: 15px;
}

.aboutPage .aboutItem + .aboutItem {
  margin-top: 35px;
}

.aboutPage #about_2 .flip-card {
  background-color: transparent;
  perspective: 1000px;
  float: left;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
}

.aboutPage #about_2 .flip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.aboutPage #about_2 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.aboutPage #about_2 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.aboutPage #about_2 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aboutPage #about_2 .flip-card-front {
  background-color: transparent;
  color: black;
}

.aboutPage #about_2 .flip-card-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}
.aboutPage #about_2 .about_dl1 {
  float: right;
  width: calc(100% - 235px);
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 25px;
  white-space: pre-line;
}

.aboutPage #about_2 .about_dl1 dt {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 25px;
}

.aboutPage #about_2 .about_dl1 dt span {
  display: block;
  font-size: 15px;
  line-height: 25px;
}

.aboutPage #about_2 .about_dl2 {
  margin-left: 50px;
  padding-bottom: 25px;
}

.aboutPage #about_2 .about_dl2 dt {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 15px;
}

.aboutPage #about_2 .about_dl2 li {
  margin-bottom: 15px;
}

.aboutPage #about_2 .about_dl2 a {
  padding-left: 15px;
  color: #167999;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  text-decoration: underline;
  display: block;
}

.aboutPage #about_2 .about_dl2 a:before {
  content: "・";
  top: 0;
  left: 0;
  position: absolute;
}

.aboutPage #about_2 .about_dl2 a:hover {
  text-decoration: none;
}

.aboutPage .more_btn {
  margin: auto;
  width: 76.19%;
}

.aboutPage #about_3 dl {
  line-height: 35px;
  font-size: 15px;
  border-bottom: 1px solid #dddddd;
  padding: 17px 0;
  word-wrap: break-word;
}

.aboutPage #about_3 dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

.aboutPage #about_3 dl dt {
  float: left;
  width: 20%;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 10px;
}

.aboutPage #about_3 dl dd {
  float: left;
  width: 80%;
}

.aboutPage #about_4 {
  font-size: 15px;
  line-height: 35px;
}

.aboutPage #about_4 p + p {
  margin-top: 35px;
}

.aboutPage .about_btn {
  margin: auto;
  width: 94%;
  text-align: center;
}

.aboutPage .about_btn a {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  padding: 40px 0;
  transition: all 0.3s;
}

.aboutPage .about_btn a span {
  font-size: 31px;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
}

.aboutPage .about_btn a span:after {
  content: "";
  background: url("https://www.foobizvietnam.com/wp-content/themes/foobiz/shared/css/../img/shared/arrow1.png") no-repeat center/100% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}

.aboutPage .about_btn a:hover {
  opacity: 0.8;
}

.newsPage h2, .privacypolicyPage h2 {
  font-weight: bold !important;
  border-bottom: 4px solid #000 !important;
  margin-bottom: 50px !important;
  font-size: 24px;
  line-height: 1.5em;
  padding-bottom: 0.5vw !important;
}

.newsPage #new2 .item {
  border-bottom: 1px dotted #494949;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.newsPage #new2 .item .item_thumb {
  float: left;
  width: 260px;
  height: 180px;
  position: relative;
}

.newsPage #new2 .item .item_thumb a {
  height: 180px;
}

.newsPage #new2 .item .item_thumb a img {
  height: 180px;
}

.newsPage #new2 .item .item_thumb .new_label {
  letter-spacing: 1px;
  bottom: auto;
  top: -5%;
  left: 4%;
  font-size: 13px;
}

.newsPage #new2 .item .clearfix div {
  float: right;
  width: calc(100% - 290px);
  margin-top: 0;
}

.newsPage #new2 .item .item_ttl {
  font-size: 17px;
  line-height: 2em;
  margin-bottom: 1em;
}

.newsPage #new2 .item .item_txt {
  font-size: 14px;
  line-height: 1.785em;
}

.newsPage #new2 .item_cate {
  width: 135px;
}

.newsPage #new2 .item_cate a {
  line-height: 22px;
  font-size: 14px;
  padding-top: 2px;
}

.newsPage #new2 .item_date {
  text-align: right;
  font-size: 15px;
  line-height: 24px;
}

.newsPage #new2 .item_cate {
  bottom: 20px;
  right: 93px;
  position: absolute;
}

.privacypolicyPage h2 {
  margin-bottom: 20px !important;
}

.privacypolicyPage h3 {
  font-size: 20px;
  font-weight: bold !important;
  margin-top: 100px !important;
  margin-bottom: 20px !important;
}

.privacypolicyPage ul li {
  margin-bottom: 20px;
}

.privacypolicyPage ul li .policy_num {
  font-weight: bold;
}

.content_infoTop {
  border-bottom: 4px solid #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 30px;
  position: relative;
}

.content_infoTop h2, .container_report h2 {
  font-weight: bold !important;
  font-size: 28px;
  line-height: 38px !important;
  margin: 20px 0 15px !important;
}

.content_infoTop .item_cate {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.post_thumb {
  text-align: center;  /*display: flex;*/
}

.post_thumb img {
  width: auto !important;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.content_info {
  margin-top: 40px;
  margin-bottom: 50px;
}

.content_info img {
  max-width: 100%;
  height: auto;
}

.content_info h3 {
  font-weight: bold !important;
  font-size: 30px;
  line-height: 1.33;
  border-bottom: 3px solid #000 !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}

.content_info h4 {
  font-weight: bold !important;
  font-size: 24px;
  line-height: 1.33;
  padding-left: 13px !important;
  margin-bottom: 20px !important;
  border-left: 6px solid #ff9327 !important;
}

.content_info h5 {
  font-weight: bold !important;
  font-size: 18px;
  line-height: 1.33;
  padding-left: 35px !important;
  margin-bottom: 20px !important;
  position: relative;
}

.content_info h5:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}

.content_info h6 {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 1.33;
  padding: 35px !important;
  margin-bottom: 20px !important;
  background: #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
}

.shop_ttl {
  text-align: center;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 50px;
}

.shop_table {
  border: 2px solid #d6d6d6;
  margin-top: 10px;
  width: 100%;
}

.shop_table th, .shop_table td {
  border-bottom: 2px solid #d6d6d6;
  vertical-align: middle;
  font-size: 16px;
  line-height: 35px;
  padding: 5px 0;
}

.shop_table th {
  text-align: center;
  font-weight: bold;
  width: 26%;
  min-width: 115px;
  background: #eeeeee;
  border-right: 2px solid #d6d6d6;
}

.shop_table td {
  padding-left: 20px;
}

.table_note {
  margin: 15px 0 0 15px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 18px;
  text-indent: -18px;
}

.footer_box .sns {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 2px solid #eeeeee;
}

.footer_box .sns .sns_ttl {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.footer_box .sns .sns_ttl p {
  margin-left: 23px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.footer_box .sns .sns_ttl p span {
  display: block;
  border-bottom: 1px solid #000;
}

.footer_box h3 {
  font-weight: bold !important;
  font-size: 24px;
  line-height: 45px;
  padding-left: 13px !important;
  margin: 30px 0 !important;
  border-left: 6px solid #ff9327 !important;
}

.footer_box #new2 .item {
  margin-bottom: 0;
}

.footer_box #new2 .item_thumb {
  height: 160px;
}

.footer_box #new2 .item_thumb img {
  height: 160px;
}

.inquiryPage h2 {
  font-weight: bold !important;
  border-bottom: 4px solid #000 !important;
  margin-bottom: 50px !important;
  font-size: 24px;
  line-height: 1.5em;
  padding-bottom: 0.5vw !important;
}

@media only screen and (min-width:981px) {
  #new2 {
    margin-bottom: 80px;
  }

  #new2 .item_thumb {
    height: 120px;
  }

  #new2 .item_thumb img {
    height: 120px;
  }

  .itemGroup2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .ttl1 {
    width: 280px;
  }

  .list_itemR {
    width: 60.833%;
  }

  #cate_home {
    margin: 80px 0;
  }

}

@media only screen and (max-width:1100px) and (min-width:981px) {
  .ttl1 {
    font-size: 43px;
    width: 268px;
  }

}

@media only screen and (max-width:980px) {
  .item_date {
    letter-spacing: 1px;
  }

  .ttl1 {
    font-size: 46px;
    margin-bottom: 5vw !important;
  }

  .ttl1 span {
    line-height: 2.75em;
  }

  .list_itemR .item_thumb {
    width: 27.34%;
  }

  .list_itemR .item div {
    width: 69.5%;
  }

  .itemGroup2 {
    margin-bottom: 4vw;
  }

  #cate_home {
    margin: 16vw 0;
  }

  .aboutPage {
    font-size: 14px;
  }

  .aboutPage content {
    font-size: 14px;
  }

  .aboutPage #about_1 p + p, .aboutPage #about_4 p + p {
    margin-top: 28px;
  }

  .aboutPage #about_2 .about_dl2 {
    margin-left: 0;
  }

  .aboutPage #about_2 .about_dl2 a {
    font-size: 15px;
  }

  .aboutPage #about_2 .flip-card {
    margin-left: 0;
  }

  .aboutPage #about_2 .about_dl1 {
    width: calc(100% - 185px);
    font-size: 14px;
  }

  .aboutPage .about_btn {
    width: 100%;
  }

  .aboutPage .about_btn a {
    font-size: 3.5vw;
    padding: 7vw 0;
  }

  .aboutPage .about_btn a span {
    font-size: 4.7vw;
    line-height: 2em;
  }

  .aboutPage .about_btn a span:after {
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    margin-left: 2px;
  }

  .aboutPage #about_3 dl {
    line-height: 2em;
    font-size: 14px;
  }

  .aboutPage #about_3 dl dt {
    padding-left: 0;
  }

}

@media only screen and (max-width:750px) {
  #new1 {
    display: block;
  }

  #new1 .item {
    width: 100%;
    padding-bottom: 7vw;
  }

  #new1 .item div {
    margin-top: 3vw;
  }

  #new1 .item_ttl {
    margin-top: 2vw;
  }

  #new2 .itemGroup {
    justify-content: space-between;
  }

  #new2 .item {
    width: 46.875%;
    padding-bottom: 7vw;
    margin: 0 !important;
  }

  #new2 .item div {
    margin-top: 3vw;
  }

  .newsPage #new2 .item {
    width: 100%;
  }

  .newsPage #new2 .item .item_thumb {
    width: 37.68%;
    height: 130px;
  }

  .newsPage #new2 .item .item_thumb a {
    height: 130px;
  }

  .newsPage #new2 .item .item_thumb a img {
    height: 130px;
  }

  .newsPage #new2 .item .clearfix div {
    width: calc(62.32% - 20px);
  }

  .newsPage #new2 .item_cate {
    right: 98px;
  }

}

@media only screen and (max-width:480px) {
  .ttl1 {
    font-size: 10vw;
  }

  .aboutPage .more_btn {
    width: 100%;
  }

  .aboutPage #about_2 .about_dl1 {
    float: none;
    width: 100%;
  }

  .aboutPage #about_2 .flip-card {
    margin: 0 20px 10px 0;
  }

  .newsPage #new2 .item {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .newsPage #new2 .item .item_thumb {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .newsPage #new2 .item .item_thumb a {
    height: auto;
  }

  .newsPage #new2 .item .item_thumb a img {
    height: auto;
  }

  .newsPage #new2 .item .clearfix div {
    width: 100%;
  }

  .newsPage #new2 .item_cate {
    right: 98px;
  }

  .newsPage #new2 .item_date {
    margin-top: 10px;
  }

  .footer_box .item div .item_cate {
    position: static;
    margin-top: 5px;
  }

  .footer_box #new2 .itemGroup .item {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3.5vw;
    margin-bottom: 3.5vw !important;
  }

  .footer_box #new2 .itemGroup .item .item_thumb {
    float: left;
    height: 100px;
    width: 40%;
  }

  .footer_box #new2 .itemGroup .item .item_thumb img {
    height: 100px;
  }

  .footer_box #new2 .itemGroup .item div {
    float: right;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_box #new2 .itemGroup .item div .item_ttl {
    order: -1;
    margin-top: 0;
  }

  .footer_box #new2 .itemGroup .item div .item_cate, .footer_box #new2 .itemGroup .item div .item_date {
    text-align: right;
    margin-left: auto;
  }

  .sideBar_fb, .tw_btn, .sidebar_topView {
    display: none !important;
  }

  .bnr_new2, .home .sideBar_fb, .home .tw_btn, .home .sidebar_topView {
    display: block !important;
  }

  .bnr_new2 {
    margin-bottom: 0 !important;
  }

  .home .bnr_new2 {
    display: none !important;
  }

}

#thanks {
  text-align: center;
}

#thanks .btn_link {
  margin: 30px auto;
  width: 100%;
  max-width: 300px;
}

#thanks .btn_link a {
  font-size: 17px;
}

.search .item .item_thumb .new_label {
  display: none;
}
@media only screen and (max-width:400px) {
  .item div .item_cate {
    position: static;
    margin-left: auto;
  }
  .item_date{
    text-align: right;
  }
  .list_itemR .item_ttl {
    line-height: 20px;
  }

}
.label_new{
  text-align: center;
}
.delivery_txt{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.5px;
  margin-top: 23px;
  margin-bottom: 20px;
}
.dely_txt{
  font-size: 40px;
    line-height: 1.2em;  
}
.dely_txt2{
  font-size: 28px;
}
.dely_txt span:nth-child(1){
  color: #dd541a;
}
.dely_txt span:nth-child(2){
  color: #378f9e;
}
.mb50{
  margin-bottom: 50px;
}
#gmap{
  margin-bottom: 30px;
}
.delivery_label{
  text-align: center;
  background: #ffebc8;
  font-weight: 900;
  color: #ff7e00;
  line-height: 45px;
  font-size: 37px;
  padding: 76px 0 15px;
  margin-top: -76px;
  letter-spacing: 0;
}
.delivery_label span{
  display: block;
  color: #000;    
}
.delivery_arrow{
  text-align: center;
    line-height: 1px;  
}
#cate_home3 .ttl1{
    font-size: 31px;  
}
@media only screen and (min-width:981px){
  #gmap{
    margin-bottom: 50px;
  }
  .more_btn.mb50{
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width:980px) {
  .label_new{
    margin: auto;
    width: 146px;
  }
  .delivery_arrow img{
    width: 10% !important;
  }
}
@media only screen and (max-width:580px) {
  .delivery_label{
    font-size: 33px;
    line-height: 41px;
    padding: 81px 0 15px;
  }
  .dely_txt{
    font-size: 28px;
  }
  .dely_txt2 {
    font-size: 21px;
  }
  .delivery_txt{
    font-size: 18px;
    margin-top: 6px;
    line-height: 34px;    
  }
}

.page-template-tpl-takeout section.main-wrapper {
    padding-top: 56px;
}
.takeout_img{
  margin-bottom: 15px;
}
.takeout_txt1{
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 20px;
}
.takeout_txt1 p{
  margin-bottom: 24px;
}
.takeout_txt2{
  border: 2px solid #ff9327;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #ff9327;
  box-sizing: border-box;
  padding: 20px 20px 25px;
  margin-bottom: 61px;
}
.takeout_txt2 dt{
  font-size: 22px;
  line-height: 2.5em;
}
.takeout_btn{
  margin: 0 auto 120px;
  width: 50%;
  max-width: 460px;
}
.takeout_btn a{
  display: block;
  background: #ff9327;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 61px;
  position: relative;
  border-radius: 30px;
}
.takeout_btn a:after{
  content:"";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 6%;  
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width:980px) {
  .takeout_btn{
    width: 100%;
  }
}
@media only screen and (max-width:375px) {
  .takeout_txt2 dd{
    letter-spacing: -1px;
  }
  .takeout_btn a{
    font-size: 21px;
  }
}

#home_youtube{
  margin-top: 80px;
}
 #home_youtube h2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 30px;  
}
#home_youtube h2 p{
  display: flex;
  justify-content: center;
  align-items: center;  
}
#home_youtube h2 p img{
  width: 200px;
}
.youtubeList{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;  
}
.youtubeList a{
  cursor: pointer;
  display: flex;
  width: 31%;
  margin-bottom: 35px;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.youtube_thumb{
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.item_date{
  display: block;
}
.item_ttl{
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width:640px) {
  #home_youtube h2{
    font-size: 29px;
  }
  #home_youtube h2 p img {
    width: 170px;
  }
  .youtubeList a{
    width: 100%;    
  }
  .youtubeList a:not(:last-child){
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:640px) {
  #home_youtube h2{
    font-size: 18px;
  }
  #home_youtube h2 p img {
    width: 140px;
  }
}