﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */
div.freepage_ {}

div.freepage_narrow_ {
  padding: 0 60px;
}

div.freepage_ .box_ {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}


/* --------------------------------------------------------------------
	フリーページ　会社概要
--------------------------------------------------------------------- */
#company {}

#company table {
  width: 100%;
}

#company table th {
  width: 8em;
  vertical-align: top;
}

#company table td {
  vertical-align: top;
}


/* --------------------------------------------------------------------
	フリーページ　プライバシーポリシー
--------------------------------------------------------------------- */
#privacy {}

#privacy p {
  margin-bottom: 10px;
  text-indent: 1em;
}

#privacy ol {
  border-top: 1px dotted #CCC;
}

#privacy ol li {
  padding: 10px 0;
  border-bottom: 1px dotted #CCC;
}

/* ----テーブル---- */

.table,
.table td,
.table th {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

.table td,
.table th {
  padding: 12px 15px;
}

.table th {
  font-weight: bold;
}


/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}

.btn a {
  text-decoration: none;
}

.btn:hover {
  opacity: 0.7;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none !important;
}

/*-------- parts-------- */
.mb100 {
  margin-bottom: 100px;
}

.bg_blue_ {
  background-color: #f6f9fe;
}

.txt_center_ {
  text-align: center;
}

.anchor_ {
  margin-top: -100px;
  padding-top: 100px;
}

/*-------- page-------- */
.page_contents {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
  line-height: 1.8;
}

.page_contents_inner {
  margin-bottom: 40px;
}

.page_contents p {
  padding: 0 10px;
  margin-bottom: 12px;
}

.page_contents p.txt-indent-1 {
  padding-left: 2em;
}

.page_contents p.txt-indent-2 {
  padding-left: 4em;
}

.page_contents h1 {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: normal;
}

.page_contents h1 span {
  display: block;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0;
  padding-top: 5px;
}

.page_contents h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}

.page_contents h2 {
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #444;
  margin-top: 40px;
}

.page_contents h3 {
  margin: 10px 0;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}

.page_contents h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #333;
}

.page_contents h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin: 10px 0;
  background-color: #f2f2f2;
  padding: 6px 6px 6px 10px;
}

.page_contents .page_box1 {
  text-align: center;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.page_contents .page_box1 span {
  font-size: 13px;
}

.page_contents .page_box2 {
  background-color: #f2f2f2;
  padding: 20px;
}

.page_contents .txt_l {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.page_contents .txt_s {
  font-size: 12px;
  color: #808080;
}

.page_contents .page_button1 {
  margin: 0 auto 30px auto;
  width: 360px;
  display: block;
  font-size: 18px;
}

.page_contents a.page_button1 {
  text-decoration: none;
}

.page_contents .page_table {
  width: 100%;
  margin-bottom: 40px;
}
