@charset "utf-8";

/* order form */
@import url("https://test-hc-refre.com/topics/coupon/line-coupon/css/orderform_sp.css");
@media screen and (min-width : 768px){
}    
@media screen and (min-width : 1024px) {
}
body{
	margin:0 !important;
}
{
	overflow: hidden;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#coupon .btn_area {
	width: 100% !important;
	margin: 0 0 30px !important;
    text-align: center;
}
#coupon .btn_area .btn_next01 {
    display: inline-block;
    width: 100%;
    padding: 12px 10px 11px;
    border: 0 none;
    border-radius: 4px;
    background: #56a62f;
	font-size: 2.0rem !important;
	line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
}
#coupon .btn_area .btn_next01:hover {
    opacity: .7;
}
/* リンク */
#coupon .cmn_link01 {
    display: inline-block;
    position: relative;
    padding: 0 0 0 16px;
}
#coupon .cmn_link01:before {
    position: absolute;
    left: 0;
    top: .35em;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c9c9c9;
    content: "";
}
#coupon .title01 {
    margin: 30px 0 20px;
    padding: 8px 10px 7px;
    background: #da0c61;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.2;
}
#coupon .title02 {
    margin: 30px 0 20px;
    padding: 6px 8px 5px;
    border: 2px solid #da0c61;
    color: #653e25;
    font-size: 1.6rem;
    line-height: 1.2;
}
#coupon .title03 {
	color:#da0c61 !important;
	font-size: 32px !important;
    font-weight: bold;
}
#coupon .br_title01 {
    margin: 30px 0 20px;
    padding: 8px 10px 7px;
    background: #bca400;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.2;
}
#coupon .br_title02 {
    margin: 30px 0 20px;
    padding: 6px 8px 5px;
    border: 2px solid #bca400;
    color: #653e25;
    font-size: 1.6rem;
    line-height: 1.2;
}
#coupon .br_title03 {
	color:#bca400 !important;
	font-size: 32px !important;
    font-weight: bold;
}
#contents .underline {
    margin: 30px 0 20px;
    padding: 0px 0px 0px;
    background: #fff338;
    color: #d80c18;
    font-size: 2.0rem;
    line-height: 2;
}

/* 3つ横並び
----------------------------------------------------------*/
#contents .cmn_yoko_wrap01 {
    margin: 0 0 0px;
}
#contents .cmn_yoko_wrap01 .yoko_content {
    margin: 0 0 0px;
}
#contents .cmn_yoko_wrap01 .yoko_content > .item {
    display: none;
}
#contents .cmn_yoko_wrap01 .yoko_content > .item.active {
    display: block;
    -ms-animation:tabWrapAnimation01 ease 0.3s forwards;
    animation:tabWrapAnimation01 ease 0.3s forwards;
}
#contents .cmn_yoko_wrap01 .yoko_btn {
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
}
#contents .cmn_yoko_wrap01 .yoko_btn > .item {
    width: calc((100% - 0px) / 3);
    margin: 0 10px 0 0;
    padding: 0;
    opacity: .5;
    cursor: pointer;
}
#contents .cmn_yoko_wrap01 .yoko_btn > .item:last-of-type {
    margin-right: 0;
}
#contents .cmn_yoko_wrap01 .yoko_btn > .item.active {
    opacity: 1;
}
#contents .cmn_yoko_wrap01 .yoko_btn > .item img {
    width: 100%;
}

#contents .cmn_yoko_wrap01 .yoko_btn figure {
    margin: 0 0 0px;
}