
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 22px;
}
/* ----------------------------------------------------------
全体
---------------------------------------------------------- */
#main_cont {
	width: 100%; max-width: 600px;
	padding: 4px;
	margin: 10px auto;
	box-sizing: border-box;
	border: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}
/* ----------------------------------------------------------
タイトル
---------------------------------------------------------- */
h1 {
	font-size: 32px;
	font-weight: normal;
	color: #0066ff;
}
/* ----------------------------------------------------------
タイトル下のコメント
---------------------------------------------------------- */
#comm {
	font-weight: normal;
	font-size: 18px;
}
/* ----------------------------------------------------------
カウント　9/23みたいな
---------------------------------------------------------- */
#q_count {
	color: #1169cb;
	margin: 5px;
	padding:5px;
}
#result_msg {
	border: 1px solid #1169cb;
	width: 90%;
	padding: 10px;
	margin: 20px auto;
	background-color: #fff;
}
/* ----------------------------------------------------------
リスト
---------------------------------------------------------- */
ul {
	list-style: none;
	margin: 4px auto;
	border: 1px solid #1169cb;
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
}
li {
	text-align: left;
	font-size: 16px;
}
/* ----------------------------------------------------------
チェックボックス
---------------------------------------------------------- */

ul,li {
	margin: 0;
	padding: 0;
  }
   
  ul {
	list-style: none;
  }
   
  ul.keep {
	width: 100%; max-width: 590px;				/* 質問欄の幅 */
	margin: 0 0 15px;
	padding: 15px 0 10px 5px;
	border: 1px solid #1169cb;
	background: #fff;
  }
   
  ul.keep li {
	float: left;
	width: 100%; max-width: 580px;				/* 質問欄の文字の幅 */
	margin: 0 0 15px 0;
  }
   
  ul.keep input {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
  }
   
  ul.keep span {
	display: block;
	overflow: hidden; /* モダンブラウザ用 */
	padding: 0 10px;
	zoom: 1; /* IE6用 */
  }
   
  /* クリアフィックス */
  .clearfix:after {
	content: "";
	display: block;
	clear: both;
  }
   
  .clearfix {
	overflow: hidden;
	zoom: 1;
  }
  

/* 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.95em;
  cursor: pointer;
}
*/

/* checkbox aspect */
/*
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.15em; height: 1.15em;
  border: 2px 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: #1169cb;
  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 solid #1169cb;
}
*/

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

*/

/* ----------------------------------------------------------
ボタン
---------------------------------------------------------- */
.button_div {
	font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	padding-top: 10px;
	margin: 20px;
  }

.btn-border {
display: inline-block;
max-width: 180px;
text-align: left;
border: 2px solid #1169cb;
font-size: 16px;
color: #1169cb;
text-decoration: none;
font-weight: bold;
padding: 8px 16px;
border-radius: 4px;
transition: .4s;
}

.btn-border:hover {
background-color: #1169cb;
border-color: #2b95ff;
color: #FFF;
}
  
/* ----------------------------------------------------------
メールへのボタン
---------------------------------------------------------- */
.btn-result {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #1169cb;
  border: solid 2px #1169cb;
  border-radius: 3px;
  transition: .4s;
}

.btn-result:hover {
  background: #1169cb;
  color: white;
}

/* ----------------------------------------------------------
文字サイズの指定
---------------------------------------------------------- */
p.font-p1 {font-size: 26px;line-height: 80%;color: #0066ff;font-weight: bolder; }
p.font-p2 {font-size: 20px;line-height: 120%;color: #0066ff;font-weight: bolder; }
p.font-p3 {font-size: 16px;line-height: 120%; }
p.font-p4 {font-size: 18px;line-height: 120%; }
p.font-p5 {font-size: 16px;line-height: 160%; }
p.font-p6 {font-size: 18px;line-height: 100%; }
