* {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	color: #000;
	font-size: 14px;
}
article h2, article h3, article h4 {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.center {
	text-align: center;
}
.gray{
	color: #6B8899;
	font-weight: bold;
}
.red{
	color: #CF0F31;
	font-weight: bold;
}
section{
	position: relative;
	padding: 0;
	margin: 0;
}
section p{
	padding: 0;
	margin-bottom: 12px;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.04em;
	text-align: center;
}
section.cp_terms{
	padding: 32px 16px;
	background-color: #F5F5F5;
}
.title2{
	position: relative;
	padding: 0 16px;
 	text-align: center;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0 auto 36px;
}
.title2::after{
	background-color: #00AAE8;
	bottom: -10px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 96px;
}
.cp_terms .title2::after{
	background-color: #777;
}
/*
.btn {
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	line-height: 1.3;
	color: #333;
	font-weight: 600;
	text-align: center;
	min-width: 200px;
	max-width: 328px;
	font-size: 13px;
}
*/
.btn {
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	line-height: 1.3;
	color: #333;
	font-weight: 600;
	text-align: center;
	width: 100%;
	font-size: 13px;
	background-color: #FF2159;
}
.btn img {
	margin: 0 auto;
	width: 100%;
	max-width: 328px;
}


.btn-cta {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-move01 {
  animation-name: btn-moving;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.end{
	width: 100%;
	max-width: 480px;
	background-color: #000;
	margin: 0 auto;
}
.end p{
	padding: 10px 16px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
@-webkit-keyframes btn-moving {
	  0% {
		-webkit-transform: translateY(0);
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	  }
	  10% {
		-webkit-transform: translateY(4px);
		box-shadow: none;
	  }
	  20% {
		-webkit-transform: translateY(0);
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	  }
	  30% {
		-webkit-transform: translateY(4px);
		box-shadow: none;
	  }
	  50% {
		-webkit-transform: translateY(0);
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	  }
	  100% {
		-webkit-transform: translateY(0);
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	  }
	}

.float_btn {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	text-align: center;
	width: 100%;
	padding: 12px 0;
	padding-bottom: calc(env(safe-area-inset-bottom) + 12px);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	transition-property: all;
	transition-duration: 300ms;
	z-index: 99999;

	max-width: 414px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.float_btn.hide {
	bottom: -180px;
	bottom: calc(-1 * env(safe-area-inset-bottom) - 180px);
	display: block;
}
.fixed_bot {
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	z-index: 99999;
	background-color: rgba(255,255,255,0.95);
	/*
	background: linear-gradient(180deg, #CC0033 0%, #CC0033 71.5%, #3D3D3D 28.5%, #3D3D3D 100%);
	*/
}
.fixed_bot img{
	width: 100%!important;
	max-width: 480px;
}
/* 2026 */
body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
header{
	width:100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.15)
}
header img{
	width:100%;
	max-width: 414px;
}
main{
	position: relative;
	background: #0D78C2;
	width: 100%;
	margin: 0;
	padding: 0;
}
.wrap{
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  padding: 0;
  box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.15), 3px 0 3px -2px rgba(0, 0, 0, 0.15);
  background: #fff;
}
h1.kv{
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

section.link {
	padding: 6px 0 12px;
	text-align: center;
	background: #fff;
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
}
section.link a {
	display: block;
	margin: 0 auto;
}
section.link p{
	text-align: center;
	font-size: 13px;
	color: #000;
}
section.link p a{
	color: #0099EB;
	font-weight: bold;
	display: inline;
}

.period{
	padding: 0;
	margin: 0 auto 8px;
	text-align: center;
	background: #fff;
}
.period img{
	display: block;
}
.period p{
	text-align: center;
	font-size: 13px;
	color: #000;
}
.period p a{
	color: #0099EB;
	font-weight: bold;
	display: inline;
}

.sfd_amazing{
	padding: 0;
	margin: 0 auto 54px;
	text-align: center;
	background: #fff;
}
.sfd_amazing p{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
.sfd_amazing p.title_features{
	padding: 0;
	margin: 8px auto 16px;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}
.sfd_amazing p.title_features span{
	color: #cc0033;
	font-size: 20px;
}
.sfd_amazing img{
	margin: 0 auto 16px;
	display: block;
}
.whats_sfd{
	width: 100%;
	margin: 0 auto;
	max-width: 414px;
}
.whats_sfd .box img{
	width: 100%;
}


section .term_box {
  background-color: #fff;
  height: 320px;
  overflow-y: scroll;
  padding: 16px 15px 12px;
 /*white-space: pre-wrap;
  word-break: break-all;*/
}
section .term_box p {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin: 0px;
}
section .term_section {
	margin: 0 0 18px;
	padding: 0;
}
section .term_section .title {
	width: 100%;
	background-color: #efefef;
	margin: 0 0 6px;
	padding: 0;
	border-left: 4px solid #ccc;
}
section .term_section .title p {
	padding: 4px 6px;
	margin: 0;
}
section ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 6px;
}
section li {
	text-align: left;
	padding-left:0.9em;
	text-indent:-0.9em;
	line-height: 1.6;
	padding-bottom: 6px;
}
section li:last-child {
	padding-bottom: 0;
}
/******/
.accordion_wrapper{
	padding: 0 16px 36px;
}
/* 個々のアコーディオンリストを囲うタグ */
.accordion{
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
}
/* アコーディオンのタイトル・内容共通 */
.accordion_header{
	display: flex;
 	align-items: center;
	padding: 12px 12px;
	/*width: 100%;*/
	/*font-weight: 400;*/
	border-top:  1px solid #707070;
	border-right:  1px solid #707070;
	border-bottom:  5px solid #707070;
	border-left: 1px solid #707070;
}


.accordion_header b {font-size: 18px;}

.accordion_header_before{
	border-radius: 5px 5px 5px 5px!important;
}
.accordion_header_after{
	border-radius: 5px 5px 0px 0px !important;
	border-bottom:  1px solid #707070;
}
.accordion_content{
	display: flex;
 	align-items: center;
	padding: 18px 18px 0;
	/*width: 100%;*/
	/*font-weight: 400;*/
	border-radius: 0px 0px 5px 5px !important;
	border-top:  0px solid #707070;
	border-right:  1px solid #707070;
	border-bottom:  1px solid #707070;
	border-left: 1px solid #707070;
}
/* アコーディオンのタイトル */
.accordion_header {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  position: relative;
}
/* アコーディオンの内容 */
.accordion_content {
  display: none;
  background-color: #fff;
  color: #000;
}
.accordion_header:nth-child(n + 1) {
  margin-top: 20px;
}
/* タイトル横のプラスマーク縦線 
.accordion_header::before{
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  width: 14px;
  height: 2px;
  background-color:#777;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}*/
/* タイトル横のプラスマーク横線 
.accordion_header::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  width: 14px;
  height: 2px;
  background-color:#777;
  transition: all .3s ease-in-out;
}*/
.accordion_header::after{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-top: #FD4749 3px solid;
  border-right: #FD4749 3px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 4%;
  top: 0;
  bottom: 16%;
  margin: auto;
  transition: all .1s ease-in-out;
}
.accordion_header.orange::after{
  border-top: #FFB248 3px solid;
  border-right: #FFB248 3px solid;
}
.accordion_header.green::after{
  border-top: #50DDB0 3px solid;
  border-right: #50DDB0 3px solid;
}
/* アコーディオンが開いたとき縦線の変化 
.accordion_header.open::before {
  transform: rotate(180deg);
}*/
/* アコーディオンが開いたとき横線の変化 
.accordion_header.open::after {
  opacity:0;
}*/
.accordion_header.open::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12%;
  bottom: 0%;
}
dt {
	margin-left: 0;
	text-align: center;
}
dd {
	margin-left: 0;
	padding-left: 0;
}
.part_area{
	position: relative;
	margin: 16px auto 0;
	padding: 0 16px;
	max-width: 414px;
}
.part_area2{
	position: relative;
	padding:0;
	margin: -16px auto 24px;
	padding: 0 16px;
	max-width: 414px;
}
.part_box{
	position: relative;
	margin: 0 auto;
	padding: 24px 30px 8px;
	z-index: 1;
	border-radius: 8px;
}
.part_box .index{
	position: absolute;
	right: 0;
	left: 0;
	top:-12px;
	margin: 0 auto;
	width:168px;
	box-sizing: border-box;
    text-align: center;
	border-radius: 50px;
}
.part_box .index p{
	margin: 0 auto;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	color:#00548F;
}
.part_box img{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.title{
	margin: 0 auto 16px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color:#cc0033;
	text-align: center;
	justify-content: center;
	line-height: 1.6;
}
.pic_box{
	margin: 0 auto;
	padding: 24px 16px;
	text-align: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #F7F7F7;
}
.pic_box p{
	margin: 0 auto;
	font-size: 16px;
}
.pic_box img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
footer{
	padding: 16px 0 0;
	margin: 0;
	background-color: #E1E1E1;
}
footer p{
	text-align: left;
	padding: 0 16px 24px;
	font-size: 14px;
	color: #000;
}
footer .copyrights_box{
	text-align: left;
	padding: 16px;
	background-color: #777777;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}



























/* 質問 ---------------------------*/
.q_area{
	position: relative;
	padding:0;
	margin: 0 auto;
	/*padding: 16px 0;*/
	padding: 0;
	max-width: 414px;
	background-image: url('../img/bg_question.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.q_title{
	margin: 0 auto;
	padding: 16px 0 0;
	max-width: 280px;
}
.q_title img{
	width: 100%;
}
.q_box{
	/*position: relative;*/
	margin: 0;
	/*padding: 0 24px 48px;*/

	padding: 0 24px;
}
.q_box .index{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.q_box .index p{
	margin: 4px auto 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	color:#000;
	line-height: 1;
}
.q_box .index span{
	font-size: 20px;
	font-weight: normal;
}
.q_box h2{
	margin-bottom: 20px;
	padding:0;
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
.question {
	display: none;
}
.question.active {
	display: block;
}
button {
	display: block;
	width: 100%;
	margin: 8px 0;
	padding: 8px 8px;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	border-radius: 60px;
	border: 1px solid #707070;
	margin-bottom: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
button:active {
	box-shadow: none;
	transform: translateY(3px);
}
button.q1 span {
	color: #FD4749;
	font-weight: normal;
	font-size: 20px;
}
button.q2 span {
	color: #FB9200;
	font-weight: normal;
	font-size: 20px;
}
button.q3 span {
	color: #00CC8B;
	font-weight: normal;
	font-size: 20px;
}
button.q3 span.normal {
	color: #000;
	font-weight: normal;
	font-size: 15px;
}
button.q3 b {
	font-size: 18px;
}

.q_back_area{
	position: absolute;
	top:0;
	left: 0;
	border: 1px solid;
}




button.back-btn {
	position:absolute;
	width:48px;
	height:48px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border-radius:0;
	border:none;
	margin-bottom: 0;
	font-weight: bold;
	display: block;
	align-items: center;
	left:8px;
	top: -9%;
}


button .q_back {
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-top: #aaa 3px solid;
	border-right: #aaa 3px solid;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: auto;
}












/* 結果 ---------------------------*/
#app {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	height: 100vh;
}
.result {
	display: none;
	text-align: center;
}
.title_results{
	margin: 0 auto 22px;
	padding: 0;
}
.type_results{
	margin: 0 auto 18px;
	padding: 0;
}
.type_results p{
	margin: 0 auto 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.type_results h2{
	margin: 0 auto 16px;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.reco_results{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.reco_results p{
	margin: 0 auto 14px;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
.reco_results img{
	margin: 0 auto 14px;
	padding: 0;
	max-width: 68px;
	text-align: center;
}
.results_box{
	margin: 0 auto;
	padding: 0 16px;
	text-align: center;
}
.results_box .pic{
	max-width: 280px;
	margin: 0 auto 18px;
	padding: 0;
	text-align: center;
}
.results_box .reco_name{
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 16px;
	padding: 0;
	text-align: center;
}
.results_box .explanation{
	font-size: 16px;
	margin: 0 auto 16px;
	padding: 0;
	text-align: center;
}
.results_box .reco_name span{
	font-size: 24px;
	font-weight: normal;
	color: #000!important;
}
.results_box .reco_name.red{color: #F11D1F;}

.other_reco_box{
	position: relative;
	margin: 0 auto;
	padding: 0 16px 48px;
	z-index: 1;
	border-radius: 8px;
	background-color: #fff;
}
.other_reco_box .index{
	width: 238px;
	position: absolute;
	right: 0;
	left: 0;
	top:-12px;
	margin: 0 auto;
	box-sizing: border-box;
    text-align: center;
	border-radius: 50px;
}
.other_reco_box .index p{
	margin: 0 auto;
	padding: 8px 0;
	font-size: 15px;
	line-height: 1;
}
.other_reco_box .plate{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 28px 16px 8px;
	border-radius: 8px;
	background-color: #FFF2F2;
}
.other_reco_box .plate .label{
	margin: 0 0 10px 0;
	padding: 6px 10px;
	border-radius: 16px;
	background-color: #FFF;
	box-sizing: border-box;
}
.other_reco_box .plate .label p{
	font-size: 15px;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.own_preference{
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
.own_preference{
	padding: 0 0 24px;
	margin: 0 auto;
	background: #fff;
}
.own_preference .explanation{
	padding: 0 16px;
	margin: 0 auto 32px;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}



.section_box{
  padding: 24px 20px 32px;
}

.table_box{
  margin: 0;
  padding: 0;
}
.table_box .title{
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #003D69;
  text-align: left;
}


table {
  /*border: 1px solid black;
  border-radius: 10px;*/
  width: 100%;
  border-spacing: 0px;
  font-size: 14px;
}
table.other {
  /*border: 1px solid black;
  border-radius: 10px;*/
  width: 100%;
  border-spacing: 0px;
  font-size: 14px;
}
table tr th:first-child {
  border-radius:6px 0 0 0;
}
table tr th:last-child {
  border-radius: 0 6px 0 0;
}
table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
/* table tr th:first-child {
  border-top-left-radius: 10px;
}
table tr th:last-child {
  border-top-right-radius: 10px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
} */
th{
  border: 1px solid black;
  padding: 6px;
}

.schedule td {
  border-top: 0 solid #00AAE8;
  border-right: 2px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0 solid #00AAE8;
  padding: 10px 5px;
  background-color: #FFF;
}
.schedule td.left {
  border-top: 0 solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 2px solid #00AAE8;
  padding: 10px 5px;
  text-align: center;
  background-color: #FFF;
}
.schedule th.left {
  background-color: #FFF5F7;
  border-top: 2px solid #FF2159;
  border-right: 1px solid #FF2159;
  border-bottom: 2px solid #FF2159;
  border-left: 2px solid #FF2159;
  text-align: center;
}
.schedule th {
  background-color: #FFF5F7;
  border-top: 2px solid #FF2159;
  border-right: 2px solid #FF2159;
  border-bottom: 2px solid #FF2159;
  border-left: 0;
}
.schedule th:last-child {
  background-color: #FFF5F7;
  border-top: 2px solid #FF2159;
  border-right: 2px solid #FF2159;
  border-bottom: 2px solid #FF2159;
  border-left: 0;
}

td {
  border-top: 0 solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0 solid #00AAE8;
  padding: 10px 5px;
  background-color: #FFF;
}
td.left {
  border-top: 0 solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 1px solid #00AAE8;
  padding: 10px 5px;
  text-align: center;
  background-color: #FFF;
}
th.left {
  background-color: #FFF5F7;
  border-top: 2px solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 2px solid #00AAE8;
}
th {
  background-color: #FFF5F7;
  border-top: 2px solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0;
}
th:last-child {
  background-color: #FFF5F7;
  border-top: 2px solid #00AAE8;
  border-right: 2px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0;
}
.other th.left {
  background-color: #FFF5F7;
  border-top: 2px solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 2px solid #00AAE8;
}
.other th {
  background-color: #FFF5F7;
  border-top: 2px solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0;
  font-weight: normal;
}
.other td.left {
  border-top: 0 solid #00AAE8;
  border-right: 1px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 2px solid #00AAE8;
  padding: 10px 5px;
  text-align: center;
  background-color: #FFF;
}
.other td.right{
  border-top: 0 solid #00AAE8;
  border-right: 2px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0 solid #00AAE8;
  padding: 10px 5px;
  text-align: center;
  background-color: #FFF;
}
.other th:last-child {
  background-color: #FFF5F7;
  border-top: 2px solid #00AAE8;
  border-right: 2px solid #00AAE8;
  border-bottom: 1px solid #00AAE8;
  border-left: 0;
}

.open_close{
	display: flex;
	background-color: #00AAE8; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
	justify-content: center;
	align-items: center;
	padding: 8px 0;

}
.open_close p:first-child{
	margin: 0;
	padding: 0;
	width:90%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-left: 40px;
}
.open_close p:last-child{
	margin: 0;
	padding: 0;
	width:10%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-right: 6px;
}

.schedule_wrap{
    position: relative;
    overflow: hidden;
    transition: height .18s ease-out;
    will-change: height;
}

.schedule_gradient{
    position:absolute;
    left:2px;
    right:2px;
    bottom:0;
    height:72px;
    pointer-events:none;
    background:linear-gradient(
        rgba(255,255,255,0),
        rgba(255,255,255,.8),
        #fff
    );
    opacity:1;
    transition:opacity .15s;
}

.schedule_wrap.open .schedule_gradient{
    opacity:0;
}

.open_close{
    display:flex;
    justify-content:center;
    align-items:center;
    height:32px;
    cursor:pointer;
    user-select:none;
}


.open_close .icon{
    font-size:24px;
    font-weight:bold;
}