@charset "UTF-8";
body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: none;
    margin:0px;
    
}

.main_box {
	margin: 0 auto;
}

.main_box img{
	max-width: 100%;
}


.form_enter {
	width: 100%;
}

.txt01 {
	height:auto;
	padding: 3% 5% 1% 6%;
	margin:5% 0 3% 0;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4 !important;
	color: #000;
}

.txt01_head  {
	height:30px;
	padding: 4% 5% 5% 6%;
	margin-bottom:8%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4 !important;
	color: #fff;
	background-color: #FF8003; 
	letter-spacing: 4px;
	margin: 0 -500%;,padding: 0 500%;,width: 100%;
}

.txt01_2{
	height:auto;
	padding: 3% 5% 2% 5%;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4 !important;
	color: #FF8003;
}

.headline {
	font-size: 16px;
}

/*チェックボックス*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
.check_box{
	margin-bottom: 50px;
}

.check_box_last{
	margin-bottom: 0;
}

.container {
	padding: 3%;
	background-color: #fffbf2;
	
}

.plural{
	display: inline-block;
	font-size:14px;
	margin-bottom: 15px;
}

input[type='checkbox']{
  display:none;
}
.check-container {
  display:inline-block;
  position:relative;
  width:100%;
  height:50px;
}

.check-container02 {
  display:inline-block;
  position:relative;
  width:100%;
  margin-bottom: 20px;
}

input[type='checkbox'] + label{
   z-index:15;
  position:absolute;
  left:0px;
  top:-1px;
  bottom:10px;
  right:10px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  cursor:pointer;
  width:20px;
  border: 4px solid #444;
  height:20px;

}
.tag {
  margin-left:40px;
  display:block;
  position:relative;
  top:5px;
}

.tag2 {
  margin-left:40px;
  display:block;
  position:relative;
  line-height: 1.4;
  top:-2px;
}

input[type='checkbox']:checked + label{

  -webkit-transition: all .3s ease;

          transition: all .3s ease;
  display:inline-block;
  width:20px;
  height:20px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:#9E1420;
  border-left-color:transparent;
transform:rotate(-50deg) translate(5px,-9px);

}

input[type='checkbox']:checked + label:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 15px;
  width: 100%;  /* or 100px */
  border-left:4px solid #9E1420;
}

@keyframes click-wave {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}
.cp_ipradio .option-input {
	position: relative;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.3rem;
	margin-left: 0px;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #AFAFAF;
	-webkit-appearance: none;
	        appearance: none;
}
.cp_ipradio .option-input:hover {
	background: #d6a9a9;
}
.cp_ipradio .option-input:checked {
	background: #9E1420;
}
.cp_ipradio .option-input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\02713';
	text-align: center;
}
.cp_ipradio .option-input:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
	background: #9E1420;
}
.cp_ipradio .option-input.radio {
	border-radius: 50%;
}
.cp_ipradio .option-input.radio::after {
	border-radius: 50%;
}
.cp_ipradio label {
	line-height: 40px;
	display: block;
}
.cp_ipradio .option-input:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
.cp_ipradio .option-input:disabled::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '✖︎';
	text-align: center;
}
.cp_ipradio .disabled {
	color: #9e9e9e;
}

.img_wrap{
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: rotateY( 360deg );
  transition-duration: 0.5s;
}

.footer{
	margin:20px 0px;
	line-height: 1.4em;
	text-align: center;
}

.foote_notes_box{
	width: auto;
	box-sizing: border-box;
	margin: 10px;
}

.footer_notes{
	float: left;
	margin: 10px;
	font-size: 14px;
}

.footer_jadma{
	width: 110px;
	float: right;
	margin-right: 10px;
}

.footer_jadma img{
	width: 100%;
}

.footer-navi{
	text-align: center;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	line-height: 1.5em;
}

.footer-navi nav a{
	white-space: nowrap;
}

.footer_company{
	margin: 10px;
	font-size: 14px;
	text-align: center;
}

.footer_logo{
	margin: 10px auto;
	width: 200px;
}

.footer_logo img{
	width: 100%;
}

.footer_copyright{
	width: auto;
	box-sizing: border-box;
	border-top: 1px solid #c5c5c5;
	margin: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
}


#annotation {
	margin: 20px 0px;
	padding: 10px;
	background-color: #f4f1ea;
	font-size:14px;
	
}
