/*------------------------------------
  header-reset
------------------------------------*/
.itoman-global-header, .itoman-global-header * {
  box-sizing: content-box;
}

* :not(header li):not(header span):not(header a):not(header div), *:not(header li):not(header span):not(header a):not(header div):after, *:not(header li):not(header span):not(header a):not(header div):before {
  box-sizing: border-box;
}

.itoman-global-header img {
  width: auto;
  height: auto;
}

.itoman-global-header-coach img{
  width: 80%;
}

.itoman-global-header h1 {
  padding: 12px 0;
}

.itoman-global-header-maintab.corp{
  margin-left: 5px;
}

.itoman-global-header-renew{
  display: flex;
}

.header-float>div:nth-child(4) {
  margin: 10px 0 0 0;
}

/*------------------------------------
  Color
------------------------------------*/
body {
  color: #333;
}

/*------------------------------------
  Font
------------------------------------*/
body {
  font-family: "Iwata Maru Gothic Pr6", "M PLUS Rounded 1c",sans-serif;
  font-size: 21px;
  letter-spacing: .05em;
  font-weight: 500;
}

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }


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

body {
  height: 100%;
  margin: 0;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  text-decoration: none;
}

a {
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

/*------------------------------------
  Text
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
a{
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: inherit;
  transform: rotate(0.05deg);
}

/*------------------------------------
To top
------------------------------------*/
.global-page-top-button {
  bottom: 90px;
  position: fixed;
  right: 16px;
  z-index: 99;
  background: #009380;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  width: 50px;
}

.page-top{
  position: relative;
  display: block;
}

.page-top:before{
  content: "";
  background: #fff;
  width: 30%;
  height: 4px;
  transform: rotate(-45deg);
  position: absolute;
  left: 13px;
  top: 21px;
  border-radius: 5px;
}

.page-top:after{
  content: "";
  background: #fff;
  width: 30%;
  height: 4px;
  transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 21px;
  border-radius: 5px;
}
