﻿@charset "UTF-8";

/* =========================================================
  contentGpArticleDoc, contentPage
========================================================= */
.contentGpArticleDoc p {
  font-size: 14px;
}

.contentGpArticleDoc .docNo {
  display: inline-block;
  margin-right: 1rem;
}

.contentGpArticleDoc .date {
  display: none;
  margin: 0 0 20px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.contentGpArticleDoc,
.contentPage {
  max-width: var(--site-width);
  margin: 0 auto 40px;
  padding: 20px;
}

.contentGpArticleDoc .body p,
.contentPage .body p {
  margin: 0 0 1rem;
}

.contentGpArticleDoc hh2,
.contentPage hh2 {
  display: block;
  line-height: 1.3;
  padding: 14px 0;
  font-size: 125%;
  font-weight: bold;
}

.contentGpArticleDoc h2,
.contentPage h2 {
  display: block;
  line-height: 1.3;
  padding: 14px 0;
  color: #2455a3;
  font-size: 125%;
}

.contentGpArticleDoc h3,
.contentPage h3 {
  display: block;
  margin: 1.8rem 0 1rem;
  padding: 5px 12px;
  border-bottom: 1px solid #2455a3;
  border-left: 5px solid #2455a3;
  font-size: 1.25rem;
  font-weight: bold;
}

.contentGpArticleDoc h4,
.contentPage h4 {
  margin: 1.5rem 0 12px;
  padding: 5px 0 3px 12px;
  border-bottom: 1px solid var(--main-color-1);
  font-size: 1rem;
  font-weight: bold;
}

.contentGpArticleDoc img,
.contentPage img {
  border-color: var(--mono-color-2);
}

.contentGpArticleDoc table,
.contentPage table {
  margin-bottom: 30px;
  border: 1px solid var(--mono-color-2);
}

.contentGpArticleDoc table p,
.contentPage table p {
  margin-bottom: 0;
}

.contentGpArticleDoc table caption,
.contentPage table caption {
  margin: 8px;
  text-align: center;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td {
  padding: 6px 10px;
  border: 1px solid var(--mono-color-3);
  text-align: center;
  vertical-align: middle;
}
.contentGpArticleDoc th,
.contentPage th {
  background-color: #b4deff;
}
.contentGpArticleDoc table td,
.contentPage table td {
  background-color: #fff;
}
.contentGpArticleDoc ul,
.contentGpArticleDoc ol,
.contentPage ul,
.contentPage ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.contentGpArticleDoc ul,
.contentPage ul {
  list-style-type: none;
}

.contentGpArticleDoc ol,
.contentPage ol {
  list-style-type: decimal;
}

.contentGpArticleDoc li,
.contentPage li {
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc blockquote,
.contentPage blockquote {
  position: relative;
  border-top: 1px solid var(--main-color-1);
  border-bottom: 1px solid var(--main-color-1);
  padding: 10px;
}

.contentGpArticleDoc blockquote::before,
.contentGpArticleDoc blockquote::after,
.contentPage blockquote::before,
.contentPage blockquote::after {
  position: absolute;
  content: '"';
  background-color: var(--mono-color-5);
  color: var(--main-color-1);
  line-height: 1;
  text-align: center;
  font-size: 40px;
}

.contentGpArticleDoc blockquote::before,
.contentPage blockquote::before {
  top: -8px;
  left: -10px;
}

.contentGpArticleDoc blockquote::after,
.contentPage blockquote::after {
  right: -10px;
  bottom: -32px;
}

.contentGpArticleDoc blockquote cite,
.contentPage blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8125rem;
  text-align: right;
  color: var(--mono-color-2);
}

.contentGpArticleDoc blockquote p:last-child,
.contentPage blockquote cite p:last-child {
  margin: 0;
}

.contentGpArticleDoc .map,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags,
.contentGpArticleDoc .qrcode,
.contentGpArticleDoc .inquiry {
  margin-bottom: 30px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin: 0 0 10px;
  padding: 7px 0 7px 16px;
  border: none;
  background-color: var(--main-color-2);
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-5);
}

.contentGpArticleDoc .maps h3 {
  margin: 0 0 12px;
  padding: 0;
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: var(--mono-color-3);
  background-color: transparent;
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc #placeList {
  position: relative;
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc #placeList::before {
  content: "ルート案内：";
  position: relative;
}

.contentGpArticleDoc .inquiry,
.contentPage .inquiry {
  /*
  width: 50%;
  */
  margin: 40px auto 0;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 90%;
}

.contentGpArticleDoc .inquiry h2,
.contentPage .inquiry h2 {
  padding-bottom: 0;
  border: none !important;
  color: #2455a3;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
}

.contentGpArticleDoc address,
.contentPage address {
  padding: 16px;
  font-style: normal;
  font-size: 85%;
}

.contentGpArticleDoc address .section,
.contentPage address .section {
  font-weight: normal;
}

@media only screen and (max-width: 1060px) {
  .contentGpArticleDoc,
  .contentPage {
    max-width: 100%;
    margin: 0;
  }

  .contentGpArticleDoc h2,
  .contentPage h2 {
    text-align: center;
  }

  .contentGpArticleDoc .inquiry,
  .contentPage .inquiry {
    width: auto;
  }
}

/* =========================================================
  similarDocs(sitebridge-search)
========================================================= */
#similarDocs #reldoc {
  padding: 0 10px;
}

#similarDocs #reldoc li {
  padding: 12px 0;
}

#similarDocs #reldoc li:not(:last-child) {
  border-bottom: 1px solid var(--mono-color-3);
}

#similarDocs #reldoc .date {
  color: var(--mono-color-1);
  font-size: 0.875rem;
}

#similarDocs #reldoc .date::before {
  content: "（";
}

#similarDocs #reldoc .date::after {
  content: "）";
}

@media only screen and (min-width: 1061px) {
  .contentGpArticleDoc address,
  .contentPage address {
    padding: 25px 40px;
    column-count: 2;
  }
}
@media only screen and (max-width: 1060px) {
  #similarDocs #reldoc {
    padding: 0;
  }

  #similarDocs #reldoc li {
    padding: 12px;
  }
}

/* print btn
----------------------------------------------- */
#printBtn {
  display: block;
  text-align: right;
}

#printBtn svg {
  margin: 0 4px 2px 0;
}

/* formBtn
----------------------------------------------- */
.formBtn,
.linkBtn {
  text-align: center;
}

.formBtn a {
  display: block;
  margin: 0 0 10px;
  padding: 16px 0;
  border-radius: 3px;
  border: 1px solid #3da9fc;
  background-color: #3da9fc;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.formBtn a.login {
  border: 2px solid #518be6;
  background-color: #fff;
  color: #518be6;
}

.formBtn a:hover,
.formBtn a:focus {
  opacity: 0.75;
}

/* linkBtn
----------------------------------------------- */
.linkBtn {
  text-align: center;
}

.linkBtn a {
  display: inline-block;
  width: 380px;
  margin: 0 5px 10px;
  padding: 16px 0;
  border-radius: 3px;
  background-color: #3da9fc;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.linkBtn a:hover,
.linkBtn a:focus,
.formBtn a:hover,
.formBtn a:focus {
  opacity: 0.75;
}

@media only screen and (max-width: 1060px) {

  .formBtn,
  .linkBtn {
    margin-bottom: 20px;
  }

  .formBtn a,
  .linkBtn a {
    display: block;
    width: auto;
    margin: 0 0 15px;
    font-size: 1rem;
  }
}

/* page-mypage-application
----------------------------------------------- */
#page-mypage-application table.mypage-application {
  width: 100%;
  border-color: #999;
}
#page-mypage-application table.mypage-application th {
  background: #2455a3;
  color: #fff;
  border-color: #999;
}
#page-mypage-application table.mypage-application td {
  background: #fff;
  border-color: #999;
}
#page-mypage-application table.mypage-application tr:nth-child(even) td {
  background: #d0ddf7;
}
#page-mypage-application table.mypage-application a {
  text-decoration: underline;
}
#page-mypage-application table.mypage-application a:hover {
  text-decoration: none;
}

/* ------------------------------------------------ 
 t.ozaki add
----------------------------------------------- */

/* application one time password
----------------------------------------------- */
.application-one-time {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.application-one-time h2 {
  margin-bottom: 0.5em;
  color: #828899;
  text-align: center;
}

.application-one-time ul:not(.search-status) {
  display: flex;
  flex-wrap: wrap;
}

.application-one-time ul:not(:last-child) {
  margin-bottom: 1em;
}

.application-one-time li {
  position: relative;
}

.search-criteria {
  font-size: 87.5%;
}

.application-one-time select {
  width: 100%;
}

.application-one-time #application-term {
  width: calc(100% - 10em)
}

/*
.application-one-time label:not([for="application-term"]) {
  display: block;
}
*/

.application-one-time label[for="application-term"] {
  margin-left: 0.5em;
}

.application-one-time label img {
  margin-left: 0.25em;
  vertical-align: -1px;
}

.application-one-time input[type="submit"] {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: #3da9fc;
  color: #fffffe;
  font-weight: 500;
}

.application-one-time input[type="submit"]:hover,
.application-one-time input[type="submit"]:focus {
  opacity: 0.6;
}

.application-one-time input[type="reset"]:hover,
.application-one-time input[type="reset"]:focus {
  color: #2455a3;
}

.application-one-time input[type="reset"] {
  border: 0;
  background: none;
  color: #828899;
  font-size: 87.5%;
}

#application-help {
  display: inline-block;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  .application-one-time {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 5px;
  }

  .application-one-time .search-box {
    padding: 0 2em;
  }

  .application-one-time ul:not(.search-criteria):not(.search-status) {
    justify-content: center;
    text-align: center;
  }

  .application-one-time ul:not(.search-criteria):not(.search-status)>li {
    flex-basis: 100%;
  }

  .application-one-time ul.search-criteria {
    justify-content: space-between;
    align-items: flex-end;
  }

  .application-one-time ul.search-criteria>li {
    flex-basis: calc(50% - 20px);
    margin-bottom: 0.25em;
  }

  .application-one-time input[type="submit"] {
    line-height: 60px;
  }
}

@media only screen and (max-width: 959px) {
  .application-one-time {
    margin-bottom: 2em;
    padding: 10px 20px;
    border-radius: 3px;
  }

  .application-one-time li {
    flex-basis: 100%;
    margin-bottom: 0.25em;
  }

  #application-status {
    margin-bottom: 0.5em;
  }

  .search-submit {
    margin-top: 1.25em;
    text-align: center;
  }

  .application-one-time input[type="submit"] {
    line-height: 40px;
  }

  .application-one-time input[type="reset"] {
    font-weight: 500;
  }
}

/* good-bad-button
----------------------------------------------- */

#good-button,
#bad-button{
	width:300px;
}

@media only screen and (min-width: 960px) {
  
}

@media only screen and (max-width: 959px) {
	#good-button,
	#bad-button{
		margin: 5px;
	}
  
}
