/*-----------------------------------------------------------------------------------
 【寄付金サイト】スタイル
  -----------------------------------------------------------------------------------*/
root {
  display: block;
}

/* html,bodyタグの設定 */
html {
  overflow-y:scroll;
}
html, body{
  margin: 0;	/* 余白の削除 */
  padding: 0;	/* 余白の削除 */
  height: 100%;	/* 縦の高さを100% */
  width: 100%;	/* 横の幅を100% */
  font-family: 'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-size: 15px;
  color: #202020;
}
/* 全体を囲う大枠 */
div#top_contents {
  width: 100%;
  background:#fff;
  min-width: 800px;
}
div#contents {
  width: 100%;
  background:rgb(234,227,200);
  min-width: 800px;
}
@media screen and (min-width:800px) {
  /*　画面サイズが800pxからはここを読み込む　*/
  div#top_contents {
    width: 100%;
    background:#fff;
    min-width: 800px;
    padding-top: 190px;
  }
  div#contents {
    width: 100%;
    background:rgb(234,227,200);
    min-width: 800px;
    padding-top: 150px;
  }
}

/* ----- ヘッダーの背景 -------------------------------------------------------------------------------- */
div#top_header-bk {
  background-color:#fff;    /* 背景色 */
  height:155px;             /* 縦の高さ */
  width:100%;               /* 横の幅を */
  border-top: 10px solid rgb(2,155,150);
}
div#header-bk {
  background-color:#fff;    /* 背景色 */
  height:140px;             /* 縦の高さ */
  width:100%;               /* 横の幅 */
  border-top: 10px solid rgb(2,155,150);
}
@media screen and (min-width:800px) {
  /*　画面サイズが800pxからはここを読み込む　*/
  div#top_header-bk {
    background-color:#fff;    /* 背景色 */
    height:155px;             /* 縦の高さ */
    width:100%;               /* 横の幅を */
    border-top: 10px solid rgb(2,155,150);
    top: 0px;
    position: fixed;
  }
  div#header-bk {
    background-color:#fff;    /* 背景色 */
    height:140px;             /* 縦の高さ */
    width:100%;               /* 横の幅 */
    border-top: 10px solid rgb(2,155,150);
    top: 0px;
    position: fixed;
  }
}

#header_navi ul {
  margin: 0;
}
#header_navi li {
  list-style-type: none;
  float: right;
  background-color: rgb(2,155,150);
  color: #fff;
  border: 2px solid rgb(2,155,150);
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  margin-left: 8px;
}
#header_navi a {
  display: block;
  font-size: 12px;
  /*width:80px;*/
  padding:0 7px 0 7px;
  text-decoration:none;
  background:rgb(2,155,150);
  color:#fff;
  text-align: center;
}

/* ----- ヘッダーの表示領域 -------------------------------------------------------------------------------- */
div#header { 
  background-color: transparent;
  height: 140px;            /* 縦の表示領域 */
  width: 800px;             /* 横の幅 */
  margin: auto;             /* 中央揃え */
}
#top_title, #title {
  float: left;
  padding: 0;
  margin: -15px 0 0 0;
}
#logo {
  float: right;
  padding: 8px 0 0 0;
}
/* ----- トップページメニュー -------------------------------------------------------------------------------- */
#top_navi {
  float: right;
}
#top_navi ul{
  margin: 0; 
  padding: 0; 
  list-style: none;
  height: 70px;
}
#top_navi li{ 
  display: inline; 
  padding: 0; 
  margin: 0; 
  float: left;
}
#top_navi li a{
  display: block; 
  width: 115px; 
  height: 70px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  text-decoration: none;
  color: rgb(62,58,57);
  text-align: center;
  font-size: 18px;
}
#top_navi li a:hover{
  color: rgb(2,155,150);
}
#top_navi .top_navi_in {
  border-left: 1px rgb(160,160,160) dotted;
}
#top_navi .top_navi_end {
  border-left: 1px rgb(160,160,160) dotted;
  border-right: 1px rgb(160,160,160) dotted;
}
.top-info {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  color: rgb(2,155,150);
  font-size: 1.4rem;
  font-weight: 400;
}
/* ----- 下層ページメニュー -------------------------------------------------------------------------------- */
#navi {
  float: right;
}
#navi ul{
  margin: 0; 
  padding: 0; 
  list-style: none;
  height: 60px;
  vertical-align: middle;
}
#navi li{ 
  display: inline; 
  padding: 0; 
  margin: 0; 
  float: left;
}
#navi li a{
  display: block; 
  width: 125px; 
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  text-decoration: none;
  color: rgb(62,58,57);
  text-align: center;
  font-size: 18px;
}
#navi li a:hover{
  color: rgb(2,155,150);
}
#navi .navi_in {
  border-left: 1px rgb(160,160,160) dotted;
}
#navi .navi_end {
  border-left: 1px rgb(160,160,160) dotted;
  border-right: 1px rgb(160,160,160) dotted;
}

/* ----- ボディの大枠 -------------------------------------------------------------------------------- */
div#body-bk{  
  width: 800px;            /* 横の幅 */
  margin: 1px auto 0;      /* 上から1px分余白を取る */
  padding-bottom: 52px;    /* フッターの高さの分余白を取る */
}
div#top_image {
  width: 100%;
  background:url("/fund/common/img/top_mainimage_uni.png") no-repeat;
  background-size: cover;
  height: 300px;
}
@media screen and (min-width:800px) {
  /*　画面サイズが800pxからはここを読み込む　*/
  div#top_image {
    width: 100%;
    background:url("/fund/common/img/top_mainimage_uni.png") no-repeat;
    height: 0px;
    /*表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 29.51%;
    background-size: contain;
    margin-top: -29px;
  }
}

/* ----- ボディの表示領域 -------------------------------------------------------------------------------- */
div#body{
  background-color: transparent;
  width: 800px;
  font-size: 15px;
  line-height: 28px;
  margin: auto;
}
div#top_text {
  width: 785px;
  margin-top: 35px;
  /* add tokiwa -s */
  margin-bottom: -15px;
  /* add tokiwa -e */
  text-align: justify;
}
#top_text p {
  text-indent: 1em;
}
#top_text .margin0 {
  margin: 0;
}

.content {
  width: 785px;
  padding-top: 30px;
  margin: auto;
}
.content_text_1 {
  text-align: justify;
  line-height: 24px;
}
#content_text_2 {
  width: 580px;
  float: left;
  text-align: justify;
}
.content p {
  margin: 0;
  text-indent: 1em;
}

.content a {
  /*color: #666666;*/
  text-decoration: none;
}
.content a:hover {
  color: #cc0000;
}
/* 募金の種類　（募集要項の一部）　------------------------------------------------ */
.content_2 {
  float: left;
  width: 460px;
}
.content_3 {
  float: right;
  width: 725px;
}
.content_3_in {
  margin-top: 30px;
}
.content_3 h3 {
  color: rgb(2,155,150);
  margin: 0;
  border-bottom: 1px solid gray;
}
.content_3 p {
  text-indent: 1em;
  text-align: justify;
}
.content_3 .left-indent {
  text-indent: 0;
  margin-left: 1em;
}
#content_3_sub1, 
#content_3_sub2,
#content_3_sub3,
#content_3_sub4 {
  width: 60px;
  height: 57px;
  float: left;
}
#content_3_sub1 {
  background: url("/fund/common/img/1.png") no-repeat;
}
#content_3_sub2 {
  background: url("/fund/common/img/2.png") no-repeat;
}
#content_3_sub3 {
  background:url("/fund/common/img/3.png") no-repeat;
}
#content_3_sub4 {
  background:url("/fund/common/img/4.png") no-repeat;
}
.content_text_3 {
  width: 725px;
  float: left;
  margin-top: 15px;
  padding-top: 5px;
  font-size: 14px;
}
.content_text_3 p {
  text-align: justify;
  line-height: 22px;
}
.content_text_3 ul {
  margin: 0;
  padding: 0 0 0 17px;
}
.content_text_3 li {
  list-style-image: url("/fund/common/img/purpose_mark.png");
  line-height: 22px;
}
.content_text_3 h5 {
  padding-left: 10px;
  color: rgb(0, 150, 150);
  background-color: #fff;
  border-bottom: 1px solid rgb(0, 150, 150);
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  margin-bottom: 0;
}
.content_3_link {
  margin-top: 10px;
  text-align: right;
}
.content_text_3_gaiyo {
  width: 80px;
  height: 24px;
  background-color: rgb(2,155,150);
  color: #fff;
  text-align: center;
  margin: 10px 0 5px;
}
.links {
  margin-top: 30px;
  text-align: center;
  padding: 0;
}
.links a {
  border-left: 1px solid #202020;
  padding: 0 20px;
}
.links .links_last {
  border-right: 1px solid #202020;
}
.cate .annotation {
  font-size: 11px;
  line-height: 18px;
  margin-top: 5px;
  margin-left: 1em;
  text-indent: -1em;
}


/* 募集要項　------------------------------------------------ */
.content_title h3 {
  color: rgb(0, 150,150);
  margin-top: 0;
  margin-bottom: 0;
}
.content_text_4 {
  margin: 0;
}
.content_text_4 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content_sub_title, 
.content_sub_content,
.content_sub_title_1, 
.content_sub_content_1 {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px;
}
.content_sub_title {
  width: 50px;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
  background-color: #cfcfac;
}
.content_sub_content {
  width: 725px;
}
.content_sub_content ul {
  margin: 0;
  padding: 0 0 0 17px;
}
.content_sub_content li {
  list-style-type: square;
  line-height: 20px;
}
.content_sub_title_1 {
  width: 25%;
  white-space: nowrap;
  border-right: 1px solid gray;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.content_sub_content_1 {
  width: 75%;
}
#link_1,#link_2,#link_3 {
  margin-top: -160px;
  padding-top: 160px;
}
/* 寄付申込?振込方法　/　税制上の優遇措置　------------------------------------------------ */
.content_5 h2 { 
  color: rgb(2,155,150);
  margin: 0 0 20px 0;
}
.content_5 h4 {
  color: #fff;
  margin: 0 0 10px 0;
  padding-left: 10px;
  height: 23px;
  font-weight: normal;
  background-color: rgb(2,155,150);
}
.content_5_sub_title {
  color: rgb(2,155,150);
  margin-top: 20px;
  font-weight: 600;
}
.content_5_sub_title span {
  color: #202020;
}
#content_tbl_5 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  width: 100%;
}
#content_text_5 .sub_font {
  padding-top: 10px;
  padding-bottom: 5px;
  color: rgb(2,155,150);
  text-align: left;
  font-size: 105%;
  line-height: 170%;
}
#content_tbl_5 th, td {
  vertical-align: top;
  padding: 10px;
}
#content_tbl_5 th {
  background-color: #cfcfac;
}
.content_tbl_5_sub1 {
  border-bottom: 1px solid gray;
}
.content_tbl_5_sub2 {
  border-bottom: 1px dashed gray;
}
.content_tbl_5_sub3 {
  border: 1px solid gray;
}
#content_text_5 {
  margin-top: 5px;
}
#content_text_5 ul {
  margin: 0;
  padding: 0 0 0 30px;
}
#content_text_5 li {
  list-style-type: square;
}
#content_text_5 h4 {
  margin: 0;
  font-weight: normal;
}
#content_tbl_5 th {
  width: 22%;
  text-align: left;
  font-weight: normal;
}
#content_tbl_5 ul {
  margin: 0;
  padding: 0 0 0 17px;
}
#content_tbl_5 li {
  list-style-type: square;
  line-height: 20px;
}
.img_title_no {
  margin-bottom: -5px;
  margin-right: 10px;
  width: 24px;
  height: 29px;
}
.pay_btn {
  width: 100%;
  text-align: center
}
.flow_base ul {
  padding: 30px 10px 20px 10px;
}
.flow_base ul span, .flow_base2 span{
  font-weight: 600;
  text-decoration: underline;
}
.flow_base li {
  list-style-type: none;
  padding: 0;
}
.flow_base li div.flow_title {
  background-color: #cfcfac;
  float: left;
  width: 170px;
  padding: 7px 0 ;
  text-align: center;
}
.flow_base li div.flow_content {
  float: left;
  width: 570px;
  margin-left: 10px;
  line-height: 22px;
}
.flow_base li div.flow_arrow {
  width: 180px;
  text-align: center;
}
.flow_state{
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cfcfac;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.flow_state_content {
  width: 130px;
  display: table-cell;
}
.flow_state_content .top {
  padding-top: 30px;
  padding-bottom: 35px;
}
.flow_state_content .top img {
  width: 10px;
  margin: 5px 0 -2px 5px; 
}
.flow_state_content .bot img {
  width: 10px;
  margin: 5px 5px -2px 0; 
}
.bot .annotation {
  margin: -5px 0 0 20px;
}
.content_add {
  margin-top: 30px;
}
.content_add h3 {
  margin: 0;
}
.indent-box-three,
.indent-box-three {
  text-indent: -3.0em;
  margin-left: 3.0em;
}

#content_tbl_pay {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  width: 100%;
}
#content_tbl_pay th, td {
  vertical-align: top;
  padding: 10px;
}
#content_tbl_pay th {
  background-color: #cfcfac;
}
#content_tbl_pay th {
  text-align: left;
  font-weight: normal;
}


/* 各画面使用 ------------------------------------------------ */
#content_pic_1 {
  height: 195px;
  width: 150px;
  float: right;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background:url("/fund/greeting/img/president2023.png") no-repeat;
}
.content_pic_2 {
  height: 190px;
  width: 250px;
  margin-top: 5px;
  float: right;
}
.content_pic_2 img{
  width: auto; 
  max-height: 100%;
}
#president_sigh {
  float: right;
  width: 200px;
  height: 50px;
  background:url("/fund/greeting/img/sign.gif") no-repeat;
  background-size: contain;
}
.content_pic_3 {
  float: right;
  background-color: #fff;
  height: 155px;
  width: 245px;
  margin: 5px 0;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
 }
.content_pic_3 img{
   width: auto; 
   max-height: 100%;
}
#content_pic_president {
  height: 195px;
  width: 150px;
  float: right;
  margin: 0 0 5px 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background:url("/fund/greeting/img/president2023.png") no-repeat;
}
.sub_title {
  height: 36px;
  margin-top: 50px;
  border-bottom: 5px solid rgb(2,155,150);
}
#sub_title_1 {
  background:url("/fund/common/img/head_01.png") no-repeat;
}
#sub_title_2 {
  background:url("/fund/common/img/head_02.png") no-repeat;
}
#sub_title_3 {
  background:url("/fund/common/img/head_03.png") no-repeat;
}
#sub_title_4 {
  background:url("/fund/common/img/head_04.png") no-repeat;
}
#sub_title_5 {
  background:url("/fund/common/img/head_05.png") no-repeat;
}

/* ----- 共通ボタン -------------------------------------------------------------------------------- */
#btns {
  margin:40px 0 0 0;
  text-align:center;
}
#btns button, #btns a {
  border:solid 1px #ccc;
  background-color: gray;
  padding:10px 20px;
  color:#fff;
  font-size:15px;
  cursor:pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#btns a {
  padding:13px 20px;
  margin-bottom: 10px;
}

/* ----- フッターの背景 -------------------------------------------------------------------------------- */
div#footer-bk{
  background-color: rgb(2,155,150);
  width:100%;
  height: 65px;
  padding: 1px 0;
}
/* フッターの表示領域 */
div#footer{
  background-color: transparent;
  height: 65px;
  width: 800px;
  margin: auto;
  color: #fff;
  font-size: 13px;
}
div#footer #footer_navi {
  color: #fff;
  text-align: center;
  height: 45px;
}
#footer_navi ul{
  margin: auto;
  padding: 13px 0 0 0; 
  list-style-type : none;
}
#footer_navi li{ 
  display: inline; 
  margin: 0; 
  float: left;
  padding-left:10px;
  background-image:url("/fund/common/img/mark.png");
  background-repeat:no-repeat;
  background-position: 0 6px;  
}
#footer_navi li a{
  display: block; 
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  margin: 0 0;
  text-align: center;
}
#footer_navi li a:hover{
  color: #fff;
}
#footer_navi .footer_navi_in {
  margin-right: 13px;
}
#footer_navi .footer_navi_end {
}
div#footer #copyright {
  height: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding-top: 3px;
  border-top: 1px solid #fff;
}
/* ----- サブ画面　共通 -------------------------------------------------------------------------------- */
.sub {
  background-color:rgb(234,227,200);/*#f6f6f6;*/
  min-width: 800px;
}
#sub_head {
  width: 100%;
  height:75px;
  background-color:#fff;
  margin:0;
  padding:0;
  border-top:10px solid rgb(2,155,150);
}
#sub_head .subtitle_qa {
  background:url("/fund/fundCate/img/subtitle_qa.png") no-repeat!important;
}
#sub_head .subtitle_report {
  background:url("/fund/fundCate/img/subtitle_report.png") no-repeat!important;
}
#sub_head .subtitle_voice {
  background:url("/fund/fundCate/img/subtitle_voice.png") no-repeat!important;
}
#sub_head .subtitle_apply {
  background:url("/fund/common/img/subtitle_apply.png") no-repeat!important;
}
#sub_head .subtitle {
  margin:25px 0 0 0;
  width:260px;
  height:34px;
  float: left;
}
#sub_head .logo {
  background:url("/fund/common/img/logo.png") no-repeat;
  height:53px;
  width:135px;
  float:right;
  margin:15px 0 0 0;
}
.main_w {
  width: 800px;
  margin: auto;
  padding:0;
}
#sub_content p {
  margin:0;
}

/* ----- 募金Q＆A画面 -------------------------------------------------------------------------------- */
.qa {
  margin: 30px 10px 0;
}
.content_q {
  float: left;
  height: 95px;
  width: 680px;
  margin-left: 20px; 
  border-bottom: 1px solid rgb(2,155,150);
  position: relative;
}
.content_q div{
  color: rgb(2,155,150);
  position:absolute; 
  bottom: 12px;
  font-weight: 600;
  font-size: 20px;
}
.img_q {
  float: left;
  background:url("/fund/fundCate/img/q.png") no-repeat;
  /*background-size: 70% 70%;*/
  width: 80px;
  height: 95px;
}
.content_a {
  float: left;
  width: 680px;
  margin-top: 20px;
  margin-left: 20px; 
}
.content_a div{
  font-size: 16px;
}
.img_a {
  float: left;
  background:url("/fund/fundCate/img/a.png") no-repeat;
  /*background-size: 70% 70%;*/
  width: 80px;
  height: 95px;
  margin-top: 20px;
}
/* ----- 寄付金報告画面 -------------------------------------------------------------------------------- */
.content_rep {
  float: left;
  width:90%;
}
.rep_tani {
  padding: 10px 30px 0 0;
  font-size: 12px;
  text-align: right;
}
.content_rep h3 {
  color: rgb(2,155,150);
  margin: 15px 0 20px 0;
  border-bottom: 1px solid gray;
}
.content_rep h5 {
  color: #202020;
  margin: 10px 0 0 30px;
}
#content_rep_sub1, 
#content_rep_sub2,
#content_rep_sub3,
#content_rep_sub4 {
  width: 50px;
  height: 57px;
  float: left;
}
#content_rep_sub1 {
  background: url("/fund/common/img/1.png") no-repeat;
}
#content_rep_sub2 {
  background: url("/fund/common/img/2.png") no-repeat;
}
#content_rep_sub3 {
  background:url("/fund/common/img/3.png") no-repeat;
}
#content_rep_sub4 {
  background:url("/fund/common/img/4.png") no-repeat;
}
#content_tbl_rep {
  margin: 0 0 30px 30px;
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
#content_tbl_rep th, td {
  vertical-align: top;
  padding: 10px;
  font-weight: normal;
}
#content_tbl_rep th {
  background-color: #cfcfac;
  border-bottom: 1px solid gray;
}
.tbl_rep_side_border {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
.tbl_rep_1 {
  width: 150px;
}
.tbl_rep_2 {
  width: 150px;
}
.tbl_rep_3 {
  width: 300px;
}
/* ----- 受給者の声画面 -------------------------------------------------------------------------------- */
.content_voice {
  padding: 10px 0 30px 0;
}
.voice_box {
  margin: 20px 0;
}
.voice_title {
  color: rgb(2,155,150);
  padding: 15px 15px 0 15px;
  margin: 0;
}
.voice_sub {
  font-size: 1.1rem;
  font-weight: normal;
}
.voice {
  padding: 15px 15px 0 15px;
  font-size: 13px;
  margin-bottom: 10px;
}
.voice_name {
  float: right;
  padding: 0 15px 10px 0;
  font-size: 13px;
}
.content_situation h4 {
  margin: 35px 0 0 0;
}
.content_situation h4 span {
  font-weight: normal;
  padding-left: 20px;
}
.content_voice table ,
.content_situation table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content_sub_title, 
.content_sub_content {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px;
}
.content_sub_middle {
  border-left: 1px solid gray;
}
.content_situation {
  padding: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 40px;
}
.content_situation h2 { 
  color: rgb(2,155,150);
  margin: 0 0 20px 0;
}
.table_1 {
  float: left;
  width: 47%;
}
.table_1 .content_sub_content {
  text-align: right;
}
.table_2 {
  float: right;
  width: 47%;
}
/* ----- お申し込み画面 -------------------------------------------------------------------------------- */
#end_mes {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 50px 0;
}
/* ----- 共通部品 -------------------------------------------------------------------------------- */
.clear {
  clear: both;
}
.space_0 {
  height: 15px;
}
.space_1 {
  height: 50px;
}
.annotation {
  font-size: 11px;
  line-height: 18px;
  margin-top: 3px;
}
.annotation ul {
  margin: 0;
  padding: 0 0 0 12px;
}
.annotation li {
  list-style-type: none;
  line-height: 18px;
}
.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}


/* ----- あいさつページ　greeting -------------------------------------------------------------- */
.greeting-sign-box{
  float: right;
}
.greeting-sign-1 {
  font-weight: 600;
  margin-left: -2em;
}
.greeting-sign-2 {
  font-weight: 600;
  text-align: right;
}
.greeting-sign-box span {
  font-size: 140%;
}
.greeting-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.greeting p {
  margin: 0 0 20px;
}
.greeting .margin0 {
  margin: 0px;
}
.greeting {
  width: 800px;
}