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



/* ----- インターネットで簡単に ----- */
.int {
    text-align: center;
    background-color: #d3eaf8;
    padding: 5%;
    border-radius: 20px;
    margin: 5% auto;
}
.int h2 {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 2px solid #0062b0;
    padding-bottom: 20px;
}
.int h3 {
    font-size: 1.2em;
    text-align: left;
    font-weight: 500;
    color: #0062b0;
    margin: 30px 20px 10px;
}
.bg_box {
    text-align: left;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 20px 10px 20px;
}
.c-img.icon {
    position: relative;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/int_icon.png);
    background-size: 100%;
    transform: translateY(2px); /* 上下方向の位置を微調整する */
}
.bg_box p {
    padding-left: 25px;
    margin-bottom: 10px;
    color: #3c3c3c;
}

.btn img {
    max-width: 500px;
    margin-top: 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);
}
  










/*---------------------
	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){
    .features.c1 h4 {
        font-size: 1.2rem;
    }
}



@media screen and (max-width:520px){
    .triangle {
        max-width: 120px;
    }
    .int h2 {
        font-size: 1.2rem;
    }
    .int h3 {
        text-align: center;
    }
    .btn img {
        margin: 20px auto 10px;
    }


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

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

