@charset "utf-8";

.pc_none {
	display: none;
}
.content_wrap {
	width: 1000px;
	margin: 0 auto;
}
.page-title {
	position: relative;
}
.page-title p {
	position: absolute;
	top: 50%;
    margin-top: -70px;
    left: 130px;
}
.page-title h1 {
	position: relative;
	padding: 65px 40px 65px 180px;
}
.page-title h1:before {
	content: "";
	position: absolute;
	background: url("../img/tit_sub.png") no-repeat;
	width: 141px;
	height: 141px;
	top: 50%;
	margin-top: -70px;
	left: 100px;
}
h2 {
	background-color: #f5f6f9;
}
.box_benefits > ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: stretch;
}
.box_benefits li {
	margin-right: 10px;
	width: 100%;
}
.box_benefits li:last-child {
	margin-right: 0;
}
.box_benefits .col3 dl {
	height: 470px;
	border-radius: 10px;
	border: 2px solid #ced0da;
}
.box_benefits .col3 dt {
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	padding: 18px 20px;
	line-height: 1.2;
	font-size: 2.2rem;
	height: 80px;
	color: #ffffff;
	border: 2px solid #16181a;
	border-radius: 8px 8px 0 0;
	background-color: #16181a;
}
.box_benefits .col3.box03 dt {
	font-size: 2.0rem;
}
.box_benefits .col3 dd {
	position: relative;
	padding: 20px;
	width: 280px;
	margin-top: 150px;
}
.box_benefits .col3 dd:before {
	position: absolute;
	content: "";
	width: 230px;
	height: 230px;
	top: -123px;
	left: 96px;
}
.box_benefits .col3.box01 dd:before {
	background: url("../img/ic_01.png") no-repeat;
	background-size: 130px 130px;
}
.box_benefits .col3.box02 dd:before {
	background: url("../img/ic_02.png") no-repeat;
	background-size: 130px 130px;
}
.box_benefits .col3.box03 dd:before {
	background: url("../img/ic_03.png") no-repeat;
	background-size: 130px 130px;
}
.col3.box03 .link_btn_gr {
	margin-top: 38px;
} 

.content_02 {
	padding: 40px 30px;
	background: #f1f2f6;
}
.content_02 .box_wrap {
	padding-top: 20px;
	padding-bottom: 40px;
	background: #ffffff;
}
.content_02 .box_wrap dt {
	text-align: center;
	margin-bottom: 20px;
	font-size: 3.0rem;
	font-weight: bold;
}
.content_02 .box_wrap dd {
	text-align: center;
}



.link_btn_gr {
	height: 40px;
    background: #f1f2f6;
    margin-top: 11px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e4e5ec;
}
.link_btn_gr:after {
	content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #16181a;
    border-bottom: 5px solid #16181a;
}
.link_btn_gr a {
	color: #222222;
    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;
    height: 100%;
}

.link_btn_gr a:hover {
	text-decoration: none;
}
.link_btn_gr:hover {
	-webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.link_btn_gr:hover:after {
	border-right: 5px solid #f3be00;
  border-bottom: 5px solid #f3be00;
}

/* 黄色大きな角丸ボタン
   ========================================================================== */
.btn_wrap {
	margin: 40px 0;
	position: relative;
	left: 50%;
	margin-left: -174px;
}
.link_btn_yellow {
  position: relative;
  width: 100%;
  max-width: 348px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .link_btn_yellow {
    max-width: 300px;
  }
	.btn_wrap {
		margin-left: -150px;
	}
}

.link_btn_yellow:after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  right: 28px;
  width: 10px;
  height: 10px;
  margin: .6rem 0 0;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link_btn_yellow:before {
	content: "";
    position: absolute;
	right: 28px;
    top: 29px;
    width: 12px;
    height: 2px;
    background: #222;
    z-index: 1;
}
@media (max-width: 768px) {
	.link_btn_yellow:after {
		border-top: 1px solid #222;
		border-right: 1px solid #222;
    }
	.link_btn_yellow:before {
		top: 23px;
		width: 12px;
		height: 1px;
	}
}
.link_btn_yellow a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 40px 17px;
  border: 2px solid #f3be00;
  /*border-radius: 60px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  background: #f3be00;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 768px) {
  .link_btn_yellow a {
    font-size: 12px;
    padding: 15px 20px 14px;
  }
}
.link_btn_yellow:hover:after {
  border-color: #f3be00 ;
}
.link_btn_yellow:hover:before {
	background: #f3be00;
}
.link_btn_yellow:hover a {
  text-decoration: none;
  background: #fff;
}
/*.link_btn_yellow.opt-centering {
  margin-left: auto;
  margin-right: auto;
}
.link_btn_yellow.opt-search a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/common/img/parts/search_bg.svg) no-repeat 0 0;
  background-size: contain;
  margin-right: 12px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
@media (max-width: 768px) {
  .link_btn_yellow.opt-search a:before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
.link_btn_yellow.opt-detail-beer {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .link_btn_yellow.opt-detail-beer {
    margin-top: 0;
  }
}
.link_btn_yellow.opt-detail-beer,
.link_btn_yellow.opt-detail-wine {
  margin-right: auto;
}
@media (max-width: 768px) {
  .link_btn_yellow.opt-detail-beer,
  .link_btn_yellow.opt-detail-wine {
    margin-left: auto;
    margin-right: auto;
  }
}
.link_btn_yellow.opt-centering-sp {
  margin-right: auto;
}
@media (max-width: 768px) {
  .link_btn_yellow.opt-centering-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
*/



.other_btn_link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-top: 20px;
}
.other_btn_link li {
  line-height: 1.3;
  padding-left: 26px;
  position: relative;
  margin-right: 50px;
  margin-bottom: 1em;
}
.other_btn_link li:last-child {
	margin-right: 0;
}
@media (max-width: 768px) {
  .other_btn_link li {
    padding-left: 22px;
    margin-top: 0;
    margin-right: 0;
  }
}
.other_btn_link li:before {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #16181a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .other_btn_link li:before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
}
.other_btn_link li:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  vertical-align: middle;
  content: "";
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .other_btn_link li:after {
    top: 0.6rem;
    left: 4px;
    width: 3px;
    height: 3px;
    margin: .35rem 0 0;
  }
}
.other_btn_link li a {
  color: #333333;
  padding-left: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .other_btn_link li a {
    font-size: 12px;
    padding-right: 10px;
  }
}
.other_btn_link li a:before {
  display: none;
}
.other_btn_link li:hover:before {
  background: none;
  border: 1px solid #16181a;
}
.other_btn_link li:hover:after {
  border-color: #16181a;
}
@-moz-document url-prefix() {
	.page-title h1::before {
		left: 80px;
	}
	.box_benefits .col3.box03 dt {
		font-size: 1.7rem;
	}
    .col3.box03 .link_btn_gr {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	.content_wrap {
		width: 100%;
		margin: 20px auto;
	}
	.page-title h1 {
		padding: 20px 40px 20px 148px;
		text-align: left;
		font-size: 2.6em;
	}
	.page-title h1:before {
		background-size: 100px auto;
		margin-top: -50px;
		left: 30px;
	}
	.page-title p {
		left: 30px;
	}
	.box_benefits > ul {
		flex-direction: column;
	}
	.box_benefits li {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.box_benefits li:last-child {
		margin-bottom: 0;
	}
	.box_benefits .col3 {
		margin: 0 20px;
	}
	.box_benefits .col3 dl {
		height: 100%;
	}
	.box_benefits .col3 dl >div {
		padding: 10px;
	}
	.box_benefits .col3 dt {
		padding: 15px 7vw;
	}
	.box_benefits .col3 dd {
		width: 100%;
		padding: 0;
	}
	.box_benefits .col3 dd:before {
		left: 50%;
    	margin-left: -60px;
	}
	.box_benefits .col3 dd > div {
		padding: 20px;
	}
	.content_02 {
		padding: 10px 30px;
	}
	.content_02 .box_wrap dt {
		font-size: 2.2rem;
	}
	.content_02 .box_wrap dd {
		margin: 0 14vw;
	}
	
	.other_btn_link {
		flex-direction: column;
	}
}
