/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
* Last Update: 2020.6.27
*/


table.ex_form {
  margin-top:25px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.ex_form th,
table.ex_form td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.ex_form th {
  background-color: #eee;
  text-align: left;
	width:27%;
}
input.ex {
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		border:0;
		padding:10px;
		font-size:1.3em;
		font-family:Arial, sans-serif;
		color:#333;
		border:solid 1px #ccc;
		margin:4px;
		width:94%;
	}
input.ex_min {
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		border:0;
		padding:10px;
		font-size:1.3em;
		font-family:Arial, sans-serif;
		color:#333;
		border:solid 1px #ccc;
		margin:4px;
	}

input.ex_min2 {
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		border:0;
		padding:10px;
		font-size:1.3em;
		font-family:Arial, sans-serif;
		color:#333;
		border:solid 1px #ccc;
		margin:4px;
		width:25%;
	}


select.ex {
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		border:0;
		padding:10px;
		font-size:1.3em;
		font-family:Arial, sans-serif;
		color:#333;
		border:solid 1px #ccc;
		margin:4px;

	}

textarea {
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		border:0;
		padding:10px;
		font-size:1.3em;
		font-family:Arial, sans-serif;
		color:#333;
		border:solid 1px #ccc;
		margin:4px;
		width:95%;
}

span.error {color:red;
}
span.cap	{font-size:88%;
		color:#666;}
span.must	{font-size:85%;
		background-color:#FF6666;
		color:#FFF;
		padding:3px 6px;
		border-radius: 0.5em;
}
span.msg	{color:#EE3333;}

label.error {
    color: red;
}
div.JSOFF	{
		border-radius: 3px;
		width: 90%;
		text-align: left;
		padding: 10px;
		margin:0 auto;
		background-color:#ff5555;
		color:#FFF;
}

input::-webkit-input-placeholder {	color: #ccc;}
input:-ms-input-placeholder {		color: #ccc;}
input::-moz-placeholder {		color: #ccc;}
input::-moz-placeholder {		color: #ccc;}


.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	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_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.uploadButton {
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background:#b0364a;
    color:#fff;
    text-align:center;
    padding:12px;
    margin:3px;
    line-height:30px;
    width:180px;
    cursor:pointer;
}
.uploadButton:hover {
    background:#4a0016;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    cursor:pointer;
    opacity:0;
}
.uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#ffffff;
}

ul.ten, dl.ten {
	list-style-type: none;
	margin: 0 1.2em 0 0;
}
ul.ten li ul li:before{
	display: inline-block;
	width: 1.1em;
	font-size: inherit;
	text-rendering: auto;
	content: "※";
	margin-left: -1.1em;
}
ul.ten li:before{
	display: inline-block;
	width: 1.1em;
	font-size: inherit;
	text-rendering: auto;
	content: "・";
	margin-left: -1.1em;
}
table.jgex td{
	vertical-align: top;
}
/* =======================================================================================
レスポンシブ時に横並びが → 縦並びになるwrapper
======================================================================================= */
.responsive_v_direction {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 10px;
  gap: 40px;
}

.responsive_v_direction img {
  width: 100%;
}
