@charset "Shift_JIS";


#suntoryCommonWrapper header {
    padding: 10px 10px 0;
    text-align: center;
}
#suntoryCommonWrapper header img {
    width: 100%;
    max-width: 300px;
    /*- max-width: 530px; -2026/7/23 ロゴ変更--*/
}

#suntory_contents .breadcrumblist {
    margin: 10px auto 30px;
}

#suntory_contents .breadcrumblist ul {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

#suntory_contents .breadcrumblist ul li {
  list-style: none;
  position: relative;
  width: 33.333%;
}

#suntory_contents .breadcrumblist ul li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}

#suntory_contents .breadcrumblist ul li:first-child:after{
	display: none;
}

#suntory_contents .breadcrumblist ul li span{
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;	
}

#suntory_contents .breadcrumblist ul li.active:after {
 background: #5bc2dc;
}

#suntory_contents .breadcrumblist ul li.active span {
 background: #5bc2dc;
}

#suntory_contents .regist_done .breadcrumblist ul li{
	line-height: 1.3em;
	font-size: 0.8rem;
}

#suntory_contents .conf_message {
    text-align: center;
    margin-top: 50px;
    font-size: 0.9em;
    color: #222;
}

@media screen and (min-width:768px){
#container.regist_confirm #form_wrapper #submit_box ul li.to_back a{
	width: 210px;
}
}

/*フッター*/
#suntoryCommonWrapper footer {
background: rgb(91,194,220);
background: linear-gradient(180deg, rgba(91,194,220,1) 0%, rgba(237,248,251,1) 0.5%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 18%);
    padding: 20px 10px 10px;
    font-family: "HraKakuProN-W6","HelveticaNeue";
}

#suntoryCommonWrapper footer p {
    font-size: 0.8rem;
    margin: 0;
}
#suntoryCommonWrapper footer p.copy{
	color: #666;
}

/*================================自由領域====================================*/
#contents_hd #outline_area ul.caution li ul.caution li:last-child {
    padding-bottom: 0;
}

#contents_hd #outline_area dl dt{
	font-weight: normal;
}

#contents_hd #outline_area .red{
	color: #f00;
}

#contents_hd #outline_area .banner_wrap{
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#contents_hd #outline_area .banner_wrap li{
    width: 140px;
}

#contents_hd #outline_area .banner_wrap li a img{
    vertical-align: top;
    width: 100%;
}

#contents .thanks_txt p.info {
    color: #333;
    margin-bottom: 1em;
}
#contents .thanks_txt p.info:last-child {
    margin-bottom: 0;
}
#suntory_contents .mt1em {
    margin-top: 1em;
}

/*================================自由領域====================================*/

#container h1 {
	background-color: #5bc2dc;
	padding: 20px 15px;
	text-align: center;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: normal;
}

/* #contents .thanks_txt h2 完了、期限切れ、エラーページの見出し色
-------------------------------------------------- */
#contents .thanks_txt h2 {
	color: #5bc2dc;
}

/* ---------------h2見出し色、content------------------ */
#contents_hd #outline_area h2, #contents_hd #outline_area dl dt{
	color: #222;
}


#form_wrapper h2.tit:before{
content:none;
}

/* ---------------------------フォーム,アンケートレイアウト----------------------------- */
#form_wrapper .box dl dd ul li input[type=text] {
    width: 40%;
}

#form_wrapper .box dl dd ul li i {
    color: #333;
    font-size: 0.9em;
}

#suntory_contents #form_wrapper li.mail_caution {
    margin: 5px 0 0;
}

@media screen and (max-width:767px){
#form_wrapper .box dl dd ul li i {
	display: block;
	margin: 5px 0;
}
#form_wrapper .box dl.company dd ul li input[type=text] {
    width: 90%;
}
}
/* ---------------フォーム,アンケート背景色------------------ */
/*
#form_wrapper .box.mm_read > dl > dd.bg, #form_wrapper .box > dl.mm_read > dd.bg {
    background-color: #fff4b4;
}

#form_wrapper .box > dl > dt, #form_wrapper .box.mm_read > dl > dt, #form_wrapper .box > dl.mm_read > dt {
    background-color: #fff4b4;
}

#form_wrapper .box > dl,
#form_wrapper .box > dl:last-child,
#form_wrapper .box > dl > dt,
#form_wrapper .box > dl > dd,
#form_wrapper .box.mm_read > dl > dt,
#form_wrapper .box > dl.mm_read > dt,
#form_wrapper .box > dl.mm_read > dt{
border-color:#3495c3;
}

#contents #form_wrapper .btca_box h3 {
    background: #f9eca0;
}

@media screen and (max-width:767px){
#form_wrapper .box.mm_read > dl > dd.bg, #form_wrapper .box > dl.mm_read > dd.bg{
	background-color: #f9eca0;
}
}*/

