@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Robot", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  position: relative;
  overflow-x: auto;
  color: #333;
  background-color: #fff;
}

button {
  font-family: "Robot", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
}

input,
select,
textarea {
  font-family: "Robot", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  border: 1px solid #c0c0c0;
  font-size: 1.4rem;
  padding: 3px;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #15c;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  line-height: 1.5;
}

/* テキスト */
.txt-e {
  color: #df151e;
}

.txt-blue {
  color: #2649ac;
}

/* リンク */
a {
  color: #15c;
  text-decoration: none;
}
a:hover {
  color: #B160BD;
}

.l-header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  width: 100%;
  height: 93px;
}

.l-container {
  width: 1000px;
  margin: 0 auto;
}

.l-main {
  position: relative;
  padding-bottom: 40px;
}

.l-main-container {
  padding: 40px 0 0;
  width: 1000px;
  margin: 0 auto;
}

.l-main-inner {
  padding-bottom: 25px;
}

.margin-top0 {
  margin-top: 0;
}

.margin-top1 {
  margin-top: 1px;
}

.margin-top2 {
  margin-top: 2px;
}

.margin-top3 {
  margin-top: 3px;
}

.margin-top4 {
  margin-top: 4px;
}

.margin-top5 {
  margin-top: 5px;
}

.margin-top6 {
  margin-top: 6px;
}

.margin-top7 {
  margin-top: 7px;
}

.margin-top8 {
  margin-top: 8px;
}

.margin-top9 {
  margin-top: 9px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-bottom0 {
  margin-bottom: 0;
}

.margin-bottom1 {
  margin-bottom: 1px;
}

.margin-bottom2 {
  margin-bottom: 2px;
}

.margin-bottom3 {
  margin-bottom: 3px;
}

.margin-bottom4 {
  margin-bottom: 4px;
}

.margin-bottom5 {
  margin-bottom: 5px;
}

.margin-bottom6 {
  margin-bottom: 6px;
}

.margin-bottom7 {
  margin-bottom: 7px;
}

.margin-bottom8 {
  margin-bottom: 8px;
}

.margin-bottom9 {
  margin-bottom: 9px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-right0 {
  margin-right: 0;
}

.margin-right1 {
  margin-right: 1px;
}

.margin-right2 {
  margin-right: 2px;
}

.margin-right3 {
  margin-right: 3px;
}

.margin-right4 {
  margin-right: 4px;
}

.margin-right5 {
  margin-right: 5px;
}

.margin-right6 {
  margin-right: 6px;
}

.margin-right7 {
  margin-right: 7px;
}

.margin-right8 {
  margin-right: 8px;
}

.margin-right9 {
  margin-right: 9px;
}

.margin-right10 {
  margin-right: 10px;
}

.padding-top0 {
  padding-top: 0;
}

.padding-top1 {
  padding-top: 1px;
}

.padding-top2 {
  padding-top: 2px;
}

.padding-top3 {
  padding-top: 3px;
}

.padding-top4 {
  padding-top: 4px;
}

.padding-top5 {
  padding-top: 5px;
}

.padding-top6 {
  padding-top: 6px;
}

.padding-top7 {
  padding-top: 7px;
}

.padding-top8 {
  padding-top: 8px;
}

.padding-top9 {
  padding-top: 9px;
}

.padding-top10 {
  padding-top: 10px;
}

.padding-bottom0 {
  padding-bottom: 0;
}

.padding-bottom1 {
  padding-bottom: 1px;
}

.padding-bottom2 {
  padding-bottom: 2px;
}

.padding-bottom3 {
  padding-bottom: 3px;
}

.padding-bottom4 {
  padding-bottom: 4px;
}

.padding-bottom5 {
  padding-bottom: 5px;
}

.padding-bottom6 {
  padding-bottom: 6px;
}

.padding-bottom7 {
  padding-bottom: 7px;
}

.padding-bottom8 {
  padding-bottom: 8px;
}

.padding-bottom9 {
  padding-bottom: 9px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-right0 {
  padding-right: 0;
}

.padding-right1 {
  padding-right: 1px;
}

.padding-right2 {
  padding-right: 2px;
}

.padding-right3 {
  padding-right: 3px;
}

.padding-right4 {
  padding-right: 4px;
}

.padding-right5 {
  padding-right: 5px;
}

.padding-right6 {
  padding-right: 6px;
}

.padding-right7 {
  padding-right: 7px;
}

.padding-right8 {
  padding-right: 8px;
}

.padding-right9 {
  padding-right: 9px;
}

.padding-right10 {
  padding-right: 10px;
}

.l-header {
  border-top: 6px solid #505458;
  padding: 20px 0 0;
}
.l-header .l-container {
  height: 69px;
}
.l-header .logo {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 60px;
  /*width: 201px;*/
}
.l-header .logo img {
  /*width: 201px;*/
  height: 43px;
}

.global-nav {
  margin: 0;
  padding: 0;
  float: left;
  height: 50px;
  font-size: 1.8rem;
}
.global-nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__menu__item {
  float: left;
}
.global-nav__menu__item:first-child {
  margin-left: 50px;
}
.global-nav__menu__item a {
  color: #333;
  padding: 0 20px;
  display: block;
  line-height: 50px;
  -moz-transition: all 80ms linear 0s;
  -o-transition: all 80ms linear 0s;
  -webkit-transition: all 80ms linear;
  -webkit-transition-delay: 0s;
  transition: all 80ms linear 0s;
}
.global-nav__menu__item a.dropdown-button {
  padding-right: 30px;
}
.global-nav__menu__item a:hover {
  color: #eb6100;
}
.global-nav__menu__item--active {
  color: #cc3332;
  padding: 0 20px;
  line-height: 60px;
  cursor: pointer;
}

.fixed-nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  background-color: #fff;
  height: 93px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  border-top: 6px solid #505458;
}
.fixed-nav .l-container {
  width: 1000px;
}
.fixed-nav .logo {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 60px;
  width: 201px;
}
.fixed-nav .logo img {
  width: 201px;
  height: 43px;
}
.fixed-nav .global-nav {
  margin: 0;
  padding: 0;
  float: left;
  height: 50px;
  font-size: 1.8rem;
}
.fixed-nav .global-nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed-nav .global-nav__menu__item {
  float: left;
}
.fixed-nav .global-nav__menu__item:first-child {
  margin-left: 50px;
}
.fixed-nav .global-nav__menu__item a {
  color: #333;
  padding: 0 20px;
  display: block;
  line-height: 50px;
  -moz-transition: all 80ms linear 0s;
  -o-transition: all 80ms linear 0s;
  -webkit-transition: all 80ms linear;
  -webkit-transition-delay: 0s;
  transition: all 80ms linear 0s;
}
.fixed-nav .global-nav__menu__item a.dropdown-button {
  padding-right: 30px;
}
.fixed-nav .global-nav__menu__item a:hover {
  color: #cc3332;
}
.fixed-nav .global-nav__menu__item--active {
  color: #cc3332;
  padding: 0 20px;
  line-height: 60px;
  cursor: pointer;
}

.subheader .breadcrumb {
  width: 1000px;
  margin: 0 auto;
}
.subheader .title {
  background-color: #7d7d7d;
}
.subheader .title h1 {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 10px;
  color: #fff;
}

.img-main {
  width: 100%;
  height: 413px;
  background: url(../img/top/img_main.jpg) center center/cover no-repeat;
}
.img-main .container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.img-main .right-col {
  width: 490px;
  position: absolute;
  top: 111px;
  right: 0;
}
.img-main .right-col .btn-bk {
  display: block;
  width: 436px;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 15px;
  margin-top: 20px;
}
.img-main .left-col {
  position: absolute;
  top: 55px;
  left: 0;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.img-main .left-col h2 {
  margin: 0;
  padding: 13px 20px 11px;
  background-color: #e5e5e5;
  border-radius: 3px 3px 0 0;
}
.img-main .left-col-container {
  padding: 20px 20px 23px;
}
.img-main .left-col-container p {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  padding: 0;
}
.img-main .left-col-container input {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 1.6rem;
  outline: none;
}
.img-main .left-col-container input[type=password] {
  margin-bottom: 15px;
}
.img-main .left-col-container input:focus {
  border: 1px solid #1155cc;
}
.img-main .left-col-container button {
  width: 100%;
  font-size: 1.5rem;
  padding: 5px;
  font-weight: bold;
}

.news h3 {
  margin: 0 0 30px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.8rem;
}
.news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news ul li {
  border-bottom: 1px dotted #a3a3a3;
  padding-bottom: 7px;
  padding-top: 7px;
}
.news ul li:first-child {
  padding-top: 0;
}
.news dl {
  margin: 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.news dl dt {
  float: left;
  width: 110px;
  margin: 0 17px 0 10px;
}
.news dl dd {
  float: left;
  width: 800px;
}

.breadcrumb-wrap {
  background-color: #f3f3f3;
  padding: 8px 0 5px;
}
.breadcrumb-wrap .breadcrumb {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.breadcrumb-wrap .breadcrumb__item {
  margin: 0;
  padding: 0;
  float: left;
}
.breadcrumb-wrap .breadcrumb__item::after {
  color: #818a91;
  content: ">";
  padding-right: 5px;
  padding-left: 5px;
}
.breadcrumb-wrap .breadcrumb__item a {
  color: #333;
}
.breadcrumb-wrap .breadcrumb__item:last-child::after {
  content: none;
  padding-right: 0;
  padding-left: 0;
}

.sub-nav {
  margin-bottom: 50px;
}
.sub-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sub-nav__menu__item {
  float: left;
  margin-right: 15px;
  padding: 0 2px 3px;
}
.sub-nav__menu__item a {
  font-size: 1.5rem;
  color: #333;
  padding: 5px 20px;
}

.btn {
  line-height: 38px;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  text-align: center;
  color: #333;
  border: 1px solid #c0c0c0;
  border-color: #e3e3e3 #cecece #b4b4b4 #d6d6d6;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-transition: all 80ms linear 0s;
  -o-transition: all 80ms linear 0s;
  -webkit-transition: all 80ms linear;
  -webkit-transition-delay: 0s;
  transition: all 80ms linear 0s;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f3f3f3));
  background-image: -moz-linear-gradient(#fdfdfd, #f3f3f3);
  background-image: -webkit-linear-gradient(#fdfdfd, #f3f3f3);
  background-image: linear-gradient(#fdfdfd, #f3f3f3);
}
.btn:hover {
  color: #333;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background-image: -moz-linear-gradient(#ffffff, #f9f9f9);
  background-image: -webkit-linear-gradient(#ffffff, #f9f9f9);
  background-image: linear-gradient(#ffffff, #f9f9f9);
}
.btn .icon_window {
  position: absolute;
  top: 5px;
  left: 10px;
}

.btn-bk {
  color: #fff;
  border: 1px solid #515358;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxNTM1OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxNTM1OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #515358), color-stop(100%, #515358));
  background-image: -moz-linear-gradient(#515358, #515358);
  background-image: -webkit-linear-gradient(#515358, #515358);
  background-image: linear-gradient(#515358, #515358);
}
.btn-bk:hover {
  color: #fff;
  border: 1px solid #6e7075;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlNzA3NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNzA3NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e7075), color-stop(100%, #6e7075));
  background-image: -moz-linear-gradient(#6e7075, #6e7075);
  background-image: -webkit-linear-gradient(#6e7075, #6e7075);
  background-image: linear-gradient(#6e7075, #6e7075);
}

.login-content .err-box {
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 136px;
  left: 400px;
  color: #fff;
  background-color: rgba(235, 10, 0, 0.7);
  width: 190px;
  font-size: 1.4rem;
}

.contents-block {
  position: relative;
}
.contents-block p {
  margin: 0;
}
.contents-block h3 {
  font-size: 2.1rem;
  margin: 0 0 10px;
}
.contents-block ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.contents-block .block {
  margin-bottom: 40px;
}
.contents-block .note {
  margin-bottom: 10px;
}
.contents-block .btn-app {
  width: 250px;
  line-height: 48px;
  font-size: 1.8rem;
  font-weight: bold;
}

.title-contents {
  font-size: 2.8rem;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 7px;
}

.col-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}
.col-wrap .col2 {
  width: 460px;
}
.col-wrap .left {
  float: left;
}
.col-wrap .right {
  float: right;
}
.col-wrap h3 {
  margin: 0 0 10px;
  font-size: 2.1rem;
}
.col-wrap .list {
  margin: 0;
  padding: 0 0 0 25px;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap ul {
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
.btn-wrap ul li {
  float: left;
  margin-right: 20px;
  padding: 0 3px 4px;
}
.btn-wrap ul li a {
  width: 200px;
  line-height: 52px;
}

.table-std {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  width: 100%;
}
.table-std th {
  border: 1px solid #c0c0c0;
  background-color: #f3f3f3;
  padding: 10px;
  font-size: 1.8rem;
  width: 50%;
}
.table-std td {
  border: 1px solid #c0c0c0;
  padding: 15px;
  text-align: center;
}

.print {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.step {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.step h2 {
  font-size: 3.4rem;
  margin: 0 0 15px 0;
  padding: 0;
}
.step h2 .stepnum {
  background-color: #7d7d7d;
  border-radius: 5px;
  color: #fff;
  font-size: 2.1rem;
  padding: 7px 10px;
  display: inline-block;
  vertical-align: middle;
}
.step h3 {
  border-bottom: 1px solid #d8d8d8;
  padding: 6px 0 7px 20px;
  margin: 0 0 20px;
  border-left: 9px solid #7d7d7d;
}
.step .caption {
  margin-bottom: 15px;
}
.step .flow {
  margin-bottom: 40px;
}
.step .flow:last-child {
  margin-bottom: 0;
}
.step .flow .btn {
  width: 260px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 20px 10px;
  line-height: 1.3;
}
.step .flow .box {
  overflow: hidden;
}
.step .flow .box .left {
  float: left;
  width: 260px;
}
.step .flow .box .right {
  float: right;
  width: 618px;
}
.step .flow .box .right .img-step {
  margin-top: 10px;
}
.step .flow .manual {
  background-color: #ecf4fb;
  border-radius: 3px;
  padding: 7px 15px;
  margin-top: 20px;
}
.step .flow .manual ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.step .flow .manual ul li {
  float: left;
  margin-right: 60px;
  padding-left: 13px;
  background: url(../img/common/icon_arrow_r.png) 0 7px no-repeat;
}

footer .l-container {
  padding-bottom: 30px;
  width: 1000px;
}
footer .l-container small {
  font-size: 1.1rem;
}
footer .l-container .note {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

/* ---------------------------------------------
    プリント
 ---------------------------------------------*/
@media print {
  * {
    /* background: transparent !important;*/
    box-shadow: none !important;
    text-shadow: none !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fixed-nav {
    display: none !important;
  }
}
