@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y:scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}   
img,abbr,acronym,fieldset{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display:none;}
object,embed{vertical-align:top;}
li{list-style:none;}

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:none;color:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:underline;color:#999999;}
a:active{text-decoration:none;color:#666666;}
/*font*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;line-height:30px;}@media only screen and (max-width:768px){.big{font-size:16px;line-height:24px;}}
.small{font-size:14px;line-height:20px;}@media only screen and (max-width:768px){.small{font-size:12px;line-height:20px;}}
.red{color:#c70003;}
.yellow{color:#f1cd05;}

/*----- image -----*/
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:768px){
.pc{display:none;}
.sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info: body
----------------------------------------------------------- */
body{  
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
background:#ffffff;
letter-spacing:0em;
min-width:320px;
position:relative;
}

/* ------------------------------------------- CSS Information 
 Style Info: HEADER
----------------------------------------------------------- */
header{
position:relative;
width:100%;
height:750px;
margin:0;
padding:0;
text-align:center;
overflow:hidden;
background:#ffffff;
}
.header_video{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
opacity:1;
}
.header_kojiro{
position:absolute;
width:100%;
height:100%;
top:0;
right:0;
}
.kojiro_img{
position:absolute;
bottom:0;
right:0;
z-index:10;
animation-name:header_kojiro;
animation-duration:1.5s;
animation-timing-function:ease;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-delay:0.5s;
transform:translateX(300px);
}
@keyframes header_kojiro{0%{transform:translateX(300px);}100%{transform:translateX(0);}}
.balloon_img{
position:absolute;
top:40px;
right:220px;
z-index:10;
opacity:0;
animation-name:header_fadein;
animation-duration:1s;
animation-timing-function:ease;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-delay:2s;
}
@media only screen and (max-width:1300px){
.kojiro_img{width:270px;}
.balloon_img{left:710px;;width:240px;}
}
.header_wrapper{
position:relative;
width:100%;
max-width:1300px;
margin:0 auto;
z-index:10;
}
.header_text{
position:relative;
width:100%;
max-width:940px;
margin:80px auto 80px 0;
padding:0;
box-sizing:border-box;
}
.header_text img{
width:100%;
max-width:750px;
margin:0 auto;
opacity:0;
animation-name:header_fadein;
animation-duration:1s;
animation-timing-function:ease;
animation-iteration-count:1;
animation-fill-mode:forwards;
}
.header_text01{animation-delay:0.5s;}
.header_text02{
position:absolute;
top:0;
left:0;
right:0;
animation-delay:2s;
}
@keyframes header_fadein{0%{opacity:0;}100%{opacity:1;}}
@media only screen and (max-width:1300px){
header{height:700px;}
.header_text{max-width:710px;}
}
@media only screen and (max-width:960px){
header{height:auto;padding:0;}
.header_text{margin:80px auto 40px auto;}
.header_kojiro{
position:relative;
width:100%;
height:auto;
margin:0;
}
.kojiro_img{position:relative;width:240px;height:auto;margin:0 0 0 auto;}
.balloon_img{left:auto;top:40px;right:260px;}
}
@media only screen and (max-width:768px){
header{}
.header_text{margin:40px auto 20px 0;}
.header_kojiro{
position:relative;
width:100%;
height:auto;
margin:0;
}
.kojiro_img{
position:relative;
width:100%;
max-width:750px;
margin:0 0 0 auto;
transform:translateX(300px);
}
.balloon_img{
position:absolute;
top:0;
left:0;
right:auto;
width:100%;
max-width:750px;
margin:0 0 0 auto;
}
}

/*----- CHARACTER -----*/
#character{
display:flex;
flex-direction:row;
justify-content:space-between;
width:100%;
max-width:940px;
margin:0 auto 0 0;
padding:0 20px;
box-sizing:border-box;
opacity:0;
animation-name:header_fadein;
animation-duration:1s;
animation-timing-function:ease;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-delay:2s;
}
.character_box{
position:relative;
width:32%;
text-align:center;
background:#ffffff;
transition:0.4s;
}
.character_box:hover{
background:#f1cd05;
box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.5);
transform:scale(1.02);
cursor:pointer;
}
.introduce_pop{position:relative;}
.introduce_pop_thumb{
position:relative;
padding:0 0 5px 0;
width:110%;
height:110%;
left:-5%;
text-align:center;
}
.introduce_pop img{width:100%;}
.character_box dl{
position:absolute;
bottom:0;
width:100%;
padding:12px 5px 13px 5px;
color:#ffffff;
background:#341f57;
box-sizing:border-box;
}
.character_box dt{font-size:14px;line-height:20px;padding:0 0 5px 0;}
.character_box dd{font-size:16px;line-height:20px;}
@media only screen and (max-width:1300px){
#character{max-width:710px;padding:0 20px;}
.character_box{width:210px;}
.character_box dl{padding:10px 2px 10px 2px;}
.character_box dt{font-size:12px;line-height:20px;padding:0;}
.character_box dd{font-size:14px;line-height:20px;}
}
@media only screen and (max-width:960px){#character{display:none;}}

/*----- TAP -----*/
.tap{
width:80px;
position:absolute;
top:120px;
left:940px;
animation-name:header_fadein;
animation-duration:1s;
animation-timing-function:ease;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-delay:2s;
opacity:0;
z-index:100;
}
.tap img{position:absolute;top:0;left:0;display:block;width:100%;}
.tap img.tap_img{z-index:100;}
.tap img.tap_blink{animation:flash 1.5s infinite;}
@keyframes flash{50%{opacity:0;}}
@media only screen and (max-width:1300px){.tap{width:60px;top:190px;left:710px;}}
@media only screen and (max-width:960px){.tap{display:none;}}


/* ----------------------- CSS Information 
 Style Info: NAV_STEP
--------------------------------------- */
#nav_step{
width:100%;
margin:0;
padding:20px 0 0 0;
background:#0f171e;
box-sizing:border-box;
}
#nav_step_wrapper{
width:100%;
max-width:1300px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
#nav_step ul{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:start;justify-content:flex-start;
-ms-flex-align:stretch;align-items:stretch;
width:710px;
margin:0 auto 0 0;
padding:0;
box-sizing:border-box;
}
#nav_step ul li{
width:170px;
margin:0 10px 0 0;
padding:0;
box-sizing:border-box;
font-size:16px;
line-height:30px;
}
#nav_step ul li:last-child{margin:0;}
#nav_step ul li a{
display:block;
width:100%;
height:100%;
margin:0;
padding:13px 5px 17px 60px;
box-sizing:border-box;
font-size:16px;
line-height:20px;
text-align:left;
color:#ffffff;
background-color:#415164;
background-image:url(../img/nav_step.png);
background-repeat:no-repeat;
background-position:22px 25px;
background-size:18px 20px;
border-radius:10px;
}
#nav_step ul li a span{display:block;font-size:14px;}
#nav_step ul li.new a{background-color:#1179af;}
#nav_step ul li a:link{text-decoration:none;color:#ffffff;}
#nav_step ul li a:visited{text-decoration:none;color:#ffffff;}
#nav_step ul li a:hover{text-decoration:none;color:#ffffff;opacity:0.75;}
#nav_step ul li a:active{text-decoration:none;color:#ffffff;}
@media only screen and (max-width:750px){
#nav_step{padding:10px 0 0 0;}
#nav_step_wrapper{padding:0 10px;}
#nav_step ul{display:block;width:100%;margin:0;}
#nav_step ul li{width:100%;margin:0 0 10px 0;}
#nav_step ul li:last-child{margin:0;}
#nav_step ul li a{
padding:10px 10px 10px 50px;
font-size:14px;
background-position:20px 12px;
background-size:15px 16px;
border-radius:8px;
}
#nav_step ul li a span{display:inline-block;padding:0 10px 0 0;}
}

/* ----------------------- CSS Information 
 Style Info: STEP
--------------------------------------- */
.step{
width:100%;
margin:0;
padding:40px 0;
background:#0f171e;
}
#step04{padding:40px 0 80px 0;}
.step_title{
width:100%;
max-width:1300px;
margin:0 auto 20px auto;
padding:0 20px;
box-sizing:border-box;
font-size:20px;
line-height:30px;
text-align:left;
color:#ffffff;
}
.step_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:start;justify-content:flex-start;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1300px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
.step_box{
width:23.8%;
margin:0 1.6% 0 0;
padding:0;
box-sizing:border-box;
background:#18222c;
}
.step_box:last-child{margin:0;}
.thumbnail{position:relative;display:block;width:100%;}
.video_thumbnail{position:relative;display:block;width:100%;}
.video_thumbnail img{display:block;width:100%;}
.step_box img{display:block;width:100%;}
.video_thumbnail:after{
content:"";
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(../img/play_off.png) no-repeat center top;
background-size:100% auto;
z-index:10;
cursor:pointer;
}
.video_thumbnail:hover:after{
content:"";
background:url(../img/play_on.png) no-repeat center top;
background-size:100% auto;
}
.step_box dl{
margin:0;
padding:15px;
text-align:justify;
box-sizing:border-box;
}
.step_box dt{
font-size:16px;
line-height:30px;
color:#ffffff;
}
.step_box dd{
font-size:16px;
line-height:24px;
color:#8197a4;
}
@media only screen and (max-width:768px){
.step{padding:40px 0 0 0;}
#step04{padding:40px 0 40px 0;}
.step_title{font-size:16px;line-height:20px;}
.step_wrapper{display:block;}
.step_box{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:start;justify-content:flex-start;
-ms-flex-align:center;align-items:center;
width:100%;margin:0 0 20px 0;}
.thumbnail{width:40%;}
.video_thumbnail{}
.video_thumbnail img{}
.video_thumbnail:after{}
.video_thumbnail:hover:after{}
.step_box dl{width:60%;padding:10px;}
.step_box dt{font-size:14px;line-height:30px;}
.step_box dd{font-size:14px;line-height:24px;}
}

/* ----------------------- CSS Information 
 Style Info: MODAL
--------------------------------------- */
.modal{
display:none;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
width:100%;
height:100%;
overflow:hidden;
transition:all 0.4s;
z-index:100;
}
.modal.is-show{display:block;}
.modal_bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.8);
cursor:pointer;
}
.modal_close{
position:absolute;
top:20px;
right:20px;
font-size:40px;
line-height:40px;
color:#ffffff;
cursor:pointer;
}
.modal_box{
position:absolute;
left:50%;
top:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
margin:auto;
padding:0;
width:100%;
max-width:960px;
}
.modal_logo{
display:block;
width:320px;
margin:0 auto;
padding:0;
}
.video_title{
margin:0 auto;
padding:20px 0;
font-size:16px;
line-height:20px;
color:#ffffff;
text-align:center;
}
.video_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
}
.video_box{
position:relative;
width:100%;
max-width:960px;
max-height:540px;
margin:0 auto; 
padding-top:56.25%;
}
.video_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:960px;
max-height:540px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.modal{}
.modal.is-show{}
.modal_bg{}
.modal_close{font-size:30px;line-height:30px;}
.modal_box{}
.modal_logo{width:280px;}
.video_title{padding:10px 0;font-size:14px;line-height:20px;}
.video_wrapper{}
.video_box{}
.video_box iframe{}
}

/* ----------------------- CSS Information 
 Style Info: ACCOUNT
--------------------------------------- */
.account{
width:100%;
max-width:1300px;
margin:0 auto;
padding:40px 20px 0 20px;
box-sizing:border-box;
}
.account_box{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:center;justify-content:center;
-ms-flex-align:center;align-items:center;
width:100%;
margin:0 auto;
padding:40px;
box-sizing:border-box;
border:1px solid #79b8f3;
background:#232f3e;
}
.account_check{display:block;width:300px;margin:0;}
.account_check li{
position:relative;
margin:0;
padding:0 0 0 25px;
font-size:16px;
line-height:30px;
text-align:left;
color:#ffffff;
}
.account_check li:before{
content:"";
display:block;
position:absolute;
top:6px;
left:0;
width:18px;
height:18px;
border:1px solid #ffffff;
box-sizing:border-box;
}
.account_check li:after{
content:"";
display:block;
position:absolute;
top:6px;
left:5px;
width:6px;
height:12px;
transform:rotate(40deg);
border-bottom:2px solid #ffa724;
border-right:2px solid #ffa724;
}
.account_arrow{margin:0 -15px 0 0;padding:0 20px 0 10px;}
.account_arrow span{
position:relative;
display:inline-block;
padding:0 30px 0 0;
}
.account_arrow span:before{
content:"";
position:absolute;
top:-10px;
left:-8px;
width:20px;
height:20px;
border:0px;
border-top:solid 4px #ffa724;
border-right:solid 4px #ffa724;
transform:rotate(45deg);
margin-top:0;
box-sizing:border-box;
}
a.account_btn{
flex:1;
display:block;
width:100%;
max-width:500px;
margin:0;
padding:20px 10px;
font-size:18px;
line-height:30px;
text-align:center;
color:#ffffff;
background:#00a8e1;
border-radius:10px;
box-sizing:border-box;
}
a.account_btn .free{
display:inline-block;
margin:0 5px 0 0;
padding:0 5px 2px 5px;
font-size:16px;
line-height:20px;
border:1px solid #ffffff;
}
a.account_btn:hover{text-decoration:none;color:#ffffff;background:#7fd3f0;}
@media only screen and (max-width:960px){
.account{}
.account_box{padding:20px;}
.account_check{display:block;width:300px;margin:0;}
.account_check li{}
.account_check li:before{}
.account_check li:after{}
.account_arrow{margin:0 -10px 0 0;padding:0 20px 0 10px;}
.account_arrow span{padding:0 25px 0 0;}
.account_arrow span:before{}
a.account_btn{}
a.account_btn .free{}
a.account_btn:hover{}
a.account_btn .sp{display:block;}
}
@media only screen and (max-width:768px){.account{padding:20px;}}
@media only screen and (max-width:750px){
.account{padding:20px;}
.account_box{-ms-flex-direction:column;flex-direction:column;}
.account_check{margin:0 auto;padding:0;}
.account_check li{}
.account_check li:before{}
.account_check li:after{}
.account_arrow{margin:10px auto 20px auto;padding:0;}
.account_arrow span{padding:0 30px;}
.account_arrow span:last-child{padding:0;}
.account_arrow span:before{
top:-15px;
left:0;
width:20px;
height:20px;
border-top:none;
border-right:solid 4px #ffa724;
border-bottom:solid 4px #ffa724;
}
a.account_btn{max-width:320px;margin:0 auto;border-radius:8px;}
a.account_btn .free{}
a.account_btn .sp{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: NOTICE
--------------------------------------- */
#notice{
width:100%;
margin:0;
padding:30px 20px;
color:#ffffff;
text-align:center;
background:#485769;
box-sizing:border-box;
}
#notice dt{
display:flex;
align-items:center;
justify-content:center;
margin:0 auto;
font-size:20px;
line-height:30px;
}
#notice dt:before,#notice dt:after{
content:"";
width:40px;
border-top:1px solid #f1cd05;
}
#notice dt:before{margin:0 20px 0 0;}
#notice dt:after{margin:0 0 0 20px;}
#notice dd{
margin:0 auto;
padding:10px 0 0 0;
font-size:16px;
line-height:30px;
}
@media only screen and (max-width:768px){
#notice{padding:20px;}
#notice dt{font-size:16px;}
#notice dt:before,#notice dt:after{flex-grow:1;}
#notice dt:before{margin:0 20px 0 0;}
#notice dt:after{margin:0 0 0 20px;}
#notice dd{font-size:14px;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{
width:100%;
margin:0;
padding:80px 0;
background:#0f171e;
}
.profile_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:start;justify-content:flex-start;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1300px;
margin:0 auto;
padding:0 40px;
box-sizing:border-box;
}
.profile_wrapper .img_box{
width:240px;
margin:0 40px 0 0;
padding:0;
box-sizing:border-box;
}
.profile_wrapper .text_box{flex:1;}
.profile_wrapper .text_box .profile_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 20px 0;
font-size:20px;
line-height:30px;
color:#f1cd05;
text-align:left;
font-weight:bold;
}
.profile_wrapper .text_box .profile_title:after{
content:"";
flex-grow:1;
border-top:1px solid #f1cd05;
margin:0 0 0 10px;
}
.profile_wrapper .text_box dl{
font-size:16px;
line-height:30px;
color:#ffffff;
}
.profile_wrapper .text_box dt{margin:0 0 20px 0;padding:0;text-align:left;}
.profile_wrapper .text_box dt .name{font-size:20px;}
.profile_wrapper .text_box dd{text-align:justify;}
.profile_wrapper .text_box dd ul{margin:0 0 20px 0;padding:0;}
.profile_wrapper .text_box dd p{margin:0;padding:0;}
@media only screen and (max-width:768px){
#profile{padding:40px 0;}
.profile_wrapper{-ms-flex-direction:column;flex-direction:column;padding:0 20px;}
.profile_wrapper .img_box{width:100%;margin:0;}
.profile_wrapper .img_box img{display:block;width:160px;margin:0 auto;}
.profile_wrapper .text_box{}
.profile_wrapper .text_box .profile_title{
margin:20px 0;
font-size:16px;
line-height:30px;
}
.profile_wrapper .text_box .profile_title:before{
content:"";
flex-grow:1;
border-top:1px solid #f1cd05;
margin:0 10px 0 0;
}
.profile_wrapper .text_box .profile_title:after{}
.profile_wrapper .text_box dl{font-size:14px;line-height:24px;}
.profile_wrapper .text_box dt{}
.profile_wrapper .text_box dt .name{font-size:16px;}
.profile_wrapper .text_box dd{}
.profile_wrapper .text_box dd ul{}
.profile_wrapper .text_box dd p{}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
.cta{
position:relative;
width:100%;
margin:0;
padding:0;
text-align:center;
overflow:hidden;
}

.cta_arrow{
position:relative;
z-index:10;
width:0;
height:0;
margin:0 auto -60px auto;
border-top:60px solid #0f171e;
border-bottom:60px solid transparent;
border-right:60px solid transparent;
border-left:60px solid transparent;
}
.cta_title{
position:relative;
z-index:10;
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:40px 0;
}
.cta_btn{
position:relative;
z-index:10;
width:100%;
max-width:710px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
.cta_limit{
position:relative;
z-index:10;
width:100%;
margin:60px 0 0 0;
padding:13px 10px;
font-size:20px;
line-height:24px;
color:#ffffff;
background:#dd4b3e;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.cta{}
.cta_arrow{
margin:0 auto -30px auto;
border-top:30px solid #0f171e;
border-bottom:30px solid transparent;
border-right:30px solid transparent;
border-left:30px solid transparent;
}
.cta_title{padding:20px 0;}
.cta_btn{}
.cta_limit{
margin:20px 0 0 0;
padding:10px 5px;
font-size:14px;
line-height:24px;
}
}
/*----- ボタンアニメーション -----*/
.btn_reflection{
position:relative;
overflow:hidden;
width:100%;
max-width:640px;
height:100%;
margin:0 auto;
padding:0;
background:#ffffff;
border-radius:10px;
box-sizing:border-box;
transition:all 0.3s ease 0s;
}
.btn_reflection:hover{transform:translateY(-5px);box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);}
.btn_reflection img{width:100%;}
.btn_reflection img:hover{opacity:0.5;}
.reflection{
width:30px;
height:100%;
position:absolute;
top:-180px;
left:0;
background-color:rgba(255,255,255,0.8);
opacity:0;
transform:rotate(45deg);
animation:reflection 3s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
}
@keyframes reflection {
0%{ transform: scale(0) rotate(45deg); opacity: 0; }
80%{ transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ transform: scale(4) rotate(45deg); opacity: 1; }
100%{ transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100%{ -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#d1d1d1;
background:#18222c;
}
#fnav a{color:#d1d1d1;text-decoration:none;}
#fnav a:hover{color:#d1d1d1;text-decoration:underline;}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
font-size:14px;
line-height:20px;
display:inline-block;
padding:0 20px;
border-right:1px solid #ff9900;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:14px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:767px){
#fnav{margin:0 0 40px 0;}
#fnav li{
display:block;
border-right:0;
margin:0 0 20px 0;
}
.sp_no{display:none;}
}