@charset "utf-8";
/* CSS Document */

div.center input{
	margin-top:15px;
}

/* input area */

input[type=text],
input[type=tel],
select,
textarea{
	border:1px solid #bbb;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
}

.phone .tel a {
  display: inline-block;
  color: #333;
  margin-top: 5px;
  font-size: 34px;
  font-weight: bold;
}

/* icon */

.require, 
.norequire{
	float: right;
	display: inline-block;
	font-size: 78%;
	padding: 0 5px;
	color: #fff;
	border-radius: 5px;
}

.require  { background: #666; }
.norequire{ background: #ccc; }

.acms-admin-form-checkbox { display: block; }

/* base */

table {
	width:100%;
}

table th,
table td {
	padding:10px;
}

.content table th {
	width:150px;
	text-align:left;
}

.content table dl {
	margin : 0;
}

.content table table {
	width: 500px;
	background: none;
	margin : 0;
}

table table th,
table table td {
	background: none;
	border: none;
	padding: 3px;
}

table table th {
	width: 160px;
	font-size: 85%;
}

/* dl */

table td dl dt{
	float:left;
	clear:left;
	padding:0 10px 0 0;
	width:13em;
}

table td dl dd{
	padding:0 0 10px 15em;
}


/* ul */

table td ul li{
	float:left;
	margin-right:10px;
	width:200px;
}

/* quoteContact */
.container {
	margin-top: 0;
}

.page-title {
	text-align: center;
}

p.textArea {
	text-align: left;
	margin-top: 50px;
}

.quoteContact {
	display: flex;
	flex-wrap: wrap;
}

.quoteContact--area {
	margin: 30px;
}

.quoteContact--area input[type=text] {
	width: 100px;
}

.quoteContact--sitetype,
.quoteContact--pages,
.quoteContact--cmsSystem,
.quoteContact--mailForm {
	width: 50%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.quoteContact--pages,
.quoteContact--mailForm {
	border-left: none;
}

.quoteContact--cmsSystem,
.quoteContact--mailForm {
	border-top: none;
	border-bottom: none;
}

.quoteContact--option {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.quoteContact p.quoteContact--title {
	width: 100%;
	background-color: #eee;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.quoteContact p.quoteContact--title:before {
	content: "任意";
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	margin: 4px 30px 0 0;
	background: #666;
	float: right;
}

.quoteContact p.quoteContact--title.required:before {
	content: "必須";
	background: #FB5556;
}

.quoteContact--option div.quoteContact--area {
	display: flex;
	flex-wrap: wrap;
}

.quoteContact--option div.quoteContact--area div {
	width: 50%;
	margin: 0;
}

.quoteContact--option div.quoteContact--area p.error {
	width: 100%;
}

.quoteContact--area .acms-admin-form-radio {
	display: block;
}


/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.popup_content--title {
	font-weight: bold;
	font-size: 150%;
}

.popup_content th:before {
	display: none;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50%;
  /*height: 30px;*/
  /*margin: 5px 0;*/
  /*padding: 5px 0;*/
  color: #0ba2c7;
  /*background:#1699bb;*/
  /*font-weight: bold;*/
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);*/
  /*border-radius: 3px;*/
  cursor: pointer;
  transition: .3s ease;
}
.open_btn:hover{
    /*background:#fff;*/
		/*color:#797d7e;*/
		text-decoration: underline;
    transition: .3s ease;
}
/*ポップアップココまで*/

/* 必須アイコン */

th:before {
	content: "任意";
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	margin: 4px 0 0;
	background: #666;
	float: right;
}

th.required:before {
	content: "必須";
	background: #FB5556;
}

/* 入力例 */
.content .example {
	font-size: 78%;
	color: #666;
	margin: 3px;
	padding: 0;
}


/* メールアドレス入力文 */
.content .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

.content .error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(../images/form/icon_information.png) no-repeat 0 0.2em;
	margin: 5px 0;
}

.content table table p.error {
	font-size: 91%;
}


input.error,
textarea.error {
	border: 1px solid #ee9899;
}

/* フォームボタン */
.form-button form {
	display: inline;
	padding: 0 20px;
}

/* flow */

.content .flow {
	margin: 30px 0;
	overflow: hidden;
}

.flow li{
	float:left;
	width:33.3%;
	height:60px;
	line-height:60px;
	text-align: center;
	border: solid 1px #fff;
	border-left: none;
	position: relative;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flow li:after{
	content: '';
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #1699bb;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -30px;
	z-index: 1;
}

.flow.step02 li.flow02:after{ display: block; }

.flow.step01 li.flow01{	background:#1699bb;	color:#ffffff; }
.flow.step01 li.flow02{	background:#fafafa; color:#999; }
.flow.step01 li.flow03{	background:#eee; color:#999; }

.flow.step01 li.flow01:after { display: block; }

.flow.step02 li.flow01{	background:#eee; color:#999; }
.flow.step02 li.flow02{	background:#1699bb; color:#ffffff; }
.flow.step02 li.flow03{	background:#fafafa; color:#999; }

.flow.step02 li.flow01:after { display: block; }

.flow.step03 li.flow01{	background:#fafafa; color:#999; }
.flow.step03 li.flow02{	background:#eee; color:#999; }
.flow.step03 li.flow03{	background:#1699bb; color:#ffffff; }

/* privacy agreement */

.agreement {
    text-align: center;
    margin-bottom: 30px;
}

.agreement p{
    text-align: center!important;
}

.agreement label {
    display: inline-block;
    margin: 10px 0 0;
    background: #eee;
    padding: 10px 20px;
    cursor: pointer;
}

.agreement label input {
    vertical-align: middle;
    margin: -1px 4px 0 0;
}

/* button */

.btn-area {
	margin: 30px 0;
}

button {
  display: inline-block;
  min-width: 300px;
  height: 60px;
  line-height: 46px;
  background: #0ba2c7;
  margin: 20px;
  border: 1px solid #0ba2c7;
  position: relative;
  font-weight: bold;
  font-size: 114%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  outline: none;
  transition: all .1s;
}
button.btn-02 {
  border-color: #555;
  background: #fff;
  color: #555;
}

button:hover,button:active,
button.btn-02:hover,button.btn-02:active {
	border-radius: 35px;
}


button:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

button.btn-02:after {
  border-top: solid 2px #555;
  border-right: none;
  border-left: solid 2px #555;
  left: 20px;
  transform: rotate(-45deg);
}

div.logo {
	margin: 20px 0 15px;
	text-align: center;
}

footer {
	background-color: #0ba2c7;
  color: #fff;
  padding: 10px 0!important;
}

.address {
	margin: 0px;
}