@charset "utf-8";
/*
Theme Name: TEC-D ORIGINAL BLOG THEME
Theme URI: http://tec-d.com/
Description: TEC-D WEB BLOG 2024
Version: 5.1
Author: TETSUYA TANO (C) 2024
Author URI: http://tec-d.com/
*/
/*画面幅800px以上の設定
---------------------------------------------------------------------------*/
@import url("style_basic.css");
@import url("style_contents.css");/*ok*/
@import url("style_side.css");
@import url("style_option.css");/*ok*/
@import url("style_footer.css");
@import url("style_common.css");/*ok*/
@import url("style_blog.css");
/*@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Kosugi+Maru&display=swap');*/
header.common_header, #menu {
	display: none;
}
#front	{/*
	overflow-x:	hidden;
	overflow-y:	scroll;*/
	padding:	0;
	margin:	0;
	width:	100%;
	height:	auto;/*
	display:	inline-block;*/
	z-index:	0;
}
/*画面幅800px以上の設定
 ---------------------------------------------------------------------------*/

@media screen and (min-width: 700px) {
.cb-slideshow li div {
	width: 100% !important;
}
}

/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width : 800px ) {
/*コンテナー（ホームページを囲む一番外側のボックス）
---------------------------------------------------------------------------*/
/*
body	{
	margin:	0;
	padding:	0;
	overflow: hidden;
}*/
body #headbody {
	background-image:none;
	z-index:	0;
	}
#headbody {
	height: 0px;
	background-image:none;
}
img { 
	max-width:100%;
	z-index:0;
}
.line_block 	{
	width:	100%;
	heigh:	auto;
	margin:	78px 0 0px 0;
	display:	inline-block;
	padding:	0;
	overflow: hidden;
}

/* header */
header.common_header {
	border-bottom-style:	none;
	display: inherit;
	height: 50px;
	position:fixed!important;
	z-index:1100;
	top:0px;
	width: 100%;
	padding:	10px	0	0;
	overflow: hidden;
	margin:	0;
	border-top:	6px	solid	#286590;
	background-size:	cover;
	background-color:	#FFFFFF;
}
#headbody {
	border-top-width:	0px;
	border-top-style:	none;
}
#topindex header.common_header {
	/*background:	url(img/headbtn/headimg.jpg)	repeat-x;
	*/
	position:	relative;
	background-image:none;
	border-bottom:	0px	none	#777;
}
#container {
	padding:	0px	0;
	margin:	0	0	0 0;
	height:auto;
	overflow: hidden;
}
header.common_header .headerTop {
	padding: 0 8px 10px 8px;
}
header.common_header #logo img {
	width: 33%;
	float: left;
	margin: 5px 0 0 4px;
	padding: 0;
}
body, #front, #front #header {
	margin: 0 auto;
	padding: 0;
	font-size: 100% !important;
	background-position: center -9999px;
}
#container {
	width: auto;
	margin: 78px 0 0 0;
	padding: 0px;
	background-color: #FEFEFE;
}
img {
	border: 0;
	/*vertical-align:bottom;*/
	max-width: 100% ;
	height: auto ;
	position: relative;
	z-index:	0;
}
.post {
	margin: 0px 8px 0px;
}
#header, #front #header {
	display: none;
}
#header #hd_btn {
	display: none;
}
#container #mainContent_one,
#container #mainContent {
	width: 100%;
	margin:	0px	0	0;
}
#container .topcont {
	margin:	48px	0	0!important;
}
#container #sidebar1 {
	display: none;
}
.map {
	margin: 0px 8px 0px 8px;
	text-align: center;
}
.leftblock, .rightblock, .centerblock {
	padding: 0;
	margin: 20px 0px 20px 0px;
}
.leftblock {
	width: auto;
	height: auto;
	float: inherit;
	text-align: center;
}
.rightblock {
	width: auto;
	height: auto;
	float: inherit;
	text-align: center;
}
.centerblock {
	font-size: 120%;
	color: #777777;
}
/* wide_mds */
#mainContent h1,
#mainContent_one h1 {
  border-bottom:	3px	solid	#EEEEEE;
  position: relative;
		padding-bottom:	10px;
		font-size:	1.5em;
		z-index:	0;
		padding-left:	6px;
		line-height:	1.3em;
}
#mainContent h1:after,
#mainContent_one h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom:	3px	solid	#071D2B;
  bottom: -3px;
  width: 20%;
}
#mainContent h2,
#mainContent_one h2 {
  position: relative;/*相対位置*/
  padding: 11px 2px 10px 40px;/*アイコン分のスペース*/
		font-size:	1.4em;
  line-height: 1.3;/*行高*/
  border-color: #DDD;
	border-width: 1px;
	border-style: solid;
  background: #FFFFFF;
	z-index:	0;
}

#mainContent h2:before,
#mainContent_one h2:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f152";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.6em;/*アイコンの位置*/
  top: 0.45em;/*アイコンの位置*/
  color: #52442A; /*アイコン色*/
}
#mainContent h3,
#mainContent_one h3 {
  position: relative;
  padding: 11px 2px 15px 26px;
  line-height: 1.4;
		z-index:	0;
}
#mainContent h3:before,
#mainContent_one h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 1.8em;
  left: 0.1em;
  top: 0em;
  color: #536EA3; 
}
#mainContent h3:after,
#mainContent_one h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg, #DDDDDD, #DDDDDD 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #DDDDDD, #DDDDDD 2px, #fff 2px, #fff 4px);
}
#mainContent h4,
#mainContent_one h4  {
	font-size: 120%;
	font-weight: bold;
	position: relative;
  padding-left:	1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
	border-bottom:	2px	solid	#e5e5e5;
	padding-bottom:	0.3em;
}
#mainContent h4:before,
#mainContent_one h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color:	#A36053; /*アイコン色*/
  font-weight: 900;
}
#mainContent h5,
#mainContent_one h5 {
		font-size:	100%;
  position: relative;
		border: 2px solid #d8d8d8;
  border-radius: 10px;
  background:	#fdf8e4;/*f9f9f9*/
		padding:	10px	20px;
		margin-bottom:	10px;
		margin-top:	10px;
		display:	inline-block;
		width:	100%;
		-moz-box-sizing: border-box;
box-sizing: border-box;
}

#mainContent h5:before,
#mainContent_one h5:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

#mainContent h5:after ,
#mainContent_one h5:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fdf8e4 transparent transparent transparent;
}
h6 {
		font-size: 100%;
  position: relative;
  line-height: 1.4;
		padding:	0.8em	1.2em;
		display:	block;
		font-weight:	normal;
		font-style:	normal;
		text-align:	center;
		margin:	20px	auto;
		width:	80%;
	height:	auto;
	color:	#777;
}
h6::before, h6::after {
	content: '';
	width: 8px;
	height: 100%;
	position: absolute;
}
h6::before {
	border-left: dotted 1px #777;
	border-top: dotted 1px #777;
	border-bottom: dotted 1px #777;
	top: 0;
	left: 0;
}
h6::after {
	border-right: dotted 1px #777;
	border-top: dotted 1px #777;
	border-bottom: dotted 1px #777;
	top: 0;
	right: 0;
}
#mainContent_one .storycontent,
#container  #mainContent_one p ,
#container  #mainContent p {
	font-size: 100%;
	list-style: none;
	text-indent: 0px;
	text-align: left;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 16px;
	margin-left: 4px;
	line-height:	1.6em;
}
#pageheadimg {
	margin: 68px 0 -78px 0;
 width:100%;
 height:70px;
 position:relative;
 overflow:hidden;
 z-index:	0;
	background:	url(img/index/pageheadimg_smp.jpg)	center	center	no-repeat;
	background-size:cover;
}
#pageheadimg img {
 position:relative;
 border: 0;
	/*vertical-align:bottom;*/
	display: block;
 z-index: 100;
 top: 50%;
 left: 50%;
	transform: translate(-50%, -50%);
 opacity: 0.7;
	z-index: 0;
	margin:	0	0;
	padding:	0;
	width:	90%;
	height:	90%;
}
#pageheadimg .pageheadimg_title {
 display:	none;
}
#pageheadimg #headlogo {
 position:relative;
 border: 0;
	width: 70px;
	height: 68px;/*
	width: 134px;
	height: 130px;*/
	display: block;
 top: 50%;
 left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
#pageheadimg #headlogo img {
	opacity:	1!important;
}
#container #mainContent_one .pankuzu, #container #mainContent .pankuzu {
	font-size: 70%;
	padding-top: 4px;
	margin: 0 8px 8px 0;
	padding-left: 0px;
	text-align: right;
}

/*新着記事一覧
*/
/*INDEX BNR*/
#topmainbox_udr #index_bc {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display:	block;
	-moz-box-sizing: border-box;
 box-sizing: border-box;
}
#footline #index_bc .news {
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border-top:	1px dotted #CCCCCC;
}
#footline #index_bc ul.top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: url(none) none;
}
#footline #index_bc ul.top li {
	font-size: 90%;
	line-height: 1.7em;
	text-align: left;
	text-indent: 0px;
	vertical-align: middle;
	padding:	6px	5px	6px	10px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
	display:	inline-block;
	width:	100%;
	-moz-box-sizing: border-box;
 box-sizing: border-box;
}
/*#footline #index_bc ul.top li a	{
	width:	80%;
}*/
#footline #index_bc ul.top .cat_echo {
	width: 120px;
	height: 20px;
	font-size: 80%;
	line-height: 1.9em;
	text-align: center;
	color: #FFFFFF;
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
	padding: 0px 4px 0px 4px;
	margin: 0px 14px 0px 0px;
	display: none;
	vertical-align: middle;
	float: left;
}
#footline #index_bc ul.top li .day {
	width: auto;
	float: left;
	padding: 0px;
	margin: 0px 6px 0px 6px;
}
#footline #index_bc ul.top li .titlelink {
	background-image:	url(img/sankaku_list.png);
		background-repeat:	no-repeat;
	background-position:	6px	5px;
	vertical-align: middle;
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 0px 0px;
	width: 95%;
	display: block;
	clear: both;
	text-indent:	0;
	line-height:	1.2em;
}
#footline #index_bc ul.top li .cat {
	margin: 0px;
	float: left;
}
#footline #index_bc ul.top li .cat a {
	font-size: 65%;
	line-height: 2.3em;
	width: 90px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	margin-left: 6px;
	background-image: url(none);
	text-indent: 0px;
}
#footline #index_bc ul.top li .cat a:hover {
	color: #FFFFFF;
	background-color: #FF3333;
}
#footer1 .footerwij_area .corpname	{
	font-size:	18px;
	font-weight:	bold;
	margin-top: 10px;
	margin-left: auto;
}
#footer1 .area_block{
	width:	90%;
	height:	auto;
	display:	inline-block;
	clear:	both;
	margin:	40px	0	0;
	padding:	20px	0	0;
	border-top:	1px	dotted	#004466;
	-moz-box-sizing: border-box;
 box-sizing: border-box;
	font-size:	12px;
}
#udrpu_block,
#udrpu_block #index_bc {
	padding: 0;
	margin: 0;
	clear: both;
}

/*INDEX BNR*/
#footline {
	width: 100%;
 height: auto;
 clear: both;
	display:	inline-block;
	padding:	0;
	margin:	0	0	0px;
	overflow: hidden;
}
.index_bc1	{
	background:	url(img/index/newsbc.png)	right	60px	no-repeat;
		background-size:	80%;
}
#index_bc {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display:	block;
}
#topmainbox_udr #topmainbox_udr_block,
#topmainbox_udr #topmainbox_udr_block0,
#topmainbox_udr #topmainbox_udr_block2,
#topmainbox_udr #topmainbox_udr_block3,
#topmainbox_udr #topmainbox_udr_block4  {
	width: 100%;
	height: auto;
	padding:	20px	0px 20px;
	margin:	0px	0px;
	display:	inline-block;
	position:	relative;
	background-color:	#ffffff;
}
#topmainbox_udr #topmainbox_udr_block0 {
	background:	url(img/index/welcome_bc_smp.jpg)	right	top;
		background-size:	cover;
}
#topmainbox_udr #topmainbox_udr_block2  {
	background-color:	#F5F9FD;
}
#topmainbox_udr #topmainbox_udr_block3 {
	background:	url(img/index/faq_bc_smp.jpg)	center	top;
	background-size:	cover;
}

#topmainbox_udr #index_bc #reccatchblock {
	margin:	0px	0px;
	padding:	0;
}
#topmainbox_udr #index_bc .index_bnr1 ,
#topmainbox_udr #index_bc .index_bnr2 {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
	margin:	0	auto;
	float: left;
	display:	inline-block;
}

#topmainbox_udr #index_bc .indexbnr_L,
#topmainbox_udr #index_bc .indexbnr_R {
	width: 100%;
	height: auto;
	float:	none;
	margin: 0 0 0px 0;
	object-fit: cover;
}
#topmainbox_udr #index_bc .indexbnr_L	{
	margin: 0 0px 0 0;
}
/*
#topmainbox_udr #index_bc .indexbnr img.indexbnr_1,
#topmainbox_udr #index_bc .indexbnr img.indexbnr_2,
#topmainbox_udr #index_bc .indexbnr img.indexbnr_3,
#topmainbox_udr #index_bc .indexbnr img.indexbnr_4 {
	float: left;
	width: 46%;
	height: auto;
	margin: 0 0px 0 0;
	object-fit: cover; 
}
*/
#topmainbox_udr #index_bc .indexbnr_L img,
#topmainbox_udr #index_bc .indexbnr_R img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0px 0px 0;
	object-fit: cover; 
}
#topmainbox_udr #index_bc .indexbnr img.indexbnr_2,
#topmainbox_udr #index_bc .indexbnr img.indexbnr_4 {
	margin: 0 0 0 0;
}
.middle_line	 img {
	width:	90%;
	height:	auto;
 object-fit: cover; /* この一行を追加するだけ！ */
	margin:	0px	0px	0	5%;
	background-color: #FFFFFF!important;
}
.slider_name {
	width:	100%;
	height:	auto;
	display:	inline-block;
	text-align:	center;
	color:	#333;
	margin:	0px	0px	0	0;
	padding:	0;
	font-size:	14pt;
}
.slider2 	{
	margin:	0	0	20px;
}
.slider2	 img {
	width: 188px!important;
  height: 188px!important;
	}
.slider2 .slider_name {
	margin:	10px	0px	0	0;
	/*width: 188px!important;
	height:	auto!important;*/
}
/*.slider2 img 	{
  width: 90%!important;
  height: 90%!important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover; /* ADD *!/
}
.slider2 .slider_name {
	width: 90%!important;
	height:	90%!important;
	font-size:	1em;
	line-height:	normal;
}*/

	#topmainbox_udr #index_bc .indexbnr_L .indexbnr_title,
#topmainbox_udr #index_bc .indexbnr_R .indexbnr_title,
#topmainbox_udr_block2 #index_bc .indexbnr_L .indexbnr_title,
#topmainbox_udr_block2 #index_bc .indexbnr_R .indexbnr_title {
	margin:	4px	0	0;
	padding:	0;
	text-align:	center;
	font-size:	12pt;
	width: 100%;
	height: auto;
	display:	block;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	color:	#333333;
}
#topmainbox_udr_block2 #index_bc .indexbnr_L .indexbnr_title,
#topmainbox_udr_block2 #index_bc .indexbnr_R .indexbnr_title {
	color:	#FFFFFF;
}
#topmainbox_udr #index_bc .mds_01,
#topmainbox_udr #index_bc .mds_02,
#topmainbox_udr #index_bc .mds_03,
#topmainbox_udr #index_bc .mds_04,
#topmainbox_udr #index_bc .mds_06 {
	display:	block;
	margin:	0px	auto	20px;
	padding:	0;
	width:	240px;
	height:	37px;
}
h2.mds_05 {
	margin:	20px	auto	10px!important;
	width:	240px;
	height:	37px;
	text-align:	center!important;
	border-style:	none	!important;
	background-image:none!important;
	border-width:	0!important;
}
#index_bc .messe {
	font-size:	100%;
	font-weight:	bold;
	text-align: center;
	margin:	0;
	padding:	10px	0	10px;
	color:	#5c7287;
	display:	inline-block;
	width:	100%;
}
/* indexbtn */
#topmainbox_udr #index_bc .indexbtn_01 a,
#topmainbox_udr #index_bc .indexbtn_02 a,
#topmainbox_udr #index_bc .indexbtn_03 a,
#topmainbox_udr #index_bc .indexbtn_04 a,
#topmainbox_udr #index_bc .indexbtn_05 a {
	width:	220px;
	height:	auto;
	display:	block;
	margin:	0px	auto	20px;
	padding:	0;
}
#topmainbox_udr #index_bc .indexbtn_02 a	{
	margin:	10px	auto	20px;
}
#mainContent .indexbtn_02 a	{
	width:	200px;
	height:	auto;
	display:	block;
	margin:	10px	auto	20px;
}
.slider img	 {
	width:	95%!important;
	height:	95%!important;
}
.sliderimg img.attachment-200x200 	{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover; /* ADD */
}
.sliderimg2 img 	{
  width: 110px!important;
  height: 110px!important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover; /* ADD */
}
/*toppage*/
#contents {
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 0;
	height: 520px;
}
.endbody {
	padding:	0	0	16px;
	margin:	0;
}

.gallerylist {
	margin:	20px	0	0	0px;
	padding:	0;
	display:	block;
}
/*footer*/
#footline {
 padding-top: 0px;
 padding-bottom: 0px;
 width: 100%;
 height: auto;
 clear: both;
}
#footline #udrpu_block .centerbnr {
	margin: 0px;
	padding: 0px;
}
#footline #udrpu_block .centerbnr a {
	margin:	16px	auto	0px;
	padding: 0px;
	width: 96%;
	height: auto;
	display:	block;
	text-align:	center;
}
#footline #udrpu_block .centerbnr a:hover {
	opacity: 0.7;
}

#footline {
	height: auto;
}
#footline #index_bc {
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#topindex #footer2 {
	height: 100px !important;
	margin: 0;
}
#footerlink_block {
	display: none;
}
#footer1 {
	padding: 30px 0px 30px 0px;
	margin: 0;
	width: 100%;
	height: auto;
	border-style:	none;
}
#footer1 .footerwij_area {
	width: 100%!important;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#footer1 .footerwij_area .footleft {
	width: 100%!important;
	margin: 0;
	padding: 0;
	}
#footer2 .link, #footer2 .nonp, #footer1 .footright {
	display: none;
}
#footer1 .footerwij_area .footleft .linkf {
	margin: 0;
	padding: 0;
}
#footer1 .footerwij_area .footleft .linkf img {
	width: 240px;
	height: 54px;
	padding: 0;
	margin: 0 auto 15px auto;
	object-fit: cover;
}
#footer1 .footerwij_area .footleft .ft_body {
	font-size: 100%;
	width: 90%;
	line-height: 1.4em;
	margin: 20px auto 0px;
	padding: 0;
	text-align: center;
	display: block;
}
#footer2 {
	height: 70px;
	width: 100%;
	color:	#FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #102533;
 clear: both;
	border-style:	none;
	border-width:	0;
}
#footer2 #ftblock {
	width: 100%;
	padding: 0;
	margin: 0;
}
#footer2 #ftblock  #clt  {
	text-align: center!important;
	width: 100%;
	font-size: 100%;
}
#footer1 .cal a {
	color: #414B49;
}
#footer1 .cal a:hover {
	color: #F8FF70;
}

#footline2 #topmainbox_udr #topmainbox_udr_block3 {
	padding:	40px	0	40px;
	height: auto!important;
	margin:	0	0	0px;
}
.pageselect_blog {
	display:	block;
}
.pageselect_blog .postform {
	text-align: center;
	font-size: 110%;
	width: 260px;
	height:43px;
	margin:	10px	auto;
	display:	block;
}
table {
	font-size:	90%;
    margin: 0;
}
table.photodata {
	width:	100%!important;
}
table.contacttable	 tr td {
	padding:	10px!important;
}
.form table th,
.form table td {
	padding:	10px;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
}
.cel0	{
	vertical-align: top;
	margin:	0!important;
	padding:	0!important;
	width:	120px;
}
.cont_block {
	width:	100%;
	height:	auto;
	margin:	0;
	padding:	0;
}
.cont_block .cont_left {
	float:	none;
	width:	100%;
	height:	auto;
	display:	inline-block;
	margin:	0;
	padding:	10px	0;
}
.cont_block .cont_right {
	float:	none;
	width:	100%;
	height:	auto;
	display:	inline-block;
	margin:	0;
	padding:	0;
	text-align:	right!important;
	vertical-align:bottom!important;
}
.cont_block .cont_right img {
	margin:	0	auto	0;
	padding:	0;
	width:	70%;
	height:	auto;
	display:	block;
}
/*.cont_right p {
	margin:	0;
	padding:	0;
	text-align:	right!important;
}*/
.cont_voice {
	display:	block;
	width:	90%;
	height:	auto;
	float:	none;
	margin-right:	auto;
		margin-left:	auto;
	margin-bottom:	1em;
	border:	1px	solid	#dcd8c5;
	padding:	20px;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
	min-height:	auto;
	background-color:	#faf9f6;
	border-radius: 6px;/* CSS3草案 */  
-webkit-border-radius: 6px;/* Safari,Google Chrome用 */  
-moz-border-radius: 6px;   /* Firefox用 */
}
.cont_voice_odd {
	margin-right:	auto	!important;
}
.cont_voice h2 {
	padding: 11px 2px 10px 35px!important;
	border-style:	none!important;
	font-size:	1.2em!important;
	margin-bottom:	0;
	margin-top:	0;
	padding-bottom:	0!important;
	background-color: transparent!important;
}
.cont_voice h2:before {
  top: 0.6em!important;/*アイコンの位置*/
}
.cont_first {
	width:	100%;
	height:	auto;
	display:	inline-block;
	margin:	20px	auto	0;
	padding:	0;
	text-align:	center;
}
.cont_first img	{
	border:	1px	solid	#DDD;
	margin:	0	auto	0;
	padding:	0;
}
.cont_second {
	margin:	0;
	padding:	0;
}
.cont_left2 {
	float:	left;
	width:	100%;
	height:	auto;
	display:	inline-block;
	margin:	0;
	padding:	10px	0;
}
.cont_right2 {
	float:	right;
	width:	100%;
	height:	auto;
	display:	inline-block;
	margin:	0	0	10px;
	padding:	0px	0;
}
.cont_right2 p {
	margin:	0;
	padding:	0;
}
table tr td.profimgbox 	{
	padding: 0px!important;
	margin: 0px !important;
	vertical-align:	top;
	width:	160px;
	height:	auto;
}
.profblock .profblock_L 	{
	width:	35%;
	height:	auto;
	margin:	0	10px	0	0;
	padding:	0;
	float:	left;
	display:	block;
}
.profblock .profblock_R 	{
	width:	60%;
	height:	auto;
	margin:	0;
	padding:	0;
	float:	left;
	display:	block;
}
/*GALLERY CONTROL*/
			#gallery-1 {
				margin:	0	auto;
				width:	95%;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33% !important;
				margin:	0	0	0	0;
			}
			#gallery-1 img {
				border: 3px solid #E4E1E1 !important;
				margin:	0	0;
				padding:	0;
				margin:	0	10px	0	0!important;
				width:	90%;
				height:	90%;
			}
			#gallery-1 .gallery-caption {
				margin: 10px 0 6px 0;
				font-size:	80%;
				width:	90%;
			}
img.udr_bnr {
		margin:	0;
		padding:	20px	0;
}
img.pcimg {
	display:	none;
}
img.smpimg {
	display:	block;
}
img.sashie	{
	width:	70px;
	height:	auto;
}
img.sign	{
	width:	70%;
	height:	auto;
	margin:	10px	0	20px;
}
img.aisatsu {
	width:	100%;
	height:	auto;
	float: none;
}
.btn_link_L a {
	text-align: center;
	width: auto;
	max-width:60%;
	height: auto;
	font: bold 14px "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #FFD2A0; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFA800 0%, #FFD100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA800), color-stop(100%,#FFD100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFA800 0%,#FFD100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFA800 0%,#FFD100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFA800 0%,#FFD100 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFA800 0%,#FFD100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA800', endColorstr='#FFD100', GradientType=0 ); /* IE6-9 */
	display: block;
	padding: 8px 8px 8px 8px;
	margin: 14px auto 14px auto;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #FFA800;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	color: #FFFFFF;
	/*clear: both;*/
}
.bottomspace {
	margin: 0px auto 30px auto!important;
}
.btn_link_L a:hover {
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffe5+0,ffffaa+100 */
	background: #FFD2A0; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffe5 0%, #ffffaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe5), color-stop(100%,#ffffaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffe5 0%,#ffffaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffe5 0%,#ffffaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffe5 0%,#ffffaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffe5 0%,#ffffaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe5', endColorstr='#ffffaa',GradientType=0 ); /* IE6-9 */
	color: #111111;
}
.message	 {
	text-align:	center;
	width:	100%;
	height:	auto;
	padding:	0px;
	margin:	20px	auto;
	display:	block;
	font-size:	15pt;
}
.messageblock {
	margin:	0	auto	20px;
	padding:	0;
	clear:	both;
	width:	100%;
	height:	auto;
	display:	block;
}
.messageblock .message	 {
	float:	none;
}
.topprofile	 {
	width:	100%;
	height:	auto;
	margin-top:	-70px;
}
.topprofile	 .topprofile_name	 {
	margin:	0	0	10px;
	padding:	0;
}
.topprofile	 .topprofile_name_name	 {
	margin:	-7px	0	10px;
	padding:	0;
	font-weight:	bold;
	font-size:	1.7em;
	line-height:	normal;
	letter-spacing:	0.5em;
	display:	block;
}
.topprofile	 .topprofile_data	 {
	margin:	0;
	padding:	0	0	10px;
	font-size:	0.8em;
	line-height:	normal;
}
.topprofile	 .topprofile_data_title	 {
	margin:	0;
	padding:	0;
	font-weight:	bold;
}
.point {
	color:	#d4d4d4;
}
.tecd_title,
.nayami_subtitle {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin:	0	0	20px;
	padding:	0;
	color:	#007BBA;
	font-family: 'Kosugi', sans-serif;
font-weight: 700;
font-style: normal;
line-height:	1.4em;
letter-spacing:	-0.05em;
}
.tecd_title1body	{
	padding:	0;
	margin:	0	auto	20px;
	width:	90%;
	height:	auto;
	display:	block;
	font-size:	0.9em;
}
.nayami_subtitle {
	color:	#A36053;
	font-size: 1.0em;
	line-height:	1.3em;
}
.nayami {
	margin:	0;
	padding:	0;
	list-style:	none;
}
.nayami .nayami_list	{
	font-size: 1.0em;
	font-weight: bold;
	background-image: url(img/index/nayami_list.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 1.4em;
	text-align: left;
	display: block;
	text-indent: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 8px 37px;
	font-family: 'Kosugi', sans-serif;
font-weight: 600;
font-style: normal;
}
/*FAQ*/
.faq_block {
margin:	0.5em	auto;
width:	100%!important;
height:	auto;
}
.faq_block_innner {
	margin: 0 auto;
max-width: 90vw!important;
}
.faq_question {
display: none;
}
.option {
position: relative;
margin:	0	0;
}
.question_mark {
	color:	#A36053;
	font-weight:	bold;
	font-size:	1.0em;
	margin-right:	15px;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
background-color:	#ffffff;
color:	#071D2B;
font-size:	16px;
}
.title {
border: dashed 1px #007BBA;
padding: 1em;
display: block;
font-weight: bold;
border-bottom:	1px	solid	#007BBA;
/*border-bottom:	1px	dashed	#007BBA;*/
border-right-style:	solid;
border-left-style:	solid;
padding-right:	3.0em!important;
border-top-style:	none;
}
.title:last-child {
border-bottom:	1px	solid	#007BBA!important;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.8em;
top: 1.55em;
width: 4px;
height: 1.0em;
background-color: #007BBA;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
background-color: #007BBA;
}
.title1 {
border-top:	1px	solid 	#007BBA!important;
}
.content {
max-height: 0;
overflow: hidden;
}
.content .content_p {
margin: 0!important;
font-size: 1.0em;
line-height: 1.5;
border: solid 1px #007BBA;
border-top-style:	none!important;
border-bottom-style:	solid;
padding:	1.0em	1.0em;
background-color:	#fcf9ed;
}
/*.content .content_p:last-child {
border-bottom:	1px	solid	#007BBA!important;
}*/
.content .content_p p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 4px;
}
.faq_question:checked + .title + .content {
max-height: 1000px;
transition: all 1.5s;
}
.faq_question:checked + .title::before {
transform: rotate(90deg) !important;
}
img.iconnew_center	{
	width:	23px!important;
	height:	7px!important;
}
.storycontent ul.sitem .sitem_L {
 float:	none;
 width: 100%;
 margin-right: 20px;
	margin-bottom: 30px;
	height:	auto;
	display:	inline-block;
}
.storycontent ul.sitem .sitem_R {
 float:	none;
 width: 100%;
	margin-bottom: 30px;
	height:	auto;
	display:	inline-block;
}
ul.pt1	{
	width:	100%;
}
.hdnotice {
	text-align: center;
	color: #FFFFFF;
	background-color:	#e87c0f;
	padding:	25px	15px	15px;
	margin:	60px	0px	0px;
	font-size: 0.9em;
	width:	100%;
	height:	auto;
	-moz-box-sizing: border-box;
box-sizing: border-box;
}
.hdnotice2 {
	background-color:	#9b8a68;
}
#snslink_1,
#snslink_2,
#snslink_3,
img.pcimg {
	display:	none;
}
#footer1 .footright_sns	{
	width: 230px;
	height: 48px;
	margin:	0 auto	;
	padding:	30px	 0 	20px;
	display:	block;
}
#footer1 .footright_sns .snslink_1,
#footer1 .footright_sns .snslink_2,
#footer1 .footright_sns .snslink_3 {
 width:	60px!important;
	height:	48px!important;
	background-size: 60px 48px!important;
	margin:	0	20px	0	0;
	padding:	0;
	float:	left;
}
#footer1 .footright_sns .snslink_3 {
 width:	50px;
	height:	48px;
	background-size: 50px 48px!important;
	margin:	-10px	0	0;
}
.sns_message_smp {
	width:	100%;
	height:	auto;
	text-align:	center;
	color:	#ffffff;
	display:	block;
	padding:	15px	0	0;
	margin:	0;
}
.line_box	 {
	margin:	0	0	15px;
	padding:	25px;
	width:	100%;
	height:	auto;
	display:	inline-block;
	background-color:	#efefef;
	box-sizing: border-box;
}
.line_box .line_box_L 	{
	margin:	0;
	padding:	0;
	float:	left;
	width:	100%;
	height:	auto;
	box-sizing: border-box;
	text-align:	center;
}
.line_box .line_box_L img	 {
	margin:	10px	0;
	padding:	0;
}
.line_box .line_box_R {
	margin:	0;
	padding:	0;
	float:	right;
	width:	30%;
	height:	auto;
	box-sizing: border-box;
	display:	none;
}
.line_box .line_box_R img 	{
	width:	150px;
	height:	150px;
	float:	right;
}
img.linebnr {
	width:	50%;
	height:	auto;
}
.sns_message_pc {
	display:	none;
}
#headsection	{
	width:	1040px;
	height:	auto;
	margin:	0	auto;
	display:	none;
}
img.orderimg	{
	padding-right:	0px;
	padding-bottom:	15px;
}
/*topblock*/
.maincatch_01	{
	font:	20px/1.4em	'Kosugi Maru', sans-serif;
	font-weight:	400;
	font-style:	normal;
	margin:	85px	0	0	10px;
	padding:	0;
	position:	relative;
	/*top:	150px;*/
	letter-spacing:	0.1em;
	color:	#005577;
	display:	inline-block;
	top:	0;
}
img.jissekibnr {
	padding:	0;
	margin:	10px	0	0;
	width:	100%;
	height:	auto;
	position:	relative;
}
/*btn design*/
.nicebtn,
a.nicebtn,
button.nicebtn {
  font-size:	15px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
		height:	auto;
		margin:	0;
		top:	-20px;
		width:	70%;
}
.nicebtn-wrap,
.nicebtn-wrap2	{
	position:	relative;
	z-index:	10;
	top:	20px;
	margin-right:	auto;
		margin-left:	auto;
	clear:	both;
		float:	none;
	margin-top:	20px;
	display:	block;
}/*
.nicebtn-wrap2	{
	top:	20px;
}*/
.nicebtn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin: 0 auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btnmargin	{
	margin-top:	30px!important;
}
a.nicebtn-pc-sp {
  line-height: 1.4;
  width: 70%;
  padding:	15px	0;
  border-radius: 100vh;
  color: #ffff;
		margin:	0	auto;
}

a.nicebtn-pc-sp--link {
  color: #fff;
  background:	#007aba;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
a:hover .fa-position-right {
  right: 0.75rem;
}
.tecd_title,
.tecd_title1 {
	position: relative;
font:	6.0vw/1.2em	'Kosugi', sans-serif;
font-weight: bold;
	text-align: left;
	margin:	0	0	20px	10px;
	padding:	0;
font-weight: 600;
font-style: normal;
}
.tecd_title1 {
	margin:	0	0	20px	0;
	text-align:	center;
	font:	6.0vw/1.2em	'Kosugi', sans-serif;
	font-weight: 600;
	color:	#005577;
}
.tecd_title::before	{
	position: absolute;
  top: 0px;
		left: 0;
  margin:	0	10px	0	-110px;
	content:	url(non);
}
.tecd_title2::before	{
	content:	url(non);
}
.smallcatch	{
	font-size: 2.5vw;
}
img.logotype	{
	display:inline-block;
	vertical-align:middle;
	position:	relative;
	margin-right:	10px;
	margin-bottom:	-14px;
	bottom:	10px;
	width:	130px;
	height:	auto;
}
.sixpoint	{
font:	20px/1.4em	'Kosugi', sans-serif;
font-weight: 600;
	padding:	15px	15px;
	position: relative;
color:	#005577;
text-align:	center;
width:	90%;
margin-left:	5%;
		margin-right:	5%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:	20px;
list-style:	none;
}
.sixpoint::before, .sixpoint::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}
.sixpoint::before {
	border-left: dotted 1px #005577;
	border-top: dotted 1px #005577;
	border-bottom: dotted 1px #005577;
	top: 0;
	left: 0;
}
.sixpoint::after {
	border-right: dotted 1px #005577;
	border-top: dotted 1px #005577;
	border-bottom: dotted 1px #005577;
	top: 0;
	right: 0;
}
.sixpoint_block	{
	width:	90%;
	height:	auto;
	margin:	0	0	10px	5%;
	display:	inline-block;
	padding:	0;
}
.sixpoint_block .sixpoint_list {
	font-size:	3.5vw;
	width:	46%;
	height:	46px;/*85px*/
	display:	block;
	float:	left;
	background-color:	#ffffff;
	border:	1px	solid	#005376;
	color:	#005376;
	font-weight:	normal;
	text-align:	center;
	line-height:	1.4em;
	padding-top:	14px;
		padding-right:	5px;
	font-style:	normal;
	margin:	0	4%	10px	0;
	-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left:	5px;
}
.sixpoint_block .sixpoint_list_end	{
	margin-right:	4%;
}
.sixpoint_block .sixpoint_list_2g	{
	padding-top:	8px;
}
.sixpoint_block .sixpoint_list .sixpoint_list_s {
	font-size:	2.5vw;
	margin:	0;
	padding:	0;
	line-height:1.0em;
}
.sixpoint_block .sixpoint_list .second	{
	margin:	0;
	padding:	0;
}
#svg-bg	{
	position:	absolute;
	width:	100%;
	height:	1022px;
	top:	0;
	left:	0;
	z-index:	-1;
}
#topmainbox_udr #index_bc .topmds_design	{
font:	28px	sans-serif;
font-weight: 400;
font-style: normal;
	display:	block;
	margin:	20px	auto	0px;
	padding:	0;
	width:	280px;
	height:	83px;
color:	#007BBA;
text-align:	center;
letter-spacing:	0.05em;
}
#topmainbox_udr #index_bc .topmds_design .topmds_design_s	{
font:	12px/1.4em	'Kosugi', sans-serif;
font-weight: 400;
	text-align: left;
	color:	#333333;
	text-align:	center;
}
#topmainbox_udr #index_bc .mds_catch	{
	margin:	-25px	auto	0px;
	padding:	0;
	width:	1360px;
	height:	auto;
	text-align:	left;
	display:	block;
}
/*INDEX BNR2*/
.foot_bnr_box {
	padding:0px;
	margin: 0px;
	width:	100%;
	height:	auto;
	text-align:	center;
	display:	block;
}
#topindex .foot_bnr_box	{
	margin-bottom:	0px;
}
.item img.foot_bnr1,
.item img.foot_bnr2 {
	float:	none;
	width: 90%;
	height: auto;
	margin:	0	auto	20px;
	display:	block;
	position:	relative;
}
.item img.foot_bnr2 {
	margin: 20px auto 40px;
	position:	relative;
}
.back input[type="button"]	{
margin:	-40px	auto	20px;
display:	block;
}
.storycontent img.apealimg	{
	width:	60%!important;
	height:	auto!important;
	margin-right:	auto;
		margin-left:	auto;
	display:	block!important;
	float:	none;
}
.blockarea_bc {
  margin-right:	calc(50%	-	50vw);
	margin-left:	calc(50%	-	50vw);
		background:	url(img/index/contactbc2.jpg)	center	center	repeat-x;
	margin-bottom:	30px;
	padding-top:	40px;
	padding-bottom:	40px;
	background-size:cover;
}
.blockarea_bc2 {
	padding:	20px	5px;
}
.formmds2 .formmds2_L {
	width: 52px;
	float:	none;
	padding:	0;
	margin-right:	auto;
		margin-left:	auto;
	margin-bottom:	10px;
}
.formmds2 .formmds2_R {
	width: auto;
	float:	none;
	text-align: left;
}
.repeater {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/repeater_smp.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:	0px	0px	10px;
	padding: 0px;
	float:	none;
	z-index: 100;
	position :	relative;
	right: 0px;
	top: 0px;
	-moz-background-size:auto 100%;
background-size:auto 100%;
}
.jisseki h6 {
	margin-right:	auto;
		margin-left:	auto;
	margin-bottom:	20px;
}
	img.new	{
		width: 23px!important;
		height: 7px!important;
		display:	block;
	}
.headinfo {
	text-align:	left;
	width: 100%;
  height: 16px;
	margin: 67px 0px 0px 0px;
	padding:	4px	40px	4px	0px;
	display: block;
	font-size: 70%;
	color: #777777;
	line-height:	1.7em;
	right:	0px;
	letter-spacing:	0.1em;
	z-index:	10;
		background-color:	#EEEEEE;
  overflow: hidden;
		/*top:	-5px;*/
		position:	relative;
}
.jisseki .headinfo {
	margin: 67px 0px -67px 0!important;
	padding:	4px	0px	4px	0px!important;
}
/* バナー内コンテンツ */
.attention_txt_content {
  display: inline-block;
  line-height: 1.6em;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.attention_txt_content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*top slider*/
.line_block {
		  width: 100%!important;/*100%*/
		  margin: 0 auto!important;
		  display:	block;
				position:	relative;
				top:	40px;
				left:	-1px;
}
	.top_line_box	 {
		width:	90%;
		height:	auto;
		margin:	0	auto	0;
		padding:	0;
		display:	block;
		z-index:	5;
		text-align:	center;
	}
	.top_line_box	 .top_line_title {
		width:	90%;
		height:	auto;
		font-size:	22px;
		margin:	0 auto;
		padding:	0;
		font-weight:	bold;
		color:	#005577;
		line-height:	1.2em;
	}
	.top_line_box	 .top_line_body {
		width:	90%;
		height:	auto;
		font-size:	14px;
		line-height:	normal;
		padding:	0;
		margin:	15px	0	0	0px;
		display:	inline-block;
	}
	img.slick-image_ctl {
		top:	-220px;
		/*width:	300px!important;
		height:	232px!important;*/
		width:	280px!important;
		height:	217px!important;
		display:	block;
		margin:	0	auto;
	}
	.top_line div {
		width:	100vw;
		height:	350px;
	}
/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 800px;
  vertical-align: top;
}
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 8px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

img.flow_simple {
		margin:	0	0	20px;
		padding:	0;
}
/*basic*/
button[type="submit"]{
	color:	#333!important;
	font-weight:	normal!important;
	font-style:	normal!important;
}
.hissuflag::after,
.niniflig::after {
    content: "\A";
    white-space: pre;
}
button[type="submit"]{
	color:	#333!important;
	font-weight:	normal!important;
	font-style:	normal!important;
}
body.contactpage textarea {
	width:	200px!important;
	display:	block;
}
.br:before {
	content: "\A";
	white-space: pre;
}
.brpc:before {
	content: '';
}
.separation, {
	display: none;
}

.break:before { content: "\A"; white-space: pre; }

}