/*------------------------------------------------------------------*/
/* 追加スタイル          */
/* 富山の変 伝言板ページ */
/*------------------------------------------------------------------*/
.pc_hide { display: none ; }
.sp_hide { display: block; }
@media only screen and (max-width: 767px){
    .pc_hide { display: block; }
    .sp_hide { display: none ; }
}



.mt_10  {margin-top:  10px;}
.mt_20  {margin-top:  20px;}
.mt_30  {margin-top:  30px;}
.mt_40  {margin-top:  40px;}
.mt_50  {margin-top:  50px;}
.mt_60  {margin-top:  60px;}
.mt_70  {margin-top:  70px;}
.mt_80  {margin-top:  80px;}
.mt_90  {margin-top:  90px;}
.mt_100 {margin-top: 100px;}

i {
	margin-right: 3px;
	text-align: center;
}
h1 i {
	width: 50px;
	margin-right: 5px;
	text-align: center;
}
h1 img {
	width: 36px;
	margin-top: -8px;
	margin-right: 15px;
	text-align: center;
}

.sandstone, .btn, .nav-tabs .nav-link, .nav-pills .nav-link, .breadcrumb, .pagination, .dropdown-menu .dropdown-item, .tooltip {
    font-size: 14px;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
	opacity: 0.8;
}

/*2020 8/20 t-aityama 追加*/
.topic:hover{
	color: #00B2DB;
    text-decoration: underline;
}

@media (min-width: 1200px){
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 970px !important;
	}
}
@media (min-width: 992px){
	.container, .container-sm, .container-md, .container-lg {
		max-width: 970px !important;
	}
}

/*------------------------------------------------------------------*/
/* テーブルでテキストがオーバーフローした場合「…」にする */
/*------------------------------------------------------------------*/
.txt_overflow{
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*------------------------------------------------------------------*/
/* パンくずの記号 */
/*------------------------------------------------------------------*/
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

/*------------------------------------------------------------------*/
/* ヘッダー */
/*------------------------------------------------------------------*/
.bg-navbar{
	background-color: #ffffff;
	border-top:10px solid #01417f;
}
.container2 {
	width: 100%;
	height:92px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container2{
	display: block;
	width:  970px;
	height:  92px;
}
.container2::after{
	clear: both;
}
@media (min-width: 576px)  {.container2 { max-width: 540px; height: auto; }}
@media (min-width: 768px)  {.container2 { max-width: 720px; height: auto; }}
@media (min-width: 768px)  {.container2 { -ms-flex-wrap: nowrap; flex-wrap: nowrap;}}
@media (min-width: 992px)  {.container2 { max-width: 940px;}}

.nav_left{
	display: block;
	height: 92px;
	float: left;
}
.nav_right{
	display: block;
	height: 92px;
	float: right;
}
.nav_logo{
	display: block;
	width: 200px;
	height: 92px;
	margin-top:  0;
	float: left;
}
.nav_dengonban{
	display: block;
	width: 110px;
	height: 32px;
	margin-top:  55px;
	margin-left: 10px;
	float: left;
}
.nav_shincyaku{
	display: block;
	width: auto;
	margin-top: 60px;
	float: left;
}
.nav_shincyaku img{
	margin-top:  -5px;
	margin-right: 3px;
}
.nav_beginner{
	display: block;
	width: auto;
	margin-top: 60px;
	float: left;
}
.nav_beginner img{
	margin-top:  -5px;
	margin-right: 3px;
}
.btn_top{
	font-size:12px;
	color: #000000;
	background: none;
	border:0px ;
}
.btn_top:hover {
    color: #000000;
    text-decoration: underline;
}

.nav_search{
	display: inline-block;
	width: auto;
	height: 32px;
	margin-top: 40px;
	margin-right: 10px;
	float: left;
}
.input_search{
	display: inline-block;
	height: 32px;
	font-size: 0.875rem;
	line-height: 1.5;

	border:2px solid #1a94cd;
	border-radius: 0;
}
.btn_search{
	display: inline-block;
	width: auto;
	height: 32px;
	font-size:16px;
	color: #ffffff;
	padding:0 10px;
	background-color: #1a94cd;
	border-color: #1a94cd;
	border:0px ;
}
.nav_topic{
	display: block;
	width: 99px;
	height: 32px;
	margin-top: 40px;
	float: right;
}
.btn_topic{
	display: block;
	width: 99px;
	height: 32px;
	font-size:10px;
	color: #ffffff;
	background-color: #f95e81;
	border-color: #f95e81;
}

.container2_sp{display: none}
.search_sp{display: none}

/*--------------- 調整 ---------------*/
@media (min-width: 576px){

}
@media (min-width: 768px){

}

@media only screen and (max-width: 767px){
	.container2{display: none ;}

	.container2_sp{
		width:100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
	    justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.bg-spnav{
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#fff));
		background-image: linear-gradient(#fff, #fff 60%, #fff);
		background-repeat: no-repeat;
	    background-color: #fff;
	}
	button.bg-spnav:hover ,
	button.bg-spnav:focus {
	    background-color: #cccccc !important;
	}
	.container2_sp .navbar-brand{
		width : 96% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 80px) ;
		width : calc(100% - 80px) ;

	}
	.nav-item{
		border-bottom: 1px solid #ccc;	
	}

	.nav-item img{
		margin-right: 5px;
		margin-top: -3px;
	}
	.search_sp{
		display: block;
		width: 100%;
	}

	.nav_search{
		width: 100%;
		height: 46px;
		float: none;
		margin-top: 10px;
	}
	.input_search{
		height: 46px;
	}
	.btn_search{
		height: 46px;
	}
	.nav_topic{
		width: 100%;
		height: 46px;
		float: none;
		margin-top: 10px;
	}
	.btn_topic{
		width: 100%;
		height: 46px;
		font-size:14px;
		font-weight:bold;
	}
}
@media (max-width: 575px){
	.form-sp .form-control {
	    display: inline-block;
	    vertical-align: middle;
	    width : auto;
		width : 96% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 39px) ;
		width : calc(100% - 39px) ;
	}
}


/*------------------------------------------------------------------*/
/* カテゴリー */
/*------------------------------------------------------------------*/
.nav_category{
	margin-top: 5px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
/*margin-bottom: 5px;*/
	padding-inline-start: 0;
}
.nav_category p{
	height:auto;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size:12px;
	text-align:center;
	padding-top:28px;
	padding-left : 12px;
	padding-right: 12px;
	border-left:1px solid #ccc;
	margin-bottom: 5px;
}
.nav_category p:last-of-type {
	border-right:1px solid #ccc;
}
.nav_category a{
	color:#333;
}
.nav_category01 { background: url("../img/icon_01.png") no-repeat center 3px;}
.nav_category02 { background: url("../img/icon_02.png") no-repeat center 3px;}
.nav_category03 { background: url("../img/icon_03.png") no-repeat center 3px;}
.nav_category04 { background: url("../img/icon_04.png") no-repeat center 3px;}
.nav_category05 { background: url("../img/icon_05.png") no-repeat center 3px;}
.nav_category06 { background: url("../img/icon_06.png") no-repeat center 3px;}
.nav_category07 { background: url("../img/icon_07.png") no-repeat center 3px;}
.nav_category08 { background: url("../img/icon_08.png") no-repeat center 3px;}
.nav_category09 { background: url("../img/icon_09.png") no-repeat center 3px;}
.nav_category10 { background: url("../img/icon_10.png") no-repeat center 3px;}


/*------------------------------------------------------------------*/
/* メッセージ */
/*------------------------------------------------------------------*/
.message_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bk_message{
	display: block;
	width:100%;
	height:auto;
	background-color: #E1F3FC;
	border-top   :3px solid #9FA0A0;
	border-bottom:2px solid #00B2DB;
	
}
.in_message{
	display: block;
	width:100%;
	height:auto;
	padding:   30px 0;
	background-image: url("../img/top_02.png");
	background-repeat:no-repeat;
	background-position: 20px center;
}
.message_txt1{
	margin-left: 190px;
	color:#007BD0;
	font-size:19px;
	font-weight:bold;
}
.message_txt1 span{
	color:#E61673;
}
.message_txt2{
	margin-top:   10px;
	margin-left: 190px;
	font-size:14px;
	font-weight:bold;
}
.message_txt3{
	margin-top:   10px;
	margin-left: 190px;
	font-size:12px;
}
.message_txt3 ul {
	padding-inline-start: 0;
	list-style-position: inside;
	list-style:none;
}
.message_txt3 li {
	padding-left: 1em;
	text-indent: -1em;
}
.message_txt3 li:before {
	content:"※";
	color:#E71F19;
	font-weight:bold;
}

.marker_yellow {
	background: linear-gradient(transparent 0%, #eee93a );
}

/*--------------- 調整 ---------------*/

@media only screen and (max-width: 767px){
	.in_message  { background-image: none;}
	.message_txt1{ margin-left: 0;}
	.message_txt2{ margin-left: 0;}
	.message_txt3{ margin-left: 0;}


}
@media only screen and (max-width: 575px){

}


/*------------------------------------------------------------------*/
/* サブメニュー */
/*------------------------------------------------------------------*/
.sub_menu{
	width:830px;
	height:40px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 5px;
}
.sub_menu p{
	width:200px;
	height:36px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size:12px;
	text-align:center;
	margin  : 0 2px;
	padding-top : 9px;
	border-radius: 0 0 6px 6px;
}
.sub_menu a:hover{
	text-decoration: none;
}
.sub_menu a{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.sub_menu1 img{ margin-right:3px; }
.sub_menu1{ background-color: #2caeda; }
.sub_menu2{ background-color: #6fc14f; }
.sub_menu3{ background-color: #fadf00; }
.sub_menu4{ background-color: #ff8c45; }
.sub_menu1:hover,
.sub_menu2:hover,
.sub_menu3:hover,
.sub_menu4:hover
{height : 40px; padding-top:11px;}


/*--------------- 調整 ---------------*/
@media (min-width: 576px){
	.sub_menu{ max-width:540px; }
	.sub_menu p{ max-width:131px; }
}
@media (min-width: 768px){
	.sub_menu{ max-width:720px; }
	.sub_menu p{ max-width:176px; }
}

@media only screen and (max-width: 767px){
	.sub_menu{
		width:100%;
		height:auto;
	}
	.sub_menu a{
		width:25%;
	}
	.sub_menu p{
		width:auto;
		height:50px;
		padding-top : 3px;
	}
	.sub_menu1:hover,
	.sub_menu2:hover,
	.sub_menu3:hover,
	.sub_menu4:hover
	{height : 50px; padding-top:3px;}

}

/*------------------------------------------------------------------*/
/* 新着トピック */
/*------------------------------------------------------------------*/
.h2_topic{
	font-size: 22px;
	line-height:2.0;
	color:#000000;
	padding-left:55px;
	background-image: url("../img/icon_topic.png");
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom:2px dotted #00B2DB; 
}
.btn_topic2{
	width:100%;
	font-size: 16px;
	font-weight:bold;
	line-height:2.0;
	color:#ffffff;
	background-color: #2DAFDB;
}
.btn_topic2 img{
	margin-right: 8px;
	margin-top  :-2px;
}
.table_topic a{
	color:#000000;
}
.table_topic a:hover{
	color:#2FA4E7;
}

.table_topic img{
	margin-right:3px;
}

.table_topic td {
	background: #FFFAD0;
	border-top: 0px;
}
.table_topic tr:nth-child(even) td {
	background: #fff;
}

/*--------------- 調整 ---------------*/

@media only screen and (max-width: 767px){
.table_topic td { background: #fff; padding: 0.5rem 0.25rem;}
.table_topic tr:nth-child(even) td { background: #fff ;}

.table_topic td.sp_back { background: #FFFAD0 !important; }


}


/*------------------------------------------------------------------*/
/* 障害・メンテ・お知らせ */
/*------------------------------------------------------------------*/
.h2_news{
	font-size: 22px;
	line-height:2.0;
	color:#000000;
	padding-left:55px;
	background-image: url("../img/icon_news.png");
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom:2px dotted #00B2DB; 
}
.btn_news{
	width:100%;
	font-size: 16px;
	font-weight:bold;
	line-height:2.0;
	color:#ffffff;
	background-color: #5a8ba4;
}

.table_news a{
	color:#000000;
}
.table_news a:hover{
	color:#2FA4E7;
}

.table_news img{
	margin-right:3px;
}

.table_news td {
	background: #D9E9EB;
	border-top: 0px;
}
.table_news tr:nth-child(even) td {
	background: #fff;
}










/*------------------------------------------------------------------*/
/* 広告部分 */
/*------------------------------------------------------------------*/
.hr_ad{
	margin: 30px auto !important;
	border-top: 3px solid #9FA0A0;
}
.banner_ad{
	width:100%;
	height:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.banner_ad p{
	width:180px;
	height:60px;
/*
	-webkit-flex-grow: 1;
	flex-grow: 1;
*/
	margin  : 0 4px;
	margin-bottom: 10px;
}
.banner_ad a{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.banner_ad a:hover{
	text-decoration: none;
}

/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){
	.banner_ad{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.banner_ad p{
		width:45%;
	}
}

/*------------------------------------------------------------------*/
/* フッターカテゴリ */
/*------------------------------------------------------------------*/
.hr_footer1{
	margin: 10px auto 0;
	border-top: 3px solid #00A3D3;
}
.hr_footer2{
	margin: 0 auto 10px;
	border-top: 3px solid #9FA0A0;
}
/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){

}
/*------------------------------------------------------------------*/
/* フッターカテゴリ（スマホ時のみ） */
/*------------------------------------------------------------------*/
.footer_cate{
	width:100%;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:3px solid #00B2D9;
	border-bottom:3px solid #9FA0A0;
}
.btn_ftcate{
	margin-bottom: 10px;
	width:100%;
	height:auto;
	font-size: 12px;
    color: #989898;
    text-align:left;
    border-color: #989898;
}
.btn_ftcate:hover {
    color: #212529;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn_ftcate img{
	margin-top: -3px;
	margin-right: 5px;
}

/*------------------------------------------------------------------*/
/* フッターメニュー */
/*------------------------------------------------------------------*/
.footer_menu{
	width:100%;
	height:auto;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center ;
	justify-content: center ;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_menu p{
	width:auto;
	padding  : 0 10px;
	border-right:1px solid #808080;
}
.footer_menu a{
	font-size:16px;
}

.footer_menu p:last-of-type {
	border-right:0px;
}

/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){
	.footer_menu a{
		font-size:14px;
	}
}





/*------------------------------------------------------------------*/
/* footer */
/*------------------------------------------------------------------*/
.footer{
	margin-top: 20px;
	background: #000000;
}
.footer_copy{
	font-size:14px;
	line-height:4.0;
	text-align:center;
	color :#ffffff;
	background: #000000;
}
.footer_copy a{
}
/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){
}




/*------------------------------------------------------------------*/
/* トピック画面、お知らせ画面など */
/*------------------------------------------------------------------*/
.hr_top{
	margin: 0 auto 10px !important;
	border-top: 3px solid #9FA0A0;
}
.breadcrumb {
	background-color: #fff;
}

.card {border: 2px solid #2CAEDA; }
.border-primary {
    border-color: #2CAEDA !important;
}
.card-header {
    border-bottom: 0px;
}

.card_topic{
    background-color:#DDF1FC;
}
h5{
    color: #000000;
/*	color:#007BD0;*/
	font-size:22px:
}

h5 span {
	margin-right: 15px;
	font-weight: normal;
	font-size: 0.9rem;
	color:#000;
}
h5 .kiji_cate {
	margin-right: 0;
	float: right;
	vertical-align: baseline;
	line-height: 27px;
}
.kiji_topi {
	font-weight: bold;
	margin-right: 30px;
}
.kiji_date {
}
.kiji_txt {
	margin: 1rem 0 !important;
}

.kiji_resno {
    font-size: 0.9rem;
}
.kiji_txt {
	margin: 1rem 0 !important;
}
.kiji_topi2 {
	font-size: 0.9rem;
	font-weight: bold;
	margin-right: 30px;
}
.kiji_date2 {
	font-size: 0.9rem;
}

.topic_page{
	line-height:4;
	background: #E4F3FB ;
	border-top:dotted 2px #00B2DB;
	border-bottom:dotted 2px #00B2DB;
	text-align:center;
}
.topic_page a{
	color:#000;
}
.topic_page a:hover{
	color:#007BD0;
}
.topic_res1{
	width:100%;
	font-size: 16px;
	font-weight:bold;
	line-height:2.0;
	text-align: left;
	padding: 0.375rem 0.75rem;
	color:#ffffff;
	background-color: #2DAFDB;
	border-radius: 0.25rem;
}
.topic_res1 img{
	margin-right: 8px;
	margin-top  :-2px;
}
.topic_res2{
	font-size: 16px;
	font-weight:bold;
	line-height:2.0;
	padding-left:1rem;
	border-left:5px solid #2DAFDB;
}
.topic_res3{
	font-size: 14px;
}
.topic_res3 p{
	margin-bottom: 0.5rem;
}

/* トピック作成フォーム、レスフォーム */
.topic_table{
	font-size:14px;
}
.topic_table th, .topic_table td {
	vertical-align: middle;
	border-top: 1px solid #4D4D4D;
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
}
.topic_table tr:last-child{
    border-bottom: 1px solid #4D4D4D;
}

.topic_table th{
	background-color: #CAE9FA;
}
.topic_table th span{
	margin-left:5px;
	padding:2px 5px;
/*	color:#E60012;*/
	color:#ff0000;
	border:1px solid #ff0000;
	border-radius: 0.25rem;
	background: #fff;
}
.topic_table td span{
	line-height:2.4;
}
.topic_table .form-group {
    margin-bottom: 0;
}
.form_kiyaku {
	width: 100%;
	height: 100px;
	padding:0.5rem;
	overflow: auto;
	white-space:pre-wrap;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.btn_res{
	width:100%;
	font-size: 16px;
	font-weight:bold;
	line-height:2.0;
	color:#ffffff;
	background-color: #E61673;
}

.news_txt {
	padding:0.5rem;
	white-space:pre-wrap;
}

/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){
	.hr_top{
		margin-top: 20px !important;
	}

	.topic_table {
		width: 100%;
	}
	.topic_table th , .topic_table td {
		display: block;
		text-align: left;
		width: 100%;
	}

}

/*------------------------------------------------------------------*/
/* 新しいトピックを作成 */
/*------------------------------------------------------------------*/
.topic_new{
	font-size: 14px;
}
.topic_new p{
	margin-bottom: 0.5rem;
}
.topic_new span{
	color: #FF0000;
}

.topic_cate{
	margin-right:15px;
}

/*------------------------------------------------------------------*/
/* 他画面、共通 */
/*------------------------------------------------------------------*/
.h2_title{
	font-size: 22px;
	line-height:2.0;
	color:#000000;
	padding-left:20px;
	border-bottom:2px dotted #00B2DB; 
}
.h3_title{
	font-size: 21px;
	line-height:2.0;
	color:#36AED7;
}
.text_wrap{
	padding: 0 35px;
}
.text_wrap span{
	color:#FF0000;
}
.text_wrap1{
	margin-bottom:2rem;
}
.text_wrap2,
.text_wrap3{
	margin-top:10px;
	padding-left: 20px;
}
.text_wrap2 ul {
	padding-inline-start: 0;
	list-style-position: inside;
}
.text_wrap2  li {
	padding-left: 1em;
	text-indent: -1em;
}

.text_wrap3 ul {
	padding-inline-start: 0;
	list-style-position: inside;
	margin-bottom: 0;
}
.text_wrap3  li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	list-style-type: katakana;
}




.beg_wrap1{
	width:100%;
	padding: 20px 40px;
	background-color: #FFF9D1;
}
.beg_wrap1 span{
	color:#F89141;
}
.text_big{
	border: 1px solid #F89141;
}
.btn_big{
	margin-left:10px;
	font-size: 20px;
	font-weight:bold;
	color:#ffffff;
	background-color: #F89141;
}

.beg_wrap2{
	width:100%;
	background-color: #E4F3FA;
}
/* FAQ */
.faq_wrapper{
}
.faq {
	background: #F5F4F3;
	padding: 0 30px;
	margin: 0 auto 30px;
}
.faq_cont {
	margin: 10px auto 10px 0;
	padding: 12px 0;
	position: relative;
	font-size: 16px;
}
.faq_text {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
    width : auto;
	width : 95% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 20px) ;
	width : calc(100% - 20px) ;

}
.faq_anser_click {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 18px;
	width:18px;
	height:16px;
	background-image: url(../img/faq2.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.faq_cont .active{
	background-image: url(../img/faq1.png);
}
.faq_anser {
	display: none;
	margin-top: 10px;
	padding-top: 15px;
	border-top: dashed 1px #00B2D9;
}

/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 991px){
	.text_big{
		width:100% !important;
	}

	.btn_big{
		margin-top:15px;
		margin-left:0;
		width:100%;
	}

}

/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){
	.h2_title{
		padding-left:0;
	}
	.text_wrap{
		padding: 0 15px;
	}

}




/*------------------------------------------------------------------*/
/* お問合せ */
/*------------------------------------------------------------------*/
.cont_wrap1{
	width:100%;
	padding: 10px;
	background-color: #EFEFEF;
}
.cont_wrap2{
	width:100%;
	margin-top: 3px;
	margin-bottom: 0 !important;

}
.cont_wrap1 span{
	color:#ff0000;
	font-size:0.8rem;
}
.cont_wrap2 span{
	color:#ff0000;
}
.cont_wrap2 span.cont_line{
	color:#495057;
	border-bottom:1px solid #ff0000;
}
.btn_cont{
	font-size: 15px;
	background-color: #CCCCCC;
}





/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 991px){

}

/*--------------- スマホの時 ---------------*/
@media only screen and (max-width: 767px){

}





.text_submit_link input[type="submit"]{
	border: none;
	background: none;
	outline: 0;
}

.text_submit_link input:hover{
	cursor: pointer;
	color: #0af;
}

