/*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,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%;	/*font-weight:200;*/    vertical-align:baseline;    background:transparent;}/*行の高さをフォントサイズと同じにしています*/body {    line-height:1;	font-family:Helvetica, Arial, "メイリオ",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    display:block;}/*ul、olのマーカー（行頭記号）を表示しないようにしています*/ul,ol{    list-style:none;}/*引用符の表示が出ないようにしています*/blockquote, q {    quotes:none;}/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/blockquote:before, blockquote:after,q:before, q:after {    content:'';    content:none;}/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/a {    margin:0;    padding:0;    font-size:100%;    vertical-align:baseline;    background:transparent;	text-decoration:none;}/* 要素にフォーカスした際の枠を表示しない */a:focus {    outline: none;}/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */ins {    background-color:#ff9;    color:#000;    text-decoration:none;}/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしていますまた、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/mark {    background-color:#ff9;    color:#000;    font-style:italic;    font-weight:bold;}/*テキストに打ち消し線が付くようにしています*/del {    text-decoration: line-through;}/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしていますまた、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/abbr[title], dfn[title] {    border-bottom:1px dotted;    cursor:help;}/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/table {	margin : 0;	empty-cells: show;	border-collapse:collapse;	border-spacing:0;	}/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/hr {    display:block;    height:1px;    border:0;    border-top:1px solid #cccccc;    margin:1em 0;    padding:0;}/*縦方向の揃え位置を中央揃えに指定しています*/input, select {    vertical-align:middle;}/* 画像を縦に並べたときに余白が出てしまわないように */img {	vertical-align: top;	font-size:0;	line-height: 0;}/* フロートハック-------------------------------------*/.clearfix:after { content: url(pixel.gif);display: block;clear: both; height: 0; }/* iPhoneのSafariでsubmitボタンのデフォルトデザインを解除 */input[type="button"],input[type="submit"] {    border-radius: 0;    -webkit-appearance: none;  }/* フォームリセット   ========================================================================== *//** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */button,input,optgroup,select,textarea {  font-family: inherit; /* 1 */  font-size: 100%; /* 1 */  line-height: 1.15; /* 1 */  margin: 0; /* 2 */}/** * Show the overflow in IE. * 1. Show the overflow in Edge. */button,input { /* 1 */  overflow: visible;}/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */button,select { /* 1 */  text-transform: none;}/** * Correct the inability to style clickable types in iOS and Safari. */button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}/** * Remove the inner border and padding in Firefox. */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}/** * Restore the focus styles unset by the previous rule. */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {  outline: 1px dotted ButtonText;}/** * Correct the padding in Firefox. */fieldset {  padding: 0.35em 0.75em 0.625em;}/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */legend {  box-sizing: border-box; /* 1 */  color: inherit; /* 2 */  display: table; /* 1 */  max-width: 100%; /* 1 */  padding: 0; /* 3 */  white-space: normal; /* 1 */}/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */progress {  vertical-align: baseline;}/** * Remove the default vertical scrollbar in IE 10+. */textarea {  overflow: auto;}/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */[type="checkbox"],[type="radio"] {  box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}/** * Correct the cursor style of increment and decrement buttons in Chrome. */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {  height: auto;}/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */[type="search"] {  -webkit-appearance: textfield; /* 1 */  outline-offset: -2px; /* 2 */}/** * Remove the inner padding in Chrome and Safari on macOS. */[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */::-webkit-file-upload-button {  -webkit-appearance: button; /* 1 */  font: inherit; /* 2 */}.wp-block-site-title{ display: none;   }