@charset "UTF-8";
@import "reset.css";

* {}
html {}
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #333;
  font-size: 95%;
  border-top: 2px solid #a3041a;
}

a:link, a:active, a:visited {
  color: #333;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
a:hover {
  color: #C30;
  text-decoration: none;
  opacity: 0.5;
}
.clear {
  clear: both;
}
hr.clear {
  clear: both;
  height: 1px;
  border: 0px;
  border-top: 1px solid #fff;
  color: #fff;
  width: 80%;
}
.center {
  text-align: center;
}
.red {
  color: #CC3300;
}
.red.strong {
  color: #CC3300;
  font-weight: bold;
}
.strong {
  font-size: 100%;
  font-weight: bold;
}

/*------------------------------------------------------ wrapper*/
div#wrapper {
  text-align: center;
  font-size: 100%;
}
/*------------------------------------------------------ container*/
div#container {
  margin: 0px auto;
}
/*------------------------------------------------------ header*/
div#header {
  width: 980px;
  margin: 0px auto;
}
div#header h1 {
  margin: 0px;
  margin-bottom: 8px;
  padding: 8px 0px;
  float: left;
  width: 310px;
  font-size: 10px;
}
div#header h1 a {
  opacity: 1;
}
div#header h1 img {
  margin-top: 4px;
}
.br_sp {
  display: none;
}
.br_pc {
    display: inherit;
}
/**/
.navi_contact {
  float: right;
  list-style: none;
  margin-top: 8px;
}
.navi_contact li {
  display: inline-block;
}
.navi_contact li a {
  display: block;
  background-color: #A3041A;
  color: #FFF;
  font-size: 12px;
  padding: 3px;
  width: 100px;
  text-decoration: none;
  text-align: center;
  border-radius: 9px;
}
#header .tel {
  float: right;
  margin-top: 8px;
}
/*------------------------------------------------------ inner*/
.inner {
  width: 980px;
  margin: 0 auto;
}
/*------------------------------------------------------ content*/
#content {
  clear: both;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 8px solid #dedede;
}
#content h2 {
  background-image: url(../img/bg_h3.png);
  background-repeat: no-repeat;
  color: #A30419;
  font-size: 150%;
  height: 60px;
  padding: 25px 0 0 90px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  clear: both;
  line-height: 120%;
}
#content h3 {
  font-size: 130%;
  background-image: url(../img/bg_h4.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin: 10px 10px 20px 10px;
  padding: 10px;
  line-height: 130%;
  font-weight: bold;
  clear: both;
}
#content h4 {
  font-size: 110%;
  color: #A30419;
  margin: 18px 0 3px 0;
  padding: 0;
  font-weight: bold;
  clear: both;
}
/**/
#content ul {
  margin: 8px 0 8px 24px;
  padding: 0;
}
#content ul li {
  margin: 5px 0;
  padding: 0;
}
/**/
.memo {
  background-image: url(../img/memo_back.jpg);
  padding: 10px 16px;
  border-radius: 5px;
  border: #999933 1px solid;
}
.memo span {
  display: block;
  margin: 20px 0 0 0;
}
#content table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-collapse: collapse;
}
#content table th,
#content table td {
  padding: 5px 7px;
  border: 1px solid #CCC;
}
#content table th.head {
  background-color: #DA9AA3;
}
#content table th {
  width: 20%;
  background-color: #F0D7DA;
  border-bottom: 1px solid #FFF;
  text-align: center;
}

#content dl.table{
/*    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	*/
    display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
}
#content dl.table.t_first {
	border-top: 1px solid #ccc;
}
#content dl.table.t_last {
	border-bottom: 1px solid #ccc;
}

#content dl.table dt{
    display: table-cell;
	width: 190px;
    background-color: #F0D7DA;
    border-bottom: 1px solid #FFF;
	vertical-align: middle;
	padding: 5px;
	border-right: 1px solid #ccc;
}
#content dl.table dd{
    display: table-cell;
	background: #fff;
	padding: 5px;
	width: calc(100% - 211px);
	border-bottom: 1px solid #ccc;
}
#content dl.table dd.middle {
	vertical-align: middle;
}
#content dl.table.t_first dt,
#content dl.table.t_first dd{
	border-top: none;
}
#content dl.table.t_last dt,
#content dl.table.t_last dd{
	border-bottom: none;
}
#content dl.table.t_last dd.middle {
	vertical-align: middle;
}
#content dl.table dd hr {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#content dl.table dd table.t_half td {
	width: 50%;
}
#content dl.table dd table td.t_title {
	width: 120px;
	min-width: inherit;
	max-width: inherit;
}

/**-----251114追加**/
.form_link a:link, a:active, a:visited {
  color: #0075c3;
  text-decoration: underline;
}
.form_link a:hover {
  color: inherit;
  text-decoration: inherit;
}

/**/
.form_flow {
  padding: 10px 0 30px 0;
  text-align: center;
}
.mail_flow_sp {
  display: none;
}
/*------------------------------------------------------ form */
.table strong {
  font-weight: bold;
  color: #CC3300;
  font-size: 80%;
}
.table dd input[type="text"],
.table dd input[type="tel"],
.table dd input[type="email"],
.table dd input[type="date"]{
  margin: 5px 0;
  padding: 7px;
  color: #555;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-text-size-adjust: 150%;
  -moz-text-size-adjust: 150%;
  -ms-text-size-adjust: 150%;
  -o-text-size-adjust: 150%;
  text-size-adjust: 150%;
}
.table dd input.w10 {
  width: 15%;
}
.table dd input.w20 {
  width: 20%;
}
.table dd input.w30 {
  width: 30%;
}
.table dd input.w60 {
  width: 60%;
}
.table dd input.w90 {
  width: 90%;
}
.table dd textarea {
  -webkit-appearance: textarea;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  margin: 5px 0;
  padding: 7px;
  color: #555;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-text-size-adjust: 150%;
  -moz-text-size-adjust: 150%;
  -ms-text-size-adjust: 150%;
  -o-text-size-adjust: 150%;
  text-size-adjust: 150%;
  width: 95%;
}
.table dd select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 7px;
  color: #555;
  border-radius: 5px;
  border: 1px solid #CCC;
  width: 100px;
  vertical-align: top;
}
/*btn*/
input[type="button"],
input[type="reset"] {
  font-size: 120%;
  -webkit-appearance: none;
  width: 40%;
  background-color: #CC3300;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #850500;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 10px 0px;
  margin: 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000;
}
input[type="reset"] {
  width: 25%;
}
input[type="button"]:hover, input[type="reset"]:hover {
  background-color: #850500;
}
/**/
#content ul.form_red {
  margin: 15px 20px 10px 20px;
  list-style-type: circle;
}
#content ul.form_red li {
  color: #C00;
}
#content p.form_arrow {
  margin: 0;
  padding: 10px 0;
}
#content p.form_arrow a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
#content p.form_arrow a::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 5px;
	height: 5px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/**/
.agreement {
  background-color: #F1F1F1;
  border-radius: 5px;
  margin: 10px;
  padding: 25px;
}
/**/
.fax_dl {}
.fax_dl a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50px;
}
.fax_dl a {
  padding: 5px 20px 5px 40px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #666;
  font-weight: bold;
  background-image: url("../img/icon_pdf.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.fax_dl a:link,
.fax_dl a:active,
.fax_dl a:visited {
  color: #920417;
  text-decoration: none;
  font-weight: bold;
}
/*accordion開閉*/
.agr-check{
  display: none;
}
.agr-label{
  display: block;
  width: 350px;
  margin: 20px auto;
  padding: 20px 0;
  background-color: #cc3300;
  border-radius: 5px;
  border-bottom: 3px solid #A32800;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  color: #fff;
}
.agr-label span {
  display: block;
  font-weight: bold;
  font-size: 160%;
  color: #fff;
  text-align: center;
}
.agr-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
  overflow: hidden;
}
.agr-check:checked + .agr-label + .agr-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/*------------------------------------------------------ footer*/
#footer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.footer_left {
  float: left;
  width: 50%;
}
.footer_right {
  float: right;
  width: 50%;
}
.footer_logo {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.menkyo {
  margin: 0 0 16px 0;
  padding: 16px;
  background-color: #F8EED8;
  font-size: 10px;
  float: left;
}
.address_sp {
  display: none;
}
.address {
  font-size: 12px;
  float: right;
}
#footer .tel {
  float: right;
  margin-bottom: 20px;
}
.copyright {
  float: right;
  font-size: 10px;
  margin-top: 68px;
}
