@charset "UTF-8";

/* iOS / Android タッチ時の色変化を無効化 */
button, a, input {
  -webkit-tap-highlight-color: transparent; /* iOS Safari */
  outline: none; /* フォーカスの枠を消す */
}

* {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  background:  #fff;
    color-scheme: light;
}

html{
    background:  #fff;
    color-scheme: light;
}
body {
  background:  #fff;}

h1, h2, h3, h4, h5, h6, ul, ol, li, div {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 100%;
  line-height: 1.8em;
  color: #000000;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dl dt {
  width: 30%;
}

dl dd {
  width: 70%;
}

/*img 								{ border: none; max-width:100%; height:auto; }*/
.clr {
  font-size: 1px;
  line-height: -1px;
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 1px;
}

@font-face {
  font-family: "SourceHanSans";
  src:
    url("../fonts/SourceHanSans-Medium.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "SourceHanSans";
  src:
    url("../fonts/SourceHanSans-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Deutschlander";
  src: url("../fonts/Deutschlander.woff2") format("woff2"),
    url("../fonts/Deutschlander.woff") format("woff");
  letter-spacing: 0em;
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN Alternate Bold.ttf") format("truetype");
  letter-spacing: 0em;
  font-display: swap;
  font-weight: 100;
}

.DIN {
  font-family: "DIN";
}

@font-face {
  font-family: "SDR";
  src: url("../fonts/SterlingDisplayRoman.ttf") format("truetype");
  letter-spacing: 0em;
  font-display: swap;
  font-weight: 100;
}


@font-face {
  font-family: "SD";
  src: url("../fonts/SterlingDisplay") format("truetype");
  letter-spacing: 0em;
  font-display: swap;
  font-weight: 100;
}

.mei {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Verdana, 'Hiragino Kaku Gothic Pro', osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.hira {
  font-family: 'ヒラギノ角ゴ Pro W3', Verdana, 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.tukusi {
  font-family: "a-otf-midashi-go-mb31-pr6n", 'ヒラギノ角ゴ Pro W3', Verdana, 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.hel {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.SDR {
  font-family: "SDR";
}

.SD {
  font-family: "SD";
}

.hel_ne {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
}


.ryogo {
  font-family: "ryo-gothic-plusn", sans-serif;
}

.ryotit {
  font-family: "ryo-text-plusn", serif;
  font-weight: 100;
}

.Yumin {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Yugo {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

img {
  width: 100%;
}

.deco_line{
  text-decoration: underline;
}

.mgt140 {
  margin-top: 180px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb140 {
  margin-bottom: 140px;
}

.mgt80 {
  margin-top: 80px;
}
.mgt70 {
  margin-top: 70px;
}
.mgt60 {
  margin-top: 80px;
}

.mgt50 {
  margin-top: 50px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt40 {
  margin-top: 40px;
}
.mgt20 {
  margin-top: 20px;
}

.mgt15 {
  margin-top: 15px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt5 {
  margin-top: 5px;
}

.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}

.mgb30{
    margin-bottom: 30px;
}
.mgb80 {
  margin-bottom: 80px;
}

.pdt140 {
  padding-top: 140px;
}

.pdt80 {
  padding-top: 80px;
}
.pdt50 {
  padding-top: 50px;
}
.pdt30 {
  padding-top: 30px;
}

.pdb140 {
  padding-bottom: 140px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdb30 {
  padding-bottom: 30px;
}
.pdb20 {
  padding-bottom: 20px;
}
.mgb25 {
  margin-bottom: 25px;
}
.mgb100 {
  margin-bottom: 100px;
}
.pdb15 {
  padding-bottom: 15px;
}

.mgb15 {
  margin-bottom: 15px;
}

.aline_c {
  text-align: center;
}

.aline_l {
  text-align: left;
}

.aline_r {
  text-align: right;
}

.inline_b {
  display: inline-block;
}

.block {
  display: block;
}

.under_line{
  text-decoration: underline;
}

.font_b {
  font-weight: bold;
}

.fw_100 {
  font-weight: 100;
}

.right_auto {
  margin-left: auto;
}
.letter_0 {
  letter-spacing: 0;
}

.line_h1 {
  line-height: 1em !important;
}
.line_h15 {
  line-height: 1.5em !important;
}

.line_h2 {
  line-height: 2em !important;
}

.fnt_w100{
  font-weight: 100;
}

.fnt-w400{
  font-weight: 400;
}

.fnt-w800{
  font-weight: 800;
}


.letter_s0{
  letter-spacing: 0em;
}
.letter_s01{
  letter-spacing: 0.1em;
}
.letter_s02{
  letter-spacing: 0.2em;
}






.italic {
  font-style: italic !important;
}

.deco {
  text-decoration: underline;
}

.fnt70 {
  font-size: 70px;

}

.fnt60 {
  font-size: 60px;

}

.fnt50 {
  font-size: 50px;

}

.fnt45 {
  font-size: 45px;

}

.fnt40 {
  font-size: 40px;

}

.fnt30 {
  font-size: 30px;

}
.fnt28{
  font-size: 28px;
}
.fnt25 {
  font-size: 25px;

}

.fnt23 {
  font-size: 23px;

}

.fnt20 {
  font-size: 20px;

}
.fnt18 {
  font-size: 18px;

}
.fnt16 {
  font-size: 16px;

}

.fnt14 {
  font-size: 14px;
}
.fnt12{
  font-size: 12px;
}
/* @media screen and (max-width: 1400px) {
  .fnt45 {
    font-size: 40px;

  }

  .fnt30 {
    font-size: 26px;
  }
} */

/* @media screen and (max-width: 1250px) {
  .fnt30 {
    font-size: 24px;
  }

  .fnt25 {
    font-size: 22px;
  }
} */
/* 
@media screen and (max-width: 1100px) {
  .fnt30 {
    font-size: 26px;
  }

  .fnt25 {
    font-size: 22px;
  }
} */




.flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.flex.item_c {
  align-items: center;
}

.reverse {
  flex-flow: row-reverse;
}
@media (max-width:498px) {
  .reverse {
  flex-flow: column;
}
}
.just_sb{
  justify-content: space-between;
}
.just_fe{
  justify-content: flex-end;
}
.just_fs{
  justify-content: flex-start;
}

.flex1 {
  flex: 1;
}

.flex02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex02.item_c {
  align-items: center;
}

.flex02 li {
  width: 48%;
}

.flex03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex03 li {
  width: 32%;
  margin-right: 2%;
}

.flex03 li:nth-child(3n) {

  margin-right: 0%;
}

.flex04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex04 li {
  width: 24%;
  margin-right: 2%;
}

.flex04 li:nth-child(4n) {

  margin-right: 0%;
}

.flex_img_txt .li_img img {
  padding-right: 50px;
}

.flex_txt_img .li_img img {
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  .flex_img_txt .li_img img {
    padding-right: 25px;
  }

  .flex_txt_img .li_img img {
    padding-left: 25px;
  }
}

.flex_img_txt .li_img {
  width: 44%;
}

.flex_img_txt .li_txt {
  width: 55%;
}

.flex_txt_img li:nth-child(1) {
  order: 2;
}

.flex_txt_img li:nth-child(2) {
  order: 1;
}

@media screen and (max-width: 498px) {
  .flex_txt_img li:nth-child(1) {
    order: 1;
  }

  .flex_txt_img li:nth-child(2) {
    order: 2;
  }


}

.img_center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.common_inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .common_inner {
    max-width: 90%;
  }
}

.wide_width {
  width: 100%;
  margin: 0 auto;
}



@media screen and (max-width: 1100px) {


  .mgt140 {
    margin-top: 100px;
  }

  .mgt100 {
    margin-top: 70px;
  }

  .mgb140 {
    margin-bottom: 100px;
  }

  .pdt140 {
    padding-top: 100px;
  }

  .pdt140 {
    padding-top: 100px;
  }

  .pdb140 {
    padding-bottom: 100px;
  }

  .mgt80 {
 
  }

  .mgt60 {
    margin-top: 40px;
  }

  .mgb80 {
    margin-bottom: 60px;
  }

  .pdt80 {
    padding-top: 60px;
  }

  .fnt70 {
    font-size: 60px;

  }

  .fnt60 {
    font-size: 50px;

  }

  .fnt50 {
    font-size: 40px;

  }

  .fnt45 {
    font-size: 38px;

  }

  .fnt40 {
    font-size: 32px;
  }

  .fnt23 {
    font-size: 20px;

  }
}

@media (max-width: 950px) {
  .fnt70 {
    font-size: 50px;

  }

  .fnt60 {
    font-size: 40px;

  }

  .fnt50 {
    font-size: 35px;

  }

  .fnt40 {
    font-size: 30px;

  }


  .fnt23 {
    font-size: 18px;

  }

  .mgt50 {
    margin-top: 30px;
  }

  .mgt40 {
    margin-top: 20px;
  }

  .pdt80 {
    padding-top: 40px;
  }


}

.sp_tab {

  display: none;
}


@media (max-width: 768px) {
  * {
    font-size: 14px
  }

  .sp_tab {

    display: block;
  }

  .sp_tabnone {
    display: none;
  }

  .mgt140 {
    margin-top: 100px;
  }

  .mgt100 {
    margin-top: 40px;
  }

  .mgb140 {
    margin-bottom: 50px;
  }

  .pdt140 {
    padding-top: 50px;
  }

  .pdb140 {
    padding-bottom: 50px;
  }

  .mgb140 {
    margin-bottom: 50px;
  }

  .mgt80 {
 
  }

  .mgb80 {
    margin-bottom: 30px;
  }

  .pdt80 {
    padding-top: 30px;
  }

  .fnt60 {
    font-size: 35px;
  }

  .fnt40 {
    font-size: 22px;
  }

  .fnt25 {
    font-size: 20px;
  }

  .mgt30 {
    margin-top: 20px;
  }

  .fnt20 {
    font-size: 18px;
  }
}

.sp_br {
  display: none;
}


.sp {
  display: none !important;
}

@media (max-width: 480px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp_br {
    display: block;
  }

  .common_subh1 {
    font-size: 25px;
  }

  .mgt150 {
    margin-top: 35px;
  }

  .mgt100 {
    margin-top: 20px;
  }

  .mgt40 {
    margin-top: 20px;
  }

  .pdt80 {
    padding-top: 25px;
  }

  .mgt60 {
    margin-top: 20px;
  }

  .fnt70 {
    font-size: 40px;

  }

  .fnt60 {
    font-size: 30px;
  }

  .fnt50 {
    font-size: 30px;

  }

  .fnt45 {
    font-size: 30px;

  }

  .fnt40 {
    font-size: 25px;

  }

  .fnt30 {
    font-size: 16px;
  }

  .fnt25 {
    font-size: 19px;
  }

  .fnt23 {
    font-size: 18px;

  }

  .fnt20 {
    font-size: 16px;
  }

  .fnt16 {
    font-size: 14px;
  }

  .flex02, .flex03 {
    flex-direction: column;
  }

  .flex02 li {
    width: 100%;
  }

  .flex03 li {
    width: 100%;
    margin-right: 0%;
  }

  .flex_txt_img .li_img img {
    padding-left: 0;
  }

}

@media screen and (max-width:398px) {}


*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}



/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;

}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #FEFFBA;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/*
      <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/9-2-1.js"></script>
   <script>
//アコーディオンをクリックした時の動作
$('.title').on('click', function() {//タイトル要素をクリックしたら
  var findElm = $(this).next(".box");//直後のアコーディオンを行うエリアを取得し
  $(findElm).slideToggle();//アコーディオンの上下動作
    
  if($(this).hasClass('close')){//タイトル要素にクラス名closeがあれば
    $(this).removeClass('close');//クラス名を除去し
  }else{//それ以外は
    $(this).addClass('close');//クラス名closeを付与
  }
});

//ページが読み込まれた際にopenクラスをつけ、openがついていたら開く動作※不必要なら下記全て削除
$(window).on('load', function(){
  $('.accordion-area li:first-of-type section').addClass("open"); //accordion-areaのはじめのliにあるsectionにopenクラスを追加
  $(".open").each(function(index, element){ //openクラスを取得
    var Title =$(element).children('.title'); //openクラスの子要素のtitleクラスを取得
    $(Title).addClass('close');       //タイトルにクラス名closeを付与し
    var Box =$(element).children('.box'); //openクラスの子要素boxクラスを取得
    $(Box).slideDown(500);          //アコーディオンを開く
  });
});
   </script>



*/



/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  font-weight: 100;
}

dd {
  float: left;
  margin-left: 1em;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  section h1 {
    line-height: 2em;
  }
}