@charset "UTF-8";

html{
	scroll-behavior: smooth;
}

/* Reset
#suntory_contents
======================================================================= */
#suntory_contents{
margin:0;
padding:0;
border:0;
outline:0;
line-height:1;
background:transparent;
-webkit-text-size-adjust:none;
text-align:left;
font-family:"HraKakuProN-W6","HelveticaNeue";
}

#suntory_contents h1,#suntory_contents h2,#suntory_contents h3,#suntory_contents h4,#suntory_contents h5,#suntory_contents h6,#suntory_contents p,#suntory_contents ol,#suntory_contents ul,#suntory_contents li,#suntory_contents dl,#suntory_contents dt,#suntory_contents dd,#suntory_contents table,#suntory_contents th,#suntory_contents td,#suntory_contents form,#suntory_contents br,#suntory_contents address,#suntory_contents button,#suntory_contents span,#suntory_contents em,#suntory_contents i,#suntory_contents a,#suntory_contents button{
margin:0;
padding:0;
border:0;
font:inherit;
font-size:15px;
font-style:normal;
line-height:1.5;
vertical-align:baseline;
box-sizing:border-box;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
background-color:transparent;
-webkit-touch-callout:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}

#suntory_contents table{
border-collapse:collapse;
text-align:left;
}

#suntory_contents input{
font:inherit;
font-size:100%;
font-style:normal;
line-height:1;
vertical-align:middle;
}

#suntory_contents input:-webkit-autofill{
-webkit-box-shadow:0 0 0px 1000px white inset;
}

#suntory_contents ol,#suntory_contents ul,#suntory_contents li{
list-style:none;
}

#suntory_contents a,#suntory_contents input,#suntory_contents button{
cursor:pointer;
text-decoration:none;
}


/* #suntory_contents style
======================================================================= */
#suntory_contents input,
#suntory_contents label,
#suntory_contents select{
cursor:pointer;
}

#suntory_contents input[type=text],
#suntory_contents input[type=tel],
#suntory_contents input[type=email],
#suntory_contents input[type=password]{
cursor:text;
}

#suntory_contents{
text-align:center;
background: #5BC2DC;
}

#suntory_contents img{
	border:0;
	 width: max-content;
	height: auto;
}

#suntory_contents a,#suntory_contents a:visited{
color: #00e;
text-decoration:underline;
}

#suntory_contents b,#suntory_contents strong{
    color: #222;
}

/* #suntory_contents #container
======================================================================= */
#suntory_contents #container{
margin:0 auto;
width:960px;
text-align:left;
}

#suntory_contents nav.ankerlink ul {
	font-weight: bold;
}

@media screen and (min-width:768px){
#suntory_contents nav.ankerlink ul {
  width:960px;
  list-style:none;
  display:flex;
  background-color: inherit;
  padding:0;
  justify-content:space-between;
}

#suntory_contents nav.ankerlink ul li{
  display:block;
  text-align:center;
  margin:0;
  padding:0;
  flex-grow:1;
	width:32%;
	margin-right:5px
}
#suntory_contents nav.ankerlink ul li:last-child{
	margin-right:0
}

#suntory_contents nav.ankerlink ul li a,#suntory_contents nav.ankerlink ul li a:visited {
	font-size: 16px;
}

#suntory_contents nav.ankerlink ul li a,#suntory_contents nav.ankerlink ul li a:visited {
  display:block;
  padding: 22px 11px;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
  height: 4em;
  font-size: 20px;
}

#suntory_contents nav ul li a{
	position: relative;
}

#suntory_contents nav ul li a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#suntory_contents nav ul li a:after{
	top: 31px;
	left: 48.5%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#suntory_contents nav ul li a:hover:after {
    top:40px;
    transition-duration: 0.2s;
}
}

@media screen and (max-width:767px){	
#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;}

#suntory_contents nav ul li{
    display: block;
    width: 80%;
    margin: 5px auto;
    position:relative;
}

#suntory_contents nav ul li:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#suntory_contents nav ul li:after{
	top:-5px;
    left: 90%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}

#suntory_contents nav ul li a,#suntory_contents nav ul li a:visited{
	display: inline-block;
    border-radius: 25px;
    font-size:1.1em;
	line-height: 3em;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #000;
    background: #ccc;
    transition-duration: 0.2s;
}
}


#suntory_contents nav.ankerlink ul li a:hover {
  filter:brightness(120%);
}

/* #suntory_contents .page_top p
============================================================ */
#suntory_contents .page_top{
padding:15px 0;
}

#suntory_contents .page_top p{
width:960px;
margin:0 auto;
}

#suntory_contents .page_top p:after{content:""; clear:both; display:block;}

#suntory_contents .page_top p a{
float:right;
position:relative;
display:inline-block;
padding-right:32px;
font-size:13px;
line-height:26px;
letter-spacing:0.5px;
color:#46555e;
cursor:pointer;
}

#suntory_contents .page_top p a:before,
#suntory_contents .page_top p a:after{
position:absolute;
top:0;
bottom:0;
right:0;
margin:auto;
content:"";
vertical-align:middle;
}

#suntory_contents .page_top p a:before{
width:25px;
height:25px;
-webkit-border-radius:50%;
border-radius:50%;
background:#fff;
border:1px solid #5bc2dc;
}

#suntory_contents .page_top p a:after{
top:2.5px;
right:7.5%;
width:6px;
height:6px;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}

#suntory_contents .page_top p a:hover{
text-decoration:underline;
}

#suntory_contents .page_top p a:hover:before{background:#5bc2dc;}
#suntory_contents .page_top p a:hover:after{border-color:#fff;}


@media screen and (max-width:767px){
#suntory_contents .page_top{
padding:15px 15px 15px 0;
}
#suntory_contents .page_top p{
width:99%;
}
}




/* #suntory_contents #container #contents
======================================================================= */
#suntory_contents #contents{
width:960px;
margin:0 auto;
padding: 0;
box-sizing: border-box;
color:#333;
font-size: 95%;
}

#suntory_contents p.subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2em;
}

#suntory_contents #contents section {
    background: #fff;
}

#suntory_contents #contents section .contents_box {
    padding: 30px;
}

#suntory_contents #contents section h2{
    padding: 5px;
    color: #000;
    margin: 30px 0 10px;
    font-weight: bold;
    font-size: 1rem;
    border-bottom: 2px solid #171c60;
    border-left: solid 10px #171c60;
}

#suntory_contents #contents h3{
margin: 20px 0 0;
color: #222;
font-weight: bold;
}
#suntory_contents #contents h3.m0{
margin: 0;
}

#suntory_contents #contents .box{
padding: 0 10px;
}

#suntory_contents #container #contents .apply_line,#suntory_contents #container #contents .apply_sid {
    margin: 20px 0 30px;
}

#suntory_contents #container #contents .letter{
    margin: 1em 0;
}

#suntory_contents #contents ul.caution{
text-indent: -1em;
margin-left: 1em;
}

#suntory_contents #contents .caution_case ul.caution {
    margin-left: 2em;
}

#suntory_contents ul.howto_notice li {
    text-indent: -2.7em;
    margin-left: 3em;
}
#suntory_contents a {
	word-break: break-all;
}
#suntory_contents #container a:hover{
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #suntory_contents section.cp .btn_box {
        padding: 0px;
    }
}


/* #suntory_contents #container h1
======================================================================= */
#container h1{
font-size:0;
line-height:0;
width:960px;
margin:0 auto 30px;
}

#container h1 img{
width:100%;
}

#suntory_contents #contents section h1{
background:#171c60;
color:#fff;
margin:30px 0px -20px;
font-weight: bold;
font-size: 1.2rem;
text-align: center;
line-height: 3rem;
width: auto;
}

/* ---------------テキストヘッダー---------------------- */
#container h1.txt_header {
    background:#0069B7;
    color:#FFF;
    padding: 35px 15px;
    text-align: center;
    font-size: 18.75px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

/* pcsp
-------------------------------------------------- */
#suntory_contents h1 img.pc_none {
    display: none;
}
#suntory_contents h1 img.sp_none {
    display: block;
}

@media screen and (max-width:767px){
#suntory_contents h1 img.pc_none {
    display: block;
    max-width: 750px;
    margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
    display: none;
}
}

/* #suntory_contents #container #contents .sumple
======================================================================= */
#suntory_contents #contents p.sample_tit{
	font-weight: bold;
	color: #004289;
	font-size: 100%;
    text-align: center;
    margin: 20px auto;
}

#suntory_contents div.sample{
	display:flex;
	margin:0 auto;
	justify-content:center;
}

#suntory_contents div.sample ul {
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    justify-content: center;
}

#suntory_contents div.sample ul li {
    align-self: flex-end;
}

#suntory_contents div.sample ul li img{
    display:block;
    margin: 0;
    padding: 0 5px;
}


@media all and (max-width: 767px) {
#suntory_contents div.sample {
        display: block;
    }

#suntory_contents div.sample ul{
    margin:20px 0;
}
}

/* #suntory_contents #container #contents .line
======================================================================= */
#suntory_contents p.line_tit {
    color: #06c755;
    margin-bottom:10px;
}

.line_box {
    border: 1px solid #06c755;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
}

.line_box img{
    vertical-align: middle;
    max-height: 40px;
    max-width: 40px;
    margin: 0 3px;
}

#suntory_contents .apply_line ul.caution {
    margin: 10px 0;
}
/* #suntory_contents #container #contents .sid
======================================================================= */
#suntory_contents p.sid_tit {
    color: #2E75B6;
    margin-bottom:10px;
}

.sid_box {
    display: inline-block;
    padding:15px 20px;
    border-radius: 30px;
    background: #ffde00;
    margin: 10px 0 20px;
}

#suntory_contents .sid_box p a {
    text-decoration: underline;
    text-align: center;
}

#suntory_contents .sid_box p:last-child {
    text-align: center;
}
/* #suntory_contents #container #contents .recepit
======================================================================= */
#recepit{
    margin-bottom: 30px;
}

#suntory_contents #contents #recepit h2{
    padding: 0;
    background: none;
    color: #005;
    margin: 20px 0 0;
	width: 100%;
    left: 0;
	text-align: left;
}

#suntory_contents #contents #recepit ul.caution {
    margin-left: 1em;
}

#suntory_contents #recepit h3 {
    margin: 20px 0 10px;
    padding: 5px 8px;
    border: 2px solid #f00;
    color: #E0000F;
	text-align: center;
}

#recepit .rece_box{
    margin: 0;
}

#suntory_contents #recepit .rece_box img {
    display: block;
    width:100%;
}

#recepit .rece_box p {
    margin: 10px 5px 20px;
    text-align: center;
}

/* #suntory_contents #container #contents .recepit .recepit_g */
#recepit_g .rece_box p {
    color: #E0000F;
}

#recepit_g .rece_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: stretch;
            align-items: stretch;
 }
@media all and (max-width: 640px) {
#recepit_g .rece_box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 5px;
}
}

/* #suntory_contents #container #contents .recepit .recepit_b */
#recepit_b .rece_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: stretch;
            align-items: stretch;
 }

@media all and (max-width: 767px) {
#recepit_b .rece_box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 5px;
 }
}

/*領収書・納品書画像*/
#suntory_contents .ex_img{
	padding:1em 10% 0;
}
#suntory_contents .ex_img img {
    width:100%;
}

@media screen and (min-width:768px){
        #suntory_contents .ex_img{
            text-align:center;
            padding: 0;
        }
    #suntory_contents .ex_img img {
        margin: 0 auto 2em;
    width:50%;
}
}

/* #suntory_contents #container #contents .btn
======================================================================= */
#suntory_contents .btn_box {
  max-width: 400px;
  min-width: 150px;
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto 40px;
    padding: 30px 0;
    font-size: 95%;
}
#suntory_contents .apply_btn a,
#suntory_contents .apply_btn-line a,
#suntory_contents .apply_btn-sid a {
	opacity:1;
  zoom:1;
  display: block;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  border-radius: 9px;
  box-shadow: 0px 1px 2px #c1bfc0;
  color: #FFF;
  text-align: center;
  text-overflow: clip;
  letter-spacing: 1px;
  background:#e97201;
	margin: 10px 0 20px;
}
#suntory_contents .apply_btn a:hover ,#suntory_contents .apply_btn a:active {
  cursor: pointer;
 background: #d06501;
}

#suntory_contents .apply_btn-line a {
	background: #06c755;
}
#suntory_contents .apply_btn-line a:hover {
	background:#00e500;
}
#suntory_contents .apply_btn-sid a{
	background:#5BC2DC;
}
#suntory_contents .apply_btn-sid a:hover {
	background:#6bd7f2;
}

#suntory_contents .btn_box ul li {
    color: #E0000F;
}

#suntory_contents .btn_box ul li.cookie, #suntory_contents .btn_box ul li.cookie a,  #suntory_contents .btn_box ul li.ie8 {
    color: #333;
    font-size: 13px;
}

#suntory_contents .btn_box ul li.cookie a,#suntory_contents .btn_box ul li.cookie a:visited{
color: #00e;
}

@media screen and (max-width:767px){
	#suntory_contents .btn_box {
		padding: 15px;
	}
}
/* =======================================================================
close
======================================================================= */
#suntory_contents .apply_btn.disabled a{
    pointer-events:none;
    background-color: #ccc;
	color: #707070;
}

#suntory_contents .btn_box.close {
    margin-top: 0;
    padding-top: 0;
}
 
#suntory_contents #container p.close_txt{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #e80000;
    margin: 30px auto 0;
    padding: 30px 10px;
}
 
 
@media screen and (max-width:767px){
	#suntory_contents #container p.close_txt{
    font-size: 1rem;
	}
}

/* =======================================================================
responsive
======================================================================= */
@media screen and (max-width:767px){
#suntory_contents #container{
  width:100%;
  margin:0;
}

#suntory_contents #container h1 {
  width:100%;
  margin:0;
}

#suntory_contents #contents{
  width:100%;
}
#suntory_contents #contents section {
    margin: 0 5px;
}

#suntory_contents #contents section .contents_box {
    padding: 15px 7px;
}

#suntory_contents #container p.lead_txt{
    font-size: 1rem;
}

#suntory_contents #recepit .rece_box p {
    text-align: left;
}

#suntory_contents .apply_btn a,#suntory_contents .apply_btn-line a,#suntory_contents .apply_btn-sid a,#suntory_contents .apply_btn.gray{
    font-size: 128%;
}
}

/*# =======================================================================
static
======================================================================= */
#suntory_contents .mt1em,#suntory_contents .mt1 {
	margin-top: 1em;
}
#suntory_contents .ml1em {
    margin-left: 1em;
}

#suntory_contents .cl_red,#suntory_contents .cl_red b{
	color: #E0000F;
}
