@charset "utf-8";

.remodal-confirm, .remodal-cancel {
    font: inherit;
        font-weight: inherit;
        font-size: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 80px;
    margin: 0;
    padding: 6px 48px;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    border-radius: 6px;
    outline: 0;
}
.remodal-cancel {
    padding: 15px 0;
    width: 10%;
    background: #53694f;
    border-radius: 100px;
    border: solid 1px #a18a76;
    color: #fff;
    font-size: 14px;
	opacity: 0.4;
	font-weight: normal;
}
.remodal-cancel:hover, .remodal-cancel:focus {
    background: #a18a76;
    color: #fff;
	opacity: 0.7;
}

.buttonD {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  outline: none;
}
.buttonD::before,
.buttonD::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonD,
.buttonD::before,
.buttonD::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonD15 span {
  display: block !important;
  position: absolute;
  width: 90px;
  height: 26px;
  border: 1px solid rgba(83, 105, 79,0.3);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
  border-radius: 100px;
}
.buttonD15 span:nth-child(1) {
  background-color: #777;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.buttonD15 span:nth-child(2) {
  background-color: rgba(83, 105, 79, 0.5);
  color: #f6f9f4;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.buttonD15:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.buttonD15:hover span:nth-child(2) {
  background-color: #777;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.circle{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px red;
  float: left;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :42px;
  text-align:center;
  color:red;
  font-weight:bold;
  font-size: 16px;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  /*margin-right: 20px;*/
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  /*top: 2px;*/
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  /*top: 5px;*/
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
  top: 3px;
}
.box label {

    margin-right: 3px;
    display: inline-block;
    margin-bottom: 10px;

}
/*file upload*/
#file {
	height: 30px;
	font-size: 30px;
	right: 0;
	top: 0;
	position: absolute;
	opacity: 0.01;
	filter: alpha(opacity=1);
	cursor:pointer;
}
#fileM {
	height: 30px;
	font-size: 30px;
	right: 0;
	top: 0;
	position: absolute;
	opacity: 0.01;
	filter: alpha(opacity=1);
	cursor:pointer;
}
#fileS {
	height: 30px;
	font-size: 30px;
	right: 0;
	top: 0;
	position: absolute;
	opacity: 0.01;
	filter: alpha(opacity=1);
	cursor:pointer;
}
#fileB {
	height: 30px;
	font-size: 30px;
	right: 0;
	top: 0;
	position: absolute;
	opacity: 0.01;
	filter: alpha(opacity=1);
	cursor:pointer;
}

#file-field-window {
  overflow:hidden;
  position:relative;
  display: block;
}
#file-field-window,
#btn-upload {
	width:120px;
	height:30px;
}
#btn-upload {
	background-color:#094ab2;
	border:none;
	color:white;
}
#file:hover ~ #btn-upload,
#file:focus ~ #btn-upload
{
	background-color:#2465cf;
}
#btn-uploadM {
	width:120px;
	height:30px;
}
#btn-uploadM {
	background-color:#094ab2;
	border:none;
	color:white;
}
#fileM:hover ~ #btn-upload,
#fileM:focus ~ #btn-upload
{
	background-color:#2465cf;
}

#btn-uploadB {
	width:120px;
	height:30px;
}
#btn-uploadB {
	background-color:#094ab2;
	border:none;
	color:white;
}
#fileB:hover ~ #btn-upload,
#fileB:focus ~ #btn-upload
{
	background-color:#2465cf;
}

h2 {
  line-height: 32px;
}
.btnc{
    display: inline-block;
    text-decoration: none;
    color:rgba(40, 39, 39, 0.43);/*アイコン色*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #c6c6c6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    /*margin-bottom: 10px;*/
	margin-top:5px;
}
.btnc .fa {
    line-height: 80px;
}
.btnc:active {/*押したとき*/
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: none;
}

.loader {
  height: 20px;
  width: 250px;
  position: relative; /*absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #ddd;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #ccc;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #bbb;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #aaa;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #999;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #888;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 6rem;
  margin: auto;
}
.loader--text:after {
  content: "Sending";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Sending";
  }
  25% {
    content: "Sending.";
  }
  50% {
    content: "Sending..";
  }
  75% {
    content: "Sending...";
  }
}