	/* 
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;
    transition: .2s;
}
a:hover {
    opacity: .7;
    transition: .2s;
}



/* ----- KV ----- */
.kv {
    text-align: center;
}

.triangle {
    max-width: 200px;
}



.wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
}



/* ----- 資料請求をご希望の方へ ----- */
.sr {
    text-align: center;
}
.sr h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0062b0;
    margin-bottom: 30px;
}

.bg_box {
    position: relative;
    background-color: #e6e6e6;
    border-radius: 15px;
    padding: 30px 5%;
    margin: 2em 0;
}

.bg_box p {
    text-align: left;
    line-height: 2;
    background-color: #fff;
    color: #3c3c3c;
    padding: 3% 4%;
    border-radius: 20px;
}


.btn img {
    max-width: 500px;
    margin-top: 30px;
}
.sr .btn img {
    width: 90%;
    margin: 30px 5% 0;
}



/* ----- 普及職員が訪問説明 ----- */
.hukyu{
    text-align: center;
    background-color: #d3eaf8;
    padding: 5%;
    border-radius: 20px;
    margin: 5% auto;
}
.hukyu h2 {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 2px solid #0062b0;
    padding-bottom: 20px;
}
.hukyu p {
    text-align: left;
    margin-top: 30px;
    color: #3c3c3c;
}




/*---------------
ページのトップに戻るボタン
---------------*/
#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);
}
  










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

.sp_view {
    display: none;
}





@media screen and (max-height: 630px) {
    /*---------------------
	PCとスマホの切り替え
-----------------------*/

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



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



@media screen and (max-width:520px){
    .triangle {
        max-width: 120px;
    }
    .sr h2 {
        font-size: 1.4rem;
    }
    .sr h3 {
        text-align: center;
    }
    .sr .btn img {
        width: 100%;
        margin: 30px auto;
    }
    .btn img {
        width: 100%;
        margin: 20px auto 10px;
    }
    .bg_box {
        padding: 6%;
        border-radius: 10px;
    }
    .bg_box p {
        line-height: 1.6;
        padding: 32px 15px;
        border-radius: 10px;
    }
    .hukyu {
        padding: 6%;
    }
    .hukyu h2 {
        font-size: 1.2rem;
        padding: 10px 0 20px;
    }


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

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

