@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/******************************
************ 共通 *************
******************************/
img {
	width: 100%;
}

br.sp {
	display: none;
}

br.pc {
	display: block;
}

/* リストの色 */
::marker {
	color: #ffa318;
}


/* 各タイトル */
.__ttl {
	font-size: 3em!important;
	line-height: 1!important;
}

/* 各タイトル下小見出し */
.__sub-ttl {
	font-family: "Anton SC", sans-serif;
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #1e8c63;
}


/*************** 下層ページ ***************/
/* 下層ページheader画像 */
.ll_page-header {
	border: 10px solid #fefff5;
	border-radius: 30px;
	height: 550px!important;
	
}

/* 下層タイトル */
h1.c-pageTitle {
  display: none;
}

/* PC下層ページの上部の余白 */
@media (min-width: 600px) {
    .l-content {
        padding-top: 0em;
    }
}

/* スマホ下層ページの上部の余白 */
.l-content {
	padding-top: 0em;
}

.l-mainContent__inner>.post_content {
    margin: 0em 0;
}
/***************** end *******************/


/* 共通背景大文字のスタイル */
.__text {
	font-family: "Anton SC", sans-serif;
	font-size: 16em;
	letter-spacing: 5px;
	color: #F7F9E9;
	opacity: .6;
}



/***********************************
************* SNSバナー ************
************************************/
.side_btn {
	background-color: rgba(0,0,0,0);
	border:0px;
	padding: 6px 6px;
	position: fixed;
	right: 0;
	top: 150px;
	width: 80px;
	z-index: 999;
	transition: all 0.3s;
}

.side_btn2 {
	background-color: rgba(0,0,0,0);
	border:0px;
	padding: 6px 6px;
	position: fixed;
	right: 0;
	top: 230px;
	width: 80px;
	z-index: 999;
	transition: all 0.3s;
}

.side_btn:hover,
.side_btn2:hover {
	transform: scale(1.1);
	opacity: .8;
}

.side_btn3 {
	background-color: rgba(0,0,0,0);
	border:0px;
	padding: 6px 6px;
	position: fixed;
	right: 0;
	top: 310px;
	width: 80px;
	z-index: 999;
	transition: all 0.3s;
}

.side_btn:hover,
.side_btn2:hover,
.side_btn3:hover {
	transform: scale(1.1);
	opacity: .8;
}


/******************************
*********** ボタン ************
******************************/
/* 018 */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	  width: 300px;
    max-width: 225px;
    padding: 10px 0px 10px 25px;
    color: #453721;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background: #ffa318;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}



/****************************************
*********** ファーストビュー ************
*****************************************/
.p-mainVisual.-height-full {
	position: relative;
}

/*************** 縦書きテキスト ***************/
/* 新時代の文字 */
span.red {
	color: #ffa318;
}
.vertical-text00{
	position: absolute;
	top: -250px;
	right: 0;
	z-index: 999;
	font-family: "Zen Old Mincho", serif;
  writing-mode: vertical-rl;
  margin: 0 auto;
  height: 450px;
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;animation-name;
}

/* PC表示 */
@media (min-width: 768px)  {
  .vertical-title01{
    font-size: 500%;
		font-weight: bold;
    line-height: 5.8rem;
		letter-spacing: 0.08em;
  }
    .vertical-text01{
    font-size: 120%;	
    line-height: 2.5rem;
  }
}

/* スマホ表示 */
@media (max-width: 768px)  {
 /* スマホで改行 */
	spbr {
		display: block;
	}
	
	.vertical-text00{
	  right: 10px;
		bottom: 0;
	  z-index: 999;
    writing-mode: vertical-rl;
    margin: 0 auto;
    height: 350px;
  }
	
  .vertical-title01{
    font-size: 360%;		
    font-weight: bold;
    line-height: 3.9rem;
		letter-spacing: 0.12em;
    margin-left:15px;
  }
  .vertical-text01{
    line-height: 1.6rem;
    margin-left:22px;
  }
}
/***************** end *******************/



/******************************
*********** header ************
******************************/
/* ヘッダーロゴテキスト内のpadding調整 */
@media (min-width: 960px) {
    .-parallel-bottom .l-header__logo {
        padding: 0;
    }
}

/* ヘッダーロゴテキスト */
.c-headLogo.-txt {
    align-items: center;
    display: flex;
	  color: #656A41;
}

/* メニューテキスト */
.c-gnav>.menu-item>a .ttl {
  display: block;
  font-size: 16px;
	font-weight: bold;
}

/* 縦線 */
.c-gnav>.menu-item {
	border-left: 2px solid #ffff;
	width: 150px;
	height: auto;
}
.c-gnav>.menu-item:last-child {
	border-right: 2px solid #fff;
}

/* 各メニューにhover時のアニメーション */
li.menu-item a {
	transition: all .3s;
}
li.menu-item a:hover {
	color: #ffa318;
}

/* 追従header */
div#fix_header {
	max-width: 95%;
	margin: 0 2.5%;
	margin-top: 1em;
}
.l-fixHeader::before {
	border-radius: 10px;
}
.c-gnav>.menu-item>a {
	background: #1e8c63;
	color: #fff;
}


/*******************************
************* news *************
*******************************/
/* 投稿リスト */
.p-postList__thumb.c-postThumb {
	transition: all 0.3s;
}

.p-postList__thumb.c-postThumb:hover {
	box-shadow: 10px 10px #1E8C63;
}



/*******************************
*********** greeting ***********
*******************************/
#greeting {
	position: relative;
}

/* greetingの背景大文字 */
.__text.greeting {
	position: absolute;
	top: -0.95em;
	left: 0;
	z-index: -100;
}

/* greetigテキスト */
.greeting-text {
	font-size: 1.5em;
}

/* グラデーションを被せるための写真のグループ */
.greeting_img-group {
	position: relative;
}

/* 写真の上にグラデーション */
.greeting_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(900deg, #fefff5, transparent);
}



/******************************
*********** message ***********
******************************/
#message {
	position: relative;
}

/* messageの背景大文字 */
.__text.message {
	position: absolute;
	top: -0.95em;
	right: 0;
	z-index: -100;
}

/* message部分の各タイトル */
h2.message_ttl {
	font-size: 2em;
}

/* 背景の白フルワイド */
.message_fw-child {
	position: absolute;
	top: 8.5em;
	left: 0;
	z-index: -999;
	height: calc(100% - 80px);
/* 	height: 820px; */
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	box-shadow: 0 0 10px #f1f1f1;
}

/* 本人画像 */
	.top__message-img img {
		width: 480px;
		height: auto;
		margin-bottom: 30px;
/* 		clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 5%); */
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
	}

/* メッセージ文章内のリストの数字 */
.is-style-num_circle li:before {
	font-family: "Anton SC", sans-serif;
}




/******************************
*********** policy ***********
******************************/
#policy {
	position: relative;
}

/* policyの背景大文字 */
.__text.policy {
	position: absolute;
	top: -0.95em;
	left: 0;
	z-index: -100;
}

/* 各背景ロゴ画像 */
.policy_right-bg {
	position: absolute;
/* 	top: -86em; */
	top: calc(100% - 1250px);
	right: -17em;
	z-index: -100;
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: auto;
}

.policy_left-bg {
	position: absolute;
	bottom: -10em;
	left: -15em;
	z-index: -100;
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: auto;
}

/* バナーリンクのタイトル */
.c-bannerLink__title {
/* 	font-family: "Zen Old Mincho", serif; */
	font-size: 1.6em!important;
}

/********************************
************ contact ************
*********************************/
#contact {
	position: relative;
}

/* contactの背景大文字 */
.__text.contact {
	position: absolute;
	top: -0.95em;;
	right: 0;
	z-index: -100;
}

/* contactの本人の背景画像 */
.contact_img {
	position: absolute;
	bottom: -150px;
	left: -300px;
	width: 100%;
	min-height: 750px!important;
	z-index: -999;
}



/******************************
*********** footer ***********
******************************/
#before_footer {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 20!important;
}

/* ロゴ画像 */
.footer-logo img {
	width: 600px;
}

/* SNSアイコン */
.sns_link img {
	transition: all 0.3s;
}

.sns_link img:hover {
	transform: scale(1.1);
}



/**************************************
************ profileページ ************
***************************************/
/* 各背景ロゴ画像 */
#ll_page-profile {
	position: relative;
}
.ll_profile-rightbg {
	position: absolute;
	top: -125em;
	right: -15em;
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: auto;
	z-index: -999;
}
.ll_profile-leftbg {
	position: absolute;
	bottom: -8em;
	left: -15em;
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: auto;
	z-index: -999;
}

/* 各タイトル */
h2.ll_profile-ttl {
	font-size: 1.8em;
}

/* border線 */
.ll_page-profile.border {
	border:10px inset #1e8c63;
}

/* 本人画像 */
.ll_page-profile img {
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
}

/* 白カラム */
.ll_page-profile .wp-block-group.has-white-background-color.has-background {
	padding: 40px 35px!important;
	box-shadow: 0 0 5px #f1f1f1;
}

/* 経歴のリストグループ */
ul.wp-block-list.-list-under-dashed.ll_profile-list.has-white-background-color.has-background {
	padding: 40px 40px!important;
	box-shadow: 0 0 5px #f1f1f1;
}



/**************************************
************* policyページ ************
***************************************/
#ll_page-policy,
#ll_profile01,
#ll_profile02,
#ll_profile03,
#ll_profile04,
#ll_profile05 {
	position: relative;
}

/* 各背景ロゴ画像 */
.ll_policy-rightbg {
	position: absolute;
	top: -212em;
	right: -15em;
	z-index: -999;
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: auto;
}
.ll_policy-leftbg {
	position: absolute;
	bottom: 37em;
	left: -15em;
	z-index: -999;
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: auto;
}

/* 背景番号テキスト */
.ll_profile__num-txt {
	position: absolute;
	top: -0.8em;
	right: 0;
	font-family: "Anton SC", sans-serif;
	font-size: 13em;
	color: #F7F9E9;
	opacity: .6;
	z-index: -100;
}

/* 各画像 */
#ll_profile01 img,
#ll_profile02 img,
#ll_profile03 img,
#ll_profile04 img,
#ll_profile05 img {
	border-radius: 30% 70% 75% 25% / 30% 53% 47% 70% ;
}

/* 各白カラム */
.shadow .wp-block-group.has-white-background-color.has-background {
	padding: 40px 40px!important;
	box-shadow: 0 0 5px #f1f1f1;
}



/****************************
 ****お問い合わせフォーム****
****************************/
/* 入力欄全体の設定 */
input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 1em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}
/* テキストエリアの設定 */
table.CF7_table textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}
/* 入力欄とテキストエリア共通 */
.CF7_table input, .CF7_table select, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}
/* table */
table.CF7_table {
	width: 100%;
	margin: 0 auto;
	border: none !important
}
table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
	font-size: 15px;
	vertical-align: middle;
}
/* 背景を削除 */
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
	padding: 0.75rem 0.75rem !important;
	background: none !important;
	border: none !important;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}
.CF7_table ::placeholder {
	color: #797979;
}

/*「必須」文字*/
.CF7_req{
	font-size: .8em;
	padding: 4px 7px;
	background: #DE0000;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size: .9em;
	padding: 4px 7px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}



/****************************** 
 *********レスポンシブ*********
 *****************************/
@media screen and (max-width: 768px){
	table.CF7_table{
	    width: 90%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100% !important;
        line-height: 2.5em;
	}
	.CF7_table th{
	    background-color: #F6F8F8;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #1e8c63;
	border: 2px solid #1e8c63;
	border-radius: 60px;
	color:#fff;
	font-size:1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 50px;
	transition: all 0.5s 0s ease;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #ffa318;
	color: #fff;
	border: 2px solid #ffa318;
	transform: scale(1.05);
}
.CF7_btn{
	text-align: center;
	margin: 20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
/* ************************************
  ************************************ */





/***********************************
*********** レスポンシブ ***********
************************************/
@media screen and (max-width: 599px) {
	br.pc {
		display: none;
	}
	
	br.sp {
		display: block;
	}
	
	/* 各セクションタイトル */
  .__ttl {
	  font-size: 1.8em!important;
	  line-height: 1.5!important;
  }

  /* 各セクション下小見出し */
  .__sub-ttl {
	  font-size: 1.5em;
  }
	
	/*************** 下層ページ ***************/
  /* 下層ページheader画像 */
  .ll_page-header {
	  border: none;
	  border-radius: 0;
	  height: 300px!important;
  }
  /***************** end *******************/

	
	/* 共通背景大文字のスタイル */
  .__text {
		font-size: 6em;
	  letter-spacing: 0;
	  color: #F7F9E9;
	  opacity: .6;
  }
	
	
		/*************** 共通ボタン ***************/
	.button018 a {
		display: none;
	}
	/***************** end *******************/
	
	
	
	/*************** SNSバナー ***************/
	.side_btn,
  .side_btn2,
	.side_btn3 {
	  display: none;
  }
	/***************** end *******************/
	
	/* 開閉メニュー内 */
	.c-listMenu a {
		padding: 1.25em 1em 1.25em 1.5em;
	  font-weight: bold;
  }
	
	/* 縦書きタイトル */
  .vertical-text00 {
	  text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;animation-name;
  }
	
	
	
	/*******************************
  *********** greeting ***********
  *******************************/
  /* greetingの背景大文字 */
  .__text.greeting {
	  top: -0.75em;
	  left: 0;
  }

  /* greetigテキスト */
  .greeting-text {
	  font-size: 1.1em;
		line-height: 1.8em;
  }
	
	

	/******************************
  *********** message ***********
  ******************************/
  /* messageの背景大文字 */
  .__text.message {
	  top: -0.75em;
		right: 0;
  }

  /* 背景の白フルワイド */
  .message_fw-child {
	  top: 6em;
	  left: 4em;
    height: calc(100% - 40px);	  
		border-top-left-radius: 30px;
	  border-bottom-left-radius: 30px;
	  box-shadow: 0 0 10px #f7f7f7;
  }
	
	/* 画像 */
	.top__message-img img {
		width: 100%;
		height: 450px;
		margin-bottom: 20px;
	}



  /******************************
  *********** policy ***********
  ******************************/
  /* policyの背景大文字 */
  .__text.policy {
	  top: -0.75em;
	  left: 0;
  }
	
	/* 各背景ロゴ画像 */
  .policy_right-bg {
	  position: absolute;
	  top: -99em;
		right: -15em;
	  z-index: -999;
	  max-width: 350px;
  }

  .policy_left-bg {
	  position: absolute;
	  bottom: -7em;
		left: -16.5em!important;
	  z-index: -1000;
		max-width: 550px;
  }

	/* バナーリンクのタイトル */
　.c-bannerLink__title {
	  font-size: 1.5em!important;
  }


  /********************************
  ************ contact ************
  *********************************/
  /* contactの背景大文字 */
  .__text.contact {
	  top: -0.75em;
	  right: 0;
  }
	
	/* contactの本人の背景画像 */
  .contact_img {
	  bottom: -120px;
	  left: 0px;
	  width: 100%;
	  min-height: 450px!important;
	  z-index: -999;
  }




  /******************************
  *********** footer ***********
  ******************************/
  #before_footer {
    border-top-left-radius: 30px;
	  border-top-right-radius: 30px;
  }

  /* 背景の白いフルワイド */
  .before_footer__fw-child {
	  left: 3em;
	  height: 490px;
	  border-top-left-radius: 30px;
	  border-bottom-left-radius: 30px;
	  box-shadow: 0 0 10px #ddd;
  }
	
	/* ロゴ画像 */
  .footer-logo img {
	  width: 300px;
  }

	
	
	/**************************************
  ************ profileページ ************
  ***************************************/
	/* 各背景ロゴ画像 */
  .ll_profile-rightbg {
	  top: -140em;
		right: -16.5em;
	  max-width: 500px;
  }
  .ll_profile-leftbg {
	  bottom: -10em;
	  left: -16.5em;
	  max-width: 500px;
  }
	
  /* 各タイトル */
  h2.ll_profile-ttl {
	  font-size: 1.35em;
  }

	/* border線 */
  .ll_page-profile.border {
	  border:6px inset #1e8c63;
  }
	
  /* 本人画像 */
  .ll_page-profile img {
	  clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 5%);
		width: 360px;
		margin: 0 auto;
  }

  /* 白カラム */
  .ll_page-profile .wp-block-group.has-white-background-color.has-background {
		padding: 20px 30px;
		transform: translatey(-40px);
  }
	
	/* 経歴のリストグループ */
  ul.wp-block-list.-list-under-dashed.ll_profile-list.has-white-background-color.has-background {
	  padding: 20px 40px;
	  box-shadow: 0 0 10px #e1e1e1;
  }
	
	
	
	/**************************************
  ************* policyページ ************
  ***************************************/
  .ll_profile__num-txt {
	  top: -0.8em;
	  right: 0;
	  font-size: 7em;
	  z-index: -100;
  }
	
	/* 各背景ロゴ画像 */
  .ll_policy-rightbg {
	  top: -268em;
	  right: -16.5em;
	  max-width: 550px;
  }
  .ll_policy-leftbg {
	  bottom: 60em;
	  left: -16.5em;
	  max-width: 550px;
  }
	
	/* 各白カラム */
  .shadow .wp-block-group.has-white-background-color.has-background {
	  padding: 20px 30px;
  }
	
	
}



/**ハンバーガーメニュー**/
/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
	width: 24px;
	height: 2px;
	background-color: #333;
	display: grid;
	place-items: center;
	transition: transform .3s;
	
	&::before,
	&::after {
		grid-area: 1 / 1;
		content: '';
		display: block;
		inset: 0;
		width: 24px;
		height: 2px;
		background-color: #333;
		transition: transform .3s;
	}
	
	&::before {
		transform: translateY(-8px);
	}
	
	&::after {
		transform: translateY(8px);
	}
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] {
	
	.-menuBtn .c-iconBtn__icon::before {
			transform: rotate(45deg);
	}
	
	.-menuBtn .c-iconBtn__icon {
		background-color: transparent;
	}
	
	.-menuBtn .c-iconBtn__icon::after {
		transform: rotate(-45deg);
	}
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
	font-size: 10px;
	line-height: 10px;
	transform: translateY(12px);
}

/* ボタンラベル（開くボタン） */
.l-header__menuBtn .c-iconBtn::after {
/* 	content: 'MENU'; */
}

/* ボタンラベル（閉じるボタン） */
.p-spMenu__closeBtn .c-iconBtn::after {
/* 	content: 'CLOSE'; */
}

/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0)!important;
  opacity: 0;
  transition: opacity .5s ease-out!important;
}

/* メニュー（オープン時） */
[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

/* メニューをフェードイン */
.p-spMenu__body {
	opacity: 0;
	transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1s ease-in, transform .7s ease-out;
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display:none;
}

/* リンクリストメニュー余白 */
.p-spMenu__body .swell-block-linkList {
	gap: 2.5em;
}

/* リンクリストメニュー中央寄せ */
.p-spMenu__body .swell-block-linkList__text {
	margin-inline: auto;
}

/*  */
ul.swell-block-linkList.is-style-default li a span {
	font-size: 1.1em;
}



