@charset "utf-8";
/* CSS Document */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required{
	font-weight:bold;
}

.e_label{
    font-weight: 500;
    display: initial;
    margin-bottom:0;
}

blockquote{
    border: 3px solid #e6e6e6;
    padding: 20px 15px 0px;
    margin-bottom: 20px;
    clear: both;
    box-shadow: 0px 0px 2px rgba(0,0,0,.15);
}

.label {
    display: inline-block;
    padding: 0.2em 0.6em;
    font-size: 75%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.c_span{
	font-weight:bold;
}

.ttl_label{
		width:100%;
		padding:0.3em;
	    background-color: #e5e5e5;
}

.form-group {
    margin-bottom: 1.5rem;
}


.card-body {
    padding: 0.5rem;
}

.form-check{
	line-height:3.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 1.25rem;
    margin-left: -1.25rem;
}

@media (min-width: 992px) {

.card-body {
    padding: 1.25rem;
}

}

/*----------------------------------------------------
  è¦‹å‡ºã—ãƒ‡ã‚¶ã‚¤ãƒ³
----------------------------------------------------*/
.title_decoration span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.title_decoration span::before, .title_decoration span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
}
.title_decoration span::before {
  content: "";
  left: 0;
  background: url(https://idioibi.net/img/h2_before.png) no-repeat center;
  background-size: contain;
}
.title_decoration span::after {
  content: "";
  right: 0;
  background: url(https://idioibi.net/img/h2_after.png) no-repeat center;
  background-size: contain;
}

/*----------------------------------------------------
  見出しデザイン 2
----------------------------------------------------*/
.title_decoration_2 {
  position: relative;
  color: #432D0B;
  font-size: 1.8rem;
  padding: 10px 0;
  text-align: center;
}
.title_decoration_2:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 72px;
  border-radius: 50%;
  border: 5px solid #efeeeb;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width:480px) {
  .title_decoration_2 {
    font-size: 1.2rem;
  }
  .title_decoration_2:before {
    height: 67px;
  }
}