@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

#contents {
	width:100%;
	margin:0 auto;
}

header {
	width:100%;
}

.inner {
	width:960px;
	margin:0 auto;
}

a {
	color:#000098;
}
a:hover {
	color:#079;
}

img {
	vertical-align:bottom;
}

strong {
	font-weight:bold;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

/*================================================
 *  汎用クラス
 ================================================*/
.pc {
    display: block;
}

.sp {
    display: none;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
}

@media screen and (max-width:500px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
	
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		text-align: center;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
		text-align: center;
	}
	.imgR p {
		text-align: left;
	}
}

.red {
	color:#f00;
}

/* マージン
---------------------------------------------------------------------------- */
.m00 {
  margin: 0px !important;
}

.mauto {
  margin: 0 auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* パディング
---------------------------------------------------------------------------- */
.pd00 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
header h1 {
	margin: 0;
}
header h1 img {
	width: 100%;
}

/*================================================
 *  メイン
 ================================================*/
.manual {
	margin-bottom: 3em;
}
.manual p.report {
	margin: 0 0 1em;
	font-size: 18px;
	font-weight:bold;
}
.manual p {
	margin: 0 0 1em;
	font-size: 16px;
}

.ichiran {
	margin: 0;
	text-align: right;
}

.create {
	margin: 0;
	padding: 0;
}
.create h2 {
	margin: 0;
	padding: 0;
}
.create h2 img {
	width: 100%;
}

.answer {
	margin: 0 0 2em;
	text-align: center;
}

.question {
	margin: 0 0 2em;
}

/* 以下の質問にお答え下さい。1～5 */

.form_selected {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	border: 1px solid #cc6;
	margin-top: -1px;
	margin-bottom: 0.5em;
}
.form_selected tr th {
	vertical-align: middle;
	border: 1px solid #cc6;
}
.form_selected tr th.form_selected-number {
	width: 50px;
	font-weight:bold;
	color: #fff;
	background: #093;
}
.form_selected tr th.form_selected-ttl {
	text-align: left;
	padding-left: 15px;
}
.form_selected tr td {
	border: 1px solid #cc6;
	padding: 20px 15px;
}
.form_selected tr td p label input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: checkbox;
	appearance: checkbox;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: none;
	background: url(../img/service/icn_check.png) left center no-repeat;
	margin: -4px 6px 0 0;
	margin-right: 6px;
}
.form_selected tr td p label input[type="checkbox"]:checked {
	background: url(../img/service/icn_check_on.png) left center no-repeat;
}

/* 以下の質問にお答え下さい。6～20 */

.yes_no {
	width: 100%;
	border: none;
	margin-bottom: 0;
}
.yes_no tr th {
	padding: 10px;
	border: none;
}
.yes_no tr td {
	width: 82px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: none;
}

.form_questionary {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	border: 1px solid #cc6;
	margin-top: -1px;
	margin-bottom: 1em;
}
.form_questionary tr th {
	vertical-align: middle;
	border: 1px solid #cc6;
}
.form_questionary tr th.form_questionary-number {
	width: 50px;
	font-weight:bold;
	color: #fff;
	background: #093;
}
.form_questionary tr th.form_questionary-ttl {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.form_questionary tr td {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cc6;
	padding: 10px;
}
.form_questionary tr td.yes {
	background: #fc6;
}
.form_questionary tr td.no {
	background: #ffc;
}
.form_questionary tr td p {
	text-align: center;
	display: inline-block;
}
.form_questionary tr td p + p {
	margin-left: 15px;
}
.form_questionary tr td p input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
	width: 20px;
	height: 20px;
	background: url(../img/service/icn_check.png) center center no-repeat;
}
.form_questionary tr td p input[type="radio"]:checked {
	background: url(../img/service/icn_check_on.png) center center no-repeat;
}

:root .form_questionary tr td p input[type="radio"] {
	background: none\0;
}

/* 企業情報入力項目 */
.company {
	margin: 0 0 2em;
}
.company h2 {
	padding: 0.75em;
	font-size: 20px;
	font-weight:bold;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcdcdc+0,f6f6f6+100 */
	background: linear-gradient(to bottom,  rgba(220,220,220,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: solid 3px #516ab6;
}

/* 貴社労士事務所情報入力項目 */
.office {
	margin: 0 0 2em;
}
.office h2 {
	padding: 0.75em;
	font-size: 20px;
	font-weight:bold;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcdcdc+0,f6f6f6+100 */
	background: linear-gradient(to bottom,  rgba(220,220,220,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: solid 3px #516ab6;
}

.text_center {
	text-align: center;
}

.form_enter {
	width: 100%;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 2em;
}
.form_enter tr th {
	width: 200px;
	color: #000098;
	text-align: left;
	border: 1px solid #cc6;
	border-right: none;
	border-left: none;
	padding: 20px 35px 20px 20px;
}
.form_enter tr td {
	width: 760px;
	border: 1px solid #cc6;
	border-right: none;
	border-left: none;
	padding: 25px 25px 25px 0;
}
.form_enter tr td p {
	border-left: 1px solid #cc6;
	padding-left: 20px;
}
.form_enter tr td p label {
	vertical-align: middle;
	display: inline-block;
}
.form_enter tr td p label span {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.form_enter tr td p input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
	width: 20px;
	height: 20px;
	background: url(../img/service/icn_check.png) center center no-repeat;
	margin: -4px 0 0;
}
.form_enter tr td p input[type="radio"]:checked {
	background: url(../img/service/icn_check_on.png) center center no-repeat;
}
.form_enter tr td p input[type="text"],
.form_enter tr td p input[type="email"] {
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	border: 1px solid #cc6;
	border-radius: 5px;
	padding: 9px 0 8px 15px;
}

:root .form_enter tr td p input[type="checkbox"] {
	background: none\0;
}

select {
	padding: 8px;
	font-size: 16px;
}

.result_btn {
	margin-bottom: 5em;
	text-align: center;
}

/* ボタンリセット */
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input#submit_btn {
	display:inline-block;
	padding:15px 80px;
	font-size: 18px;
	font-weight: bold;
	color:#000098;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #000098;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#submit_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#000098;
	transition:all 0.2s ease 0s;
}

input#reset_btn {
	display:inline-block;
	padding:15px 80px;
	font-size: 18px;
	font-weight: bold;
	color:#000098;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #000098;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#reset_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#000098;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	width: 100%;
	margin: 0 auto 3em;
	text-align:center;
}

.footerInner {
	width: 100%;
	display:block;
	margin: 0;
	padding: 0;
	text-align:center;
}
.footerInner img {
	margin: 0 0 0 12px;
	padding: 0;
	vertical-align:-50%;
}

/*================================================
 *  タブレット/スマートフォン
 ================================================*/
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#contents {
		width:100%;
	}
	
	.inner {
		width:100%;
	}

	header {
		width:100%;
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
	
	.footerInner {
		width:100%;
	}
}

@media screen and (max-width:500px) {
	body {
		font-size: 14px;
	}

	header {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	header h1 {
		margin-bottom: 0;
		font-size: 24px;
	
	}

	.ichiran {
		margin: 0;
		text-align: center;
	}
	
	.form_selected {
		font-size: 14px;
		border-top: 1px solid #cc6;
	}
	.form_selected tr th {
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	.form_selected tr th.form_selected-number {
		box-sizing:border-box;
		width:100%;
		padding-top: 5px;
		padding-left: 15px;
		padding-bottom: 5px;
		border-top: none;
	}
	.form_selected tr th.form_selected-ttl {
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.form_selected tr td {
		padding: 15px;
	}
	
	.yes_no tr th {
		width: 80%;
	}
	.yes_no tr td {
		width: 10%;
	}
	
	p.questionary {
		font-size: 16px;
	}
	
	.form_questionary {
		font-size: 14px;
	}
	
	.form_questionary tr th.form_questionary-ttl {
		text-align: left;
		padding: 10px;
	}
	.form_questionary tr th {
		width: 56%;
	}
	.form_questionary tr th.form_questionary-number {
		width: 10%;
	}
	.form_questionary tr td {
		width: 17%;
	}

	.form_enter {
		font-size: 14px;
	}
	.form_enter tr th {
		width: auto;
		padding: 10px;
	}
	.form_enter tr td {
		width: auto;
		padding: 10px 10px 10px 0;
	}
	.form_enter tr td p input[type="text"],
	.form_enter tr td p input[type="email"] {
		border-radius: 5px;
		padding: 6px 0 6px 6px;
	}
	.form_enter tr td p input[type="radio"] {
		width: 18px;
		height: 18px;
		margin: -3px 0 0;
	}

	.footerInner {
		width:100%;
	}
	
	footer table.first {
		width:auto;
		margin: 0 auto;
	}
	footer table.first th {
		width:150px;
		padding:0;
	}
	footer table.second {
		width:auto;
		margin: 0 auto;
	}
	footer table.second td.text {
		width:auto;
		padding:0 5px 0 0;
	}
	footer table.second td.logo {
		width: 200px;
		padding:0;
		text-align:center;
		vertical-align:middle;
		border: none;
	}
	
	input#submit_btn {
		padding:15px 50px;
		font-size: 16px;
	}
	
	input#reset_btn {
		padding:15px 50px;
		font-size: 16px;
	}
	
    .table_sp { margin: 0 0 20px; }
    .table_sp th,
    .table_sp td{
        width: auto;
        display: block;
        border: none;
    }
    .table_sp th {
		border-top: 1px #cc6 solid;
		border-bottom: 0;
	}
    .table_sp td {
		border-top: 1px #cc6 solid;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
	}
    .table_sp tr:first-child th {
		border-top: none;
	}
}

@media screen and (min-width: 500px){
    .br-sp {display: none; }
}

