/*------------------------
  リセットCSS
-------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, dl, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,main {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,main {
  display: block;
}


/*------------------------
 各ページのベースとなるCSS
-------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 6.25%;
  width: 100%;
  height: 100%;
}
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td,tbody,address {
  margin: 0;
  padding: 0;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;   
}
   
body {
  color: #000;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

a:link {
  text-decoration: none;
  color: #000;
  outline: none;
}
  
a:visited {
  color: #000;
  text-decoration: none;
}
  
a:hover {
  text-decoration: none;
  color: #36A3D1;
}
 
a:active {
  color: #36A3D1;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
}
  
fieldset,img {
  border: 0;
}
   
img {
  max-width:100%;
  height: auto;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}
  
ol,ul {
  list-style: none;
}
  
caption,th {
  text-align: left;
}
   
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
   
q:before,q:after {
  content:"";
}
   
abbr,acronym {
  border: 0;
}
   
a {
  outline: none;
  text-decoration: underline;
}

.btn-over{
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-over:hover {
  opacity: .7;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
 
.cf:after {
  clear: both;
}

.fbold {
  font-weight: bold;
}

.img-center,
.txt-center {
  text-align: center;
}

::selection {
  background: #36A3D1;
  color: #fff;
 }




/* アイコンフォント　*/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-aou6pt');
	src:url('fonts/icomoon.eot?#iefix-aou6pt') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-aou6pt') format('truetype'),
		url('fonts/icomoon.woff?-aou6pt') format('woff'),
		url('fonts/icomoon.svg?-aou6pt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-a:before {
	content: "\e624";
}
.icon-q:before {
	content: "\e61c";
}
.icon-list:before {
	content: "\e60f";
}
.icon-home:before {
	content: "\e600";
}
.icon-home22:before {
	content: "\e60a";
}
.icon-office:before {
	content: "\e601";
}
.icon-pencil:before {
	content: "\e610";
}
.icon-file:before {
	content: "\e607";
}
.icon-phone:before {
	content: "\e608";
}
.icon-bubbles:before {
	content: "\e603";
}
.icon-signup:before {
	content: "\e61f";
}
.icon-close:before {
	content: "\e604";
}
.icon-newtab:before {
	content: "\e60e";
}
.icon-comments:before {
	content: "\e605";
}
.icon-mail:before {
	content: "\e602";
}




@media screen and (max-width:800px) {

body {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

a {
  -webkit-tap-highlight-color: rgba(255,255,255,.6);
}


}


#footer-intro a, #footer-intro a:link, #footer-intro a:hover{
  color:#fff;
  text-decoration: underline;
}


/* 20200513 */
@media screen and (max-width:600px) {
  .box-border{
    margin-left: 10px;
    margin-right: 10px;
  }
  .sp-box{
    margin-left: 15px;
    margin-right: 15px;
  }
}
.box-border{
  border: 5px solid #36A3D1;
  border-radius: 10px;
  padding-bottom: 10px;
}
.fwb{
  font-weight: bold;
}
.fwn{
  font-weight: normal;
}
.fs-s{
  font-size: 70%;
}
.build-kibou-price{
  display: block;
  margin-top: 15px;
  text-align: center;
}

.build-price{
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: red;
  text-align: center;
}

.build-price span{
  font-size: 50%;
  color: #000;
  text-align: center;
}

.build-text{
  display: block;
  text-align: center;
}

.mt10{
  margin-top: 10px;
}

.sekourei-img img{
  width: 100%;
  height: auto;
}
