@charset "utf-8";
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a.ext_icon {
  background: url("../images/link_ico.svg") center right no-repeat;
  padding-right: 20px;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}
article ul {
  margin-left: 1.5em;
}
article ul li {
  margin-bottom: 5px;
}
.inline li {
  display: inline;
}
ol {
  margin-left: 1.8em;
}

/* float --------------- */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix {
  overflow: hidden;
}
.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}
.tLeft {
  text-align: left;
}
.tRight {
  text-align: right;
}
.vTop {
  vertical-align: top;
}
.vMid {
  vertical-align: middle;
}
.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}
.brUrl {
  word-wrap: break-word;
}
.brSp {
  display: block;
}
@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}

/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}
.mgR05 {
  margin-right: 5px;
}
.mgR10 {
  margin-right: 10px;
}
.mgR15 {
  margin-right: 15px;
}
.mgR20 {
  margin-right: 20px;
}
.mgR25 {
  margin-right: 25px;
}
.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}
.mgB05 {
  margin-bottom: 5px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB25 {
  margin-bottom: 25px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgB35 {
  margin-bottom: 35px;
}
.mgB40 {
  margin-bottom: 40px;
}
.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}
.mgL05 {
  margin-left: 5px;
}
.mgL10 {
  margin-left: 10px;
}
.mgL15 {
  margin-left: 15px;
}
.mgL20 {
  margin-left: 20px;
}
.mgL25 {
  margin-left: 25px;
}
.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0 !important;
}
.pdT05 {
  padding-top: 5px;
}
.pdT08 {
  padding-top: 8px;
}
.pdT10 {
  padding-top: 10px !important;
}
.pdT15 {
  padding-top: 15px !important;
}
.pdT20 {
  padding-top: 20px !important;
}
.pdT25 {
  padding-top: 25px !important;
}
.pdT30 {
  padding-top: 30px;
}
.pdR20 {
  padding-right: 20px;
}
.pdR25 {
  padding-right: 25px;
}
.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}
.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}
.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}
.txt12 {
  font-size: 1.2rem;
}
.txt13 {
  font-size: 1.3rem;
}
.txt14 {
  font-size: 1.4rem;
}
.txt15 {
  font-size: 15px !important;
}
.txt16 {
  font-size: 1.6rem;
}
.txt18 {
  font-size: 1.8rem;
}
.txt20 {
  font-size: 2rem;
}
.txt22 {
  font-size: 2.2rem;
}
.txt24 {
  font-size: 2.4rem;
}
.txt30 {
  font-size: 30px !important;
}
.txtmin {
  font-family: serif;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}
address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}
.desktopHidden {
  display: block;
}
.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
