@charset "UTF-8";

/*--------------
form 要素
--------------*/
/*--フォームのデザイン要素------------*/
.formTable {
	max-width: 715px;
	width: 90%;
	margin: 0 auto;
}

.formTable dl {
	display: flex;
	flex-flow: column;
}
.formTable dt {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #15264F
}

.formTable dd {
	width: 100%;
	background-color: #fff;
    background: rgb(245 ,245 ,245, 1);
	margin-bottom: 45px;
	margin-top:6px;
	padding: 8px;
	border-radius: 2px;
  box-shadow: inset 2px 2px 5px rgba(0,0,0,.1);
}

.formTable dd.policy {
	border: 0;
	margin: 0 auto;
	width:max-content;
	padding: 0;
	background-color: #fff;
	box-shadow: none;
	font-size: 12px;
	font-weight: 700
}

.formTable dd.policy a {
	text-decoration: underline
}

.cp_ipselect {
	overflow: hidden;
	width: 50%;
	margin: 10px auto 0 0;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 2px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.6em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.form-btn-area {
	margin: 44px auto 0;
    display: table;
    position: relative;
  padding: 1em 2.2em;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  background-color: #0074C8;
  overflow: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.form-btn-area:hover {
  background-color: #0060A6;
}

.form-btn-stxt {
	font-size: 10px;
	text-decoration: underline
}

.form-btn-item {
	
}

.forn-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

input {
	width: 100%
}

textarea {
width:100%;
}

@media screen and (max-width:640px) {
	/*スマホ用のcssを記述*/
	
	
	.formTable dl {
		display: block;
	}
	.formTable dt {
		width: 100%;
	}

	.formTable dd {
		width: 100%;
	}
	
}





/*** モーダル内の要素 ***/
.pp-ttl-area {
	margin-bottom: 30px;
}

.pp-ttl {
	font-weight: 700
}

.pp-txt-area {
	margin: 20px 0;
}
.pp-subttl {
	font-size: 14px;
	font-weight: 700;
	margin: 24px 0 15px;
}
.pp-txt {
	text-align: left;
	font-size: 12px;
	color: #535353;
    margin-top: 1em;
    line-height: 1.5em;
	
}



@media only screen and (min-width : 641px) and (max-width : 1008px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 10px auto 0 0;
}
	
}

