@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル : ページ共有のスタイル
+　ファイル名 : ファイルのパスを入れます。(ルート、相対どちらでも)
+　概要 : CSSの用途を説明を入れます。
+　サイト名 : サイトの説明を入れます。
+　URL : http://
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------

    2019/07/18 edited by j.union y-oguchi
    回答完了画面がはみSP対応していないのを修正

 -------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	font-size: 100%;
	*/
	line-height: 1.3;
}

html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.3;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

select {
	margin: 10px;
	padding: 2px;
}

body {
	background: #fff;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

/*
a:link {
	color: #;
}
a:visited {
	color: #;
}
a:hover {
	color: #;
}
a:active {
	color: #;
}
*/


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

#wrap {
	width: 820px;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: left;
}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

h1 {
	margin: 25px auto;
	color: #333;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.ctBox {
	margin-top: 12px;
	padding: 10px;
	background: #fff;
	zoom: 1;
	border-top: 2px solid #999999;
}

.leadBox {
	padding: 10px 0;
	zoom: 1;
}
* html .leadBox {
	margin-bottom: 0px;
}
*:first-child+html .leadBox {
	margin-bottom: 0px;
}

.leadBox .pic {
	float: left;
	margin: 0;
	border: 1px solid #8c2746;
}

.leadBox p {
	margin: 5px 0 15px 130px;
	color: #454545;
}

.ctBox .title {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}
@-moz-document url-prefix() {
.ctBox .title {
	word-break: break-all;
	overflow-wrap: anywhere;
	}
}

.ctBox .title h2 {
	font-size: 130%;
	color:#428bca;
	font-weight: bold;
	line-height: 22px;
}

.ctBox .title p {
	color: #ff0000;
	line-height: 22px;
}

/* 必須回答マークの設定(縦並びのみ) */
.ctBox:not(.column2) .title p.req {
	float: right;
	width: 62px;
	text-align: right;
}

/* タイトル直下のspanタグ(縦並びのみ) */
.ctBox:not(.column2) .title > h2 > span {
	float: left;
	width: 100%;
	margin-right: -62px;
	padding-right: 62px;
	box-sizing: border-box;
  }

.ctBox .title p.small {
	color: #f97979;
	font-size: 85%;
}

.ctBox .color01 {
	color: #fe0000;
	font-weight: bold;
}

.ctBox .color02 {
	color: #1c37dd;
	font-weight: bold;
}

.ctBox .color03 {
	color: #797d94;
	font-weight: bold;
}

.ctBox .color04 {
	color: #cd741d;
	font-weight: bold;
}

.ctBox .color05 {
	color: #bc29c5;
	font-weight: bold;
}

.ctBox .txtBold {
	font-weight: bold;
}

.ctBox .txtLarge {
	font-size: 117%;
}

.ctBox .txtBig {
	font-size: 150%;
	font-weight: bold;
}

.ctBox .txtSmall {
	font-size: 87%;
	font-weight: normal;
}

.ctBox .txtItalic {
	font-style: italic;
}

.ctBox .errBlock {
	margin: 10px 0;
	padding: 9px 30px;
	border: 1px solid #cc0000;
	background: #ffdddd url(/common/newenq/images/icn_err.gif) no-repeat 9px 9px;
	color:#fe0000;
	font-weight: bold;
}

.column2 .errBlock {
	margin: 10px 0 10px 310px;
}

.ctBox .errTxt {
	display: inline-block;
	padding: 1px 5px 0 24px;
	border: 1px solid #cc0000;
	background: #fffddd url(/common/newenq/images/icn_err.gif) no-repeat 4px 2px;
	color:#fe0000;
	font-weight: bold;
	line-height: 20px;
}

.ctBox .spTbl {
	display: none;
}

.ctBox .spTbl select {
	margin: 20px 0;
}

.ctBox table {
	margin-top: 10px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.ctBox table th {
	background: #f8f1eb;
	color: #666666;
}
.ctBox table .thEven {
	background: #ebf6f8;
}

.ctBox table th,
.ctBox table td {
	padding: 7px 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

.ctBox table tr.err th,
.ctBox table tr.err td {
	background: #ffeeee;
}

.ctBox table td {
	background: #ffffff;
}
.ctBox table .tdEven {
	background: #f3f3f3;
}
#wrap .ctBox table th.bgFocus,
#wrap .ctBox table td.bgFocus {
	background-color: #efffd8;
}
#wrap .ctBox table td.bgCheck {
	background-color: #f9c;
}

.ctBox table .mark {
	color: #fe0000;
	font-size: 87%;
}

.ctBox table .radio {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

.ctBox .tblStyle01 th {
	padding: 5px 6px;
	text-align: center;
}

.ctBox .tblStyle01 th .ttl {
	width: 1em;
	margin: 0 auto;
}

.ctBox .tblStyle01 .num {
	padding: 7px;
	white-space: nowrap;
}

.ctBox .tblStyle01 .txt {
	width: 100%;
	line-height:1;
}

.ctBox .tblStyle02 .num {
	padding: 7px 0 7px 7px;
	border-right: none;
}

.ctBox .tblStyle02 th {
	white-space: nowrap;
	vertical-align: bottom;
	text-align: center;
}

.ctBox .tblStyle02 .txt {
	width: 100%;
	line-height:1;
}

.ctBox .tblStyle02 .mtxChkItem {
	text-align: center;
}

.ctBox .tblStyle02 .confirm {
	white-space: nowrap;
}

.ctBox table.tblStyle03 {
	margin-bottom:12px;
}

.ctBox .tblStyle03 th {
	background: #ffffff;
	text-align: center;
}
.ctBox .tblStyle03 .rate span {
	display: inline-block;
}

.ctBox .tblStyle03 .rate input {
	width: 55px;
}

.ctBox .tblStyle03 .rate {
	white-space: nowrap;
	text-align: right;
}

.ctBox .tblStyle03 .txt {
	width: 100%;
}

.ctBox .tblStyle03 .total td {
	background-color: #e8f3f9;
}
.ctBox table.tblStyle03 tr.err td {
	background: #ffeeee;
}

.ctBox .tblStyle03 .total .txt {
	text-align:right;
}

.ctBox .tblStyle03 .total .num {
	border-right: none;
}

.ctBox .tblStyle03 tr.err td.txt div {
	background: url(/common/newenq/images/icn_err.gif) no-repeat right center;
}

.ctBox .tblStyle04 .num {
	padding: 7px 0 7px 7px;
	border-right: none;
}

.ctBox .tblStyle04 th {
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}

.ctBox .tblStyle04 .txt {
	width: 100%;
	line-height:1;
}

.ctBox .tblStyle04 .mtxChkItem {
	text-align: center;
}

.ctBox .tblStyle04 .confirm {
	white-space: nowrap;
}

.column2 .title {
	float: left;
	width: 300px;
	margin-right:30px;
}
.column2 .title h2,
.column2 .title p {
	float: none;
	line-height: inherit;
}

.column2 .tblStyle03 {
}

.ctBox .selectList {
	margin: 13px 22px 8px 20px;
	overflow:hidden;
	zoom: 1;
}

.ctBox .selectList li {
	/*
	display:inline-block; 
	/display:inline; 
	/zoom:1;
	width: 21%;
	margin: 5px 12px 10px 0;
	padding:0;
	vertical-align:top;
	*/
	margin-top: 3px;
	margin-bottom: 7px;
}

.ctBox .selectList input {
	margin: -3px 2px 0 0;
	vertical-align: middle;
}
* html .ctBox .selectList input {
    /*
	margin: -3px -1px 0 -5px;
	*/
    margin: -3px -1px 0 -2px;
}
*:first-child+html .ctBox .selectList input {
    /*
	margin: -3px -1px 0 -5px;
	*/
    margin: -3px -1px 0 -2px;
}

.ctBox .selectList label {
	display: inline;
	word-break: break-all;
	width:-moz-fit-content;
	width:fit-content;
}
.ctBox .selectList li .chkPosition {
	display:flex;
	align-items: flex-start;
}
.ctBox .selectList li .left {
	margin-right: 10px;
	margin-top: 3px;
}
.ctBox .selectList li .right {
	margin-left: 10px;
	margin-top: 3px;
}
.ctBox .selectList li .qOther {
	margin-top: 5px;
}
.ctBox .selectList li .leftOther {
	margin-right: 10px;
}
.ctBox .selectList li .rightOther {
	margin-left: 10px;
}

.ctBox .selRelease {
	margin:12px 0 12px 0;
	text-align: right;
}

.ctBox .checkList {
	margin: 0 0 12px 20px;
	overflow:hidden;
	zoom: 1;
}

.ctBox .checkList ul {
	font-size:0;
}

.ctBox .checkList li {
	display:inline-block; 
	width: 21%;
	margin: 5px 12px 10px 0;
	padding:0;
	vertical-align:top;
}
.ctBox .checkList li label {
	display:inline; 
	word-break: break-all;
	margin-left: 3px;
	width:-moz-fit-content;
	width:fit-content;
}
.ctBox .checkList li .chkPosition {
	display:flex;
	vertical-align: top;
}
.ctBox .checkList li .left {
	margin-left: 10px;
	margin-top: 3px;
}
.ctBox .checkList li .right {
	margin-left: 10px;
	margin-top: 3px;
}
.ctBox .checkList input {
	align-self: flex-start;
	margin-left: 2px;
}
.ctBox .checkList li .qOther {
	word-break: unset;
}
.ctBox .checkList li .leftOther {
	margin-right: 8px;
}
.ctBox .checkList li .rightOther {
	margin-left: 8px;
}

/*
.ctBox .checkList li span {
	position: relative;
	display: inline-block;
	width: 24px;
	margin-left: -24px;
}
.ctBox .checkList li span input {
	vertical-align: middle;
}
 */
 
.ctBox .inputBox {
	margin: 12px 0 0 0;
}

.column2 .inputBox {
	margin: 10px 0 0 310px;
	padding: 0;
}

/* プレビュー表示 */
div.preview {
	text-align:left;
	padding:2px 2px 2px 12px;
	background-color:#cc8686;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	margin:2px 2px 12px 2px ;
	border: 1px solid #191970;
}

div.preview input {
	margin:0px 0px 0px 12px;
}

/* ボタン装飾テスト中 */
.buttonBox {
	margin:0 auto !important;
}

.skip {
	float: left;
}

.errmsg {
	color: #c00;
	font-weight: bold;
}

.errlink {
	padding: 5px;
	border:2px dotted #fff;
}

.selRelease {
	margin:8px 0 10px 0 !important;
	text-align: left;
	text-align: right;
}

.navi {
	margin: 0;
	padding-top: 15px;
}

.btLeft {
	float: left;
	padding-bottom: 10px;
	clear: both;
	text-align: left;
	margin-right:-120px;
}
.btCenter {
	text-align: center;
	padding-bottom: 10px;
}
.gbutton {
	color: #6e6e6e;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 4px 7px;
	margin: 0 5px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #f3f3f3;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.gbutton {
	color: #333;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 4px 7px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #f3f3f3;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 2px solid #999;
}
a.gbutton:hover {
	color: #c00;
	border-color: #eee;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid #fefefe;
}
a.gbutton:active {
	color: #000;
	border-color: #444;
}

.digit {
    text-align: right;
	padding-right:1px;
}
.readonly {
    background-color: #eee;
}
div.alert {
    margin: 1em;
    padding: 0.5em;
    border: 1px solid #ff3333;
    background-color: #ffdddd;
    color: #ff0000;
    font-size: 110%;
    font-weight: bold;
}
div.message {
	text-align:center;
	margin:8px 0px 8px 0px ;
	color:#ff0000;
	font-weight:bold;
}
.branch_child {
    display: none;
}
div.fin_message {
    width: 600px;
    margin: auto;
}

/* 回答完了画面のSP対応 */
@media screen and (max-width: 767px){
    div.fin_message{
        box-sizing: border-box;
        width: 100%;
        padding: 0 1em;
    }
}



.inputBox .send_file {margin:0 0 16px 0;}
.inputBox .send_file_current{margin:0 0 4px 0;font-size:1.2em;}
.inputBox .send_file_select {margin:0 0 0 16px;color:#888;font-size:1em;}

/* --------------------------------------------------------------------------------------
 回答ID・パスワード再発行画面
--------------------------------------------------------------------------------------- */
.issue_text_idpw {
    font-size: 1.4em;
}

.issue_btn_title {
	text-align: center;
	background-color: #444;
	color: #fff;
	margin: 12px 0px 4px 0px;
	padding: 4px;
}

/* --------------------------------------------------------------------------------------
 修正対応
--------------------------------------------------------------------------------------- */

/* --- 2017/02/07 edited -------------------------------- */
  /* bootstrap.min.cssによるa[name]のtext-decorationを解除 */
  a[name]:hover{ /* name要素のみ指定されている場合、文字装飾をしない */
	  text-decoration: none;
	  color: #428bca; /* bootstarp.min.cssに準拠 */
  }
  a[name][href]:hover,
  a[name][href]:focus{ /* nameとhrefが両方とも指定されている場合、文字装飾を行う */
      color: #2a6496; /* bootstarp.min.cssに準拠 */
      text-decoration: underline;
  }
  
/* -------------------------------- 2017/02/07 edited --- */