@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";
}

#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;
}

#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
======================================================================= */
.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 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;
}

/* 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;
	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;
}

.red_box img {
    vertical-align: bottom;
}

/* ---------------ボタン---------------------- */
#suntory_contents .contents main .apply{
    margin: 2em auto;
    width: 300px;
}

#suntory_contents .contents main .apply a {
    display: block;
    width: 300px;
    font-size: 125%;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    background: #e60000;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 2px 2px 2px #f00 inset, -1px -1px 1px #a5062b inset;
}

#suntory_contents .contents main .apply a:hover{
    background-color: #f60;
    box-shadow: 2px 2px 2px #e70 inset, -1px -1px 1px #f93 inset;
}

/* =======================================================================
responsive
======================================================================= */
@media screen and (max-width:767px){
.contents{
  width:100%;
  margin:0;
}
#suntory_contents .contents main{
    padding: 0 10px;
}
#suntory_contents .contents main .apply{
    max-width: 300px;
    width:100%;
}
#suntory_contents .contents main .apply a {
    width: 100%;
    font-size: 110%;
}
}

/* ---------------テキストヘッダー---------------------- */
#suntory_contents .contents h1 {
    background-color: #EDF1F2;
    padding: 35px 15px;
    text-align: center;
    color: #004098;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}