@charset "Shift_JIS";
.w100per {width: 100%;}
.txtRight {text-align: right;}
.txtRed {color: #FF0000;}
.fwB {font-weight: bold;}

ul.cmn {
    color: #039B88;
    padding-left: 30px!important;
    margin: 15px 0!important;
}
ul.cmn li {
    list-style: disc!important;
}
ul.cmn li span {
    color: #333;
}

/*enquete btn*/
.customer-top-other-area {
	margin:40px 165px 0px!important;
}
.customer-top-other-button__item {
	padding: 8px 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;

	box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;

	border-radius: 10px;
	transition: ease all 0.3s;

	width: 342px;
	height: 56px;
	padding: 8px 15px!important;
	font-family: "???S?V?b?N??", YuGothic, "???S?V?b?N", "Yu Gothic", "?q???M?m?p?S Pro", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, Arial, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	color: #333!important;
	text-decoration: none!important;
}

.customer-top-other-button__item:hover {
	border-color: #11a292;
	color: #11a292!important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}
.customer-top-other-button__item:hover .customer-top-color--01 {
	color: #11a292;
}

.customer-top-other-button__item.type-question:before {
	background-image: url(/cs/images/index_ic19.png);
}
.customer-top-other-button__item:before {
	width: 42px;
	height: 42px;

	content: "";
	display: block;
	flex-shrink: 0;
	background: 50% 50% no-repeat;
	background-size: contain;
}
.customer-top-other-button__item > span {
	flex-grow: 1;
}
.customer-top-other-button__item.type-question em {
	font-size: 2.2rem;
	font-style: normal;
}
.customer-top-color--01 {
	color: #006762;
	transition: ease color 0.3s;
}

/*navi-contents*/
#main div.flame div.flame_top_gnavi04 div.flame_btm{
	padding: 25px 15px 15px;
}
body.gnavi04 #contents div.navi-contents{
	display: flex;
	flex-wrap: wrap;
}
body.gnavi04 #contents .navi-contents a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 5px;
	width: 215px;
	margin: 0 5px 10px;
	padding: 10px 5px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
}
body.gnavi04 #contents .navi-contents a.current,
body.gnavi04 #contents .navi-contents a:hover{
	color: #fff;
	background: #338581;
	border-color: #338581;
	text-decoration: none;
}
body.gnavi04 #contents .navi-contents a.current:hover{
	cursor:default;
}

/* --------------------------------------------------------------
thanks.html
-------------------------------------------------------------- */
/*thanks card*/
div.thanks_cards div {
    vertical-align: top!important;
    display: inline-block!important;
    width: 570px!important;
    margin-bottom: 15px!important;
    /* border: 1px solid #dfdfdf!important; */
    border-radius: 4px;
	background-color: #fff5f5;
	padding:15px 35px !important;
}
div.thanks_cards div p {
    margin-top: 0!important;
    margin-bottom: 0!important;
    border-radius: 4px;
	line-height: 2.5;
}
div.thanks_cards div span.month {
    font-size: 1.4rem;
	float: right;
	display: inline-block;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: -15px;
	margin-top: 5px;
}

div.thanks_cards div p span:first-child {
	padding-bottom:10px;
	display: inline;
    border-bottom: 1px solid #ffb3be;
}
div.thanks_cards.green_start div:nth-of-type(odd) {
    background-color: #98e598;
}
div.thanks_cards.green_start div:nth-of-type(odd) {
    background-color: #edffee;
}
div.thanks_cards.green_start div:nth-of-type(odd) p span:first-child {
    border-bottom: 1px solid #98e598;
}
div.thanks_cards.pink_start div:nth-of-type(even) {
    background-color: #98e598;
}
div.thanks_cards.pink_start div:nth-of-type(even) {
    background-color: #edffee;
}
div.thanks_cards.pink_start div:nth-of-type(even) p span:first-child {
    border-bottom: 1px solid #98e598;
}


/*2022/04*/
.btn-more{
	background: #11a292;
	border-radius: 5px;
	margin-bottom: 25px !important;
	position: relative;
	overflow: hidden;
}
.btn-more.active{
	overflow: visible;
	padding-bottom: 10px !important;
	
}

.btn-more span{
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 10px 15px 0;
	margin-bottom: 10px;
}
.btn-more span::after {
	content: "";
	display: inline-block;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 15px;
	position: absolute;
}
.btn-more:hover{
	background: #338581;
}
.btn-more span.active{
	padding-bottom: 0;
}

.btn-more span.active::after {
	border: none;
	border-top: solid 3px #fff;
  border-left: solid 3px #fff;
	top: 70%;
}
.btn-more .btn-more-list{
	background: #FFF;
	position: relative;
	margin:10px 10px 0px!important;
}

.btn-more .btn-more-list p{
	margin: 0 0 0 10px !important;
}
.btn-more .btn-more-list label{
	display: block;
	padding: 3px 25px;
	transition:  all 0.2s 0s ease;
	cursor: pointer;
}
.btn-more .btn-more-list label:hover{
	background: #e4f0d8;
}
.btn-more .btn-more-list label input{
	margin-right: 0.5em !important;
}


div[class^="thanks-area-"]{
	margin-bottom: 40px !important;
}
div[id^="thanks-area-"],
div[class^="thanks-area-"]{
	display: none !important;
}

div[id^="thanks-area-"].active,
div[class^="thanks-area-"].active{
	display: block !important;
}


div#thanks-all.active {
	animation: 0.75s ease-in 0s 1 normal forwards running fadeinner;
}
@keyframes fadeinner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;	
	}
}

div#thanks-all div[class^="thanks-area-"] h5 span {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
div#thanks-all div[class^="thanks-area-"] h5 span a{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}

/* --------------------------------------------------------------
thanks.html
-------------------------------------------------------------- */
.h4head_voice {
	display: inline-block!important;
	padding: 5px 10px!important;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-weight: bold;
	background-color: #360;
    font-size: 115%;
	line-height: 100%;
}
.h4_voice {
	background: none!important;
	background-color: #eef7e6!important;
	border: 1px solid #e8e7d3;
	border-radius: 0 4px 4px 4px;
	margin-bottom: 0!important;
	font-size: 100%!important;
	position: relative;
}
.h4_voice span {
	background:none!important;
	padding: 10px 20px!important;
}

.h4_voice.add-person {
	display: table !important;
	width: 100%;
	background: #fefff4 !important;
}
.h4_voice.add-person > * {
	display: table-cell !important;
	vertical-align: middle !important;
}
.h4_voice.add-person > .img-person {
	width: 50px;
	text-align: right;
	padding: 5px 5px 5px 20px !important;
}
.h4_voice.add-person > .img-person > img {
	display: inline !important;
}
.h4head_modify {
/*	display: block;*/
	width: 100%;
	height: 40px;
	position:relative;
	background-image: url(../images/kaizen/arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.h4head_modify span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	background-color: #408000;
	border-radius: 4px 4px 0 0;
    font-size: 115%;	
	font-weight: bold;
	line-height: 100%;
}
.modifyContent {
	padding:10px 20px 20px!important;
	border-radius:0 2px 2px 2px;
	background-color:#e6f7d9;
	border:1px solid #e3e2ba!important;
	margin-bottom:50px!important;
}
.modifyContent p {
	margin:0!important;
}
.modifyContent img.center {
	margin:20px  0 auto!important;
	max-width:649px;
}

/* --------------------------------------------------------------
complaint.html
-------------------------------------------------------------- */
table.commconTbl thead th{
	text-align: center;
}
table.commconTbl tbody th{
	font-weight: normal;
	background: #f5f5f5;
}
table.commconTbl tfoot th,
table.commconTbl tfoot td{
	background: #fff9e2;
}


/* --------------------------------------------------------------
kaizen.html
-------------------------------------------------------------- */
.modifyContent p span.month{
	display: inline-block;
}