p#alert{
    //font-size: 1.5em;
    color: #ff0000;
    margin: 20px 10px;
}

.stdmargin{
    margin:20px 10px;
}

input#age{
    width: 50px;
    margin-left: 50px;
}

table.base input[type="text"]{
    margin: 1px 3px;
    width: 100%;
    max-width: 160px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
}

td#houikiTitle{
    padding-right: 50px;
}

td#senkou{
    padding-right: 5px;
}

.smallitemtitle{
    margin-left: 25px; 
}

.smallitemCont {
    margin: 0 0 5px 30px;
    width: 800px;
}

body


/*toukou*/
.touBox {
	padding:20px 0;
}

.touBox h2 {
    font-size: 20px;
}


.touBox p {
	padding-top: 15px;
    font-size: 17px;
    line-height: 1.5em;
}

.touBtn{
	background: #6989d3;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;font-family: HiraKakuPro-W6;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1.34px;
	line-height: 17px;
	padding:20px 0 18px 0px;
	width:500px;
	float:left;
	text-align:center;
	position: relative;
	margin: 20px 0 40px;
}
.touBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 460px;
  margin-top: -4px;
}
.touBtn:hover {
    background: #779fd2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.6s ease;
}

p#sudeni {
    font-weight: bold;
    margin: 0 0 20px 20px;
}

.touBtn  a  {
	font-size:15px;
	color:#fff;
	text-decoration:none;
}


.touBtn1{
	background: #6989d3;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;font-family: HiraKakuPro-W6;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1.34px;
	line-height: 17px;
	padding:20px 0 18px 0px;
	width:400px;
	float:left;
	text-align:center;
	position: relative;
	margin: 20px 0 40px;
}
.touBtn1:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
right: 10px;
  margin-top: -4px;
}
.touBtn1:hover {
    background: #779fd2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.6s ease;
}


.touBtn1  a  {
	font-size:15px;
	color:#fff;
	text-decoration:none;
}


.touBtn2{
	background: #5399d3;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;font-family: HiraKakuPro-W6;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1.34px;
	line-height: 17px;
	padding:20px 0 18px 0px;
	width:310px;
	float:left;
	text-align:center;
	position: relative;
	margin: 20px 0 40px;
}
.touBtn2:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 270px;
  margin-top: -4px;
}

.touBtn2:hover {
    background: #68B7CF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.6s ease;
}


.touBtn2  a  {
	font-size:15px;
	color:#fff;
	text-decoration:none;
}

.touC {
	clear:both;
}


.stdmargin h1 {
	margin: 20px 0 10px;
    font-size: 18px;
}
.stdmargin h2 {
	margin: 12px 0 8px;
    font-size: 18px;
}


.stdmargin h3{
	margin: 8px 0 8px;
    font-size: 18px;
}

.stdmargin td {
    line-height: 1.7em;
}
.stdmargin .mM {
	font-weight:bold;
	padding-left: 10px;
}
.sp01 {
	padding:10px 0;
}

.sp02 {
	padding:30px 0;
	font-size:16px;
}

.sp03 {
	padding:20px 0 3px;
	font-size:16px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.55em;
  cursor: pointer;
  padding-right: 1em;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.10em; height: 1.10em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #6C92C8;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}


input[type="radio"] {
  display: none;
}
input[type="radio"]  + label{
  padding-left: 20px;
  position:relative;
  margin-right: 0px;
}
input[type="radio"]  + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  margin-top: 2px;
}
input[type="radio"]:checked + label{
  color: #6C92C8;
}
input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #6C92C8;
  border-radius: 50%;
  margin-top: 2px;
}

#q3Box input[type="radio"] + label {
	    margin-right: 2px;
}

#q3Box .smallitemCont {
	font-size:14px;
}

.stdmargin textarea {
    width: 550px;
    height: 130px;
}

input#conf {
    width: 220px;
    height: 50px;
	margin: 20px 0 100px;
}

input#conf  {
    padding: 12px 40px 15px ;
    font-size: 1.2em;
    background-color: #5399d3;
    color: #fff;
    border-style: none;
}
input#conf:hover {
	 background-color: #68B7CF;
	  transition : all 0.5s;
}

table#tb_kihon th {
    padding: 0px 20px 0 0;
}

#bBtn{
	display: inline-block;
	width:100px;
	margin: 20px 30px 40px 0;
    padding: 8px 6px;
    font-size: 1.0em;
    background-color: #333;
    color: #fff;
    border-style: none;
    border-radius: 4px;
    text-decoration: none;
	text-align: center;
}
#bBtn:hover {
	 background-color: #666;
	  transition : all 0.5s;
}

input#touroku {
    width: 220px;
    height: 50px;
	margin: 20px 0 30px;
}

input#touroku  {
    padding: 12px 40px 15px ;
    font-size: 1.2em;
    background-color: #5399d3;
    color: #fff;
    border-style: none;
}
input#touroku:hover {
	 background-color: #68B7CF;
	  transition : all 0.5s;
}



#kakunin div{
	padding:10px 0;
}

.fBte{
	font-size: 15px;
	font-weight: bold;
}

p.p11 {
    line-height: 20px;
    font-size: 15px;
}

h3#h3_syarei {
    margin: 10px 0 0 10px;
    font-weight: bold;
    color: #d85b5b;
}
p#p123 {
    margin: 5px 0 0 16px;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 21px;
}

div#d_kojin {
    margin: 25px 0 25px 5px;
}
div#d_kojin h4 {
    margin: 0 0 6px 0;
    padding: 0 0 0 0;
    font-size: 16px;
}
div#d_kojin p {
	margin: 5px 0 5px 0;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 25px;
}
div#d_kojin li {
    font-size: 16px;
    line-height: 24px;
  position: relative;
  padding-left: 11px;
}
 
div#d_kojin li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

p.sp2 {
    font-size: 19px;
    font-weight: bold;
    margin: 30px 0px 30px 0;
}

td.tdc1 {
    padding-right: 10px;
}


h6.tblabel {
    font-weight: normal;
}

span.ib {
    display: inline-block;
}

input#kikkakeOther {
    width: 450px;
}

input#keiiOther {
    width: 350px;
    max-width: 350px;
}
