@charset "UTF-8";

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff");
}

/*====================================================================================================

format

====================================================================================================*/
html.media {
  /*font-size: 10px;*/
}

html {}

html.media body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.5;
  text-align: inherit;
}

ul,
ol {
  padding-left: 0;
  letter-spacing: -.5em;
}

ul,
ol {
  list-style: none;
}

li {
  letter-spacing: 0;
}

hr {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

li img {
  vertical-align: middle;
}

/*button,*/
input,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: middle;
  font-size: 1.6rem;
}

.mediaHead .navinner .menu button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: middle;
  font-size: 1.6rem;
}



/*button,*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

.mediaHead .navinner .menu button {
  cursor: pointer;
}

input[type="reset"] {
  cursor: pointer;
}

/*button {
  display: inline;
  border: none;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}*/

.mediaHead .navinner .menu button {
  display: inline;
  border: none;
  background: none;
}

.mediaHead .navinner .menu button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
  margin-top: 5px;
}

em {
  font-weight: 400;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

nav ul {
  list-style: none;
}

  {
  margin: 100px 0 0;
}


a {
  text-decoration: none;
  transition-duration: 0.2s;
}

a:hover {
  opacity: 0.8;
}

.reportcontent .small-1st-icon {
  width: 30px;
  display: inline-block;
  margin: 0 5px;
}

.small-1st-icon {
  width: 30px;
  display: inline-block;
  margin: 0 5px;
}

.reportcontent .small-1st-icon-lil {
  width: 22px;
  display: inline-flex;
  margin: auto 10px;
}

.small-1st-icon-lil {
  width: 22px;
  display: inline-flex;
  margin: auto 10px;
}

/*====================================================================================================

base

====================================================================================================*/

#document {
  overflow: hidden;
  margin: 0 auto;
}

.noSP {
  display: block
}

.noSP2 {
  display: inline-block
}

.noPC {
  display: none
}


.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 2em 0 2em;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media print,
screen and (min-width: 769px) {
  #document {
    /* min-width: 1024px; */
  }
}

@media print,
screen and (max-width: 768px) {
  .noSP {
    display: none !important
  }

  .noPC {
    display: block
  }

  #document {
    min-width: 320px;
  }

  .m_article .fp_box {
    display: block;
    margin: 50px 0 0;
  }

}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
}

/*====================================================================================================

    module

====================================================================================================*/

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_br[class*="_before"]::before,
.m_br[class*="_after"]::after {
  content: "\A";
  white-space: pre;
}

@media print,
screen and (min-width: 769px) {
  .m_pcHide {
    display: none !important;
  }

  .m_pcbr[class*="_before"]::before,
  .m_pcbr[class*="_after"]::after {
    content: "\A";
    white-space: pre;
  }
}

@media print,
screen and (max-width: 768px) {
  .m_spHide {
    display: none !important;
  }

  .m_spbr[class*="_before"]::before,
  .m_spbr[class*="_after"]::after {
    content: "\A";
    white-space: pre;
  }
}

/* modifire module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*="_alignLeft"] {
  text-align: left !important;
}

[class*="_alignCenter"] {
  text-align: center !important;
}

[class*="_alignRight"] {
  text-align: right !important;
}

[class*="_alignTop"] {
  vertical-align: top !important;
}

[class*="_alignMiddle"] {
  vertical-align: middle !important;
}

[class*="_alignBottom"] {
  vertical-align: bottom !important;
}

/* font style */
[class*="_fontBold"] {
  font-weight: bold;
}

[class*="_fontItalic"] {
  font-style: italic;
}

[class*="_fontNormal"] {
  font-style: normal !important;
  font-weight: normal !important;
}

/* fontColor */
[class*="_colorType01"] {
  color: #000000;
}

[class*="_colorType02"] {
  color: #004ba5;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}