/*
**
template style
**
** outline
** header
** gnav
** contents
** topicpath
** main
** side
** pagetop
** footer
** 
**
*/
/*==================================================

outline
==================================================*/
*,
*:before,
*:after {
  box-sizing: border-box; }

/*
*::selection {
	background:lighten($color-red,20%);
	color:#fff;
}
*::-moz-selection {
	background: lighten($color-red,20%);
	color:#fff;
}
*/
html, body, .sitewrap {
  min-height: 100vh;
  position: relative; }

.pc {
  display: inherit; }

.sp {
  display: none; }

body {
  color: #333;
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: 'noto';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: "#333";
  padding-top: 80px; }

.wrap,
#topicpath ol {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.clear:after {
  clear: both;
  content: '';
  display: block;
  height: 0; }

a {
  transition: all 0.2s; }
  a:hover {
    transition: all 0.4s;
    opacity: 0.9; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    width: 100%; }

/*==================================================

header
==================================================*/
#header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  box-shadow: 0 0 3px 3px rgba(68, 68, 68, 0.1);
  overflow: visible;
  z-index: 1000; }
  #header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #header .wrap div {
      position: relative;
      width: 308px;
      height: 80px; }
      #header .wrap div h1 {
        height: 23px;
        position: absolute;
        left: 146px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #header .wrap div p {
        position: absolute; }
        #header .wrap div p img {
          display: block;
          width: 120px; }
    #header .wrap nav ul {
      height: 80px;
      width: 420px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .wrap nav ul li a {
        font-weight: 500; }
        #header .wrap nav ul li a:hover {
          color: #2a8ebf;
          text-decoration: none; }

/*==================================================

globalNavigation
==================================================*/
/*==================================================

contents
==================================================*/
/*==================================================

mainvisual
==================================================*/
#mainvisual {
  height: 600px;
  width: 100%;
  background-image: url(../img/common/mainvisual.jpg);
  background-size: cover;
  background-position: center; }
  #mainvisual .wrap {
    position: relative;
    height: 600px; }
    #mainvisual .wrap img {
      position: absolute;
      right: 140px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      height: 445px; }

/*==================================================

main
==================================================*/
/* pagettl */
/* main style */
.main {
  /* p */
  /* ul */
  /* ol */
  /* table */
  /* strong */
  /* heading */ }
  .main ul li > :first-child {
    margin-top: 0; }
  .main ul.noicon li {
    padding: 0; }
    .main ul.noicon li:before {
      content: none; }
  .main ol, .main ul {
    counter-reset: number; }
    .main ol > li, .main ul > li {
      counter-increment: number; }
      .main ol > li > :first-child, .main ul > li > :first-child {
        margin-top: 0; }
  .main table {
    width: 100%; }
    .main table td > :first-child {
      margin-top: 0; }

/*==================================================

side
==================================================*/
/*==================================================

pagetop
==================================================*/
#pagetop {
  display: none;
  position: fixed;
  z-index: 99; }

/*==================================================

footer
==================================================*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 52px;
  background-color: #829fcb; }
  #footer small {
    display: block;
    text-align: center;
    line-height: 52px;
    color: #c8cce6;
    font-size: 1.2rem; }
