@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #3a3a3a;
  background-color: #ffffff;
  min-width: auto;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 0px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

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

a {
  color: #3a3a3a;
  text-decoration: none;
  transition: all 0.2s;
  color: #00418F;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-top: 0;
}

sup {
  top: -1em;
  font-size: 60%;
}

.container {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .container {
    width: auto;
  }
}
.container-s {
  margin: 0 auto;
  max-width: 80rem;
}

main {
  padding: 6rem 0 6rem 0;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  main {
    padding: 9rem 0 3rem 0;
  }
}
.window main {
  padding: 3rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .window main {
    padding: 8rem 0 0 0;
  }
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  span.pc,
.pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr.between {
  display: flex;
  justify-content: space-between;
}
.fr.start {
  display: flex;
  justify-content: flex-start !important;
}
.fr.reverse {
  display: flex;
  flex-direction: row-reverse;
}
.fr.wrap {
  display: flex;
  flex-wrap: wrap;
}
.fr.center {
  display: flex;
  justify-content: center;
}
.fr.hcenter {
  display: flex;
  align-items: center;
}
.fr.bottom {
  display: flex;
  align-items: flex-end;
}
.fr.top {
  display: flex;
  align-items: flex-start;
}

.anchor {
  position: absolute;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .anchor {
    top: -70px;
  }
}

.btn {
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #00418F;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  font-size: 1.5rem;
  color: #00418F;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0.5rem;
  display: block;
}
.btn:hover {
  color: #fff !important;
  background-color: #00418F !important;
  border-color: #fff !important;
  opacity: 1 !important;
}
.btn.w {
  background-color: #fff;
  border-color: #00418F;
  color: #00418F;
}
.btn.g {
  background-color: #F5F5F5;
  border-color: #3a3a3a;
  color: #3a3a3a;
}
.btn.b {
  background-color: #3A6BA9;
  color: #fff;
  border-color: #3A6BA9;
}
.btn.b:disabled {
  background-color: rgba(142, 142, 142, 0.3) !important;
  border-color: rgba(142, 142, 142, 0.3);
  cursor: default;
}
.btn.b:disabled:hover {
  background-color: rgba(142, 142, 142, 0.3) !important;
  border-color: rgba(142, 142, 142, 0.3) !important;
}
.btn i {
  margin-right: 5px;
}
.btn i.right {
  margin-left: 5px;
  margin-right: 0;
}

.header {
  background-color: #EBF2FA;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header .container {
    padding-left: 15px;
  }
}
.header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin: 0 1rem 0 0;
    flex-shrink: 0;
  }
}
.header .logo span {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .header .logo span {
    font-size: 1.4rem;
  }
}
.header .logo a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .header .logo a {
    line-height: 1.3;
    font-size: 11px;
  }
}
.header .logo img {
  width: 197px;
  height: 31px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .header .logo img {
    width: 160px;
  }
}
.clipping .header .logo img {
  width: 156px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    min-width: auto;
  }
}

/*parts*/
.loginbtn,
.mailbtn,
.backbtn,
.widthbtn,
.allbtn,
.minusbtn,
.plusbtn,
.scrapbtn,
.printbtn {
  width: 12.8rem;
  height: 3.8rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0.5rem;
  line-height: 3.6rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .loginbtn,
.mailbtn,
.backbtn,
.widthbtn,
.allbtn,
.minusbtn,
.plusbtn,
.scrapbtn,
.printbtn {
    width: auto;
    height: 3.6rem;
    text-align: center;
    padding: 0 0.8rem;
  }
}
.loginbtn span,
.mailbtn span,
.backbtn span,
.widthbtn span,
.allbtn span,
.minusbtn span,
.plusbtn span,
.scrapbtn span,
.printbtn span {
  display: inline-block;
  margin-left: 0;
}
.loginbtn i,
.mailbtn i,
.backbtn i,
.widthbtn i,
.allbtn i,
.minusbtn i,
.plusbtn i,
.scrapbtn i,
.printbtn i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .loginbtn i,
.mailbtn i,
.backbtn i,
.widthbtn i,
.allbtn i,
.minusbtn i,
.plusbtn i,
.scrapbtn i,
.printbtn i {
    display: block;
    font-size: 1.8rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .loginbtn i + span,
.mailbtn i + span,
.backbtn i + span,
.widthbtn i + span,
.allbtn i + span,
.minusbtn i + span,
.plusbtn i + span,
.scrapbtn i + span,
.printbtn i + span {
    display: none;
  }
}
.loginbtn:hover,
.mailbtn:hover,
.backbtn:hover,
.widthbtn:hover,
.allbtn:hover,
.minusbtn:hover,
.plusbtn:hover,
.scrapbtn:hover,
.printbtn:hover {
  color: #fff;
  background-color: #00418F;
  border-color: #fff;
}

.scrapbtn {
  width: auto;
  padding: 0 1rem;
}
.mailbtn {
  width: auto;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .mailbtn span {
    display: block !important;
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .widthbtn,
.allbtn {
    width: auto;
    padding: 0 1rem;
    height: 3.6rem;
    line-height: 3.4rem;
    text-align: center;
  }
  .widthbtn span,
.allbtn span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .backbtn {
    width: 12.8rem;
    height: 3.6rem;
    line-height: 3.4rem;
    text-align: center;
  }
  .backbtn span {
    display: block;
  }
}

.photobtn,
.copyrightbtn {
  width: auto;
  padding: 0 1rem;
  height: 3.6rem;
  line-height: 3.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .photobtn,
.copyrightbtn {
    height: auto;
    line-height: 1.3;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .photobtn span,
.copyrightbtn span {
    display: block;
    white-space: nowrap;
  }
}

/*menu*/
.navbar-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    display: block;
    outline: none;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    display: block !important;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px !important;
    margin-bottom: 0px;
    background-image: none;
    border: 0;
    height: 6rem;
    width: 6rem;
    text-align: center;
    cursor: pointer;
  }
  .navbar-toggle i {
    line-height: 6rem;
    color: #00418F;
    font-size: 3rem;
  }
}
.ttlarea {
  text-align: center;
  margin: 0 0 65px;
}
.ttlarea .h2 {
  background: url(../images/bg-title.jpg) no-repeat center;
  background-size: cover;
  width: 122px;
  height: 108px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ttlarea .h2 {
    width: 105px;
    height: 88px;
    background-size: auto 100%;
  }
}
.ttlarea .h2 img {
  width: auto;
  height: 26px;
}
.ttlarea h2.ttl {
  line-height: 1;
  font-size: 28px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ttlarea h2.ttl {
    font-size: 25px;
  }
}

.panel {
  border: 1px solid #ddd;
}
.panel.panel-tab {
  border-top: 5px solid #00418F;
}
@media screen and (max-width: 767px) {
  .panel {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.panel-header {
  background-color: #FBFBFB;
  border-bottom: 1px solid #eee;
  padding: 2rem 1.5rem;
  color: #00418F;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .panel-header {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.panel-header .view-number {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 599px) {
  .panel-header .view-number {
    align-items: center;
  }
}
.panel-header .view-number > div:not(.view-number-red) {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .panel-header .view-number > div:not(.view-number-red) {
    display: block;
  }
}
.panel-header .view-number span {
  white-space: nowrap;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) {
  .panel-header .view-number span {
    display: block;
  }
}
.panel-header .view-number-red {
  display: flex;
  align-items: baseline;
}
.panel-header .view-number-red span {
  font-size: 2.6rem;
  color: #FF0000;
  margin: 0 5px;
}
@media only screen and (max-width: 599px) {
  .panel-header .view-number-red span {
    font-size: 2.8rem;
    margin-left: 0.5rem;
  }
}
.panel-btnset {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .panel-btnset > button span,
.panel-btnset a span {
    margin-right: 0.5rem;
  }
}
.panel-btnset > button + *,
.panel-btnset a + * {
  margin-left: 1rem;
}
.panel-inner {
  margin: 0 auto;
  position: relative;
}
.panel.panel-search section {
  position: relative;
  padding: 2rem 0 0.1rem;
}
.panel.panel-search section:nth-child(even) {
  background-color: #FBFBFB;
}
.panel.panel-search section dl {
  display: flex;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .panel.panel-search section dl {
    display: block;
    padding: 0 1.5rem;
  }
}
.panel.panel-search section dl dt {
  padding: 0 3.5rem 0 0;
  text-align: right;
  color: #00418F;
  font-size: 1.8rem;
  line-height: 1.4;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1060px) {
  .panel.panel-search section dl dt {
    width: 11.5rem;
    padding: 0 0 0 2rem;
    text-align: left;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  .panel.panel-search section dl dt {
    width: 100%;
    padding: 0 2rem 1rem 0;
  }
}
.panel.panel-search section dl dd {
  margin: 0;
  width: 80%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 2rem 0 0;
}
@media only screen and (max-width: 1060px) {
  .panel.panel-search section dl dd {
    min-width: auto;
    width: calc(100% - 11.5rem);
  }
}
@media only screen and (max-width: 599px) {
  .panel.panel-search section dl dd {
    width: 100%;
    padding: 0;
  }
}

.panel-search .checkbox {
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .panel-search .checkbox .checkbox-item input[type=checkbox] + span {
    line-height: 1.3;
    display: block;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  .panel-search .form-editionarea .checkbox .checkbox-item,
.panel-search .form-centerversion .checkbox .checkbox-item {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .panel-search .form-localversion .checkbox .checkbox-item {
    width: 50%;
    margin-right: 0;
  }
}
.panel-search .radio {
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .panel-search .radio .radio-item input[type=radio] + span {
    line-height: 1.3;
    display: block;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .form-editionarea .panel-search .radio .radio-item, .form-centerversion .panel-search .radio .radio-item {
    min-width: 33.3333333333%;
    margin-right: 0;
  }
  .form-localversion .panel-search .radio .radio-item {
    min-width: 50%;
    margin-right: 0;
  }
}
.panel-search .radio i {
  font-size: 2rem;
  margin-top: 0.3rem;
  color: #8E8E8E;
}
.panel-search .with-pop {
  display: flex;
  align-items: center;
}
.panel-search .with-pop i {
  margin-left: 1rem;
}
.panel-search .mark-pop {
  position: relative;
}
.panel-search .mark-pop i {
  cursor: pointer;
  font-size: 2rem;
  margin-top: 0.3rem;
  color: #8E8E8E;
}
.panel-search .mark-pop i + div {
  display: none;
  position: absolute;
  width: 160px;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 0.5rem;
  background-color: #EBF2FA;
  text-align: left;
  font-size: 1.3rem;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.16);
  padding: 0.5rem 0.5rem;
  line-height: 1.3;
  align-items: center;
}
.panel-search .mark-pop i + div:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #EBF2FA transparent transparent;
  z-index: 1;
}
.panel-search .mark-pop i:hover + div {
  display: flex;
}
@media screen and (max-width: 767px) {
  .panel-search .mark-pop.left i + div {
    left: auto;
    right: -0.5rem;
    top: calc(100% + 1rem);
    transform: translateY(0);
  }
  .panel-search .mark-pop.left i + div:before {
    content: "";
    position: absolute;
    display: block;
    top: -1rem;
    transform: translateY(0);
    left: auto;
    right: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #EBF2FA transparent;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .panel-search .mark-pop.center i + div {
    left: 50%;
    transform: translate(-50%, 0);
    right: -0.5rem;
    top: calc(100% + 1rem);
  }
  .panel-search .mark-pop.center i + div:before {
    content: "";
    position: absolute;
    display: block;
    top: -1rem;
    transform: translate(-50%, 0);
    left: 50%;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #EBF2FA transparent;
    z-index: 1;
  }
}
.panel-search .form-option {
  display: none;
}
.panel-search .form-option section:nth-of-type(odd) {
  background-color: #FBFBFB;
}
.panel-search .form-option section:nth-of-type(even) {
  background-color: #fff;
}
.panel-search .form-option section.form-postedpage {
  padding-bottom: 2rem;
}
.panel-search .form-option section.form-postedpage input[type=text] {
  max-width: 30rem;
  margin: -0.2rem 0 0 0;
}
@media only screen and (max-width: 599px) {
  .panel-search .form-option section.form-postedpage input[type=text] {
    max-width: none;
    width: 100%;
  }
}
.panel-search .form-detailbtn {
  padding: 2rem 0;
}
.panel-search .form-detailbtn button {
  cursor: pointer;
  background-color: #EBF2FA;
  width: calc(100% - 3rem);
  margin: 0 auto;
  display: block;
  border: 0;
  color: #00418F;
  text-align: center;
  height: 4rem;
  font-size: 2rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .panel-search .form-detailbtn button {
    font-size: 1.8rem;
  }
}
.panel-search .form-detailbtn button i {
  margin-left: 1rem;
}
.panel-search .form-detailbtn button.active {
  padding: 0;
  background-color: #F5F5F5;
}
.panel-search .form-detailbtn button.active i {
  padding: 0;
}
.panel-search .form-detailbtn button.active i::before {
  content: "\f077";
}

/*page*/
.site-title {
  text-align: center;
  margin: 0 0 3rem;
}
.site-title img {
  width: 32.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .site-title img {
    width: 26rem;
  }
}
.site-subtitle {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .site-subtitle {
    font-size: 1.8rem;
  }
}

.top-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .top-lead {
    font-size: 1.5rem;
    text-align: left;
  }
}
.top-btnset {
  display: flex;
  justify-content: center;
  margin: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .top-btnset {
    margin: 0 0 8rem;
  }
}
.top-btnset a.btn {
  position: relative;
  text-align: center;
  display: block;
  width: 25rem;
  height: 5rem;
  line-height: 4.8rem;
  border-radius: 8px;
  font-weight: bold;
  background-color: #00418F !important;
  font-size: 2rem;
  border: 1px solid #00418F !important;
}
.top-btnset a.btn i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  margin-left: 1rem;
}
.top-btnset a.btn:hover {
  opacity: 0.8 !important;
}
.top-block dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-block dl {
    display: block;
    margin: 0 2rem;
  }
}
.top-block dl dt {
  width: 10rem;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px dotted rgba(0, 65, 143, 0.5);
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-block dl dt {
    width: auto;
    border-bottom: 0;
    font-size: 1.4rem;
    padding: 1rem 0 0;
  }
}
.top-block dl dd {
  width: calc(100% - 10rem);
  padding: 1.5rem 0;
  margin: 0;
  border-bottom: 1px dotted rgba(0, 65, 143, 0.5);
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top-block dl dd {
    width: auto;
    font-size: 1.4rem;
    padding: 1rem 0 1.5rem;
  }
}
.top-block dl dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top-block dl dd p {
    font-size: 1.4rem;
  }
}

.result-list {
  padding: 0;
  margin: 0;
}
.result-title {
  margin: 0 0 1rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .result-title {
    padding: 0 0 0 3.2rem;
    font-size: 1.6rem;
  }
}
.result-meta {
  color: #999;
  font-weight: 300;
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 599px) {
  .result-meta {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.result-meta span {
  margin: 0 1rem 0 0;
  white-space: nowrap;
}
.result p {
  margin: 0;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .result p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1rem;
  }
}
.result p strong {
  background-color: #fffca8;
}
.result-li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.2s;
}
@media screen and (max-width: 599px) {
  .result-li {
    padding: 1rem 0;
  }
}
.result-li:first-child {
  border-top: 1px solid #ccc;
}
.result-li.selected {
  background-color: #EBF2FA !important;
}
.result-article {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
@media screen and (max-width: 599px) {
  .result-article {
    position: relative;
    flex-direction: column;
    padding: 0 0;
  }
}
.result-check {
  width: 3.2rem;
  flex-grow: 0;
}
@media screen and (max-width: 599px) {
  .result-check {
    position: absolute;
    left: 0rem;
    top: 0;
  }
}
.result-check .checkbox-item {
  margin: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .result-check .checkbox-item input[type=checkbox] + span {
    display: inline;
  }
}
.result-content {
  padding-right: 2rem;
  flex-grow: 5;
}
@media screen and (max-width: 599px) {
  .result-content {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .result-btnset {
    display: flex;
    margin: 0 -0.3rem;
  }
}
.result-btnset .btn {
  display: block;
  width: 12.8rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 599px) {
  .result-btnset .btn {
    width: calc((100% - 0.6rem) / 3);
    margin: 0 0.3rem;
  }
}
.result-btnset .btn:last-child {
  margin-bottom: 0;
}
.result-head-btns {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
.result-head-btns .result-all-check {
  padding: 0 1.5rem 0 1rem;
}
@media screen and (max-width: 599px) {
  .result-head-btns .result-all-check {
    padding: 0 1.5rem 0 0;
  }
}
.result-head-btns .result-all-check .checkbox-item {
  margin: 0;
}
.result-head-btns .clear-btn,
.result-head-btns .allcont-btn {
  display: block;
  border-radius: 0.5rem;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .result-head-btns .clear-btn,
.result-head-btns .allcont-btn {
    width: auto;
    min-width: 1.2rem;
  }
}
.result-head-btns .scrap-btn {
  display: flex;
  border-radius: 0.5rem;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .result-head-btns .scrap-btn {
    width: auto;
  }
}
.result-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .result-head {
    display: block;
  }
}
.result-head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #00418F;
  margin: 1rem 0 0 0;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .result-head-top {
    display: block;
  }
}
.result-selectarea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .result-selectarea {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .result-selectarea {
    justify-content: space-between;
  }
}
.result-pulldown {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
@media screen and (max-width: 599px) {
  .result-pulldown {
    margin-left: 0;
  }
}
.result-pulldown span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .result-pulldown span {
    font-size: 1.4rem;
  }
}
.result-pulldown .selectWrap {
  margin-left: 1rem;
  width: 11rem;
}
.result-pulldown:first-child .selectWrap {
  width: 8rem;
}
.result-pageinfo {
  margin: 0;
  font-size: 1.8rem;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .result-pageinfo {
    justify-content: center;
    margin: 0 0 1rem;
  }
}
.result-pageinfo span {
  color: #00418F;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0.5rem 0 0;
}
.result-pageinfo-term {
  margin-left: 1rem;
}
.result-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .result-foot {
    justify-content: center;
  }
}

.detail {
  /**印刷用*********************/
}
.detail-article + .detail-article {
  border-top: 1px solid #00418F;
}
.detail-header {
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.detail-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.detail-meta {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .detail-meta {
    align-items: flex-end;
  }
}
.detail-meta .detail-meta-btnset {
  min-width: 30.8rem;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .detail-meta .detail-meta-btnset {
    min-width: auto;
  }
}
@media screen and (max-width: 599px) {
  .detail-meta .detail-meta-btnset {
    flex-wrap: wrap;
    max-width: 142px;
  }
}
.detail-meta .detail-meta-btnset .btn {
  width: auto;
  height: auto;
  flex-shrink: 0;
  padding: 0.2rem 1rem;
  margin-left: 1rem;
}
.detail-meta .detail-meta-btnset .btn:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .detail-meta .detail-meta-btnset .btn {
    height: 4rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  .detail-meta .detail-meta-btnset .btn {
    width: calc(50% - 0.4rem);
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .detail-meta .detail-meta-btnset > .printbtn span {
    display: block;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  .detail-meta .detail-meta-btnset > .printbtn {
    width: 100%;
  }
}
.detail-meta-smallbtn {
  display: flex;
}
@media screen and (max-width: 599px) {
  .detail-meta-smallbtn {
    width: 100%;
    justify-content: space-between;
  }
}
.detail-meta .copyrightbtn {
  flex-shrink: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .detail-meta .copyrightbtn {
    height: auto !important;
    padding: 0.2rem 0.5rem !important;
    font-size: 1.4rem;
    margin: 0 !important;
    width: auto !important;
    margin-left: 0.5rem !important;
  }
}
@media screen and (max-width: 599px) {
  .detail-meta .copyrightbtn {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .detail-meta .copyrightbtn span {
    white-space: nowrap;
    display: inline-block;
  }
}
.detail-title {
  margin: 0 0 1rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .detail-title {
    padding: 0;
    font-size: 1.6rem;
  }
}
.detail-metatxt {
  color: #999;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .detail-metatxt {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.detail-metatxt span {
  margin: 0 1rem 0 0;
  white-space: nowrap;
}
.detail-content {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .detail-content {
    display: block;
  }
}
.detail-txt {
  width: calc(70% - 3rem);
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .detail-txt {
    width: 100%;
  }
}
.detail-txt p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 599px) {
  .detail-txt p {
    font-size: 1.5rem;
  }
}
.detail-side {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .detail-side {
    margin: 2rem 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.detail-side .side-cont {
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .detail-side .side-cont {
    width: calc(50% - 0.5rem);
    margin-top: 2rem;
  }
}
.detail-side .side-cont + .side-cont {
  margin-top: 2rem;
}
.detail-side .side-cont a {
  text-decoration: none;
  display: block;
  padding: 1rem;
}
.detail-side .side-cont a:hover {
  background-color: #EBF2FA;
}
.detail-side .side-img {
  margin: 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
.detail-side .side-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.detail-side .side-title {
  text-align: center;
  color: #00418F;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  margin: 1rem 0 0;
}
@media screen and (max-width: 599px) {
  .detail-side .side-title {
    font-size: 1.4rem;
  }
}
.detail-side .side-title i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .detail-side .side-title i {
    right: 1rem;
  }
}
.detail-btnset {
  display: flex;
  justify-content: center;
  padding: 3rem 0 3rem 0;
}
@media screen and (max-width: 599px) {
  .detail-btnset {
    margin: 0 -0.5px;
    padding: 2rem 0 2rem 0;
  }
}
.detail-btnset .btn {
  margin: 0 1rem;
  width: 18rem;
}
@media screen and (max-width: 599px) {
  .detail-btnset .btn {
    margin: 0 0.5rem;
    width: 80%;
  }
}
@media print {
  .detail #page-top,
.detail footer,
.detail .detail-btnset,
.detail .detail-side,
.detail .detail-meta,
.detail .panel-header,
.detail .page-head,
.detail .header {
    display: none;
  }
  .detail main {
    padding: 0;
  }
  .detail .detail-txt {
    width: 100%;
  }
  .detail .panel {
    border: 0;
  }
  .detail .detail-article + .detail-article {
    border-top: 0;
  }
}

.cutout {
  /**印刷用*********************/
}
.cutout main {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .cutout main {
    padding-bottom: 0;
  }
}
.cutout-header {
  background-color: #EBF2FA;
  border-bottom: 1px solid #eee;
  padding: 2rem 1.5rem;
  color: #00418F;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cutout-header {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.cutout-header .view-number {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 599px) {
  .cutout-header .view-number {
    align-items: center;
  }
}
.cutout-header .view-number > div:not(.view-number-red) {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .cutout-header .view-number > div:not(.view-number-red) {
    display: block;
  }
}
.cutout-header .view-number span {
  white-space: nowrap;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) {
  .cutout-header .view-number span {
    display: block;
  }
}
.cutout-header .view-number-red {
  display: flex;
  align-items: baseline;
}
.cutout-header .view-number-red span {
  font-size: 2.6rem;
  color: #FF0000;
  margin: 0 5px;
}
@media only screen and (max-width: 599px) {
  .cutout-header .view-number-red span {
    font-size: 2.8rem;
    margin-left: 0.5rem;
  }
}
.cutout-article {
  padding: 1.5rem;
}
.cutout-img {
  margin: 0 auto 2rem;
  border: 1px solid #ddd;
  height: calc(100vh - 480px);
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cutout-img {
    height: calc(100vh - 392px);
  }
}
@media screen and (max-width: 599px) {
  .cutout-img {
    margin: 0 auto;
    height: calc(100vh - 367px);
  }
}
.cutout-img img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  /*position: absolute;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%,-50%);
  */
}
.cutout-btnset {
  display: flex;
  justify-content: center;
  padding: 0 0 1rem 0;
}
@media screen and (max-width: 599px) {
  .cutout-btnset {
    margin: 0 -0.5px;
    padding: 0 0 0 0;
  }
}
.cutout-btnset .btn {
  margin: 0 1rem;
  width: 18rem;
}
@media screen and (max-width: 599px) {
  .cutout-btnset .btn {
    margin: 1rem 0.5rem 0;
    width: 80%;
  }
}
.cutout-list {
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
}
.cutout-list dt {
  margin: 0 2px 2px 0;
  width: 10rem;
  text-align: center;
  padding: 1rem 0;
  background-color: #EBF2FA;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .cutout-list dt {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
}
.cutout-list dd {
  margin: 0 0 2px 0;
  padding: 1rem 2rem;
  width: calc(100% - 10.2rem);
  background-color: #FBFBFB;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .cutout-list dd {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
@media print {
  .cutout #page-top,
.cutout footer,
.cutout .cutout-btnset,
.cutout .cutout-header,
.cutout .panel-header,
.cutout .page-head,
.cutout .input-submit,
.cutout .result-btnset,
.cutout .header {
    display: none;
  }
  .cutout main {
    padding: 0;
  }
  .cutout .container {
    color: #000 !important;
  }
  .cutout .panel {
    border: 0;
  }
  .cutout .cutout-article {
    padding: 0;
  }
  .cutout .cutout-img {
    margin: 0 auto 0;
    height: 100vh;
  }
}

.img-article {
  padding: 1.5rem;
}
.img-content {
  text-align: center;
}
.img-img {
  max-width: 660px;
  margin: 3rem auto;
  border: 1px solid #ddd;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .img-img {
    margin: 2rem auto;
  }
}
.img-btnset {
  display: flex;
  justify-content: center;
  padding: 3rem 0 3rem 0;
}
@media screen and (max-width: 599px) {
  .img-btnset {
    margin: 0 -0.5px;
    padding: 0 0 2rem 0;
  }
}
.img-btnset .btn {
  margin: 0 1rem;
  width: 18rem;
}
@media screen and (max-width: 599px) {
  .img-btnset .btn {
    margin: 3rem 0.5rem;
    width: 80%;
  }
}
.img-list {
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
}
.img-list dt {
  margin: 0 2px 2px 0;
  width: 10rem;
  text-align: center;
  padding: 1rem 0;
  background-color: #EBF2FA;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .img-list dt {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
}
.img-list dd {
  margin: 0 0 2px 0;
  padding: 1rem 2rem;
  width: calc(100% - 10.2rem);
  background-color: #FBFBFB;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .img-list dd {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .scrap .result-head-top .result-pageinfo {
    justify-content: space-between;
    margin: 1rem 0 1rem;
  }
}
.scrap .result-head-top .result-pageinfo .result-pageinfo-term {
  margin-left: 2rem;
}
@media screen and (max-width: 599px) {
  .scrap .result-btnset {
    display: flex;
    margin-top: 2rem;
  }
}
.scrap-btnset {
  display: flex;
  justify-content: center;
  padding: 3rem 0 0;
}
@media screen and (max-width: 599px) {
  .scrap-btnset {
    padding: 3rem 0 2rem 0;
  }
}
.scrap-btnset .btn {
  margin: 0 1rem;
  width: 18rem;
}
@media screen and (max-width: 599px) {
  .scrap-btnset .btn {
    margin: 0 auto;
    width: 80%;
  }
}

/*共通*/
.page-head {
  margin: 0 0 2rem;
}
.page-title {
  color: #00418F;
  margin: 0 0 2rem;
  line-height: 1;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../images/icon-header.svg);
  background-size: 3.5rem;
  padding-left: 4.2rem;
  line-height: 3.5rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .page-title {
    background-size: 3rem;
    padding-left: 3.6rem;
    line-height: 3rem;
    font-size: 2rem;
  }
}
.page-lead {
  font-size: 1.6rem;
}
.page-block {
  margin: 5rem 0 0;
}
body.window .page-block {
  margin: 3rem 0 0;
}
@media screen and (max-width: 599px) {
  body.window .page-block {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-block {
    margin: 3rem 0 0;
  }
}
.page-block.page-line {
  border-top: 2px solid #00418F;
  padding: 3rem 0 0;
}
.page-h2 {
  border-radius: 0px 25px 0px 25px;
  background: #f5f5f5;
  padding: 0.5rem 2rem 0.5rem 5rem;
  margin: 5rem 0 3rem;
  background-repeat: no-repeat;
  background-position: 1.5rem 1rem;
  background-image: url(../images/icon-header2.svg);
  font-size: 2rem;
  line-height: 1.5;
  color: #00418F;
}
@media screen and (max-width: 767px) {
  .page-h2 {
    border-radius: 0px 20px 0px 20px;
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}

.cform {
  border-top: 2px solid #00418F;
  padding: 3rem 0 0;
  margin: 5rem 0 0;
}
.window .cform {
  margin: 0 0 0;
}
.cform dl {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .cform dl {
    display: block;
    padding: 0 0;
  }
}
.cform dl dt {
  padding: 2.5rem 1.5rem 0;
  text-align: left;
  color: #00418F;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 22rem;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .cform dl dt {
    width: 100%;
    padding: 0 2rem 1rem 0;
    display: flex;
    align-items: center;
  }
}
.cform dl dt span {
  position: absolute;
  right: 0px;
  height: 25px;
  width: 45px;
  text-align: center;
  top: 2.3rem;
  line-height: 25px;
  color: #fff;
  background-color: #8E8E8E;
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .cform dl dt span {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 10px;
    padding: 5px 10px;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: normal;
  }
}
.cform dl dd {
  margin: 0;
  width: calc(100% - 22rem);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1rem 2rem 1rem 2rem;
}
@media only screen and (max-width: 599px) {
  .cform dl dd {
    width: 100%;
    padding: 0;
    margin: 0 0 2rem;
  }
}
.cform dl dd span.form-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 0 0 0;
}
@media only screen and (max-width: 599px) {
  .cform dl dd span.form-text {
    padding: 0 0 0 0;
  }
}
.cform-btnset {
  text-align: center;
  padding: 3rem 0 3rem;
  justify-content: center;
  display: flex;
}
.cform-btnset button {
  margin: 0 1rem;
  min-width: 24rem;
  border-radius: 0.8rem;
  height: 5rem;
  font-size: 2rem;
  cursor: pointer;
}
.cform-btnset button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .cform-btnset button {
    width: 50%;
    min-width: auto;
    margin: 0 0.5rem;
    font-size: 1.6rem;
  }
}
.help-block {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .help-block {
    margin-left: 1rem;
  }
}
.help-question {
  border-radius: 0px 0px 5px 25px;
  margin: 1.5rem 0;
  background-color: #EBF2FA;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .help-question {
    cursor: pointer;
  }
}
.help-question i {
  display: none;
}
@media screen and (max-width: 767px) {
  .help-question i {
    display: block;
  }
}
.help-question.active i::before {
  content: "\f077";
}
.help-question span {
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .help-question {
    font-size: 1.6rem;
  }
}
.help-answer {
  padding: 0 0 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .help-answer {
    display: none;
    margin-left: 1rem;
  }
}
.help-answer p {
  font-size: 1.6rem;
}
.help-answer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .help-answer p {
    font-size: 1.4rem;
  }
}

.mypage-block {
  display: flex;
  justify-content: space-between;
}
.mypage-frame {
  width: 100%;
}
.mypage-frame dl {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
}
.mypage-frame dl dt {
  margin: 0 3px 3px 0;
  width: 10rem;
  text-align: center;
  padding: 1rem 0;
  background-color: #EBF2FA;
  line-height: 1.5;
  font-size: 1.5rem;
}
.mypage-frame dl dd {
  margin: 0 0 3px 0;
  padding: 1rem 2rem;
  width: calc(100% - 10.4rem);
  background-color: #FBFBFB;
  line-height: 1.5;
  font-size: 1.5rem;
}
.mypage-txt {
  padding-right: 2rem;
}
.mypage-txt p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mypage-txt p {
    font-size: 1.5rem;
  }
}
.mypage-btnset {
  white-space: nowrap;
}
.mypage-btnset .settingbtn {
  width: 12.8rem;
  height: 3.8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .mypage-btnset .settingbtn {
    width: auto;
    padding: 0 1rem;
  }
}
.mypage-question {
  border-radius: 0px 0px 5px 25px;
  margin: 1.5rem 0;
  background-color: #EBF2FA;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.mypage-question.active i::before {
  content: "\f077";
}
.mypage-question span {
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mypage-question {
    font-size: 1.6rem;
  }
}
.mypage-answer {
  display: none;
  padding: 0 0 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .mypage-answer {
    margin-left: 1rem;
  }
}
.mypage-answer p {
  font-size: 1.6rem;
}
.mypage-answer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mypage-answer p {
    font-size: 1.4rem;
  }
}

.term-block {
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 1rem;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .term-block {
    height: calc(100vh - 30rem);
  }
}
.term-inner {
  padding: 2rem;
}
.term-inner h2 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .term-inner h2 {
    font-size: 1.6rem;
  }
}
.term-inner p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .term-inner p {
    font-size: 1.4rem;
  }
}
.term-inner ul {
  list-style: disc;
  font-size: 1.5rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .term-inner ul {
    font-size: 1.4rem;
  }
}
.term-inner ol {
  list-style: decimal;
  font-size: 1.5rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .term-inner ol {
    font-size: 1.4rem;
  }
}

.low-table th {
  margin: 0 2px 2px 0;
  width: 17rem;
  text-align: center;
  padding: 1rem 0.5rem;
  background-color: #EBF2FA;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .low-table th {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    width: 10rem;
  }
}
.low-table td {
  margin: 0 0 2px 0;
  padding: 1rem 2rem;
  width: calc(100% - 17.2rem);
  background-color: #FBFBFB;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .low-table td {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    width: calc(100% - 10.2rem);
  }
}

.mailsetting-block {
  margin: 5rem 0 0;
}
.modal__container .mailsetting-block {
  margin-top: 1rem;
}
.mailsetting-list {
  margin: 3rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .mailsetting-list {
    margin: 2rem 0 0;
    display: block;
  }
}
.mailsetting-list dt {
  margin: 0 2px 2px 0;
  width: 18rem;
  text-align: center;
  padding: 0;
  background-color: #EBF2FA;
  line-height: 6rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .mailsetting-list dt {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    width: auto;
    text-align: left;
    padding-left: 1.5rem;
    line-height: 1.5;
  }
}
.mailsetting-list dd {
  margin: 0 0 2px 0;
  padding: 1rem 2rem 1rem 2rem;
  width: calc(100% - 18.2rem);
  background-color: #FBFBFB;
  line-height: 1.5;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .mailsetting-list dd {
    width: auto;
    padding: 1rem 1rem;
    font-size: 1.4rem;
    display: block;
  }
}
.mailsetting-list dd input[type=password],
.mailsetting-list dd input[type=email] {
  height: 4rem;
  line-height: 4rem;
  padding-right: 3rem;
}
@media screen and (max-width: 599px) {
  .mailsetting-list dd input[type=password],
.mailsetting-list dd input[type=email] {
    height: 3rem;
    line-height: 3rem;
  }
}
.mailsetting-list dd i {
  cursor: pointer;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .mailsetting-list dd i {
    right: 2rem;
  }
}
.mailsetting-input {
  position: relative;
  flex-grow: 2;
  overflow: hidden;
}
.mailsetting-btnset {
  display: flex;
  width: 17rem;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .mailsetting-btnset {
    width: auto;
    justify-content: flex-end;
    margin-top: 1rem;
  }
}
.mailsetting-btnset button {
  width: 8rem;
}
@media screen and (max-width: 599px) {
  .mailsetting-btnset button {
    margin-left: 1rem;
  }
}

.clippingkw-article {
  padding: 1.5rem;
}
.clippingkw-content {
  text-align: center;
}
.clippingkw-label {
  padding: 1rem 2rem 0 2rem;
}
@media screen and (max-width: 599px) {
  .clippingkw-label {
    padding: 0.5rem 1rem 0;
  }
}
.clippingkw-line {
  max-width: 500px;
  width: 100%;
  margin: 0px 0 0 0;
  text-align: left;
}
.clippingkw-line:not(:first-child) {
  margin: -20px 0 0 0;
}
@media screen and (max-width: 599px) {
  .clippingkw-line {
    margin: 0px 0 0 0 !important;
  }
}
.clippingkw-line-check {
  margin: 0 2px 2px 0;
  width: 18rem;
  padding: 1rem 0;
  background-color: #EBF2FA;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .clippingkw-line-check {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    width: auto;
    text-align: left;
    padding-left: 1.5rem;
  }
}
.clippingkw-line .checkbox-item {
  margin: 0 1.5rem 0 0;
  display: flex;
  align-items: center;
}
.clippingkw-line .checkbox-item input[type=checkbox] + span::after {
  top: 3px;
}
.clippingkw-input {
  margin: 0 0 2px 0;
  padding: 1rem 2rem 1rem 2rem;
  width: calc(100% - 18.2rem);
  line-height: 1.5;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  flex-grow: 10;
}
@media screen and (max-width: 599px) {
  .clippingkw-input {
    width: auto;
    padding: 0 1rem 1rem;
    font-size: 1.4rem;
  }
}
.clippingkw-input input[type=text] {
  height: 4rem;
  line-height: 4rem;
  padding-right: 3rem;
}
.clippingkw-input i {
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
}
@media screen and (max-width: 599px) {
  .clippingkw-input i {
    right: 2rem;
    top: calc(50% - 0.5rem);
  }
}
.clippingkw-line2 {
  width: 100%;
  margin: 30px 0 0 0;
  text-align: left;
}
.clippingkw-line2 .clippingkw-input input[type=text] {
  background-color: #FBFBFB;
}
.clippingkw-select {
  margin: 1rem 0;
  text-align: center;
}
.clippingkw-select .selectWrap {
  margin: 0 auto;
  width: 18rem;
}
@media screen and (max-width: 599px) {
  .clippingkw-select .selectWrap select {
    height: 4rem;
    line-height: 4rem;
  }
}

.login-article {
  padding: 3rem 1.5rem;
}
.login-article .cform-btnset {
  padding: 5rem 1rem 0;
}
@media screen and (max-width: 599px) {
  .login-article .cform-btnset {
    padding: 3rem 1rem 0;
  }
}
.login-article .cform-btnset button {
  min-width: 16rem;
}
.login-content {
  text-align: center;
}
.login-line {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .login-line {
    display: block;
  }
}
.login-line .checkbox-item {
  margin: 0 1.5rem 0 0;
  display: flex;
  align-items: center;
}
.login-line .checkbox-item input[type=checkbox] + span::after {
  top: 3px;
}
.login-label {
  margin: 0;
  width: 8em;
  text-align: left;
  line-height: 6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .login-label {
    padding: 0.5rem 0 0;
    display: block;
    width: auto;
    text-align: left;
    padding-left: 1.5rem;
    line-height: 1;
  }
  .login-label.blank {
    display: none;
  }
}
.login-input {
  margin: 0 0 2px 0;
  padding: 1rem 0 1rem 0;
  width: calc(100% - 8em);
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .login-input {
    width: auto;
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
}
.login-input input[type=email],
.login-input input[type=password],
.login-input input[type=text] {
  height: 4rem;
  line-height: 4rem;
  padding-right: 3rem;
}
@media screen and (max-width: 599px) {
  .login-input input[type=email],
.login-input input[type=password],
.login-input input[type=text] {
    height: 4rem;
    line-height: 4rem;
  }
}
.login-input i {
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .login-input i {
    right: 2rem;
  }
}
.login-select {
  margin: 1rem 0;
  text-align: center;
}
.login-select .selectWrap {
  margin: 0 auto;
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .panel-login {
    margin: 0 2rem;
  }
}

.loginstatus {
  background-color: #EBF2FA;
}
.loginstatus main {
  padding-top: 5rem;
}
.loginstatus-block {
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  height: 33rem;
  background-color: #fff;
  max-width: 50rem;
  margin: 0 auto;
}
.loginstatus-record {
  display: flex;
  margin: 0;
  width: 100%;
}
.loginstatus-record > * {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px 0;
  margin: 0;
  padding: 1rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .loginstatus-record > * {
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
  }
}
.loginstatus-record.login > * {
  background-color: #F5F5F5;
  color: #999;
}
.loginstatus-status {
  flex-grow: 2;
  text-align: center;
}
.loginstatus-date {
  flex-grow: 2;
  display: block;
  text-align: center;
}
.loginstatus-date span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .loginstatus-date span {
    font-size: 1.2rem;
  }
}
.loginstatus-btn {
  flex-grow: 0;
  flex-shrink: 0;
  width: 14.9rem;
}
@media screen and (max-width: 767px) {
  .loginstatus-btn {
    width: 8.9rem;
  }
}

.search-result {
  /**印刷用*********************/
}
@media print {
  .search-result #page-top,
.search-result footer,
.search-result .result-head,
.search-result #kwoption,
.search-result .result-selectarea,
.search-result .form-result-detailbtn,
.search-result .result-foot,
.search-result .result-check,
.search-result .panel-header,
.search-result .page-head,
.search-result .input-submit,
.search-result .result-btnset,
.search-result .header {
    display: none;
  }
  .search-result main {
    padding: 0;
  }
  .search-result input[type=text].input-kw {
    border: none;
    height: 5rem;
    padding: 0;
    font-size: 2rem;
    width: 100%;
    outline: none;
    line-height: normal;
    background-color: transparent;
  }
  .search-result .container {
    color: #000 !important;
  }
  .search-result .form-kwbox {
    align-items: center;
  }
  .search-result .form-kwbox::before {
    font-size: 1.8rem;
    content: "検索キーワード：";
    white-space: nowrap;
  }
  .search-result .form-kw {
    max-width: none;
    margin: 3rem auto;
    padding: 0;
  }
  .search-result .panel {
    border: 0;
  }
  .search-result .detail-article + .detail-article {
    page-break-before: always;
    border-top: 0;
  }
  .search-result ::-moz-placeholder {
    color: transparent;
  }
  .search-result ::placeholder {
    color: transparent;
  }
}

.bform {
  padding: 0;
  margin: 0;
}
.bform dl {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .bform dl {
    display: block;
    padding: 0 0;
  }
}
.confirm .bform dl {
  align-items: flex-start;
}
.bform dl dt {
  padding: 0 1.5rem 0;
  text-align: left;
  color: #00418F;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 22rem;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .bform dl dt {
    width: 100%;
    padding: 0 2rem 1rem 0;
    display: flex;
    align-items: center;
  }
}
.confirm .bform dl dt {
  padding: 2.5rem 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .confirm .bform dl dt {
    padding: 0 2rem 1rem 0;
    display: flex;
    align-items: center;
  }
}
.bform dl dt span {
  position: absolute;
  right: 0px;
  height: 25px;
  width: 45px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 25px;
  color: #fff;
  background-color: #8E8E8E;
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .bform dl dt span {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 10px;
    padding: 5px 10px;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    transform: translateY(0);
  }
}
.bform dl dt strong {
  white-space: nowrap;
  font-weight: normal;
}
.bform dl dd {
  margin: 0;
  width: calc(100% - 22rem);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1rem 2rem 1rem 2rem;
}
@media only screen and (max-width: 599px) {
  .bform dl dd {
    width: 100%;
    padding: 0;
    margin: 0 0 2rem;
  }
}
.bform dl dd span.form-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 0 0 0;
  min-height: 3.8rem;
}
@media only screen and (max-width: 599px) {
  .bform dl dd span.form-text {
    padding: 0 0 0 0;
    min-height: auto;
  }
}
.bform dl dd.portalselect .checkbox-block .checkbox-item {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 599px) {
  .bform dl dd.portalselect .checkbox-block .checkbox-item {
    margin-bottom: 1rem;
  }
}
.bform dl dd.portalselect .checkbox-block .form-note {
  margin-bottom: 0.5rem;
  display: block;
}
@media only screen and (max-width: 599px) {
  .bform dl dd.portalselect .radio-line .radio-item {
    max-width: 50%;
  }
  .bform dl dd.portalselect .radio-line .radio-item input[type=radio] + span {
    height: auto;
  }
}
.bform dl dd.portalselect .radio-line .form-note {
  margin-bottom: 0.5rem;
  display: block;
}
.bform dl dd.portalselect .optionarea {
  margin-left: 1rem;
}
.bform dl dd.portalselect .optionarea:not(.active) .form-note {
  color: #ccc;
}
.bform dl dd.portalselect .optionarea .radio-block .radio-item {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 599px) {
  .bform dl dd.portalselect .optionarea .radio-block .radio-item {
    margin-bottom: 1rem;
  }
}
.bform dl dd.portalselect .optionarea .radio-block .form-note {
  margin-bottom: 0.5rem;
  display: block;
}
.bform dl dd.planselect .selectWrap {
  width: 35rem;
}
.bform .panel {
  padding: 0;
}
.bform .panel dl {
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .bform .panel dl {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.bform .panel dl dt {
  padding: 1.9rem 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .bform .panel dl dt {
    padding: 0 2rem 1rem 0;
  }
}
.confirm .bform .panel dl dt {
  padding: 2.5rem 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .confirm .bform .panel dl dt {
    padding: 0 2rem 1rem 0;
  }
}
.bform .panel h2 {
  color: #00418F;
  margin: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .bform .panel h2 {
    font-size: 1.8rem;
  }
}
.bform-btnset {
  text-align: center;
  padding: 3rem 0 3rem;
  justify-content: center;
  display: flex;
}
.bform-btnset button {
  margin: 0 1rem;
  min-width: 24rem;
  border-radius: 0.8rem;
  height: 5rem;
  font-size: 2rem;
  cursor: pointer;
}
.bform-btnset button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .bform-btnset button {
    width: 50%;
    min-width: auto;
    margin: 0 0.5rem;
    font-size: 1.6rem;
  }
}
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.69);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .modal__container {
    padding: 40px 10px;
  }
}
.modal__container.active {
  opacity: 1;
  visibility: visible;
}
.modal__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  padding: 45px 80px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .modal__body {
    padding: 20px 20px;
  }
}
.modal__body .title {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 15px;
  font-weight: bold;
}
.modal__body .title a {
  display: inline-block;
  margin-right: 10px;
  color: #221D70;
  font-weight: normal;
}
.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -70px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 70px;
  color: #fff;
  cursor: pointer;
  z-index: 11;
}
.modal__content {
  text-align: left;
  overflow: auto;
  max-height: calc(100vh - 280px);
}
@media screen and (max-width: 640px) {
  .modal__content {
    max-height: none;
  }
}
.modal__inner {
  overflow: auto;
}
.modal__inner p {
  font-size: 16px;
  line-height: 1.8;
}
.modal__inner span {
  color: #FF0000;
  font-size: 2rem;
  margin: 0 0.5rem;
}
.modal__title {
  padding: 0 0 0;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  color: #00418F;
  font-weight: bold;
}
.modal__btnset {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 640px) {
  .modal__btnset {
    display: block;
  }
}
.modal__btnset .btn {
  margin: 0 1rem;
  display: block;
  width: 12.8rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 640px) {
  .modal__btnset .btn {
    width: 100%;
    display: block;
    line-height: 3.6rem;
    margin: 1.5rem 0 1.5rem;
  }
}

.ticket__container .panel h2 {
  color: #00418F;
  margin: 0;
  font-size: 2.2rem;
}
.ticket__container .panel h2 span {
  color: #FF0000;
  font-size: 2.6rem;
}
.ticket__container .panel dl {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 4rem;
}
@media screen and (max-width: 600px) {
  .ticket__container .panel dl {
    margin: 2rem 0;
  }
}
.ticket__container .panel dl dt {
  border-bottom: 1px dashed #ccc;
  padding: 1rem 1.5rem 1rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem 0;
  text-align: left;
  color: #00418F;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  width: calc(100% - 21rem);
}
@media screen and (max-width: 600px) {
  .ticket__container .panel dl dt {
    font-size: 1.6rem;
    width: calc(100% - 12.8rem);
  }
}
.ticket__container .panel dl dd {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  border-bottom: 1px dashed #ccc;
  padding: 1rem 2rem 1rem 2rem;
}
@media screen and (max-width: 600px) {
  .ticket__container .panel dl dd {
    width: 12.8rem;
    padding: 1rem 1rem 1rem 1rem;
  }
}
.ticket__container .panel dl *:nth-last-child(2),
.ticket__container .panel dl *:last-child {
  border-bottom: none;
}
.ticket__text {
  font-size: 2rem;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 600px) {
  .ticket__text {
    font-size: 1.8rem;
  }
}
.ticket__cont {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 36rem;
}
.ticket__cont-btn {
  display: block;
  width: 16.8rem;
  margin: 0;
  padding: 0.5rem 0;
}
@media screen and (max-width: 600px) {
  .ticket__cont-btn {
    width: 10.8rem;
    line-height: 1.5;
  }
}

.purchase__container .panel .panel-header h2 {
  color: #00418F;
  margin: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .purchase__container .panel .panel-header h2 {
    font-size: 1.8rem;
  }
}
.purchase__p {
  margin: 2rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .purchase__p {
    font-size: 1.4rem;
  }
}
.purchase__form {
  padding: 0 2rem;
  margin: 0;
}
.purchase__form dl {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .purchase__form dl {
    display: block;
    padding: 0 0;
  }
}
.confirm .purchase__form dl {
  align-items: flex-start;
}
.purchase__form dl dt {
  padding: 1rem 1.5rem 1rem;
  text-align: left;
  color: #00418F;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 22rem;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .purchase__form dl dt {
    width: 100%;
    padding: 0 2rem 1rem 0;
  }
}
.confirm .purchase__form dl dt {
  padding: 2.5rem 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .confirm .purchase__form dl dt {
    padding: 0 2rem 1rem 0;
  }
}
.purchase__form dl dt span {
  position: absolute;
  right: 0px;
  height: 25px;
  width: 45px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 25px;
  color: #fff;
  background-color: #8E8E8E;
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .purchase__form dl dt span {
    top: 0px;
    transform: translateY(0);
  }
}
.purchase__form dl dd {
  margin: 0;
  width: calc(100% - 22rem);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1rem 2rem 1rem 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 599px) {
  .purchase__form dl dd {
    width: 100%;
    padding: 0;
    margin: 0 0 2rem;
  }
}
.purchase__form dl dd span.form-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 0 0 0;
  min-height: 3.8rem;
}
@media only screen and (max-width: 599px) {
  .purchase__form dl dd span.form-text {
    padding: 0 0 0 0;
    min-height: auto;
  }
}
.purchase__form .panel {
  padding: 0;
}
.purchase__form .panel dl {
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .purchase__form .panel dl {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.purchase__form .panel dl dt {
  padding: 1.9rem 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .purchase__form .panel dl dt {
    padding: 0 2rem 1rem 0;
  }
}
.confirm .purchase__form .panel dl dt {
  padding: 2.5rem 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .confirm .purchase__form .panel dl dt {
    padding: 0 2rem 1rem 0;
  }
}
.purchase__form .panel h2 {
  color: #00418F;
  margin: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .purchase__form .panel h2 {
    font-size: 1.8rem;
  }
}
.purchase__form-btnset {
  text-align: center;
  padding: 2rem 0 3rem;
  justify-content: center;
  display: flex;
}
.purchase__form-btnset button {
  margin: 0 1rem;
  min-width: 24rem;
  border-radius: 0.8rem;
  height: 5rem;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.purchase__form-btnset button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .purchase__form-btnset button {
    width: 50%;
    min-width: auto;
    margin: 0 0.5rem;
    font-size: 1.6rem;
  }
}
.purchase__form-agreebox {
  border: 1px solid #ddd;
  overflow: auto;
  border-radius: 1rem;
  height: 30rem;
}
.purchase__form-agreebox-inner {
  padding: 2rem;
}
.purchase__form-agreebox-inner h1 {
  font-size: 2.2rem;
  margin: 0 0 2rem;
  color: #00418F;
}
@media screen and (max-width: 767px) {
  .purchase__form-agreebox-inner h1 {
    font-size: 1.6rem;
  }
}
.purchase__form-agreebox-inner h2 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .purchase__form-agreebox-inner h2 {
    font-size: 1.6rem;
  }
}
.purchase__form-agreebox-inner p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .purchase__form-agreebox-inner p {
    font-size: 1.4rem;
  }
}
.purchase__form-agreebox-inner ul {
  list-style: disc;
  font-size: 1.5rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .purchase__form-agreebox-inner ul {
    font-size: 1.4rem;
  }
}
.purchase__form-agreebox-inner ol {
  list-style: decimal;
  font-size: 1.5rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .purchase__form-agreebox-inner ol {
    font-size: 1.4rem;
  }
}
.purchase__form-agree .checkbox {
  justify-content: center;
  margin: 3rem 0 0;
}
.purchase__form-agree .checkbox .checkbox-item input[type=checkbox] + span {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .purchase__form-agree .checkbox .checkbox-item input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.purchase__btns {
  margin: -1rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .purchase__btns {
    margin: 0;
  }
}
.purchase__btns .creditbtn {
  width: auto;
  padding: 0.5rem 1rem;
  height: 3.6rem;
}
.purchase__text + .purchase__btns {
  margin: 1rem 0 0;
}

.product-section {
  border-top: 1px solid #ddd;
}
.product-section:first-child {
  border-top: 0;
}
.product-block {
  display: flex;
  margin: 0 0 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-block {
    display: block;
  }
}
.product-h3 {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #00418F;
  margin: 4rem 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .product-h3 {
    font-size: 1.7rem;
  }
}
.product-h3 + .product-section {
  border-top: 0;
}
.product-h4 {
  padding: 0 0 0;
  margin: 2rem 0 1rem;
  font-size: 1.8rem;
  color: #00418F;
}
@media screen and (max-width: 767px) {
  .product-h4 {
    font-size: 1.7rem;
  }
}
.product-h5 {
  padding: 0 0 0;
  margin: 3rem 0 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .product-h5 {
    font-size: 1.5rem;
  }
}
.product-p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .product-p {
    font-size: 1.4rem;
  }
}
.product-text-right {
  text-align: right;
}
.product-text-right + .product-section {
  border-top: 0;
}
.product-img {
  padding-left: 1rem;
}
.product-img img {
  max-width: 100%;
}
.product-txt {
  flex-grow: 2;
}
.product-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .product-txt p {
    font-size: 1.4rem;
  }
}
.product-btns {
  width: 23rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .product-btns {
    padding-left: 0;
    width: 100%;
    margin: 2rem 0 0;
  }
}
.product-btns .btn {
  padding: 0.5rem 0;
  width: 20rem;
  line-height: 1.3;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-btns .btn {
    width: 100%;
  }
}
.product-btns .btn i {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.product-btns .btn span {
  font-size: 1.3rem;
}
.product-btns .btn span strong {
  font-size: 1.6rem;
  font-weight: normal;
}
.product-btns .btn + .btn {
  margin: 1.5rem 0 0 0;
}
.product-note {
  font-size: 1.4rem !important;
  color: #8E8E8E;
  margin: 1.5rem 0 0 !important;
}
@media screen and (max-width: 767px) {
  .product-note {
    font-size: 1.2rem !important;
  }
}
.product-note2 {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  color: #8E8E8E;
  font-weight: normal;
  margin: 1rem 0 0 1em !important;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .product-note2 {
    font-size: 1.2rem !important;
  }
}
.product__table-item, .product__table-label {
  display: flex;
  width: 100%;
}
.product__table-item > div, .product__table-label > div {
  margin: 0 2px 2px 0;
  text-align: center;
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .product__table-item > div, .product__table-label > div {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
}
.product__table.product__table-3 .product__table-item > div:first-child,
.product__table.product__table-3 .product__table-label > div:first-child {
  width: 30%;
}
.product__table.product__table-3 .product__table-item > div:nth-child(2),
.product__table.product__table-3 .product__table-label > div:nth-child(2) {
  width: 10%;
}
.product__table.product__table-3 .product__table-item > div:nth-child(3),
.product__table.product__table-3 .product__table-label > div:nth-child(3) {
  width: 60%;
}
.product__table.product__table-2 .product__table-item > div:first-child,
.product__table.product__table-2 .product__table-label > div:first-child {
  width: 50%;
}
.product__table.product__table-2 .product__table-item > div:nth-child(2),
.product__table.product__table-2 .product__table-label > div:nth-child(2) {
  width: 50%;
}
.product__table .product__table-column2 {
  margin-bottom: -4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__table .product-blank {
  visibility: hidden;
}
.product__table-label {
  display: flex;
  width: 100%;
}
.product__table-label > div {
  background-color: #EBF2FA;
}
.product__table-item > div {
  background-color: #FBFBFB;
}

.cookie__block {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1rem 2rem;
  z-index: 10;
}
.cookie__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .cookie__cont {
    display: block;
  }
}
.cookie__inner {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .cookie__inner {
    font-size: 1.2rem;
  }
}
.cookie__inner a {
  color: #fff;
  text-decoration: underline;
}
.cookie__btns {
  display: flex;
}
@media screen and (max-width: 599px) {
  .cookie__btns {
    margin: 1rem 0 0;
    justify-content: center;
  }
}
.cookie__btns a {
  margin-left: 3rem;
  display: block;
  width: 8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 599px) {
  .cookie__btns a {
    margin: 0 1rem;
  }
}

.pass-article {
  padding: 2rem 1.5rem;
  border: 1px solid #ddd;
  margin: 0 0 3rem;
}
@media screen and (max-width: 599px) {
  .pass-article {
    margin: 0 0 2rem;
  }
}
.pass-article .pass-btnset {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .pass-article .pass-btnset {
    padding: 0;
  }
}
.pass-article .pass-btnset button {
  width: 20rem;
  height: 3.6rem;
  line-height: 1;
  margin: 0 auto;
}
.pass-text {
  font-size: 2rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 599px) {
  .pass-text {
    font-size: 1.6rem;
  }
}
.pass-content {
  text-align: center;
}

/*-----------------------
pagination
------------------------*/
.pagination-wrapper {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    padding: 0px;
  }
}

.pagination-wrapper {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    justify-content: center;
  }
}
.pagination-li a,
.pagination-li span {
  height: 3.5rem;
  display: block;
  line-height: 3.3rem;
  color: #00418F;
  padding: 0 1.2rem;
}
.pagination-li a.pagination-numbers,
.pagination-li span.pagination-numbers {
  position: relative;
  padding: 0 1.2rem;
  height: 3.5rem;
  line-height: 3.3rem;
  margin: 0;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.pagination-li span.pagination-dots {
  padding: 0;
}
.pagination-li span.current,
.pagination-li a:focus,
.pagination-li a:hover,
.pagination-li span:focus {
  border-radius: 0.3rem !important;
  color: #00418F;
  background-color: #EBF2FA;
  border-color: #00418F;
}
.pagination-li a.prev,
.pagination-li a.next {
  color: #00418F;
}
.pagination-li span.disable {
  color: #ccc;
}

.footer {
  text-align: center;
}
.footer-menu {
  background-color: #F5F5F5;
  padding: 1rem 0;
}
.footer-ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 20px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-ul {
    flex-wrap: wrap;
  }
}
.footer-ul li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .footer-ul li {
    text-align: left;
  }
}
.footer-ul a {
  display: block;
  text-decoration: none;
}
.footer-ul a:hover {
  text-decoration: underline;
}
.footer-copyright {
  background-color: #F5F5F5;
  padding: 1rem 0;
  color: #9D9D9D;
}
.footer p {
  margin: 0;
  line-height: 1;
  font-size: 11px;
  padding: 0;
}

#page-top {
  position: fixed;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 1rem;
  }
}
#page-top a {
  text-align: center;
  display: block;
  line-height: 6rem;
  width: 6rem;
  height: 6rem;
  background-color: #ccc;
  border-radius: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #page-top a {
    line-height: 5rem;
    width: 5rem;
    height: 5rem;
  }
}

.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
  			before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

.gmenu {
  vertical-align: top;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  /*別ウィンドウユーザー名*/
}
@media screen and (max-width: 767px) {
  .gmenu {
    background-color: #00418F;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 29.5rem;
    height: 100vh;
    overflow-y: auto;
    -webkit-overfslow-scrolling: touch;
    right: -29.5rem;
    will-change: right;
    transition: all 0.15s ease-out;
    z-index: 100;
  }
  .gmenu.active {
    right: 0;
  }
}
.gmenu-container {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gmenu-container {
    flex-direction: column;
    padding: 7rem 3rem 0;
    text-align: left;
    justify-content: start;
  }
}
.gmenu-navi {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gmenu-navi {
    order: 2;
    display: block;
    width: 100%;
  }
}
.gmenu-navi > li {
  margin: 0;
  padding: 0;
}
.gmenu-navi > li > a {
  display: block;
  line-height: 1.3;
  padding: 0;
  position: relative;
  margin: 0 30px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .gmenu-navi > li > a {
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    align-items: center;
    height: 6rem;
    width: 100%;
  }
}
.gmenu-navi > li > a i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .gmenu-navi > li > a i {
    margin-right: 0.8rem;
    display: inline-block;
    width: 18px;
    text-align: center;
  }
}
.gmenu-navi > li > a:hover {
  opacity: 0.8;
}
.gmenu-login {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gmenu-login {
    display: block;
    width: auto;
    margin: 0;
    overflow: hidden;
  }
}
.gmenu-loginbtn {
  width: 12.8rem;
  height: 3.8rem;
  border-color: #00418F;
  background-color: #fff;
  border-width: 1px;
  font-size: 1.5rem;
  color: #00418F;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .gmenu-loginbtn {
    width: 23.5rem;
    height: 4.8rem;
  }
}
.gmenu-loginbtn:hover {
  color: #fff;
  background-color: #00418F;
  border-color: #fff;
}
.gmenu-loginname {
  margin-right: 1rem;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .gmenu-loginname {
    color: #000;
    display: inline-block;
    margin: 0;
    font-size: 1.4rem;
  }
}
.gmenu-closebtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 6rem;
  width: 6rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .gmenu-closebtn {
    display: flex !important;
  }
}
.gmenu-closebtn img {
  width: 2.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gmenu .gmenu-login {
    width: 100%;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .gmenu .gmenu-login .gmenu-loginname {
    color: #fff;
    display: block;
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
  }
}

.overlay {
  display: none;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .overlay.active {
    display: block;
  }
}

.input-submit {
  outline: none;
  cursor: pointer;
  width: 9rem;
  border: 0;
  background-color: #00418F;
  color: #fff;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-size: 2.4rem;
}
.input-submit:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .input-submit {
    font-size: 2rem;
    width: 7rem;
  }
}

input[type=password],
input[type=date],
input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  background-color: #EBF2FA;
  border: 1px solid #8E8E8E;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  input[type=password],
input[type=date],
input[type=text],
input[type=tel],
input[type=email] {
    height: 3rem;
    line-height: 2.8rem;
  }
}
.cform input[type=password],
.cform input[type=date],
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email] {
  height: 5rem;
  line-height: 4.8rem;
}
.bform input[type=password],
.bform input[type=date],
.bform input[type=text],
.bform input[type=tel],
.bform input[type=email] {
  height: 4rem;
  line-height: 3.8rem;
}
input[type=password]:disabled,
input[type=date]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled {
  pointer-events: none;
  background-color: #eee;
  border: 1px solid #eee;
  color: #ccc;
  opacity: 0.5;
}
input[type=password]:disabled::-moz-placeholder, input[type=date]:disabled::-moz-placeholder, input[type=text]:disabled::-moz-placeholder, input[type=tel]:disabled::-moz-placeholder, input[type=email]:disabled::-moz-placeholder {
  color: #ccc;
}
input[type=password]:disabled::placeholder,
input[type=date]:disabled::placeholder,
input[type=text]:disabled::placeholder,
input[type=tel]:disabled::placeholder,
input[type=email]:disabled::placeholder {
  color: #ccc;
}
input[type=password]:disabled + i,
input[type=date]:disabled + i,
input[type=text]:disabled + i,
input[type=tel]:disabled + i,
input[type=email]:disabled + i {
  display: none;
}

textarea {
  width: 100%;
  padding: 0.1rem;
  line-height: 1.3;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  background-color: #EBF2FA;
  border: 1px solid #8E8E8E;
  -webkit-appearance: none;
}
.cform textarea {
  padding: 1rem;
}

span.error {
  color: #FF0000;
  display: block;
  margin: 0.5rem 0 0 0;
  padding: 0 !important;
}
@media only screen and (max-width: 599px) {
  span.error {
    font-size: 1.4rem !important;
  }
}

/*checkbox*/
.checkbox {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-item {
  margin: 0 1.5rem 2rem 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
}
.checkbox-item input[type=checkbox] + span {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .checkbox-item input[type=checkbox] + span {
    display: block;
    line-height: 1.3;
  }
}
.checkbox-item input[type=checkbox] + span span {
  white-space: nowrap;
}
.checkbox-item input[type=checkbox] + span::before, .checkbox-item input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-item input[type=checkbox] + span::before {
  border-radius: 0.3rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  border: 1px solid #8E8E8E;
  background-color: #EBF2FA;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .checkbox-item input[type=checkbox] + span::before {
    top: 0;
    transform: translateY(0);
  }
}
.checkbox-item input[type=checkbox] + span::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  top: 6px;
  left: 3px;
}
@media only screen and (max-width: 599px) {
  .checkbox-item input[type=checkbox] + span::after {
    top: 4px;
  }
}
.checkbox-item input[type=checkbox]:checked + span::before {
  background-color: #00418F;
  border: 1px solid #00418F;
}
.checkbox-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.checkbox-item input[type=checkbox]:focus + span::before {
  border: 2px solid #333;
}
.checkbox-item input[type=checkbox]:disabled + span {
  color: #ccc;
}
.checkbox-item input[type=checkbox]:disabled + span::before {
  pointer-events: none;
  background-color: #eee;
  border: 1px solid #eee;
  color: #ccc;
  opacity: 0.5;
}
.checkbox-item input[type=checkbox]:disabled + span::before::-moz-placeholder {
  color: #ccc;
}
.checkbox-item input[type=checkbox]:disabled + span::before::placeholder {
  color: #ccc;
}
.checkbox-block {
  padding-top: 0.5rem;
}
.checkbox-block .checkbox-item {
  margin-bottom: 1em;
}
.checkbox-block .checkbox-item:last-of-type {
  margin-bottom: 0.5rem;
}

/*radio*/
.radio {
  display: flex;
  flex-wrap: wrap;
}
.radio-item {
  margin: 0 1.5rem 2rem 0;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.radio-item input[type=radio] + span {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.6rem;
  line-height: 1;
  height: 2rem;
}
@media only screen and (max-width: 767px) {
  .radio-item input[type=radio] + span {
    display: block;
    line-height: 1.3;
    height: auto;
  }
}
.radio-item input[type=radio] + span span {
  white-space: nowrap;
}
.radio-item input[type=radio] + span::before, .radio-item input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
}
.radio-item input[type=radio] + span::before {
  border-radius: 0.3rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #8E8E8E;
  background-color: #EBF2FA;
  transform: translateY(-50%);
  top: 50%;
  left: 0px;
}
@media only screen and (max-width: 599px) {
  .radio-item input[type=radio] + span::before {
    top: 0;
    transform: translateY(0);
  }
}
.radio-item input[type=radio] + span::after {
  opacity: 0;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 0.6rem;
  background-color: #fff;
}
@media only screen and (max-width: 599px) {
  .radio-item input[type=radio] + span::after {
    top: 0.6rem;
    transform: translateY(0);
  }
}
.radio-item input[type=radio]:checked + span::before {
  background-color: #00418F;
  border: 1px solid #00418F;
}
.radio-item input[type=radio]:checked + span::after {
  opacity: 1;
}
.radio-item input[type=radio]:focus + span::before {
  border: 2px solid #333;
}
.radio-item input[type=radio]:disabled + span {
  color: #ccc;
}
.radio-item input[type=radio]:disabled + span::before {
  pointer-events: none;
  background-color: #eee;
  border: 1px solid #eee;
  color: #ccc;
  opacity: 0.5;
}
.radio-item input[type=radio]:disabled + span::before::-moz-placeholder {
  color: #ccc;
}
.radio-item input[type=radio]:disabled + span::before::placeholder {
  color: #ccc;
}
.radio-block {
  padding-top: 0.5rem;
}
.radio-block .checkbox-item {
  margin-bottom: 1em;
}
.radio-line {
  padding-top: 0.5rem;
  display: flex;
  margin-bottom: 10px;
}
.radio-line .radio-item {
  margin: 0 1.5rem 0 0;
  position: relative;
}

/*date*/
.datepicker {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
.datepicker .radio-item {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.datepicker .dateset {
  display: flex;
  align-items: center;
}
.datepicker .dateset i {
  cursor: pointer;
  margin: 0 0 0 0.5rem;
  color: #00418F;
  font-size: 2.2rem;
  pointer-events: all;
}
.datepicker .dateset + span {
  margin: 0 1rem;
}
.datepicker input[type=date].datepicker-item,
.datepicker input[type=text].datepicker-item {
  pointer-events: all;
  -webkit-appearance: none;
  height: 3rem;
  max-width: 16rem;
  color: #3a3a3a;
}
@media only screen and (max-width: 767px) {
  .datepicker input[type=date].datepicker-item,
.datepicker input[type=text].datepicker-item {
    min-width: 7em;
    width: 7em !important;
    padding: 0 0.5rem;
  }
}
.datepicker .disable + .dateset + span + .dateset input[type=date].datepicker-item,
.datepicker .disable + .dateset + span + .dateset input[type=text].datepicker-item,
.datepicker .disable + .dateset input[type=date].datepicker-item,
.datepicker .disable + .dateset input[type=text].datepicker-item {
  pointer-events: none;
  background-color: #eee;
  border-color: #ddd;
  color: #ccc;
}
.datepicker .disable + .dateset + span + .dateset i,
.datepicker .disable + .dateset i {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #999;
}
@media only screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

::-ms-input-placeholder {
  color: #999;
}
@media only screen and (max-width: 767px) {
  ::-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

::-moz-placeholder {
  /* Others */
  color: #999;
}

::placeholder {
  /* Others */
  color: #999;
}
@media only screen and (max-width: 767px) {
  ::-moz-placeholder {
    font-size: 1.2rem;
  }
  ::placeholder {
    font-size: 1.2rem;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  width: 100%;
  height: 3rem;
  line-height: 2.8rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  background-color: #EBF2FA;
  border: 1px solid #8E8E8E;
  color: #3a3a3a;
}
.cform select {
  height: 5rem;
  line-height: 4.8rem;
}
.bform select {
  height: 4rem;
  line-height: 3.8rem;
}
@media screen and (max-width: 767px) {
  select {
    height: 30px;
    line-height: 28px;
  }
}
select:disabled {
  pointer-events: none;
  background-color: #eee;
  border: 1px solid #eee;
  color: #ccc;
  opacity: 0.5;
}
select:disabled::-moz-placeholder {
  color: #ccc;
}
select:disabled::placeholder {
  color: #ccc;
}

.selectWrap {
  width: 238px;
  position: relative;
}
.cform .selectWrap {
  width: auto;
}
@media screen and (max-width: 767px) {
  .selectWrap {
    width: 100%;
  }
}
.selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: none;
}
@media screen and (max-width: 767px) {
  .selectWrap::before {
    height: 55px;
    width: 55px;
    background-color: #3A6BA9;
  }
}
.selectWrap::after {
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
  border-color: #00418F;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1rem;
  font-weight: bold;
}
input[type=text].input-kw {
  border: 2px solid #00418F;
  border-right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 5rem;
  padding: 0 1rem;
  font-size: 2rem;
  width: calc(100% - 9rem);
  outline: none;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  input[type=text].input-kw {
    height: 4rem;
    font-size: 1.6rem;
    width: calc(100% - 7rem);
  }
}

.form {
  position: relative;
}
.form-kw {
  max-width: 63rem;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 920px) {
  .form-kw {
    margin: 2rem auto 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-kw {
    margin: 2rem auto 2rem;
  }
}
.form-option .form-kw {
  margin: 0 auto 3rem;
}
.search-result .form-kw {
  margin: 2rem auto 1rem;
}
.form #kwoption {
  /*display: none;*/
}
.form-kwoption {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 1.6rem 0;
}
@media only screen and (max-width: 599px) {
  .form-kwoption .checkbox {
    justify-content: flex-end !important;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.form-kwoption .checkbox .checkbox-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .form-kwoption .checkbox .checkbox-item {
    margin-right: 0;
  }
}
.form-kwoption .checkbox .checkbox-item input[type=checkbox] + span {
  font-size: 1.8rem;
  padding-left: 3rem;
  display: block;
}
@media only screen and (max-width: 599px) {
  .form-kwoption .checkbox .checkbox-item input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.form-kwoption .checkbox .checkbox-item input[type=checkbox] + span::before {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 599px) {
  .form-kwoption .checkbox .checkbox-item input[type=checkbox] + span::before {
    top: -0.2rem;
  }
}
.form-kwoption .checkbox .checkbox-item input[type=checkbox] + span::after {
  top: 4px;
  left: 4px;
}
@media only screen and (max-width: 599px) {
  .form-kwoption .checkbox .checkbox-item input[type=checkbox] + span::after {
    top: 4px;
  }
}
.form-kwoption .checkbox .checkbox-item + .checkbox-item {
  margin-right: 0;
}
.form-btnset {
  display: flex;
  margin-right: 2rem;
}
@media only screen and (max-width: 599px) {
  .form-btnset {
    margin-right: 1.5rem;
  }
}
.form-btnset .input-btn {
  height: 3rem;
  background-color: #EBF2FA;
  border: 1px solid #8E8E8E;
  border-radius: 0.3rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 1rem;
  color: #3a3a3a;
}
@media only screen and (max-width: 599px) {
  .form-btnset .input-btn {
    margin-right: 0.5rem;
    padding: 0 0.5rem;
  }
}
.form-btnset .input-btn:hover {
  background-color: #00418F;
  border: 1px solid #00418F;
  color: #fff;
}
.form-searchbtn {
  text-align: center;
  padding: 2rem 0 3rem;
}
.form-searchbtn button {
  background-color: #00418F;
  color: #fff;
  min-width: 30rem;
  border: 0;
  border-radius: 0.8rem;
  height: 5rem;
  font-size: 2rem;
  cursor: pointer;
}
.form-searchbtn button:hover {
  opacity: 0.8;
}
.form-searchbtn button span {
  position: relative;
  display: inline-block;
}
.form-searchbtn button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
}
.form-result-detailbtn {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .form-result-detailbtn {
    top: 5.3rem;
  }
}
.form-result-detailbtn button {
  background-color: #EBF2FA;
  border-radius: 5px;
  color: #00418F;
  font-size: 1.8rem;
  border: 0;
  padding: 0.5rem 1rem;
  width: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .form-result-detailbtn button {
    font-size: 1.6rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .form-result-detailbtn button span {
    display: none;
  }
}
.form-result-detailbtn button i {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .form-result-detailbtn button i {
    margin-left: 0;
    font-weight: bold;
    font-size: 2.2rem;
  }
}
.form-result-detailbtn button.active {
  background-color: #F5F5F5;
}
.form-result-detailbtn button.active i::before {
  content: "\f077";
}

.bform .form-line,
.cform .form-line {
  display: flex;
  align-items: center;
}
.bform .form-line span,
.cform .form-line span {
  display: block;
  margin: 0 1rem 0 0;
}
.bform .form-line .selectWrap + span,
.bform .form-line input + span,
.cform .form-line .selectWrap + span,
.cform .form-line input + span {
  margin: 0 1rem;
}
.bform .form-s,
.cform .form-s {
  max-width: 100px;
  flex: 1;
}
@media only screen and (max-width: 599px) {
  .bform .form-s,
.cform .form-s {
    max-width: none;
  }
}
.bform .form-note,
.cform .form-note {
  color: #FF0000;
}

form .postalbtn {
  height: 4rem;
  line-height: 1;
  margin-left: 2rem;
  padding: 0 1rem;
}
form .postalbtn:disabled {
  pointer-events: none;
  background-color: #eee;
  border: 1px solid #eee;
  color: #ccc;
  opacity: 0.5;
}
form .postalbtn:disabled::-moz-placeholder {
  color: #ccc;
}
form .postalbtn:disabled::placeholder {
  color: #ccc;
}
/*# sourceMappingURL=style.css.map */