.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

.main-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 135px);
}
.main-content .row {
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.main-content .row p {
  text-align: left;
}
.main-content .link-button {
  display: inline-block;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  height: 100px;
  cursor: pointer;
}

.kanri-content {
  padding-left: 20px;
  padding-right: 20px;
  height: calc(100vh - 135px);
}
.kanri-content .btn-lg {
  width: 150px;
  border-radius: 5px;
}
.kanri-content .btn-lg.active {
  background-color: #76c8de;
  color: white;
}
.kanri-content .left-navi {
  float: left;
  width: 170px;
}
.kanri-content .right-main {
  float: right;
  width: calc(100vw - 220px);
}

.header-nav {
  width: 100vw;
  border-bottom: 2px solid #ccc;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.header-nav a:link,
.header-nav a:visited,
.header-nav a:hover,
.header-nav a:active {
  color: #4f4e4e;
}
.header-nav .icon {
  display: inline-block;
}
.header-nav .icon img {
  width: 60px;
  height: 60px;
}
.header-nav .title {
  margin-top: 5px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
.header-nav .buttons {
  float: right;
  text-decoration: none;
  display: flex;
  margin-right: 20px;
}
.header-nav .buttons li {
  color: #fff;
  text-align: center;
  width: 5em;
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 3px 0px;
  margin: 10px;
  cursor: pointer;
}
.header-nav .buttons li:hover {
  border-bottom: 1px solid #3772c5;
  color: #3772c5;
}

.wrapper {
  min-height: calc(100vh - 122px);
  position: relative;
  height: calc(100vh - 122px);
}

.sectitle {
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #478ea2;
}

.twocol {
  margin-top: 25px m !important;
  display: grid;
  gap: 50px 40px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.twocol .c_roundblc {
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #76c8de;
}
.twocol .c_roundblc > *:first-child {
  background-color: #76c8de;
  color: white;
  border: none;
  border-radius: 5px 5px 0 0;
  padding: 15px 20px;
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}
.twocol .c_roundblc .inputblc {
  padding: 20px;
  padding-bottom: 0;
}

.btn {
  font-size: 1rem;
  appearance: none;
  display: block;
  color: #ffffff;
  background-color: #f7c974;
  transition: all 0.3s;
  border: none;
  border-radius: 200px;
  line-height: 1.2;
  font-weight: normal;
  cursor: pointer;
  align-items: center;
  margin: 0 auto 1rem;
  width: 10em;
  height: 2em;
  max-width: 100%;
}

.btn-lg {
  width: 300px;
  height: 50px;
}

.btn-menu {
  background-color: #3772c5;
  color: white;
}
.btn-menu:hover {
  opacity: 0.7;
}

.zipbutton {
  margin-left: 10px;
}

.c_submit {
  display: block;
  text-align: center;
  margin: 1rem auto;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c_submit button[type=submit],
.c_submit input[type=submit] {
  font-size: 1rem;
  appearance: none;
  display: block;
  color: #ffffff;
  background-color: #f7c974;
  transition: all 0.3s;
  border: none;
  border-radius: 200px;
  line-height: 1.2;
  font-weight: normal;
  cursor: pointer;
  align-items: center;
  margin: 0 auto 1rem;
  width: 10em;
  height: 2em;
  max-width: 100%;
}

dl {
  display: grid;
  -ms-grid-columns: minmax(180px, 30%) 1fr;
  grid-template-columns: minmax(180px, 30%) 1fr;
  gap: 30px 25px;
  max-width: 800px;
  margin: 1rem auto 3rem;
}
dl dt {
  text-align: left;
}
dl dt span {
  margin-left: auto;
  display: inline-block;
  white-space: nowrap;
  background-color: #ea5c70;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 5px;
  line-height: 1.2;
  font-size: 0.65rem;
}
dl dd {
  text-align: left;
}
dl dd span {
  display: block;
  color: red;
}

.footer-nav {
  width: 100vw;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  text-align: center;
}

.kiyaku {
  color: #4f4e4e;
  padding-left: 10px;
  padding-right: 10px;
}
.kiyaku h2 {
  margin-top: 10px;
  text-align: center;
}
.kiyaku h2.page-title {
  text-align: left;
}
.kiyaku h3 {
  text-align: left;
}
.kiyaku p {
  text-align: left;
  padding: 1em;
}
.kiyaku ul,
.kiyaku li {
  text-align: left;
}
.kiyaku ul {
  margin-bottom: 1em;
}/*# sourceMappingURL=app.css.map */