@charset "utf-8";
body {
 font: normal 18px/1.7 "Noto Sans JP", sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

.fv img{
  width:100%;
}
img{
  width:100%;
}
/* ヘッダー基本設定 */
.header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  height: 80px;
  box-sizing: border-box;
}
.logo-wrapper{
	display: flex;
}
/* ロゴ設定 */
.header .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header .logo img {
  height: 50px;
  width: auto;
}

/* ヘッダーボタンエリア */
.header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: auto;
}

/* ボタン共通設定 */
.header-btn > div {
  display: flex;
  align-items: center;
  height: auto;
}

.header-btn img {
  display: block;
  height: 50px;
  width: auto;
}

/* rolloverエフェクト */
.rollover {
  transition: opacity 0.3s ease;
}

.rollover:hover {
  opacity: 0.8;
}

/* レスポンシブ設定 */
.pc-item {
  display: block;
}

.sp-item {
  display: none;
}

/* スマホ版 */
@media screen and (max-width: 1024px) {
  .header .inner {
    height: 60px;
    padding: 0 15px; /* 上下パディングを0に */
  }
  
  .header .logo img {
    height: 35px;
  }
  
  .header-btn {
    gap: 5px;
    
  }
  
  .header-btn img {
    height: 35px; /* ヘッダー高さと同じに */
  }
  
  
  
}

/* より小さなスマホ画面 */
@media screen and (max-width: 640px) {
  /* スマホ版表示切り替え */
  .pc-item {
    display: none;
  }
  
  .sp-item {
    display: block;
  }
  
  .header .inner {
    height: 50px;
    padding: 0 ; /* 上下パディングを0に */
  }
  
  .header .logo img {
    height: 40px;
    padding: 0 4%;
  }
  

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

  
  .header .inner {
    height: 35px;
    padding: 0 ; /* 上下パディングを0に */
  }
  
  .header .logo img {
    height: 30px;
    padding: 0 4%;
  }
  

}

/* ページコンテンツの上部マージン調整 */
body {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 50px;
  }
  @media screen and (max-width: 320px) {
    body{
      padding-top: 35px;
    }
  }
}

/* 追加：リンク要素のデフォルトスタイルをリセット */
.header-btn a {
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.rd-pc,.rd-sp{
  position: relative;
}
.rd-tel{
  position: absolute;
  bottom:27%;
  width:20%;
  left:50%;
  transform: translate(-50%,-50%);
}
.btn-wrapper{
  position: absolute;
display: flex;

  bottom:13%;
  left:50%;
  width:28%;
   transform: translate(-50%,-50%);
}
.rd-web,.rd-line{
  width:50%;
  margin:1%;
}
@media screen and (max-width: 640px) {
.rd-tel{
  width:80%;
  bottom:34%;
}
.btn-wrapper{
  flex-direction: column;
  width:100%;
  bottom:-2%;
}
.rd-web,.rd-line{
width:66%;
  margin:1.5% auto;
}
}
.area3{
  background: url(../images/area3-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding:60px 0;
}
.area3-title img{
  width:700px;
  max-width: 70%;
  margin:0 auto;
}
.box-wrapper{
  margin:60px auto 0;
}
.box{
  background: #2786ec;
  width:600px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  margin:40px auto;
  padding:40px;
  border-radius: 20px;
  position: relative;
  align-items: center;
}
.number{
  position: absolute;
  top:-30px;
  left:4%;
  width:12%;
}
.box-text h3{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color:#ffff00;
}
.box-text .border{
  border:1px solid #fff;
margin:4% 0;
}
.box-text {
  color:#fff; 
  width:60%;
  font-size: 16px;
}
.box-text p{
  padding: 0 2%;
}
.box-image{
  width:40%;
  margin-left: 4%;
}
.box-image img{

  width:100%;
}
@media screen and (max-width: 640px) {
  .area3{
  background: url(../images/area3-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding:40px 0;
}
.area3-title img{
  width:90%;
  max-width: 90%;
  margin:0 auto;
}
.box-wrapper{
  margin:40px auto;
}
.box{
  width:90%;
flex-direction: column-reverse;
  margin:40px auto;
  padding:8% 0%;
}
.number{
  top:4%;
  left:4%;
  width:20%;
}
.box-text h3{
  font-size: 19px;
  margin-top: 0;
}
.box-text{
  padding:0 4%;
  font-size: 16px;
  width:90%;
  margin:0 auto;
  font-size: 14px;
}
.box-image{
  width:80%;
  margin:0 auto;
}
.box-image img{
  margin:0 auto 6%;
}
}
.area4{
  background: #fcfbe2;
padding:60px 0;
}
.area4-title-wrapper{

  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 4%;
}
.area4-award {
  width:300px;
  margin-left: 40px;
}
.work{
  background: url(../images/area4-bg1-pc.jpg);
  width:1200px;
  max-width: 90%;
  margin:60px auto;
  padding:40px 40px 60px;
}
.voice{
  background: url(../images/area4-bg2-pc.jpg);
  width:1200px;
  max-width: 90%;
  margin:60px auto;
padding:40px 40px 60px;
}
.work-box-wrapper,.voice-box-wrapper{
  display: flex;
}
.area4 h3{
  background: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 20px;
  border-radius: 50px;
  width:50%;
  margin:40px auto 60px;
}
.work h3{
  color:#0071bc;
}
.voice h3{
  color:#f15a24;
}
.work-box{
  background: #fbb03b;
  border-radius: 20px;
  width:33%;
  padding:20px 10px;
  margin:0 1%;
}
.voice-box{
  background: #fff385;
  border-radius: 20px;
  width:30%;
  padding:24px;
  margin:0 1%;
}
.work h4{
  font-size: 22px;
color:#fff!important;
font-weight: bold;
line-height: 1.4;
letter-spacing: 2px;
}
.work p{
background: #fff;
max-width: 280px;
text-align: center;
margin:3% auto;
color:#f15a24;
line-height: 1.4;
font-weight: bold;

}
.price{
  font-size: 18px;
} 
.work-image{
  background: #fff;
  padding:2% 0;
  margin-top: 6%;
}
.work-pic {
  width:90%;
  margin:0 auto;
  padding:4% 0;
}
.voice-pic{
  width:90%;
  
  margin:2% auto;
}
.work span{
  background: #ed7c00;
  color:#fff;
  padding:0 3%;
}
.work-price{
  font-weight: bold;
  font-size: 20px;
}
.work-text{
  font-size: 22px;
  text-align: center;
  color:#fff;
  font-weight: bold;
  margin-top: 2%;
}
.star{
  padding:4%;
}
.voice-text{
  line-height: 1.4;
}
.voice-text span{
  color:#f15a24;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .area4{

padding:40px 0;
}
.area4-title-wrapper{
  flex-direction: column;
  width:80%;
  margin:0 auto; 

}
.area4-title h2{
width:80%;
  padding:0;
  margin-bottom: 10%;
}
.area4-award{
  margin-left: 0;
  margin-top: 20px;
}

 .work{
  background: url(../images/area4-bg1-sp.jpg);
  width:86%;
  max-width: 86%;
  margin:6% auto;
  padding:8% 4%;
}
 .voice{
  background: url(../images/area4-bg2-sp.jpg);
  width:86%;
  max-width: 86%;
  margin:6% auto;
  padding:8% 4%;
}
  .work-box-wrapper,.voice-box-wrapper{
  flex-direction: column;
}
.work h4{
  font-size: 19px;
color:#fff!important;
font-weight: bold;
line-height: 1.4;
letter-spacing: 2px;
}
.area4 h3{
  font-size: 22px;
  letter-spacing: 4px;
  border-radius: 50px;
  width:70%;
  margin:4% auto 6%;
}
.work-box{

  width:90%;
  max-width: 300px;
  padding:16px 10px;
  margin:4% auto;
}
.voice-box{
    width:86%;
    max-width: 300px;
  padding:8% 6%;
  margin:4% auto;
}
.work span{
  font-size:18px;
}
.work-price{
margin-bottom: 4%;  
}
.work-text{
  font-size: 16px;
}
.star{
  width:80%;
  margin:0 auto;
}

}
/* ========== 基本スタイル ========== */
.area5{
  background: url(../images/area5-bg.jpg);
  padding-bottom: 100px;
  overflow: hidden;
}

.area5-title-area{
  background: #2e9def;
  padding: 40px 0;
}

.area5 h2{
  width: 400px;
  margin: 0 auto;
}

.area5-title-area p{
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.4;
}

.flow-wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  margin: 60px auto 0;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.flow{
  background: #1863a8;      
  color: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow:
    0 0 0 8px #ffffff,        
    0 0 0 9px #1863a8; 
  width: 280px;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 20px 0;
}

.step{
  margin-left: -30px;
  width: 85%;
}

.flow h3{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 4% 0;
}

.flow-text{
  text-align: center;
  line-height: 1.4;
  padding: 8% 0 2%;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #f7931e;
  flex-shrink: 0;
}

/* ========== PC: 横1列 (1401px以上) ========== */
@media (min-width: 1401px) {
  .flow-wrapper {
    flex-wrap: nowrap;
  }
  
  .triangle {
    display: block;
  }
}

/* ========== タブレット: 2列×2列 (641px〜1400px) ========== */
@media (max-width: 1400px) and (min-width: 641px) {
  .area5 {
    padding-bottom: 80px;
  }
  
  .flow-wrapper {
    max-width: 700px; /* 幅を広げる */
    gap: 60px 40px;
  }
  
  .triangle {
    display: none; /* 完全に非表示 */
  }
  
  .flow {
    width: calc(50% - 20px);
    max-width: 280px; /* 少し広げる */
    margin: 0;
  }
}

/* ========== スマホ: 縦1列 (640px以下) ========== */
@media (max-width: 640px) {
  .area5 {
    padding-bottom: 60px;
  }
  
  .area5 h2{
    width: 60%;
  }
  .area5-title-area p{
    font-size: 16px;
  }
  .flow-wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0 10px;
  }
  
  .triangle {
    display: block;
    border-top: 25px solid #f7931e;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: none;
    margin: 20px 0;
  }
  
  .flow {
    width: 90%;
    max-width: 280px;
    margin: 0;
  }
  .flow-text{
    font-size: 16px;
  }

.step{
 
  width: 70%;
}
}
.area6{
  padding:60px 0;
}
.area6 h2{
width:400px;
margin:0 auto 60px;
}
.qa-container {
	margin: 0 auto 4%;
	max-width: 800px;
	width: 90%;
}
.qa-list {
	padding: 1% 0;
}
.question-title {
	background: #0075d5;
	cursor: pointer;
	font-size: 20px;
	padding: 2.5% 12% 2.5% 80px;
	position: relative;
 color:#fff;
	font-weight: bold;
	line-height: 1.3;
}
.question-title:before {
	position: absolute;
	display: block;
	content: url(../images/Q.png);
	top: 50%;
	transform: translate(-50%, -50%);
	left: 5%;
	width: 30px;
}
.question-title:after {
	position: absolute;
	display: block;
	content: '';
	top: 30%;
	right: 5%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	transition: all .3s ease-in-out;
}
.question-title.open:after {
	transform: rotate(-45deg);
	top: 45%;
}
.answer-text {
	display: none;
	padding: 20px 4%;
	position: relative;
	background: #e6f3ff;
	line-height: 1.4;
	margin-top: 0px;
	font-size: 18px;
	color: #333;
}
@media screen and (max-width: 1200px) {
	.qa-list {
			padding: 1% 0;
	}
	.qa-container {
			max-width: 76%;
			margin: 20px auto 30px;
	}
	.question-title:after {
			width: 10px;
			height: 10px;
	}
	.answer-text:before {
			font-size: 120%;
			font-weight: bold;
	}
}
@media screen and (max-width: 640px) {
  .area6{
    padding:40px 0;
  }
.area6 h2{
width:60%;
margin:0 auto 30px;
}
	.qa-container {
			width: 90%;
			max-width: 90%;
padding-bottom: 0;
	}
	.qa-list {
			padding: 2% 0 ;
	}
	.question-title {
			font-size: 18px;
			padding: 4% 14% 4% ;
	}
	.question-title:before {
			left: 7%;
	}
	.answer-text {
			font-size: 15px;
			padding: 4% 5%;
			margin-top: 0px;
	}
	.answer-text p {
			padding-left: 50px;
	}
}
.area7{
  background: linear-gradient(to bottom, #c8e3f0 0%, #e8f4f8 100%);
  padding:60px 0;
}
    .form-container {
      max-width: 700px;
      margin: 0 auto;
      background: #fff;
      border-radius: 24px;
      padding: 50px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    .form-title {
      font-size: 28px;
      font-weight: bold;
      color: #0074d9;
      text-align: center;
      margin-bottom: 40px;
    }

    .form-group {
      margin-bottom: 30px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .form-group.textarea-group {
      align-items: flex-start;
    }

    .label-area {
      width:30%;
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 160px;
      padding-top: 12px;
    }

    .required-badge {
      background: #0074d9;
      color: #fff;
      font-size: 12px;
      padding: 2px 6px;
      border-radius: 4px;
      font-weight: bold;
      flex-shrink: 0;
    }

    .label-text {
      font-size: 16px;
      font-weight: 500;
      color: #333;
    }

    .input-area {
      flex: 1;
      width:70%;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width: 100%;
      padding: 12px 16px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
      font-family: inherit;
      transition: border-color 0.3s;
      width:70%;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
      outline: none;
      border-color: #0074d9;
    }

    textarea {
      min-height: 180px;
      resize: vertical;
    }

    textarea::placeholder {
      color: #999;
      font-size: 14px;
      line-height: 1.6;
    }

    .submit-area {
      text-align: center;
      margin-top: 40px;
    }

    .submit-btn {
      background: #17a2b8;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 16px 80px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
      letter-spacing: 0.1em;
    }

    .submit-btn:hover {
      background: #138496;
    }

    /* タブレット対応 (768px以下) */
    @media (max-width: 768px) {
       input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width: 94%;
    }
      .form-container {
        width:80%;
        padding: 40px 30px;
      }

      .form-title {
        font-size: 24px;
        margin-bottom: 30px;
      }

      .form-group {
        flex-direction: column;
        gap: 10px;
      }
    .input-area {
      width:100%;
    }
      .label-area {
        padding-top: 0;
        min-width: auto;
        width:100%;
      }

      .submit-btn {
        padding: 14px 60px;
        font-size: 16px;
      }
    }

    /* スマホ対応 (480px以下) */
    @media (max-width: 480px) {
          input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width:90%;
    }
      

      .form-container {
        padding: 30px 20px;
        border-radius: 16px;
      }

      .form-title {
        font-size: 22px;
        margin-bottom: 25px;
      }

      .label-text {
        font-size: 15px;
      }

      input[type="text"],
      input[type="email"],
      input[type="tel"],
      textarea {
        font-size: 16px;
        padding: 10px 12px;
      }

      textarea {
        min-height: 150px;
      }

      .submit-btn {
        width: 100%;
        padding: 14px 20px;
      }
    }
    footer{
      background: #333;
      color:#fff;
      font-size: 12px;
      padding:40px 0;
    }
    footer a{
      text-decoration: none;
      color:#fff;
      padding: 0 10px;
    }
    .footer-bottom{
      margin-top: 10px;
    }
    /* 下部固定ボタン */
.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 999;
  box-sizing: border-box; /* 追加 */
  display: flex;
}
.fixed-buttons a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  overflow: hidden;
}


.fix-btn-mail img,.fix-btn-line img{
  flex: 2.5;

}
.fix-btn-web,.fix-btn-line{
width:25%;
}
.fix-btn-tel img {
  flex: 5;

}
.fix-btn-tel {
  width:50%;
}
.sp-only {
  display: none;
}

/* スマホ版で表示 */
@media screen and (max-width: 640px) {
  .sp-only {
    display: flex;
  }
   /* 下部固定ボタン分のマージンをbodyに追加 */
  body {
    padding-bottom: 12%;
    overflow-x: hidden; /* 追加：横スクロール防止 */
  }
  
  html {
    overflow-x: hidden; /* 追加：横スクロール防止 */
  }
}
	/*会社概要*/
	.company-title{
		font-size: 30px;
		padding:20px 0 60px;
		font-weight: bold;
	}
	table{
		width:800px;
		max-width:90%;
		margin:0 auto;
		padding-bottom: 60px;
		border:1px solid #000;
	}
	td{
	width:10%;
	border: #000 1px solid;
	padding:2%;
	
	
		text-align: left;
	}
	@media screen and (max-width: 640px) {
		h2{
			font-size: 24px;
		margin-top: 20px;
			padding: 0;
		}
		table{
			font-size: 12px;
			line-height: 1.4;
			margin:0 auto;
		}
		td{
			width:16%;
			
		}
	}
  /*プライバシーポリシー*/
	.container{
		width:800px;
		max-width: 90%;
		text-align: left;
		margin:40px auto 80px;
		line-height: 1.4;
	}
	.container li,.container p{
		font-size: 15px;
		
	}
	.container h3{
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	ul{
		padding-left:60px;
	}
	.number{
		list-style:decimal;
	}
	.disc{
		list-style:disc;
	}
	
	
	@media screen and (max-width: 640px) {
		.container{
			margin:0 auto 60px;
		}
		h3{
			font-size: 20px;
		}
		.container span{
			font-size: 14px;
		}
	}