@media print, screen and (min-width: 640px) {


@charset "utf-8";
/* CSS Document */

html {
	font-size:80%;/*10pt基準*/
}

body,html{margin:0;padding:0;height:100%;}
body{
  background-size:cover;
  font-family: 'Cabin Condensed', sans-serif;
  display:flex;
  flex-direction:column;
}
svg{font-weight:bold;max-width:600px;height:auto;}
table{
  width: 80%;
  border-collapse: collapse;
}

table.center{
	margin-left : auto ;
	margin-right : auto ;

}
table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}
table th{
  position: relative;
  text-align: left;
  width: 15%;
  background-color: #5e55cc;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #5e55cc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;

  background-color: #eee;
  padding: 10px 20px;

}
.marker1{
background:linear-gradient(transparent 55%, #b2ffb2 75%);
font-weight:bold; 
}
.marker2{
background:linear-gradient(transparent 55%, #ffffa8 75%);
font-weight:bold; 
}
.marker3{
background:linear-gradient(transparent 55%, #ccffff 75%);
font-weight:bold; 
}
.marker4{
background:linear-gradient(transparent 55%, #ead6ff 75%);
font-weight:bold; 
}
.marker5{
background:linear-gradient(transparent 55%, #ffd6f 75%);
font-weight:bold; 
}
.marker6{
background:linear-gradient(transparent 55%, #ffcccc 75%);
font-weight:bold; 
}
.marker7{
background:linear-gradient(transparent 55%, #b2ffb2 75%);
font-weight:bold; 
}
.marker8{
background:linear-gradient(transparent 55%, #b2ffb2 75%);
font-weight:bold; 
}
.marker9{
background:linear-gradient(transparent 55%, #b2ffb2 75%);
font-weight:bold; 
}
.marker10{
background:linear-gradient(transparent 55%, #b2ffb2 75%);
font-weight:bold; 
}

.div_1 {
 
             display: inline-block;
 
}
.button {
  display       : inline-block;
  border-radius : 19px;          /* 角丸       */
  font-size     : 15pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  /*padding       : 6px 26px;*/   /* 余白       */
  background    : rgba(51, 51, 102, 0.95);     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid rgba(51, 51, 102, 0.95);    /* 枠の指定 */

	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 80%;
	padding: 0.3em;

}
.button:hover {
  color         : rgba(51, 51, 102, 0.95);     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  border-radius : 19px;          /* 角丸       */
}
.cp_iptxt {
	position: relative;
	width: 80%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #38251b;
	border-radius: 4px;

}
.ef input[type='text']:focus {
	border: 1px solid #413cda;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(65,60,218, .5);
}

@keyframes pulsate {
  0%   { transform: scale(0, 0); }
  50%  { opacity: 1; }
  100% { transform: scale(3.5, 3.5); opacity: 0.0; }
}
.checkbox04-input{
  display: none;
}
.checkbox04-parts{
  position: relative;
  padding: 6px 20px 6px 53px;
  transition:.3s;
  color: #444;
  border-radius: 8px;
  border: 1px solid #ddd;
  display:inline-block;
  line-height:1;
}
.checkbox04-input:checked + .checkbox04-parts{
  background: #5e55cc;
  color: #fff;
  border: 1px solid #5e55cc;
}
.checkbox04-parts::before{
  content: "";
  display: block;
  left: 9px;
  width: 30px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
}
.checkbox04-parts::after{
  content: "";
  display: block;
  position: absolute;
  top:8px;
  left: 11px;
  width: 13px;
  height: 13px;
  background: #aaa;
  border-radius: 50%;
  transition:.2s;
  display: block;
}
.checkbox04-input:checked + .checkbox04-parts::before {
  border: 1px solid #5e55cc;
}
.checkbox04-input:checked + .checkbox04-parts::after {
  left: 26px;
  background: #5e55cc;
}
.checkbox02-input:checked + .checkbox02-parts::after{
  width: 2px;
  height: 13px;

}
.checkbox02-input:checked + .checkbox02-parts{
  color: #0071bc;
}
.checkbox02-input{
  display: none;
}
.checkbox02-parts{
  padding-left: 30px;
  position: relative;
}
.checkbox02-parts::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9px;
  left: 14px;
  background: #0071bc;
  transition:width .2s;
  transform: rotate(140deg);
}
.checkbox02-parts::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0px;
  background: #0071bc;
  top: 4px;
  left: 20px;
  transition:width .2s .2s;
  transform: rotate(230deg);
}

.checkbox02-input:checked + .checkbox02-parts::before{
  width: 2px;
  height: 5px;

}
.checkbox02-input:checked + .checkbox02-parts::after{
  width: 2px;
  height: 13px;

}
.checkbox02-input:checked + .checkbox02-parts{
  color: #0071bc;
}
.checkbox03-input{
  display: none;
}
.checkbox03-parts{
  padding-left: 28px;
  position: relative;
  line-height:1;
}
.checkbox03-parts::before{
  content: "";
  position: absolute;
  width: 19px;
  height: 16px;
  top: -1px;
  left: 0px;
  background: #ccc;
  border-radius: 3px;
  border-bottom: 2px solid #aaa;
}
.checkbox03-parts::after{
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: bold;
  position: absolute;
  left: 2px;
  top: -2px;
  color: #e21734;
  text-shadow:0 2px #999;
  transform: scale(0,0);
  display: block;
    font-size: 17px;
}

.checkbox03-input:checked + .checkbox03-parts::after{
  transform: scale(1,1);
  width: 2px;
  height: 5px;
  animation: baunce .3s;  /* スピードなど */
}
@keyframes baunce {
  0%   { transform: scale(1, 1); }
  50%   { transform: scale(1.3, 1.1); }
  100% { transform: scale(1, 1); }
}
.box{
    padding:30px;
margin-bottom:30px;
    border:2px solid #ccc;
}
.box label{
margin-right:20px;
display:inline-block;
margin-bottom:10px;
}
.cp_ipselect {
	overflow: hidden;
	width: 80px;
  height: 40px;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100px;
  height: 50px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
	border-radius: 1px;
	border: 2px solid #413cda;
  border-radius: 10px;
	background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.4em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #413cda;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 8px 38px 8px 8px;
	color: #413cda;
}
}
