@charset "utf-8";
/*++++++++↓(Reset)↓++++++++*/
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, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;
}
body { line-height: 1.75em; background-color:#fef4f4;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
body { -webkit-text-size-adjust: none; }
/*++++++++↑(Reset)↑++++++++*/

/*++++++++↓(font-size)↓++++++++*/
html {
font-size: 62.5%; /* 62.5%; sets the base font to 10px for easier math */
}
body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #2b2b2b;
font-size: 14px;
font-size: 1.4rem; 
}

.coner-head {font-weight:bold; font-size: 17px; font-size: 1.7rem; color: #2b2b2b;}
/*++++++++ ↑ (font-size)↑ ++++++++*/

/*section ベースカラー*/
div.section{margin:30px 30px;padding:30px 0 30px 0;border-radius:10px;}
.style1{background-color:#fff;}
.style2{background-color:#f5b1aa;}

#header h1{
  color: #fff;
  height: 80px;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}

.title-corner {
  color: #2b2b2b ; font-size: 20px;
}

#link {padding-top:50px;}

#footer {
  background: rgba(183, 40, 46, .8);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

.btn-outline-warning { border: 2px solid #fff; color: #fff;}
.white { color: #fff; }
/*↓fiore press↓*/
.petit {color: #ff1493; font-size: 1.6rem; font-weight:bold;}
/*↑fiore press↑*/

/*↓fiore error↓*/
#error {
  width: 100%;
  padding: 50px 50px;
  margin: 10px
  height: 60vh;
  background-size: contain;
  background-repeat : no-repeat;
  position: relative;
  margin: 50px;
  z-index: 9;
}

img.error {height:300px;}
/*↑fiore error↑*/
