<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 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";
background: #FFFCC4;
}

#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:100%;
font-style:normal;
line-height:1;
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 img{
-ms-interpolation-mode:bicubic;
border:0;
height:auto;
}

#suntory_contents a{
text-decoration:underline;
}

/* #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;
}

#suntory_contents .contents main {
    display: block;
}

/* #suntory_contents .contents
======================================================================= */
.contents{
margin:0 auto;
width:960px;
text-align:left;
padding-bottom:35px;
font-size: 95%;
color: #333;
}

.contents h1 img{
width:100%;
}

/* #suntory_contents .contents main
======================================================================= */

#suntory_contents .contents main {
background: #fff;
padding: 2em;
}

#suntory_contents .contents main p, #suntory_contents .contents main ul li, #suntory_contents .contents main dl dt {
    line-height: 1.4;
}

#suntory_contents .contents main ul.caution li {
    text-indent: -1em;
    margin-left: 1em;
}

#suntory_contents .contents h1{
    margin-bottom: 30px;
}

#suntory_contents .contents main .mt1{
    margin-top: 1em;
}

#suntory_contents .contents main h2{
    font-weight: bold;
    font-size: 1.1rem;
    margin: 5px 0;
}

#suntory_contents .contents .cl_red{
color: #E0000F;
}

#suntory_contents .pc_none {
    display: none;
}

@media screen and (max-width:767px){
    #suntory_contents .pc_none {
        display: block;
    }
}

/* h1ヘッダー画像出し分け(spヘッダー幅750px)
-------------------------------------------------- */
#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 .contents main .browser_box{
    padding: 15px;
    margin: 1em 0 0;
    background: #eee;
}

.browser img {
    vertical-align: bottom;
}

/* ---------------ボタン---------------------- */
#suntory_contents .contents main .apply,
#suntory_contents .contents main .apply2 {
    margin: 2em auto;
    width: 600px;
}

#suntory_contents .contents main .apply a {
    display: block;
    width: auto;
    font-size: 125%;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    background: #E50112;
    color: #fff;
    border: 3px solid #F8DB8E;
    text-decoration: none;
    border-radius: 15px;
    padding: 20px 5px;
}

#suntory_contents .contents main .apply2 a {
    display: block;
    width: auto;
    font-size: 125%;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    background: #E50112;
    color: #fff;
    border: 3px solid #F8DB8E;
    text-decoration: none;
    border-radius: 15px;
    padding: 20px 5px;
}

#suntory_contents .contents main .apply a:hover,
#suntory_contents .contents main .apply2 a:hover{
    -webkit-filter: brightness(110%) contrast(110%);
            filter: brightness(110%) contrast(110%);
}

@media screen and (max-width:767px){
	#suntory_contents .contents main .apply a,
	#suntory_contents .contents main .apply2 a {
		width: 300px;
	}
}
/* =======================================================================
responsive
======================================================================= */
@media screen and (max-width:767px){
.contents{
  width:100%;
  margin:0;
}
#suntory_contents .contents main{
    margin: 0 10px;
    padding: 20px;
}
#suntory_contents .contents main .apply,
#suntory_contents .contents main .apply2 {
    max-width: 300px;
    width:100%;
}
#suntory_contents .contents main .apply a,
#suntory_contents .contents main .apply2 a {
    width: 100%;
    font-size: 110%;
}
}
</pre></body></html>