@charset "utf-8";
/*初期化の設定
------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,
ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,fiingure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,picture,main{display:block;}
body{line-height:1.4;}ol,ul{list-style:none;}blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0; width: 100%;}
figure{margin:0;padding: 0}
img{vertical-align: bottom;}
br{letter-spacing: 0;}
a{color: #000; text-decoration: none; word-break: break-all; word-wrap:break-word;}
a:hover{text-decoration: none;}
a:focus{outline: none;}
a:hover,a:active{outline: 0;}
table {font-size:inherit;}
pre,code,kbd,samp,tt {font:inherit;*font-size:108%;line-height:100%;}
strong{font-weight: bold;}
textarea,input {font:inherit}
h1,h2,h3,h4,h5,h6,strong,th,.Bld{ font-weight: bold;}

html {
	font-size: 62.5%;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo",sans-serif;
	line-height: 1em;
	color: #000;
}
body {
  overflow-x: hidden;
  font-size: 1.4rem;
  line-height: 24px;
}
body * {
  box-sizing: border-box;
}

header {
  text-align: center;
  padding: 10px;
}
header img {
  width: 66px;
  margin-bottom: 10px;
}
.headline {
  font-size: 4.4rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
  margin: 55px 0;
}
main {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 200px;
}
main p {
  margin-bottom: 40px;
}
.gray {
  color: #888;
}
main p.gray {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0;
}
main p.gray i {
  position: absolute;
  left: 0;
  top: 0;
}
main ul li {
  position: relative;
  padding-left: 1em;
}
main ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
footer {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 10px;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 2.8rem;
    margin: 35px 0;
  }
  main {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 100px;
  }
  main p {
    margin-bottom: 40px;
  }
  .gray {
    color: #888;
  }
  main p.gray {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0;
  }
  main p.gray i {
    position: absolute;
    left: 0;
    top: 0;
  }
  main ul li {
    position: relative;
    padding-left: 1em;
  }
  main ul li i {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp {
    display: block;
  }
}