@charset "utf-8";
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* CSS Document */

/* -------------------------------------- reset */
h1,h2,p,ul,li,p,img,a {
padding:0;
/*margin:0;*/
text-decoration:none;
border:0;
background-color:none;
background-image:none;
list-style-type:none;
font-size: inherit;
color: inherit;
}

button,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="tel"],
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
    height:auto;
}
/* for firefox */
select {
    text-indent: 0.01px;
    text-overflow: '';
}
/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
select::-ms-expand {
    margin-right:0;
}
/* -------------------------------------- 全体 */
#card-accident {
	position:relative;
	top:0;
	min-height:calc(100vh - 200px);/*調整する*/
	padding:0 0 0.5em 0;
	background-color:#F2F2F2;
	/*animation: fadeIn 0.2s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.2s ease 0s 1 normal;*/
}
#card-accident-header {
	position:sticky; /* スクロール時にfixedになる */
	position: -webkit-sticky; /* Safari用 */
	top:0;
	z-index:3;
	opacity:1.0;
	min-width:100%;
	height:auto;
	padding-top:10px; /*PCではpxに*/
	padding-bottom:5px; /*PCではpxに*/
	background-color:#fff;
	background-image:url('../img/contents/bg_card.png');
	background-position:0.5% 40%;
	background-size:50px;
	background-repeat:no-repeat;
}
#card-accident-header p {
	position:relative;
	left:70px;
	top:0px;
	font-size:20px;
	letter-spacing:0.2em;
	color:#092542;
	font-weight:bolder;
}
#card-accident-header p.card-name {
	position:relative;
	left:4em;
	font-size:20px;
	letter-spacing:0.1em;
	color:#092542;
}
#card-accident-content {
	position:relative;
	top:0;
	/*left: 50%;*/
	width: 100%;
	height:auto;
	padding-top:3%;
	margin-bottom:3em;
	/*margin-left: -400px;
	display: flex;*/
}
#card-accident-content h1 {
	font-size:16px;
	letter-spacing:0.1em;
	color:#333;
	padding: 0 0 0.1em;
	border-bottom:2px solid #ccc;
	position: relative;
	margin:1.5em 0.5em 1em 0.5em;
}
#card-accident-content h1:after {
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #08348B;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}
#card-accident-content h2 {
	font-size:16px;
	font-weight:bolder;
	color:#2D4591;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.5em;
}
#card-accident-content h3 {
	font-size:13px;
	font-weight:normal;
	color:#333;
	text-align:left;
	margin-top:0em;
	margin-bottom:0em;
	padding-left:2%;
	padding-right:2%;
}
#card-accident-content p.notes {
	font-size:13px;
	font-weight:bolder;
	color:#333;
	text-align:left;
	margin-left:0em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:2%;
	padding-right:2%;
}
#card-accident-content p.notes-link {
	font-size:13px;
	font-weight:normal;
	color:#333;
	text-align:left;
	margin-left:0;
	margin-top:-1.5em;
	margin-bottom:0.5em;
	padding-left:1%;
}
#card-accident-content p.notes-link a {
	text-decoration:underline;
	color:#D36820;
}
span.whiteBox {
	background-color:#fff;
	padding:0.2em 1em 0.2em 1em;
}
p.card-accident-attention {
	color:red;
	font-size:12px;
	margin-top:0.2em;
	margin-bottom:0.2em;
	padding-left:2%;
	padding-right:2%;
	line-height:130%;
}
.card-frame-seikyo {
	display:inline-block;
	width:300px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:2%;
	background-color:#fff;
	border:1px solid #999999;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow:2px 2px 2px #999;
}
.card-frame-seikyo p {
	font-size:18px;
	text-align:center;
	margin-bottom:0.5em;
}
.card-frame-seikyo .img-wrap {
	width:280px;
	position:relative;
	left:50%;
	margin-left:-140px;
}
.card-frame-seikyo img {
	width:100%;
	height:auto;
}
.card-frame-gas-wrap {
	width:600px; 
	position:relative;
	left:50%;
	margin-left:-300px;
}
.card-frame-gas {
	width:250px;
	height:auto;
	padding:3%;
	background-color:#fff;
	border:1px solid #999999;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display:inline-block;
	box-shadow:2px 2px 2px #999;
}
.card-frame-gas p {
	font-size:18px;
	text-align:center;
	margin-bottom:0.5em;
}
.card-frame-gas .img-wrap {
	width:230px;
	position:relative;
	left:50%;
	margin-left:-115px;
}
.card-frame-gas img {
	width:100%;
	height:auto;
}
p.card-frame {
	font-size:12px;
	color:#333;
}
/* フォーム */
#card-accident select,
#card-accident option,
#card-accident textarea,
#card-accident input[type=text],
#card-accident input[type="select"],
#card-accident input[type="option"],
#card-accident input[type="checkbox"],
#card-accident input[type="tel"],
#card-accident input[type="number"] {
	border: 1px solid lightgray;
	height:2em;
	margin-left:2%;
	margin-right:0.5%;
	margin-bottom:0.2em;
	font-size:13px;
}
#card-accident input[type=text]:focus {border: 1px solid #F1BF33; background-color:#FEF9E7; padding: 0.1%;}
#card-accident input[type=tel]:focus {border: 1px solid #F1BF33; background-color:#FEF9E7; padding: 0.1%;}
#card-accident input[type=number]:focus {border: 1px solid #F1BF33; background-color:#FEF9E7; padding: 0.1%;}

#card-accident input[type=text]::-webkit-input-placeholder { color: #dfdfdf; }
#card-accident input[type=text]:-moz-placeholder { color: #dfdfdf; }
#card-accident input[type=text]::-moz-placeholder { color: #dfdfdf; }
#card-accident input[type=text]:placeholder-shown { color: #dfdfdf; }
#card-accident input[type=text]:focus::-webkit-input-placeholder { color: #fff; }
#card-accident input[type=text]:focus:-moz-placeholder { color: #fff; }
#card-accident input[type=text]:focus::-moz-placeholder { color: #fff; }
#card-accident input[type=text]:focus:placeholder-shown { color: #fff; }

#card-accident input[type=tel]::-webkit-input-placeholder { color: #dfdfdf; }
#card-accident input[type=tel]:-moz-placeholder { color: #dfdfdf; }
#card-accident input[type=tel]::-moz-placeholder { color: #dfdfdf; }
#card-accident input[type=tel]:placeholder-shown { color: #dfdfdf; }
#card-accident input[type=tel]:focus::-webkit-input-placeholder { color: #fff; }
#card-accident input[type=tel]:focus:-moz-placeholder { color: #fff; }
#card-accident input[type=tel]:focus::-moz-placeholder { color: #fff; }
#card-accident input[type=tel]:focus:placeholder-shown { color: #fff; }

#card-accident input[type=number]::-webkit-input-placeholder { color: #dfdfdf; }
#card-accident input[type=number]:-moz-placeholder { color: #dfdfdf; }
#card-accident input[type=number]::-moz-placeholder { color: #dfdfdf; }
#card-accident input[type=number]:placeholder-shown { color: #dfdfdf; }
#card-accident input[type=number]:focus::-webkit-input-placeholder { color: #fff; }
#card-accident input[type=number]:focus:-moz-placeholder { color: #fff; }
#card-accident input[type=number]:focus::-moz-placeholder { color: #fff; }
#card-accident input[type=number]:focus:placeholder-shown { color: #fff; }

#card-accident select{background-color:#fff;}
/* 姓名テキストボックス横並び */
#card-accident ul.card-accident-shimei {
	list-style-type:none;
}
#card-accident ul.card-accident-shimei li {
	display:inline-block;
	font-size:12px;
}
#card-accident ul.card-accident-shimei li:first-child {
	margin-left:1.5em;
	margin-right:0.5em;
	font-size:12px;
}
/* 3択スイッチ */
#card-accident-content .switch {
	width:250px;
	height:25px;
	margin-left:2%;
	margin-bottom:1em;
	border:2px solid lightgray;
}
#card-accident-content .switch input[type="radio"] {
	display:none;
}
#card-accident-content .switch label {
	display:inline-block;
	width:79px;
	height:24px;
	margin-left:1px;
	padding:2px 5px auto 5px;
	font-size:13px;
	text-align:center;
	background-color:#fff;
	color:#333;
	cursor:pointer;
}
#card-accident-content .switch label span {
	position:relative;
	top:3px;
	}
#card-accident-content .switch input[type="radio"]:checked + label { 
	background-color:#003366;
	color:#fff;
	animation: fadeIn 0.2s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.2s ease 0s 1 normal;
}
/* 2択スイッチ */
#card-accident-content .switch2 {
	width:200px;
	height:25px;
	margin-left:0.5em;
	margin-bottom:1em;
	border:2px solid lightgray;
}
#card-accident-content .switch2 input[type="radio"] {
	display:none;
}
#card-accident-content .switch2 label {
	display:inline-block;
	width:86px;
	height:24px;
	margin-left:1px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	text-align:center;
	background-color:#fff;
	color:#333;
	cursor:pointer;
}
#card-accident-content .switch2 label span {
	position:relative;
	top:3px;
	}
#card-accident-content .switch2 label.disabled {
	background-color:#666;
	color:#333;
	cursor:default;
}
#card-accident-content .switch2 input[type="radio"]:checked + label { 
	background-color:#003366;
	color:#fff;
	cursor:pointer;
	animation: fadeIn 0.2s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.2s ease 0s 1 normal;
}
/* ボタン */
.card-accident-btn-wrap {
	width:400px;
	position:relative;
	left:0%;	
}
img.card-accident-btn-left {
	float:left;
	width:150px;
	display:inline-block;
	margin-top:1em;
	margin-left:1em;
	margin-bottom:0;
}
img.card-accident-btn-right {
	float:right;
	width:150px;
	display:inline-block;
	margin-top:1em;
	margin-right:1em;
	margin-bottom:0;
}
.btn-disabled {
	pointer-events: none;
}
/* 注意事項 */
.caution {
	width:600px;
	height:280px;
	margin:0em auto 0 2%;
	border:1px solid #777;
	overflow-x:hidden;
	overflow-y:scroll;
	font-size:12px;
	line-height:1.5em;
	padding:1% 1% 1% 0.5%;
}
.caution::-webkit-scrollbar {
    width: 15px;
}
.caution::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.caution::-webkit-scrollbar-thumb {
	background-color: rgba(204, 204, 204, 0.7);
}
.caution ul {
	list-style-type:none;
}
.caution ul li {
	margin-left:1em;
	line-height:1.5em;
	text-indent:-1em;
}
.caution-checkbox {
	text-align:left;
	font-weight:bolder;
	font-size:14px;
}

/* モーダルCSS */
.modalArea1 {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalArea2 {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
  border: 3px solid #666;
  font-size:1.2em;
  line-height:1.5em;
}

.modalWrapper2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
  border: 3px solid #666;
  font-size:1.2em;
  line-height:1.5em;
}

.closeModal1 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.closeModal2 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* 以下ボタンスタイル */
#modalConfirm1 button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#modalConfirm1 #btn1 {
	position:relative;
	left:75%;
	border-radius:20px;
	padding:10px 5px;
	color:#ffffff;
	font-weight:bolder;
	border:1px solid #08348B;
	background-color:#08348B;
	cursor:pointer;
}
#modalConfirm2 #btn2 {
	position:relative;
	left:75%;
	border-radius:20px;
	padding:10px 5px;
	color:#ffffff;
	font-weight:bolder;
	border:1px solid #08348B;
	background-color:#08348B;
	cursor:pointer;
}
.inactive {
	pointer-events: none;
    color:#666!important;
    border:1px solid #666!important;
    background-color:#f6f6f6!important;
}


#openModal1 {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);*/
  cursor:pointer;
}
#openModal2 {
  /*position: absolute;
  top: 60%;
  left: 50%;
  transform:translate(-50%,-50%);*/
  cursor:pointer;
}



/* 必要に応じて追加する */
.left-1em {
	margin-left:1em;
}
.left-0.5em {
	margin-left:0.5em;
}
.left-2em {
	margin-left:2em;
}
.left-5em {
	margin-left:5em;
}
.left-7em {
	margin-left:7em;
}
.left-10em {
	margin-left:10em;
}
.gray {
	color:#777;
}
.clearfix {
  content: "";
  clear: both;
  display: block;
}