@charset "UTF-8";
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/* ------ General Settings ------ */
/* img {
	max-width: 100%;
	height: auto;
	width: auto;
} */
/* body {
} */
.text-center {
  text-align: center;
}

#wrapper {
  width: 100%;
  background-image: url(../images/ra_bg.png);
  position: relative;
}

/* ------ Header ------ */
#black-line {
  width: 100%;
  height: 11px;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 301;
}

#header-padding-up {
  height: 55px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header-padding-up {
    display: none;
  }
}

#header-padding-bottom {
  height: 223px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header-padding-bottom {
    height: 140px;
  }
}

#header-float-parent {
  width: 100%;
  position: relative;
}

#header-float-child {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 300;
  height: 140px;
  background-image: url(../images/ra_bg.png);
}
@media screen and (max-width: 768px) {
  #header-float-child {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
}

#header-inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  /* *zoom: 1; */
}
@media screen and (max-width: 768px) {
  #header-inner {
    width: 100%;
  }
}

#tagline {
  float: right;
  padding-top: 28px;
  line-height: 160%;
  font-size: 65%;
  /*	color: #999;*/
}

#logo {
  float: left;
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  #logo {
    padding: 30px 0 15px 30px;
  }
}
#logo a {
  display: block;
  max-width: 234px;
}
@media screen and (max-width: 768px) {
  #logo a {
    margin: 0 auto;
  }
}

#tm {
  width: 40px;
  height: 40px;
  background-image: url(../images/ra_logomark.png);
  background-repeat: no-repeat;
  margin-top: 60px;
  float: right;
}
@media screen and (max-width: 768px) {
  #tm {
    margin: 25px 30px 15px 0px;
  }
}

#gnav {
  width: 1000px;
  height: 115px;
  margin: 0 auto;
  /* *zoom: 1; */
}
@media screen and (max-width: 768px) {
  #gnav {
    width: 100%;
    height: 60px;
  }
}
#gnav nav {
  position: relative;
  top: -34px;
  right: 125px;
  float: right;
  width: 490px;
  /* *zoom: 1; */
  /*width: 930px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;*/
}
@media screen and (max-width: 768px) {
  #gnav nav {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    float: none;
    margin: 0px auto;
  }
}
#gnav nav ul {
  display: flex;
  width: 480px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #gnav nav ul {
    width: 94%;
    max-width: 380px;
    margin: 0 auto;
  }
  #gnav nav ul img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #gnav nav ul li#navi-top {
    display: none;
  }
  #gnav nav ul li.pc-only {
    display: none;
  }
}
/* ------ Mainvisual ------ */
#mainvisual {
  /*display:none;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  /*height:448px;*/
}
@media screen and (max-width: 768px) {
  #mainvisual {
    margin-top: 3.5%;
  }
}

#mainvisual-inner {
  position: relative;
  padding-left: 50%;
}

#mainvisual-inner .img {
  display: none;
  float: left;
}

#mainvisual-arrow {
  position: absolute;
  z-index: 200;
  width: 100%;
  /*	top: 40%;*/
  top: 50%;
  left: 0;
  margin-top: -10px;
}

#mainvisual-arrow-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
  position: absolute;
  width: 27px;
  height: 27px;
  overflow: hidden;
}

#mainvisual-arrow .prev {
  left: 3%;
}

#mainvisual-arrow .next {
  right: 3%;
}

#mainvisual-arrow a {
  display: block;
  width: 27px;
  height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
  margin-top: 0px;
}

#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
  margin-top: -27px;
}

#mainvisual-arrow a img {
  vertical-align: top;
}

#mainvisual-btn {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  text-align: center;
}

#mainvisual-btn div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: top;
}

/* #mainvisual-btn div {
  *display: inline;
} */
#mainvisual-btn span {
  display: block;
  width: 10px;
  height: 20px;
}

#mainvisual-btn span.current {
  margin-top: -10px;
}

#mainvisual-btn img {
  vertical-align: top;
}

#mainvisual-top-shadow {
  width: 100%;
  height: 5px;
  background-image: url(../images/shadow.png);
  position: relative;
  top: 0px;
}

#mainvisual-tagline {
  position: relative;
  top: -5px;
  /*	width: 100%;
  height: 100%;*/
  z-index: 199;
  background-image: url(../images/tagline.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  /*background-size: 100%;*/
  /*min-height: 100%;*/
}

/*#mainvisual-tagline img{
	position:relative;
	top:0px;
	width: 624px;
	height:101px;
	z-index: 301;
	background-image: url(../images/tagline.png);
	background-repeat: no-repeat;
	background-position: center top;
}*/
/* ------ Contents ------ */
#contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  /* *zoom: 1; */
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }
}

#left-column {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #left-column {
    float: none;
    width: 98%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

/* article section {
} */
article section:first-child {
  border-top: none;
}

/*article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}*/
article section h1 {
  /*	margin: 114px 0px 74px 0px;*/
  margin: 150px 0px 74px 0px;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  article section h1 {
    margin: 18% 0 10%;
  }
}

#section-tit-service {
  background-image: url("../images/title_service.png");
}

#section-tit-outline {
  background-image: url("../images/title_outline.png");
}

#section-tit-works {
  background-image: url("../images/title_works.png");
}

#section-tit-access {
  background-image: url("../images/title_access.png");
}

#contents-title {
  padding: 10px 0 20px;
  font-size: 130%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: none;
}

article section p {
  font-size: 90%;
  line-height: 160%;
  /*color: #555;*/
}

.column-set {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  /* *margin-bottom: 30px; */
  /*overflow: hidden;*/
  /* *zoom: 1; */
}
@media screen and (max-width: 768px) {
  .column-set {
    width: 95%;
    overflow: visible;
  }
}

.column1 {
  float: left;
  width: 50%;
  margin: 0 0px 0px 0;
}
@media screen and (max-width: 768px) {
  .column1 {
    width: 100%;
  }
}

section .third {
  margin-right: 0;
}

/*.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}*/
/*  column-service   */
.column-service {
  float: left;
  width: 50%;
  margin: 0 0px 0px 0;
}

.column-service .icon-l {
  margin: 0px 0px 0px 0px;
}

.column-service .icon-l img {
  display: block;
  margin: 0px auto 0px auto;
}
@media screen and (max-width: 768px) {
  .column-service .icon-l img {
    width: 100%;
    height: 100%;
  }
}

/*.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}*/
.column-service h2 {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px 0px 20px 0px;
}
@media screen and (max-width: 768px) {
  .column-service h2 {
    width: 100%;
    background-size: 100%;
  }
}

.column-service h2#tit-planning {
  background-image: url("../images/tit_planning.png");
}

.column-service h2#tit-design {
  background-image: url("../images/tit_design.png");
}

.column-service p.p-service {
  font-size: 100%;
  /*font-size: 83%;*/
  width: 80%;
  display: block;
  margin: 0 auto;
  line-height: 180%;
}

/*  column-service  */
.column1 p.p-small-left {
  display: block;
  font-size: 90%;
  padding: 0px 0px 0px 100px;
}
@media screen and (max-width: 768px) {
  .column1 p.p-small-left {
    display: block;
    font-size: 100%;
    padding: 0px 0px 0px 20px;
  }
}

.column1 p.p-small-right {
  display: block;
  font-size: 90%;
  padding: 0px 0px 0px 60px;
}
@media screen and (max-width: 768px) {
  .column1 p.p-small-right {
    display: block;
    font-size: 100%;
    padding: 0px 0px 0px 20px;
  }
}

.column1 dl.parallel {
  overflow: hidden;
  zoom: 1;
  margin: 0px 0px 0px 0px;
  font-size: 90%;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .column1 dl.parallel {
    float: none;
    margin: 0px 0px 0px 0px;
    font-size: 100%;
    line-height: 160%;
  }
}

.column1 dl.parallel dt {
  text-align: right;
  width: 100px;
  float: left;
  clear: both;
  margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .column1 dl.parallel dt {
    line-height: 160%;
    font-size: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
  }
}

.column1 dl.parallel dd {
  margin: 0 0 35px 135px;
}
@media screen and (max-width: 768px) {
  .column1 dl.parallel dd {
    width: 100%;
    float: none;
    margin: 0 0 35px 40%;
    margin: 0 auto 6%;
  }
}

.dl_btn {
  background-color: #000;
  position: relative;
  width: 245px;
  margin: 35px auto 0;
  text-align: center;
  padding: 0.65em 0;
  clear: both;
  color: #fff !important;
  padding-right: 1em;
  text-decoration: none !important;
  display: block;
}

.dl_btn::after {
  content: "　";
  background-image: url(../images/btn_dl.png);
  background-size: 19px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 6%;
  width: 26px;
}

/*-----------------------------------------------------	*/
/*	for - WORKS			*/
/*-----------------------------------------------------	*/
.works {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .works {
    width: 100%;
  }
}

.works h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .works h2 {
    font-size: 5.5vw;
    margin-bottom: 4%;
  }
}

.works.accordion {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .works.accordion {
    margin-top: 16%;
  }
}

.works.accordion h2:hover {
  text-decoration: underline;
}

.works ul {
  width: 800px;
  margin: 0 auto;
  border-bottom: solid 1px #b1b1b1;
  display: flex;
  align-items: center;
  padding: 2em 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .works ul {
    width: 92%;
    display: block;
  }
}

.works ul:last-child {
  border: none;
}

.works ul li.association {
  font-size: 20px;
  width: 200px;
  vertical-align: middle;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .works ul li.association {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 1em;
  }
}

.works ul li.tour {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .works ul li.tour {
    width: 100%;
  }
}
.works ul li.tour p {
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .works ul li.tour p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }
}
.works ul li.tour p.link::after {
  content: "　";
  background-image: url(../images/icon_window.png);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  margin-left: 0.5em;
}

.works .ac_trig {
  position: relative;
  cursor: pointer;
}

.works .ac_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 32%;
  height: 100%;
  cursor: pointer;
  background-color: inherit;
  border: none;
}
@media screen and (max-width: 768px) {
  .works .ac_btn {
    right: 10%;
  }
}

.works .ac_btn:after {
  transform: rotate(90deg);
}

.works .ac_btn:after,
.works .ac_btn:before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 22px;
  height: 2px;
  background-color: #000;
  display: block;
}

.check-box {
  padding-bottom: 1%;
}

.modal_text {
  padding-bottom: 0%;
}

.column-pp dl.forms dd .textbox {
  margin-bottom: 1%;
}

.open .ac_btn:after {
  transform: rotate(45deg);
}

.open .ac_btn:before {
  transform: rotate(-45deg);
}

.column1 dl.lines {
  zoom: 1;
  margin: 0px 0px 0px 0px;
  font-size: 90%;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .column1 dl.lines {
    font-size: 100%;
    line-height: 130%;
    padding: 0px 5% 0px 5%;
    margin-bottom: 100px;
  }
}

.column1 dl.lines dt {
  margin: 0px 0px 4px 0px;
}

.column1 dl.lines dd {
  margin: 0px 0px 30px 0px;
}

.column1 dl.lines2 {
  zoom: 1;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 130px;
  font-size: 90%;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .column1 dl.lines2 {
    font-size: 100%;
    line-height: 130%;
    padding: 0px 5% 0px 5%;
  }
}

.column1 dl.lines2 dt {
  margin: 0px 0px 50px 0px;
}
@media screen and (max-width: 768px) {
  .column1 dl.lines2 dt {
    margin: 0px 0px 50px 0px;
  }
}

.column1 dl.lines2 dd {
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .column1 dl.lines2 dd {
    margin: 0px 0px 30px 0px;
  }
}

#map_canvas {
  width: 100%;
  height: 450px;
  margin: 40px 0 0 0;
}

#map-shadow-up {
  width: 100%;
  height: 5px;
  background-image: url(../images/shadow.png);
  position: relative;
  top: -450px;
}

#map-shadow-bottom {
  width: 100%;
  height: 5px;
  background-image: url(../images/shadow_up.png);
  position: relative;
  top: -5px;
}

.box {
  background-image: url(../images/body_bg.gif);
  margin-bottom: 30px;
  padding: 0 30px 20px;
  border-top: none;
  border-bottom: solid 1px #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15) inset;
}

article .box h2 {
  padding: 20px 0 10px;
  border-top: none;
}

article .box p {
  font-size: 83%;
}

article div.bridge-photo {
  width: 100%;
  overflow: hidden;
  height: 200px;
  margin: 150px 0 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/para_bg.jpg);
}
@media screen and (max-width: 768px) {
  article div.bridge-photo {
    height: 150px;
    display: none;
  }
}

#b-service {
  background-position: center -100px;
}

#b-outline {
  background-position: center -400px;
}

#b-works {
  background-position: center -600px;
}

#b-access {
  background-position: center -850px;
}

/* ------ Right Column ------ */
/* ------ Footer ------ */
footer {
  width: 100%;
  border-top: solid 1px #d2d2d2;
}

#footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 17px 0px 120px 0px;
}
@media screen and (max-width: 768px) {
  #footer-inner {
    width: 98%;
    padding: 17px 0px 0px 0px;
  }
}

footer nav {
  float: right;
}
@media screen and (max-width: 768px) {
  footer nav {
    float: none;
    width: 450px;
    margin: 20px auto;
    width: 100%;
  }
}

#copyright {
  float: left;
}
@media screen and (max-width: 768px) {
  #copyright {
    float: none;
  }
}
#copyright p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 280px;
  height: 37px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../images/copy_rights.png);
}
@media screen and (max-width: 768px) {
  #copyright p {
    margin: 0 auto;
  }
}

footer ul li {
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  /* *display: inline;
  *margin-bottom: 12px;
  *zoom: 1; */
  height: 37px;
}

footer ul li#send-us {
  width: 155px;
  background-image: url(../images/send_us.png);
  margin-right: 45px;
}

footer ul li#privacy-policy {
  width: 196px;
  background-image: url(../images/privacy_policy.png);
  /* margin-left: 4%; */
}

footer ul li#send-us a,
footer ul li#privacy-policy a {
  display: block;
  height: 38px;
}

/* ----------- page top ---------- */
@media screen and (max-width: 768px) {
  #page-top {
    position: fixed;
    bottom: -5px;
    right: 10px;
    font-size: 80%;
  }
}
#page-top a {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-top a {
    background: #fff;
    text-decoration: none;
    color: #000;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
}

/*-----------------------------------------------------	*/
/*	for - Privacy Policy		*/
/*-----------------------------------------------------	*/
h1.pp {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 80px 0 80px 0;
  font-size: 150%;
  line-height: 1.8em;
}

h2.pp {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 80px 0 80px 0;
  font-size: 150%;
}

.column-pp {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0.02em;
  /* background-color: aqua; */
}
@media screen and (max-width: 768px) {
  .column-pp {
    width: 95%;
    margin: 0 auto;
  }
}
.column-pp h2 {
  margin: 100px 0 20px 0;
  display: block;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 768px) {
  .column-pp h2 {
    margin: 40px 0 10px 0;
    display: block;
    font-weight: bold;
  }
}
.column-pp h3 {
  margin: 3px 0 20px 0;
  display: block;
  font-weight: bold;
  font-size: 100%;
  font-size: 1.2em;
}
.column-pp p {
  /* width: 800px; */
  font-size: 14px;
  line-height: 150%;
  display: block;
  margin-bottom: 1em;
}
.column-pp p.p-right {
  text-align: right;
}
.column-pp ul,
.column-pp ol {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .column-pp ul,
  .column-pp ol {
    padding-left: 1.5em;
  }
}
.column-pp ul > li,
.column-pp ol > li {
  line-height: 150%;
  font-size: 14px;
  padding-bottom: 0.5em;
}
.column-pp ul {
  list-style: none;
}
.column-pp ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.column-pp ul > li::before {
  content: "・";
}
.column-pp ol.all > li::marker {
  font-size: 1.2em;
  font-weight: bold;
}
.column-pp ol.kakko {
  list-style: none;
  counter-reset: number;
}
.column-pp ol.kakko > li {
  position: relative;
}
.column-pp ol.kakko > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: -2.5em;
}
@media screen and (max-width: 768px) {
  .column-pp ol.kakko > li > ul {
    padding-left: 0em;
  }
}
.column-pp ol.alphabet {
  list-style: none;
  /* デフォルトの番号を消す */
  counter-reset: list-counter;
  /* カウンターをリセット */
}
.column-pp ol.alphabet > li {
  counter-increment: list-counter;
  /* カウンターを増やす */
  position: relative;
}
.column-pp ol.alphabet > li::before {
  position: absolute;
  left: -1.5em;
  content: counter(list-counter, lower-alpha) ") ";
  /* a), b), c) の形式で表示 */
}
.column-pp ol.alphabet > li > p {
  display: block;
  text-indent: 0;
  padding-left: 1em;
}
.column-pp ol.alphabet > li ol.kakko-right {
  list-style: none;
  counter-reset: number;
}
.column-pp ol.alphabet > li ol.kakko-right > li {
  position: relative;
}
.column-pp ol.alphabet > li ol.kakko-right > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: -2.5em;
}
@media screen and (max-width: 768px) {
  .column-pp ol.alphabet > li ol.kakko-right > li > ul {
    padding-left: 0em;
    margin-left: -1.5em;
  }
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list {
  list-style: none;
  /* デフォルトの番号を消す */
  counter-reset: list-counter;
  /* カウンターをリセット */
}
@media screen and (max-width: 768px) {
  .column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list {
    margin-left: -1.5em;
  }
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li {
  position: relative;
  counter-increment: list-counter;
  /* カウンターを増やす */
}
@media screen and (max-width: 768px) {
  .column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li > ul {
    padding-left: 0em;
    margin-left: -0.5em;
  }
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li::before {
  position: absolute;
  content: "①";
  /* デフォルト */
  left: -1em;
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li:nth-child(2)::before {
  content: "②";
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li:nth-child(3)::before {
  content: "③";
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li:nth-child(4)::before {
  content: "④";
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li:nth-child(5)::before {
  content: "⑤";
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li ul.nostyle {
  margin-bottom: 0;
}
.column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li ul.nostyle > li::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .column-pp ol.alphabet > li ol.kakko-right > li ol.circle-list > li ul.nostyle > li > ul {
    padding-left: 0em;
    margin-left: -1em;
  }
}
.column-pp table {
  width: 100%;
}
.column-pp table td,
.column-pp table th {
  padding: 10px 10px;
  text-indent: 0px;
}
.column-pp .p-mark-center {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50%;
}
.column-pp .p-mark-center div {
  width: 94px;
  margin: 0 auto;
}

.contact {
  padding: 1em 1em;
  margin: 4em auto;
  border: solid 1.3px #000;
}

.contact__title {
  font-weight: bold;
}

/* .contact-p {
  width: 100%;
  margin: 10px auto 20px;
  display: block;
  font-size: 1%;
} */
/*-----------------------------------------------------	*/
/*	for - Privacy Policy modal		*/
/*-----------------------------------------------------	*/
.sp-only {
  display: none;
  /* SPの改行を隠す */
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.title3 {
  overflow: hidden;
  height: 100vh;
  background-color: aqua;
}

/* .modal_text {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: auto;
} */
.modal_button {
  text-decoration: underline;
  border: none;
  background: none;
  font-size: 0.9em;
  color: black;
}
.modal_button:link {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modal_button.small {
    font-size: 0.9em;
  }
}

.modal {
  inset: 0;
  margin: auto;
  max-width: 60%;
  max-height: 80%;
  overflow: auto;
  border-radius: 5px;
  background-color: white;
  border: none;
  overscroll-behavior-y: none;
  /* overscroll-behavior-y: contain; */
}
@media screen and (max-width: 768px) {
  .modal {
    max-width: 80%;
    max-height: 80%;
    font-size: 14px;
  }
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.modal .dialogInputArea {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .modal .dialogInputArea {
    padding: 10px;
  }
}

.modal_title {
  text-align: center;
  font-size: 1.3em;
  /* padding: 0% 0% 3% 0%; */
  font-weight: bold;
}

.modal_body {
  padding: 5% 0% 3% 0%;
}
@media screen and (max-width: 768px) {
  .modal_body {
    padding: 8% 0% 5% 0%;
  }
}

.modal-adless {
  margin: 5% 0% 4% 0%;
  border: solid 1.3px #000;
  padding: 1%;
}
@media screen and (max-width: 768px) {
  .modal-adless {
    padding: 2%;
    margin: 8% 0% 5% 0%;
    line-height: 141%;
  }
}

.modal-adless dt {
  font-size: 0.95em;
  font-weight: bold;
}
.modal-adless dt.dt-top {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .modal-adless dt.dt-top {
    margin-top: 4%;
  }
}

@media screen and (max-width: 768px) {
  .dt-top .dt-top {
    margin-top: 3%;
  }
}

.modal-adless dd {
  margin: 0 0% 1.3% 0%;
  text-indent: 0.5em;
  font-size: 0.95em;
}
.modal-adless dd:last-child {
  margin: 0 0% 0% 0%;
}
@media screen and (max-width: 768px) {
  .modal-adless dd {
    text-indent: 0;
  }
}

.modal-adless_text p {
  text-indent: 0.5em;
}

.modal-close {
  text-align: center;
  margin-top: 3%;
}

.modal-close button {
  /* ボタンの装飾を消す */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  font-size: 120%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #000;
  background: #ddd;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  width: 30%;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.5) 0 0px 0px;
  color: black;
}
@media screen and (max-width: 768px) {
  .modal-close button {
    width: auto;
  }
}

.modal-right {
  margin-top: 3%;
  text-align: right;
}

/*-----------------------------------------------------	*/
/*	for - ASK FORM			*/
/*-----------------------------------------------------	*/
.column-pp dl.forms {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .column-pp dl.forms {
    width: 100%;
    float: none;
    /* display: flex; */
    text-align: center;
    margin-top: 14%;
    margin: 5% auto 15%;
  }
}

.column-pp dl.forms dt {
  float: left;
  clear: both;
  width: 26%;
  text-align: right;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .column-pp dl.forms dt {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 3%;
  }
}

.column-pp dl.forms dd {
  margin: 0 0 5% 30%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .column-pp dl.forms dd {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 8%;
  }
  .column-pp dl.forms dd a {
    margin: 0% auto 6%;
  }
  .column-pp dl.forms dd input.submit-button {
    font-size: 0.86em;
    padding: 4% 0;
  }
}

.column-pp dl.forms dt label {
  font-size: 120%;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .column-pp dl.forms dt label {
    font-size: 100%;
  }
}

.form-hissu {
  color: red;
  font-size: 0.6em;
  /*　文字サイズ調整 */
  vertical-align: middle;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-hissu {
    display: inline;
  }
}

.column-pp dl.forms dd input,
.column-pp dl.forms dd textarea {
  width: 100%;
  font-size: 120%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /* *font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  border: 1px solid #000;
  background: #fafafa;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.5) 0 2px 2px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .column-pp dl.forms dd input,
  .column-pp dl.forms dd textarea {
    width: 95%;
    font-size: 100%;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .column-pp dl.forms dd textarea {
    font-size: 100%;
  }
}

.column-pp dl.forms dd.textbox input {
  margin: 0 0 2.5% 30%;
}

.column-pp dl.forms dd.modal {
  font-size: 100%;
}

.column-pp dl.forms dd.modal button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: underline;
  margin: 0 0 2.5% 0;
}

.column-pp dl.forms dd.modal button:hover {
  opacity: 60%;
}

.column-pp dl.forms dd.check-box {
  width: auto;
  font-size: 100%;
}

/* チェックボックスの位置 */
.column-pp dl.forms dd.check-box input {
  width: auto;
  font-size: 120%;
  transform: scale(1.3);
}

.column-pp dl.forms dd textarea {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .column-pp dl.forms dd a {
    margin: 50px 0 10px 0;
  }
}

.column-pp dl.forms dd input.submit-button {
  font-size: 120%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /* *font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  border: 1px solid #000;
  background: #ddd;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.5) 0 0px 0px;
  color: black;
}
@media screen and (max-width: 768px) {
  .column-pp dl.forms dd input.submit-button {
    font-size: 100%;
  }
}
.column-pp dl.forms dd input.submit-button:disabled {
  color: #888;
  background-color: #ccc;
  cursor: not-allowed;
}

.form-bold {
  font-weight: bold;
}

#header-float-child {
  height: 152px;
}/*# sourceMappingURL=common.css.map */