@charset "UTF-8";
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
}

/* リンク設定 ====================*/
a {
  outline: none;
}
a:link {
  color: #0881be;
  text-decoration: none;
}
a:visited {
  color: #0881be;
  text-decoration: underline;
}
a:hover {
  color: #0881be;
  text-decoration: underline;
}
a:active {
  color: #0881be;
}
a:focus {
  outline: none;
}

/* SP用画像非表示 ====================*/
img.sp {
  display: none;
}

p.sp {
  display: none;
}

br.sp {
  display: none;
}

/* wrapper ====================*/
/*.wrapper {}*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  position: relative;
  /* メニュー ====================*/
}
header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #329bd6 0%, #b1e1f8 100%);
}
header .inner {
  position: relative;
  width: 960px;
  height: 100px;
  margin: 0 auto;
  z-index: 1;
}
header h1.logo {
  position: absolute;
  top: 28px;
  left: 5px;
  width: 338px;
  height: 43px;
}
header h1.logo img {
  width: 100%;
}
header .btn_menu {
  display: none;
}
header .menuArea {
  display: block !important;
}
header .menuArea ul {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
}
header .menuArea ul li {
  margin: 0 0 0 35px;
  font-size: 1.4rem;
}
header .menuArea ul li a {
  display: block;
  position: relative;
  padding: 0 0 13px;
  color: #333;
  line-height: 1;
}
header .menuArea ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #329bd6;
  transition: all 0.2s ease-out;
}
header .menuArea ul li a:hover {
  color: #0881be;
  text-decoration: none;
}
header .menuArea ul li a:hover:after {
  width: 100%;
  transition: all 0.2s ease-out;
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body#top header .menuArea ul li:nth-child(1) a {
  color: #0881be;
}
body#top header .menuArea ul li:nth-child(1) a:after {
  width: 100%;
}
body#top .mainvisual {
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 100%;
  height: 460px;
  transition: all 0.2s ease-out;
  background: #f6fbfe;
  background-size: 1200px 460px;
  z-index: 0;
}
body#top .mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 1200px;
  height: 460px;
  margin: 0 auto;
  background: url("../../img/top/mainvisual.jpg") center center no-repeat;
}
body#top .mainvisual .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
body#top .mainvisual .inner p {
  position: absolute;
  right: 40px;
  top: 80px;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  color: #0881be;
  line-height: 1.7;
  letter-spacing: 0.05em;
  z-index: 1;
}
body#top .contentsArea {
  position: relative;
  z-index: 1;
}
body#top .contentsArea .inner {
  overflow: inherit !important;
  width: 100%;
}
body#top .aboutArea {
  box-sizing: border-box;
  width: 960px;
  margin: -90px auto 35px;
  padding: 30px 60px 0;
  background: #fff;
}
body#top .aboutArea h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 297px;
  height: 33px;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  font-size: 1.8rem;
  color: #0881be;
  line-height: 1;
  background: none;
}
body#top .aboutArea h2:before, body#top .aboutArea h2:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 100%;
  border: 1px solid #329bd6;
}
body#top .aboutArea h2:before {
  left: 0;
  border-right: none;
}
body#top .aboutArea h2:after {
  right: 0;
  border-left: none;
}
body#top .aboutArea p.leadText {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
}
body#top .aboutArea .columnArea .cell {
  box-sizing: border-box;
  position: relative;
  width: 400px;
  margin: 0 40px 0 0;
}
body#top .aboutArea .columnArea .cell:last-child {
  margin: 0;
}
body#top .aboutArea .columnArea .cell a {
  display: block;
}
body#top .aboutArea .columnArea .cell a:hover figure img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
  transition: all 0.2s ease-out;
}
body#top .aboutArea .columnArea .cell a figure {
  overflow: hidden;
  height: 222px;
  /*background: #000;*/
}
body#top .aboutArea .columnArea .cell a figure img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.2s ease-out;
}
body#top .aboutArea .columnArea .cell a p {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 370px;
  height: 45px;
  margin: -22px auto 0;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0881be;
  line-height: 1;
  background: #fff;
}
body#top .aboutArea .columnArea .cell a p:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  width: 16px;
  height: 16px;
  background: #329bd6 url("../img/bg_arrow.png") center center no-repeat;
  border-radius: 8px;
}
body#top .infoArea {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  background: #f1f8fc;
}
body#top .infoArea .inner {
  width: 960px;
  margin: 0 auto;
}
body#top .infoArea h3 {
  text-align: center;
}
body#top .infoArea h3 {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  border: none;
}
body#top .infoArea p.listBtn {
  display: none;
  width: 210px;
  height: 40px;
  margin: 30px auto 0;
}
body#top .infoArea p.listBtn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #329bd6;
  border-radius: 20px;
}
body#top .infoArea p.listBtn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  width: 16px;
  height: 16px;
  background: #329bd6 url("../img/bg_arrow.png") center center no-repeat;
  border-radius: 8px;
}
body#top .infoArea .facebookArea {
  width: 100%;
  padding: 20px 0 25px;
  background: #fff;
  border-radius: 6px;
  margin: 60px auto 0;
}
body#top .infoArea .facebookArea p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  color: #0881be;
  font-weight: bold;
}
body#top .infoArea .facebookArea a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 440px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1877f2;
  background: #ebeded;
  border: 1px solid #0881be;
  border-radius: 6px;
}
body#top .infoArea .facebookArea a::before {
  content: "";
  right: 12px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("../img/f_logo_RGB-Blue_100.svg") center center no-repeat;
  background-size: 25px 25px;
}
body#top .infoArea ul {
  border-top: 1px solid #d4d8d8;
}
body#top .infoArea ul li .box,
body#top .infoArea ul li a.box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  color: #333;
  border-bottom: 1px solid #d4d8d8;
}
body#top .infoArea ul li .box p.date,
body#top .infoArea ul li a.box p.date {
  display: flex;
  align-items: center;
  width: 80px;
  height: 20px;
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
}
body#top .infoArea ul li .box p.ic,
body#top .infoArea ul li a.box p.ic {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 70px;
  height: 20px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
body#top .infoArea ul li .box p.ic_news01,
body#top .infoArea ul li a.box p.ic_news01 {
  background: #aab1b2;
}
body#top .infoArea ul li .box p.ic_news02,
body#top .infoArea ul li a.box p.ic_news02 {
  background: #329bd6;
}
body#top .infoArea ul li .box p.text,
body#top .infoArea ul li a.box p.text {
  box-sizing: border-box;
  width: calc(100% - 150px);
  margin-top: -0.2em;
  padding-left: 20px;
}
body#top .infoArea ul li .box p.text span,
body#top .infoArea ul li a.box p.text span {
  font-size: 1rem;
}
body#top .infoArea ul li .box a.btn,
body#top .infoArea ul li a.box a.btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 360px;
  height: 40px;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1877f2;
  background: #ebeded;
  border: 1px solid #0881be;
  border-radius: 6px;
}
body#top .infoArea ul li a.box:hover {
  text-decoration: none;
}
body#top .infoArea ul li a.box:hover p.text {
  text-decoration: underline;
}
body#top .infoArea ul li a.none {
  pointer-events: none;
}
body#top .footer {
  margin-top: 0;
}

/*----------------------------------------------------
	ページ 共通
----------------------------------------------------*/
.contentsArea h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  margin: 0 auto 40px;
  font-size: 2.4rem;
  color: #fff;
  background: #3aa0d8;
}
.contentsArea h3 {
  margin: 0 0 25px;
  padding: 0 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  border-left: 4px solid #3aa0d8;
}
.contentsArea .inner {
  overflow: hidden;
  width: 900px;
  min-height: 300px;
  margin: 0 auto;
}
.contentsArea .columnArea {
  display: flex;
}
.contentsArea .columnArea .cell:last-child {
  margin-left: 40px;
}

/*----------------------------------------------------
	ごあいさつ
----------------------------------------------------*/
body#message header .menuArea ul li:nth-child(2) a {
  color: #0881be;
}
body#message header .menuArea ul li:nth-child(2) a:after {
  width: 100%;
}
body#message .columnArea {
  display: flex;
  margin-bottom: 40px;
}
body#message .columnArea .cell:first-child {
  width: 460px;
}
body#message .columnArea .cell:last-child {
  width: 400px;
}
body#message figure img {
  width: 100%;
}
body#message p.text {
  margin-top: -0.2em;
  line-height: 1.75;
}
body#message p.text_en {
  font-size: 1.2rem;
}

/*----------------------------------------------------
	会社案内
----------------------------------------------------*/
body#about header .menuArea ul li:nth-child(3) a {
  color: #0881be;
}
body#about header .menuArea ul li:nth-child(3) a:after {
  width: 100%;
}
body#about .contentsArea .inner {
  width: 800px;
  margin: 0 auto;
}
body#about dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
body#about dl dt {
  box-sizing: border-box;
  width: 200px;
  margin: 0 0 15px;
  padding: 15px 20px 18px;
  font-weight: bold;
  color: #fff;
  background: #3aa0d8;
  vertical-align: middle;
}
body#about dl dd {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 600px;
  margin: 0 0 15px;
  padding: 15px 0 18px 20px;
  line-height: 1.6em;
  vertical-align: middle;
  border-bottom: 1px solid #3aa0d8;
}
body#about dl dd img {
  display: block;
  width: 45px;
  height: 70px;
  margin-left: 15px;
}
body#about ul.disc li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 1.4em;
}
body#about ul.disc li:last-child {
  margin-bottom: 0;
}
body#about ul.disc li:before {
  content: "・";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
body#about ul.name li span {
  display: inline-block;
  width: 5em;
}
body#about figure {
  width: 800px;
  height: 400px;
  background: #f4f4f4;
}
body#about figure iframe {
  width: 800px;
  height: 400px;
}
body#about p.text {
  margin-top: 20px;
}

/*----------------------------------------------------
	事業案内
----------------------------------------------------*/
body#business header .menuArea ul li:nth-child(4) a {
  color: #0881be;
}
body#business header .menuArea ul li:nth-child(4) a:after {
  width: 100%;
}
body#business .contentsArea .inner {
  width: 800px;
  margin: 0 auto;
}
body#business .contentsArea .inner ul.list_disc:nth-child(2) {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d4d8d8;
}
body#business .contentsArea .inner ul.list_disc li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1em;
}
body#business .contentsArea .inner ul.list_disc li:last-child {
  margin-bottom: 0;
}
body#business .contentsArea .inner ul.list_disc li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body#business .contentsArea .inner h4 {
  text-align: center;
  font-size: 1.8rem;
  color: #3aa0d8;
}
body#business .contentsArea .inner ul.list_anker {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body#business .contentsArea .inner ul.list_anker li {
  width: calc((100% - 40px) / 3);
  height: 150px;
  margin: 20px 20px 0 0;
  background: #3aa0d8;
  border-radius: 4px;
}
body#business .contentsArea .inner ul.list_anker li:last-child {
  margin-right: 0;
}
body#business .contentsArea .inner ul.list_anker li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 55px 10px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}
body#business .contentsArea .inner ul.list_anker li a:after {
  content: "";
  position: absolute;
  right: calc(50% - 7px);
  bottom: 23px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
}
body#business .contentsArea .inner ul.list_anker li a span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
}
body#business .contentsArea .inner ul.list_anker li a span:last-child {
  position: static;
  margin-top: 5px;
  font-size: 1.4rem;
}
body#business .contentsArea .inner h3.anker {
  margin-bottom: 15px;
  padding: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: normal;
  border-left: none;
  border-bottom: 1px solid #3aa0d8;
}
body#business .contentsArea .inner h3.anker span {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.4rem;
}
body#business .contentsArea .inner p.text {
  margin: 30px auto 20px;
}
body#business .contentsArea .inner p.text:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
body#inquiry header .menuArea ul li:nth-child(5) a {
  color: #0881be;
}
body#inquiry header .menuArea ul li:nth-child(5) a:after {
  width: 100%;
}
body#inquiry .contentsArea .inner {
  width: 800px;
  margin: 0 auto;
}
body#inquiry .contentsArea .inner p.text {
  margin-bottom: 40px;
  text-align: center;
}
body#inquiry .contentsArea .inner p.notice {
  text-align: center;
  font-size: 1.4rem;
  color: #d00000;
}
body#inquiry .contentsArea .inner dl.form {
  display: flex;
  width: 620px;
  margin: 20px auto 0;
}
body#inquiry .contentsArea .inner dl.form dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 180px;
  margin-right: 20px;
  font-weight: bold;
}
body#inquiry .contentsArea .inner dl.form dt span.ic_required {
  display: block;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 0;
  color: #3aa0d8;
}
body#inquiry .contentsArea .inner dl.form dd input[type=text] {
  box-sizing: border-box;
  width: 420px;
  padding: 13px 10px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #dbdfe0;
}
body#inquiry .contentsArea .inner dl.form dd textarea {
  box-sizing: border-box;
  width: 420px;
  padding: 13px 10px;
  font-size: 1.4rem;
  font-family: Noto Sans Japanese;
  background: #fff;
  border: 1px solid #dbdfe0;
}
body#inquiry .contentsArea .inner dl.form dd p.error {
  margin-top: 2px;
  font-size: 1.2rem;
  color: #d00000;
}
body#inquiry .contentsArea .inner dl.form.confirm {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d8d8;
}
body#inquiry .contentsArea .inner .submitArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body#inquiry .contentsArea .inner .submitArea button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 46px;
  margin: 0 10px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1aa7ee;
  background: #fff;
  background-size: 15px 13px;
  border: 1px solid #1aa7ee;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1;
}
body#inquiry .contentsArea .inner .submitArea button:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
  background: #1aa7ee url("../img/bg_arrow.png") center center no-repeat;
  background-size: 16px 16px;
  border-radius: 8px;
  z-index: 1;
}
body#inquiry .contentsArea .inner .submitArea button:hover {
  color: #fff;
  background: #1aa7ee;
}
body#inquiry .contentsArea .inner .submitArea button:hover:after {
  background: #fff url("../img/bg_arrow_b.png") center center no-repeat;
  background-size: 16px 16px;
}
body#inquiry .contentsArea .inner .submitArea button.btnBack:after {
  content: "";
  left: 13px;
  background: #1aa7ee url("../img/bg_arrow_w02.png") center center no-repeat;
  background-size: 16px 16px;
}
body#inquiry .contentsArea .inner .submitArea button.btnBack:hover:after {
  background: #fff url("../img/bg_arrow_b02.png") center center no-repeat;
  background-size: 16px 16px;
}
body#inquiry .contentsArea .inner .submitArea li {
  position: relative;
  width: 250px;
  height: 46px;
  margin: 0 10px;
}
body#inquiry .contentsArea .inner .submitArea li:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
  background: #1aa7ee url("../img/bg_arrow.png") center center no-repeat;
  background-size: 16px 16px;
  border-radius: 8px;
  z-index: 1;
}
body#inquiry .contentsArea .inner .submitArea li input {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1aa7ee;
  background: #fff;
  background-size: 15px 13px;
  border: 1px solid #1aa7ee;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1;
}
body#inquiry .contentsArea .inner .submitArea li:hover:after {
  background: #fff url("../img/bg_arrow_b.png") center center no-repeat;
  background-size: 16px 16px;
}
body#inquiry .contentsArea .inner .submitArea li:hover input {
  color: #fff;
  background: #1aa7ee;
}
body#inquiry .contentsArea .inner .finishArea {
  padding: 20px;
  text-align: center;
  background: #f1f8fc;
  border-radius: 6px;
}
body#inquiry .contentsArea .inner .finishArea .btn_back {
  margin-top: 15px;
}

/*----------------------------------------------------
	サイト利用規約
----------------------------------------------------*/
body#terms .contentsArea .inner {
  width: 800px;
  margin: 0 auto;
}
body#terms .contentsArea .inner p.text {
  margin-bottom: 45px;
}
body#terms .contentsArea .inner p.text:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
	pageTop
----------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: #329bd6;
}
.pagetop a:hover {
  background: rgba(50, 155, 214, 0.7);
}
.pagetop a img {
  width: 100%;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  width: 100%;
  margin-top: 80px;
  z-index: 1;
  background: #f1f8fc;
}
.footer .inner {
  background: #e1f0f9;
}
.footer .column {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .column .cell {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.6;
}
.footer .column .cell:nth-child(1) p {
  padding-right: 40px;
  border-right: 1px solid #d4d8d8;
}
.footer .column .cell:nth-child(1) p span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer .column .cell:nth-child(1) p a {
  text-decoration: none;
  color: #333;
  pointer-events: none;
}
.footer .column .cell:nth-child(3) {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 20px;
  line-height: 1.6;
  background: #f1f8fc;
  border-radius: 6px;
}
.footer .column .cell:nth-child(3):after {
  content: "";
  display: block;
  width: 45px;
  height: 69px;
  margin-left: 10px;
  background: #f1f8fc url("../img/mark.png") center center no-repeat;
  background-size: cover;
}
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 960px;
  height: 70px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1;
}
.footer ul li.terms,
.footer ul li.law {
  position: absolute;
  top: calc(50% - 0.6em);
  left: 0;
}
.footer ul li.terms a,
.footer ul li.law a {
  display: flex;
  align-items: center;
}
.footer ul li.terms a:before,
.footer ul li.law a:before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  margin-right: 5px;
  background: url("../img/bg_arrow02.png") center center no-repeat;
  background-size: cover;
}
.footer ul li.terms {
  left: 0;
}
.footer ul li.law {
  left: 130px;
}

/*----------------------------------------------------
	新型コロナウイルスPCR検査のお申し込み
----------------------------------------------------*/
body#form .contentsArea .inner {
  width: 800px;
  margin: 0 auto;
  /* margin */
}
body#form .contentsArea .inner .borderArea {
  padding: 15px 20px;
  border: 2px solid #3aa0d8;
}
body#form .contentsArea .inner .borderArea p.text-lead {
  font-size: 1.6rem;
}
body#form .contentsArea .inner .borderArea p.text-asterisk {
  margin-top: 0.15em;
  font-size: 1.6rem;
}
body#form .contentsArea .inner .borderArea p.text-address {
  margin-top: 1em;
}
body#form .contentsArea .inner dl.item {
  display: flex;
  flex-wrap: wrap;
}
body#form .contentsArea .inner dl.item dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 250px;
  margin: 0 0 15px;
  padding: 15px 20px 18px;
  font-size: 1.6rem;
  color: #fff;
  background: #3aa0d8;
  vertical-align: middle;
}
body#form .contentsArea .inner dl.item dt:last-of-type {
  margin-bottom: 0;
}
body#form .contentsArea .inner dl.item dd {
  box-sizing: border-box;
  width: 550px;
  margin: 0 0 15px;
  padding: 15px 0 18px 20px;
  border-bottom: 1px solid #3aa0d8;
}
body#form .contentsArea .inner dl.item dd:last-of-type {
  margin-bottom: 0;
}
body#form .contentsArea .inner dl.item dd p.text {
  font-size: 1.6rem;
  font-weight: bold;
}
body#form .contentsArea .inner dl.item dd p.text-asterisk {
  margin-top: 0.15em;
  font-size: 1.2rem;
}
body#form .contentsArea .inner h4 {
  margin-top: 40px;
  text-align: center;
  font-size: 1.6rem;
}
body#form .contentsArea .inner p.text-asterisk {
  position: relative;
  padding-left: 1em;
}
body#form .contentsArea .inner p.text-asterisk::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body#form .contentsArea .inner ul.list_number li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
body#form .contentsArea .inner ul.list_number li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body#form .contentsArea .inner ul.list_number li:nth-of-type(1)::before {
  content: "1.";
}
body#form .contentsArea .inner ul.list_number li:nth-of-type(2)::before {
  content: "2.";
}
body#form .contentsArea .inner ul.list_number li:nth-of-type(3)::before {
  content: "3.";
}
body#form .contentsArea .inner ul.list_number li:nth-of-type(4)::before {
  content: "4.";
}
body#form .contentsArea .inner ul.list_number li:nth-of-type(5)::before {
  content: "5.";
}
body#form .contentsArea .inner ul.list_number li:nth-of-type(6)::before {
  content: "6.";
}
body#form .contentsArea .inner ul.list_number li + li {
  margin-top: 0.25em;
}
body#form .contentsArea .inner p.notice {
  text-align: center;
  font-size: 1.4rem;
  color: #d00000;
}
body#form .contentsArea .inner dl.form {
  display: flex;
  width: 620px;
  margin: 20px auto 0;
  background: #f1f8fc;
}
body#form .contentsArea .inner dl.form dt {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  width: 250px;
  padding: 10px 3.5em 10px 12px;
  font-weight: bold;
  line-height: 1.3;
  background: #e1f0f9;
}
body#form .contentsArea .inner dl.form dt span.ic_required {
  display: block;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 3px;
  font-size: 1.2rem;
  color: #3aa0d8;
}
body#form .contentsArea .inner dl.form dt span.email {
  display: block;
  width: 100%;
  margin-top: 0.25em;
  font-size: 1.2rem;
  line-height: 1.2;
}
body#form .contentsArea .inner dl.form dd {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 370px;
  min-height: 65px;
  padding: 10px 15px;
}
body#form .contentsArea .inner dl.form dd input[type=text] {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 13px 10px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #dbdfe0;
}
body#form .contentsArea .inner dl.form dd input[type=checkbox],
body#form .contentsArea .inner dl.form dd input[type=radio] {
  margin: -0.2em 5px 0 0;
}
body#form .contentsArea .inner dl.form dd textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 10px;
  font-size: 1.4rem;
  font-family: Noto Sans Japanese;
  background: #fff;
  border: 1px solid #dbdfe0;
}
body#form .contentsArea .inner dl.form dd p.under_text {
  margin-top: 2px;
  font-size: 1.2rem;
}
body#form .contentsArea .inner dl.form dd p.error {
  width: 100%;
  margin-top: 2px;
  font-size: 1.2rem;
  color: #d00000;
}
body#form .contentsArea .inner p.text-note {
  width: 620px;
  margin: 20px auto 0;
}
body#form .contentsArea .inner dl.form.confirm dd {
  padding: 15px;
}
body#form .contentsArea .inner .submitArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body#form .contentsArea .inner .submitArea button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 46px;
  margin: 0 10px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1aa7ee;
  background: #fff;
  background-size: 15px 13px;
  border: 1px solid #1aa7ee;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1;
}
body#form .contentsArea .inner .submitArea button:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
  background: #1aa7ee url("../img/bg_arrow.png") center center no-repeat;
  background-size: 16px 16px;
  border-radius: 8px;
  z-index: 1;
}
body#form .contentsArea .inner .submitArea button:hover {
  color: #fff;
  background: #1aa7ee;
}
body#form .contentsArea .inner .submitArea button:hover:after {
  background: #fff url("../img/bg_arrow_b.png") center center no-repeat;
  background-size: 16px 16px;
}
body#form .contentsArea .inner .submitArea button.btnBack:after {
  content: "";
  left: 13px;
  background: #1aa7ee url("../img/bg_arrow_w02.png") center center no-repeat;
  background-size: 16px 16px;
}
body#form .contentsArea .inner .submitArea button.btnBack:hover:after {
  background: #fff url("../img/bg_arrow_b02.png") center center no-repeat;
  background-size: 16px 16px;
}
body#form .contentsArea .inner .submitArea li {
  position: relative;
  width: 250px;
  height: 46px;
  margin: 0 10px;
}
body#form .contentsArea .inner .submitArea li:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
  background: #1aa7ee url("../img/bg_arrow.png") center center no-repeat;
  background-size: 16px 16px;
  border-radius: 8px;
  z-index: 1;
}
body#form .contentsArea .inner .submitArea li input {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1aa7ee;
  background: #fff;
  background-size: 15px 13px;
  border: 1px solid #1aa7ee;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1;
}
body#form .contentsArea .inner .submitArea li:hover:after {
  background: #fff url("../img/bg_arrow_b.png") center center no-repeat;
  background-size: 16px 16px;
}
body#form .contentsArea .inner .submitArea li:hover input {
  color: #fff;
  background: #1aa7ee;
}
body#form .contentsArea .inner p.text-link {
  margin-top: 40px;
  text-align: center;
}
body#form .contentsArea .inner .finishArea {
  padding: 20px;
  text-align: center;
  background: #f1f8fc;
  border-radius: 6px;
}
body#form .contentsArea .inner .finishArea .btn_back {
  margin-top: 15px;
}
body#form .contentsArea .inner h4 + p.text-asterisk {
  margin-top: 5px;
  text-align: center;
}
body#form .contentsArea .inner h4 + p.text-asterisk::before {
  content: none;
}
body#form .contentsArea .inner dl.item + p.text-asterisk {
  margin-top: 15px;
}
body#form .contentsArea .inner dl.item + h3 {
  margin-top: 40px;
}
body#form .contentsArea .inner .borderArea + h3 {
  margin-top: 40px;
}
body#form .contentsArea .inner label + label {
  margin-left: 1em;
}

/*----------------------------------------------------
	特定商取引法に基づく表記
----------------------------------------------------*/
body#law .contentsArea .inner {
  width: 800px;
  margin: 0 auto;
}
body#law dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
body#law dl dt {
  box-sizing: border-box;
  width: 200px;
  margin: 0 0 15px;
  padding: 15px 20px 18px;
  font-weight: bold;
  color: #fff;
  background: #3aa0d8;
  vertical-align: middle;
}
body#law dl dd {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 600px;
  margin: 0 0 15px;
  padding: 15px 0 18px 20px;
  line-height: 1.6em;
  vertical-align: middle;
  border-bottom: 1px solid #3aa0d8;
}
body#law dl dd p.text-asterisk {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
}
body#law dl dd p.text-asterisk::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=pc.css.map */