	/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-style:normal;
    font-weight:normal
}



@font-face {
    font-family: 'webfont';
    src: 
    url('/font/ZenKakuGothicNew-Black.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Light.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Medium.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Regular.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Bold.ttf')  format('ttf');
}

h1,h2,h3,h4,p,li,a {
    font-family: 'webfont', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
img {
	width: 100%;
	vertical-align:top;
}

body {
    padding-bottom: 100px;
}

a {
    color: #0062b0;
}



/* ----- KV ----- */
.kv {
    text-align: center;
}
.kv p {
    max-width: 700px;
    font-size: 1.2rem;
    color: #0062b0;
    padding: 2% 5% 5%;
    margin: 0 auto;
}
.triangle {
    max-width: 200px;
}



/* ----- ヘッダー文章 ----- */
.top_txt {
    background-color: #d3eaf8;
    text-align: center;
}


/* ----- 割戻金って何？ ----- */
.wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
}
.wr {
    background-color: #d3eaf8;
}
.wr .box {
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 50px;
}
.wr p {
    line-height: 2;
    padding: 30px 5%;
    color: #3c3c3c;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}





/*---------------
ページのトップに戻るボタン
---------------*/
#page_top h2{
    text-align: center;
    margin-bottom: 30px;
  }
  #page_top{
      width: 50px;
      position: fixed;
      right: 0;
      bottom: 8%;
      background: #0062b0;
      z-index: 1;
  }
  #page_top a{
      position: relative;
      display: block;
      width: 50px;
      text-decoration: none;
    padding: 25px;
    height: 0;
    background-color: #0062b0;
}
#page_top a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%,-25%) rotate(-45deg);
}
  




/* ----- フローティングバナー ----- */
.flo {
    background-color: #2da0dc;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.flo_flex {
    display: flex;
    justify-content: center;
}
.flo_flex a {
    max-width: 250px;
    margin: 1%;
}












/*---------------------
	PCとスマホの切り替え
-----------------------*/
.pc_view {}

.sp_view {
    display: none;
}




@media screen and (max-width:870px){
	 
}



@media screen and (max-width:520px){
    .triangle {
        max-width: 120px;
    }
    .kv p {
        padding: 30px;
        font-size: .9rem;
        line-height: 1.7;
    }
    .wr .box {
        padding: 30px 0 15px;
    }
    .wr p {
        font-size: .9rem;
        line-height: 1.6;
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .flo_flex a {
        margin: 2% 1%;
    }
    .flo_flex {
        padding: 0 10px;
    }
    .flo img {
        max-width: 117px;
    }

/*---------------------
	PCとスマホの切り替え
-----------------------*/

    .pc_view {
        display: none;
    }
    .sp_view {
        display: block;
    }
}

