@charset "utf-8";

/*基本*/

/*カラー
#1a1a1a（黒）
#ffbb00（オレンジ薄い）
#f7931e（オレンジ濃い）
#ffff99（黄）
#ffefc2（薄）
#333333（灰）
#999999（灰）
#cccccc（灰）
#e0e0e0（灰）
#f8f8f8（灰）
#ffffff（白）
#cc0000（赤）
*/

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, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	width: 100%;
	height:100%;
	box-sizing: border-box; 
}

/*基本サイズ*/

body {
	position: static;
	color: #333333;
	background-color: #ffffff;
	box-sizing: border-box; 
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*コンテンツ*/
.content{
	box-sizing: border-box;
	background: #ffffff;
}

.content_login{
}

/*カラム*/

#column01{
	position:relative;
	box-sizing: border-box;
	background-image: url(../img/bg.jpg);
	background-color:#f7f2f0;
	background-position: center center;
	background-size: cover;
}

#column02{
	position:relative;
	box-sizing: border-box;
	background: #ffffff;
}

#column03{
	position:relative;
	box-sizing: border-box;
	background: #ffffff;
}

#column04{
	position:relative;
	box-sizing: border-box;
	background: #ffffff;
}


/*ヘッダー*/
header{
	box-sizing: border-box; 
	background: #1a1a1a;
	position: relative;
}
.h_logo{
	float:left;
}
.account{
	color:#cccccc;
	position: absolute;
	display:block;
	text-align:right;
}
.account span{
}


/*フッター*/

footer{
	box-sizing: border-box; 
	background: #1a1a1a;
	position: relative;
	width:100%;
	height:20px;
	padding:1px;
	text-align:right;
	margin:0px 0px 0px 0px ;
}

.footer_login{
}
.f_cp{
	color:#cccccc;
}

/*ボタン*/

a.btn {
  -webkit-transition: all 1s cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 1s cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 1s cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 1s cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 1s cubic-bezier(0.390, 0.500, 0.150, 1.360);
  text-decoration: none;
  text-align:center;
  display: inline-block;
  cursor: pointer;
}

.btn_ll {
	box-sizing: border-box;
}

.btn_l {
	box-sizing: border-box;
}

.btn_m {
	box-sizing: border-box;
}

.btn_s {
	box-sizing: border-box;
}

.btn_ss {
	box-sizing: border-box;
}

a.btn_1 {
  color:#ffffff;
  box-shadow:#f7931e 0 0px 0px 2px inset;
  background:#ffbb00;
}
a.btn_1:hover {
  color: #ffffff;
  box-shadow:#f7931e 0 0px 0px 40px inset;
}

a.btn_2 {
  color:#ffbb00;
  box-shadow:#ffbb00 0 0px 0px 2px inset;
  background:#ffffff;
}
a.btn_2:hover {
  color: #ffffff;
  box-shadow:#ffbb00 0 0px 0px 40px inset;
}

a.btn_3 {
  color:#f7931e;
  box-shadow:#f7931e 0 0px 0px 2px inset;
  background:#ffffff;
}
a.btn_3:hover {
  color: #ffffff;
  box-shadow:#f7931e 0 0px 0px 40px inset;
}

a.btn_4 {
  color:#ffffff;
  box-shadow:#f8f8f8 0 0px 0px 2px inset;
  background:#cccccc;
}
a.btn_4:hover {
  color: #999999;
  box-shadow:#f8f8f8 0 0px 0px 40px inset;
}

a.btn_5 {
  color:#999999;
  box-shadow:#cccccc 0 0px 0px 2px inset;
  background:#ffffff;
}
a.btn_5:hover {
  color: #ffffff;
  box-shadow:#cccccc 0 0px 0px 40px inset;
}

a.btn_6 {
  color:#cccccc;
  box-shadow:#cccccc 0 0px 0px 2px inset;
  background:#1a1a1a;
}
a.btn_6:hover {
  color: #1a1a1a;
  box-shadow:#cccccc 0 0px 0px 40px inset;
}

a.btn_7 {
  color:#ffffff;
  box-shadow:#ffbb00 0 0px 0px 2px inset;
  background:#ffbb00;
}
a.btn_7:hover {
  color: #ffffff;
  box-shadow:#ffbb00 0 0px 0px 40px inset;
}

.lov{
	color:#f7931e;
}
.lov:hover {
	opacity:0.5;
}

.lov2{
	transition: 0.5s;
	text-decoration:none;
}
.lov2:hover {
	transform: scale(1.2);
}

.lov3{
	color:#ffffff;
	text-decoration:none;
	white-space:nowrap;
	width:auto;
	background-color:#f7931e;
	border-radius:2px;
	padding:0.3em 0.6em 0.2em 0.6em ;
	margin:0.3em;
	line-height:1.6em;
	display:inline-block;
	min-width:130px;
	text-align:center;
}
.lov3:hover {
	color:#ffffff;
	background-color:#f7931e;
}
.lov4{
	color:#999999;
}
.lov4:hover {
	opacity:0.5;
}

.lov5{
	display:inline-block;
	box-sizing: border-box;
	text-decoration:none;
	background:#f7931e;
	color:#ffffff;
  padding:2px 4px 1px 4px ;
  margin:0 5px 2px 5px ;
  border-radius: 3px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align:center;
  white-space: nowrap;
}
	
.lov5:hover {
	opacity:0.5;
}



/*フォントサイズ*/
.font_ll{
	font-size:24px;
	line-height:1.3em;
}
.font_l{
	font-size:18px;
	line-height:1.3em;
}
.font_m{
	font-size:14px;
	line-height:1.3em;
}
.font_s{
	font-size:13px;/*12px*/
	line-height:1.3em;
}
.font_ss{
	font-size:13px;/*10px*/
	line-height:1.3em;
}


/*スクロールバー*/
scrollbar {
  width: 8px;
  height: 8px;
  font-size:12px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #cccccc;
}

/* 検索切替 */

#ran_on:checked ~ div.qastyle_r {
	display:block;
}
#ran_on:checked ~ div.qastyle_s {
	display:none;
}

#ran_off:checked ~ div.qastyle_s {
	display:block;
}
#ran_off:checked ~ div.qastyle_r {
	display:none;
}


/*選択肢*/

.select_txt {
	box-sizing: border-box;
	width: 100%;
  background:#f8f8f8;
  margin:20px auto 20px auto ;
  padding:8px ;
  position: relative;
  border-radius: 3px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align:center;
  word-break: break-all;
}
.select_txt:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f8f8f8;
}

/*セレクト*/

.ran_select {
	overflow: hidden;
	width:100%;
	margin: 0px auto 3px auto;
	text-align: center;
	color:#666666;
}
.ran_select select {
	width:100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:14px;
}
.ran_select select::-ms-expand {
    display: none;
}
.ran_select.ran_s {
	box-sizing: border-box; 
	position: relative;
	border-radius: 3px;
	border: 2px solid #cccccc;
	background: #ffffff;
}
.ran_select.ran_s::before {
	position: absolute;
	top:0.8em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #999999;
	pointer-events: none;
}
.ran_select.ran_s select {
	padding: 4px 30px 4px 4px;
}

.ran_select.ran_s:hover {
	border: 2px solid #f7931e;
}

/*--対応文--*/
.response_a{
  width: 100%;
  border-width:1px 1px 0px 1px ;
  border-style:solid;
  border-color:#cccccc;
  background-color:#ffffff;
  border-radius: 4px 4px 0px 0px;
  margin: 3px 0px 0px 0px ;
  padding: 10px ;
  box-sizing: border-box;
  font-size:14px;
  word-break: break-all ;
}
.response_b{
  width: 100%;
  border-width:0px 1px 1px 1px ;
  border-style:solid;
  border-color:#cccccc;
  background-color:#e0e0e0;
  border-radius: 0px 0px 4px 4px;
  margin: 0px 0px 3px 0px ;
  padding:10px ;
  box-sizing: border-box;
  font-size:14px;
  word-break: break-all ;
}

/*--テキストエリア（お問い合わせ文）--*/
textarea.ta_01[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.ta_01[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}


/*--テキストエリア（問合せ）--*/
textarea.ta_02[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.ta_02[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}



/*--テキストエリア（対応文）--*/
textarea.ta_03[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.ta_03[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}

/*--テキストエリア（編集スペース）--*/
textarea.ta_04[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.ta_04[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}



/*--テキストエリア（付箋）--*/
textarea.ta_note[type="text"] {
  width: 100%;
  height:80px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.ta_note[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}

/*--テキストエリア（編集）--*/
textarea.ta_02[type="text"] {
  width: 100%;
  height:260px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.ta_02[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}



/*--テキストフィールド--*/

input[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}

.inputWithIcon input[type="text"] {
  padding-left: 30px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 2px;
  padding: 9px 4px;
  color: #cccccc;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
  color:#f7931e;
}

/*--プレースホルダー--*/

::placeholder {
  color: #cccccc;
}
::-ms-input-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}


/* 削除ボタン */
.delete_btn{
	text-align:center;
	margin-top:20px;
}

/* ラジオボタン */
input[type=radio] {
    display: none;
}
.radio_a {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio_a::before {
    background: #fffffff;
    border: 1px solid #f7931e;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio_a::after {
    background: #ffbb00;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .radio_a::after {
    opacity: 1;
}


/*--タイトル--*/
.ran_h1 {
  background: linear-gradient(#FEFEFE, #F3F5F5);
  background: -o-linear-gradient(#FEFEFE, #F3F5F5);
  background: -ms-linear-gradient(#FEFEFE, #F3F5F5);
  background: -moz-linear-gradient(#FEFEFE, #F3F5F5);
  background: -webkit-linear-gradient(#FEFEFE, #F3F5F5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F5F5), color-stop(0.00, #FEFEFE));
  border: 1px solid #bbb;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0 0 7px;
  padding: 8px 10px 8px 26px;
  position: relative;
  width: 100%;
  color: #1a1a1a;
}
.ran_h1:before {
  background-color: #f7931e;
  border-radius: 3px;
  content: " ";
  display: inline-block;
  height: 60%;
  left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 20%;
  width: 6px;
  color: #1a1a1a;
}
.ran_h2 {
  background: linear-gradient(#F3F5F5, #ffffff);
  background: -o-linear-gradient(#F3F5F5, #ffffff);
  background: -ms-linear-gradient(#F3F5F5, #ffffff);
  background: -moz-linear-gradient(#F3F5F5, #ffffff);
  background: -webkit-linear-gradient(#F3F5F5, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #F3F5F5));
  border-bottom: 2px solid #f7931e;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 7px 0 5px 10px;
  color: #1a1a1a;
}
.ran_h3 {
  border-bottom: 2px solid #cccccc;
  font-size: 18px;
  margin: 0 0 20px;
  padding-bottom: 5px;
  color: #1a1a1a;
}
.ran_h4 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #1a1a1a;
}
.ran_h4:before {
  background-color: #f7931e;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right:  8px;
  vertical-align: middle;
  width: 4px;
  color: #1a1a1a;
}

/*--バルーンA--*/

.balloon_a {
	box-sizing: border-box; 
	width:100%;
	height: auto;
  position: relative;
  display: inline-block;
  margin: 10px 0 5px 0 ;
  padding: 10px;
  background: #ffff99;
  border-radius: 3px;
}

.balloon_a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #ffff99;
}

.balloon_a p {
	color:#f7931e;
	font-weight:bold;
}

/*--バルーンB--*/

.balloon_b {
	box-sizing: border-box; 
	width:100%;
	height: auto;
  position: relative;
  display: inline-block;
  margin: 10px 0 5px 0 ;
  padding: 10px;
  background: #ffff99;
  border-radius: 3px;
}

.balloon_b:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #ffff99;
}

.balloon_b p {
	color:#f7931e;
	font-weight:bold;
}

/*--線--*/

hr.hr_g1 {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #cccccc;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
   margin:0.1em 0;
}

/*--キャラクター--*/
.chara_img{
	box-sizing: border-box; 
	width:50%;
	padding:3px;
	float:left;
}

/*--マイク--*/
.mic_img{
	box-sizing: border-box; 
	width:50%;
	padding:3px;
	float:left;
}



/*--グラフ--*/
.rc_auto {
	position: relative;
	width:50%;
	margin:0 auto 0 auto;
	box-sizing: border-box;
   color:#ffbb00;
}
.rc_auto p {
   position: absolute;
   top: 0;
   left: 0;
   margin: auto;
   right: 0;
   margin: auto;
   text-align: center;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%); 
   font-size:24px;
   line-height:24px;
}
.rc_auto span {
   font-size:10px;
   line-height:10px;
}

/* Q切替 */
.q_kirikae{
	box-sizing: border-box;
	white-space:nowrap;
}

.qaview{
	color:#999999;
}


/*--ツールチップ--*/

.tooltip {
	z-index:1000;
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
  color:#666666;
}
.tooltip-text {
	box-sizing: border-box; 
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  display: inline-block;
  padding: 10px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 12px; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: rgba(0,0,0,0.8); /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 2px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
  transform: rotateX( -180deg ) ;
}
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: rotateX( 0deg ) ;
}

/* TOPへ戻る */
#page-top {
width:60px;
height:30px;
border-radius:30px 30px 0 0;
text-align:center;
background:#1a1a1a;
position:fixed;
right: 5px;
bottom:0px;
display:block;
z-index:9999;
text-decoration:none;
}
#page-top i{
	font-size:24px;
	line-height:30px;
	color:#ffffff;
}


/* Qの分割 */
.q_divide{
	margin:10px 0 0 0;
	box-sizing: border-box;
	width:100%;
	height: auto;
  padding: 8px 8px;
  background: #ffffff;
	border:2px solid #f8f8f8;
  border-radius: 3px;
}

ul.qd_ul{
	list-style-type: decimal;
	box-sizing: border-box;
	counter-reset: my-counter;
	list-style: none;
}
.q_divide li {
  padding-left: 22px;
  position: relative;
}
.q_divide li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f7931e;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.qd_ul li{
	margin:5px 0 0 0;
}
.qd_li_select a{
	background-color: #ffff99;
	color:#f7931e;
	text-decoration: #f7931e underline;
	text-decoration-thickness: 2px;
	padding:0 5px 0 0;
}

.qd_li_select a:hover {
	opacity:0.5;
}
.qd_li_on a{
	background-color:#ffff99;
	color:#f7931e;
	text-decoration:none;
	padding:0 5px 0 0;
}
.qd_li_on a:hover {
	opacity:0.5;
}
.qd_li_off a{
	color:#999999;
	pointer-events:none; 
	text-decoration:none;
}



/* 候補　*/
.cate{
	position:relative;
	box-sizing: border-box;
	text-align:left;
	background-color: #f8f8f8;
	border:2px solid #ffbb00;
	border-radius: 2px;
	padding:7px 5px 12px 8px ;
	margin-top:8px;
	}
.cate:hover {
	background-color:#ffefc2;
	border:2px solid #ffbb00;
	text-align:left;
}
.cate a{
	box-sizing: border-box;
	color:#1a1a1a;
	text-decoration:none;
	margin:-9px 0 -7px 0px;
	width: -webkit-calc(100% - 30px) ;
	width: calc(100% - 30px) ;
	min-height:45px;
	padding:9px 0 0px 0 ;
    display: -webkit-box;
}

.cate .check_a{
	position:absolute;
	top:9px;
	left:0;
	width:20px;
}
.cate i{
	position:absolute;
	color:#1a1a1a;
	bottom:1px;
	right:0;
	font-size:22px;
	width:22px;
	cursor: pointer;
}
.cate i:hover{
	opacity:0.5;
}

.cate_area{
	box-sizing: border-box;
	background-color:#f8f8f8;
	width:100%;
	padding:10px ;
	display:none;
}

.cate_on{
	background-color:#ffff99;
	text-decoration: underline;
}


/* 付箋　*/
.fusen_box{
	float:left;
	width:33.3%;
	box-sizing: border-box;
	padding:0 0 8px 8px;
}

.fusen{
	display:block;
	height:48px;
	padding:5px;
	box-sizing: border-box;
	text-decoration:none;
	background-color: #f8f8f8;
	border:2px solid #ffbb00;
	color:#1a1a1a;
	border-radius: 2px;
}

.fusen:hover {
	opacity:0.5;
}

.fusen p{
	box-sizing: border-box;
	width:100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fusen span{
	display:inline;
	box-sizing: border-box;
	width:100%;
	font-size:12px;
	text-align:right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.my_fusen{
	background-color: #ffefc2!important;
	border:2px solid #ffbb00!important;
}


/* 付箋ポップアップ */
.fs_inp{
	margin:0;
	box-sizing: border-box;
	width:100%;
	height: auto;
  padding: 8px 8px;
  background: #ffffff;
	border:2px solid #cccccc;
  border-radius: 3px;
  word-break: break-all ;
}
.fs_name{
	text-align:right;
	margin-top:5px;
}



/*--テキストエリア（お問い合わせ文）--*/
textarea.fs_ta[type="text"] {
	margin:0;
	box-sizing: border-box;
	width:100%;
	height:100px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}
textarea.fs_ta[type="text"]:focus {
  border-color: #f7931e;
  box-shadow: 0 0 8px 0 #f7931e;
}


/* 候補選択　*/
.cate_select{
	background-color: #ffefc2!important;
	border:2px solid #f7931e!important;
}
.cate_select a{
	color:1a1a1a!important;
}
.cate_select span{
	color:#1a1a1a!important;
}
.cate_select i{
	color:#1a1a1a!important;
}


/* 適合率*/

.i_rate{
	position:absolute;
	display:block;
	color:#1f1f1f;
	top:3px;
	right:2px;
	font-size:12px;
	width: auto;
	cursor: pointer;
}

/* 付箋削除 */
.note_delete{
	display:block;
	color:#999999;
	position:absolute;
	bottom:0px;
	right:0px;
}

.note_delete i:hover{
	opacity:0.5;
}

/* 付箋添付 */
.note_paperclip{
	display:block;
	color:#f7931e;
	position:absolute;
	bottom:0px;
	left:0px;
}

.note_paperclip i:hover{
	opacity:0.5;
}


/* 付箋添付 */
.note_paperclip{
	display:block;
	color:#f7931e;
	position:absolute;
	bottom:1px;
	left:0px;
}

.note_paperclip i:hover{
	opacity:0.5;
}

/* 付箋リンク */
.note_link{
	display:block;
	color:#f7931e;
	position:absolute;
	bottom:0px;
	left:17px;
}

.note_link i:hover{
	opacity:0.5;
}

/* 付箋インプット */
.note_file{
	width: calc(100% - 32px)!important;
	font-size:10px;
}
.note_url{
	width: calc(50% - 19px)!important;
	font-size:10px;
}

/* Qボックス */
.q_box{
	position:relative;
	box-sizing: border-box;
	display:block;
	color: #f7931e;
	text-decoration: none;
	background-color: #ffffff;
	border:2px solid #f7931e;
	border-radius: 2px;
	padding:7px 5px 5px 8px ;
	margin-top:8px;
}
.q_box:hover {
	background-color: #f8f8f8;
}
.q_box p{
	display:inline;
	float:left;
}
.q_box span{
	display:inline;
	float: right;
}



/* さらにボタン */
.more_btn {
	display:inline-block;
	margin:20px auto 0px auto;
	text-decoration:none;
	font-size:14px;
	color:#f7931e;
}
.more_btn:hover {
	color:#f7931e;
}


/* ブックマーク　チェックボックス */
.bm_check {
	margin-top:8px;
  cursor: pointer;
  float:left;
}
.bm_check input {
  display: none;
}
.bm_check input + .text:before {
  font-family: "FontAwesome";
  content: "\f08a";
  color:#f7931e;
}
.bm_check input:checked + .text:before {
  font-family: "FontAwesome";
  content: "\f004";
}

.bm_check input + .text {
	transition: 0.5s;
	text-decoration:none;
}
.bm_check input + .text:hover{
	transform: scale(1.2);
}


/* いいね　チェックボックス */
.gd_check {
	margin-top:8px;
  cursor: pointer;
  float:left;
}
.gd_check input {
  display: none;
}
.gd_check input + .text:before {
  font-family: "FontAwesome";
  content: "\f087";
  color:#f7931e;
}
.gd_check input:checked + .text:before {
  font-family: "FontAwesome";
  content: "\f164";
}

.gd_check input + .text {
	transition: 0.5s;
	text-decoration:none;
}
.gd_check input + .text:hover{
	transform: scale(1.2);
}

.bm_turn{
	width:18px;
	color:#f7931e;
	pointer-events: none;
}

/* 対応文データ */
.res_data{
	float:right;
	margin-top:9px;
}
.res_btn{
	float:right;
}

/* オープン　チェックボックス */
.op_check {
  cursor: pointer;
}
.op_check input {
  display: none;
}
.op_check input + .text:before {
  font-family: "FontAwesome";
  content: "\f147";
  color:#ffbb00;
}
.op_check input:checked + .text:before {
  font-family: "FontAwesome";
  content: "\f196";
}

.op_check input + .text {
	transition: 0.5s;
	text-decoration:none;
}
.op_check input + .text:hover{
	transform: scale(1.2);
}

.op_turn{
	width:18px;
	color:#ffbb00;
	pointer-events: none;
}

/* 再生停止　チェックボックス */
.pt_check {
  cursor: pointer;
}
.pt_check input {
  display: none;
}
.pt_check input + .text:before {
  font-family: "FontAwesome";
  content: "\f144";
  color:#f7931e;
}
.pt_check input:checked + .text:before {
  font-family: "FontAwesome";
  content: "\f28d";
}

.pt_check input + .text {
	transition: 0.5s;
	text-decoration:none;
}
.pt_check input + .text:hover{
	transform: scale(1.2);
}

.pt_turn{
	color:#f7931e;
	pointer-events: none;
}

/* Qボタン　チェックボックス */
input[type=checkbox] {
    display: none;
}
.check_a {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 28px;
    position: relative;
    width: auto;
}
.check_a::before {
    background: #ffffff;
    border: 1px solid #f7931e;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.check_a::after {
    border-right: 3px solid #ffbb00;
    border-bottom: 3px solid #ffbb00;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .check_a::after {
    opacity: 1;
}

/* ANSWER */
.answer_box{
	width:100%;
	height:auto;
	position:relative;
	box-sizing: border-box;
}
.answer_ttl{
	position:relative;
	box-sizing: border-box;
	display:block;
	color:#f7931e;
	text-decoration: none;
	background-color: #ffffff;
	border:2px solid #f7931e;
	border-radius: 2px;
	padding:7px 5px 5px 8px ;
	margin:8px 0px 15px 0px ;
}
.answer_ttl p{
	display:inline;
	float:left;
}
.answer_ttl span{
	display:inline;
	float: right;
}
.comment_box{
	position:relative;
	box-sizing: border-box;
	display:block;
	text-decoration: none;
	background-color: #ffffff;
	border:2px solid #cccccc;
	border-radius: 2px;
	padding:18px ;
	margin:8px 0px 15px 0px ;
}

/*　YouTubeレスポンシブ設定　*/
.movie-wrap {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.af_youtube{
	float: none;
}


/*　画像配置　*/
.af_img{
	float: none;
}


/*　管理メモ　*/

.admin_memo_ttl{
	box-sizing: border-box;
	width: 100%;
	color:#ffffff;
	text-align:center;
  background:#cccccc;
  margin:20px auto 0px auto ;
  padding:6px 6px 2px 6px ;
  position: relative;
  border-radius: 3px 3px 0px 0px ; 
  -webkit-border-radius: 3px 3px 0px 0px ;
  -moz-border-radius: 3px 3px 0px 0px ;
  word-break: break-all;
}

.admin_memo{
	box-sizing: border-box;
	width: 100%;
  background:#f8f8f8;
  margin:0px auto 20px auto ;
  padding:18px;
  position: relative;
  border-radius: 0px 0px 3px 3px; 
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  word-break: break-all;
}


/*　SMS送信　*/

.sms_box{
	width: 100%;
	border:none;
	box-sizing:border-box;
	padding:0px;
  position: relative;
  background-color:#f8f8f8;
  text-align:center;
  border:2px #f7931e solid;
  border-radius:3px; 
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.sms_toggle{
  color:#f7931e;
	background:#f8f8f8;
	padding:6px 6px 3px 6px ;
	width: 100%;
	height:100%;
	display:block;
	cursor:pointer;
	box-sizing:border-box;
}

.sms_toggle:hover {
  color:#f7931e;
	background-color:#e0e0e0;
}

.sms_tt {
	vertical-align: middle;
}

.tel-inp{
	width: 48%;
	box-sizing:border-box;
	margin:1%;
	float:left;
}

.sms_message{
	width: 48%;
	box-sizing:border-box;
	margin:1%;
	float:left;
	text-align:left;
	position:relative;
}

.sms_textbox{
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 3px 0;
  outline: none;
  padding: 6px;
  box-sizing: border-box;
  background-color:#ffffff;
  height:120px;
  text-align:left;
}

/*　解決した・しない　*/
.yes-no{
	text-align:center;
	margin:20px 0 0 0 ;
}

/*　Airiアニメロゴ　*/
.airi_anime{
	position:absolute;
	top:calc(50% - 80px) ;
	left:calc(50% - 80px) ;
	width:160px;
}

/*ポップアップサイズ*/
.popup{
	width:400px;
	margin:20px;
}



/*必須・エラー*/

.error{
	color: #cc0000;
	line-height:2em;
}
.hissu{
	background-color:#C00;
	color:#ffffff;
    boarder-radius: 5px ; 
    -webkit-boarder-radius: 5px ;
    -moz-boarder-radius: 5px ;
	padding:3px;
	margin-left:5px;
	line-height:1em;
	white-space: nowrap;
}



	




