@charset "utf-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

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

  Base
  
----------------------------------------------------------------------------------------------------*/
:root {
  --base-width: 1200px;
  --cubic-bezier: cubic-bezier(.23,1,.32,1);
}
@media print, screen and (min-width:1001px) {
  :root {
    --line-height: 2.2;
    --line-height-l: 2.6;
    --line-height-m: 2;
    --line-height-s: 1.6;
    --side-space: 60px;
    --block-space-unit: 40px;
    --box-space-unit: 10px;
  }
}
@media print, screen and (min-width:641px) and (max-width:1000px) {
  :root {
    --line-height: 2;
    --line-height-l: 2.4;
    --line-height-m: 1.8;
    --line-height-s: 1.4;
    --side-space: 40px;
    --block-space-unit: 30px;
    --box-space-unit: 8px;
  }
}
@media screen and (max-width:640px) {
  :root {
    --line-height: 2;
    --line-height-l: 2.4;
    --line-height-m: 1.8;
    --line-height-s: 1.4;
    --side-space: 6%;
    --block-space-unit: max(calc(30 / 640 * 100vw), 15px);
    --box-space-unit: 6px;
  }
}
:root {
  --block-space-max: calc(var(--block-space-unit) * 4);
  --block-space-3l: calc(var(--block-space-unit) * 3.5);
  --block-space-2l: calc(var(--block-space-unit) * 3);
  --block-space-l: calc(var(--block-space-unit) * 2.5);
  --block-space-m: calc(var(--block-space-unit) * 2);
  --block-space-s: calc(var(--block-space-unit) * 1.75);
  --block-space-2s: calc(var(--block-space-unit) * 1.5);
  --block-space-3s: calc(var(--block-space-unit) * 1.25);
  --block-space-min: calc(var(--block-space-unit) * 1);
  
  --box-space-max: calc(var(--box-space-unit) * 5);
  --box-space-l: calc(var(--box-space-unit) * 4.5);
  --box-space-m: calc(var(--box-space-unit) * 4);
  --box-space-s: calc(var(--box-space-unit) * 3.5);
  --box-space-2s: calc(var(--box-space-unit) * 3);
  --box-space-min: calc(var(--box-space-unit) * 2.5);
}
  
html,
body {
  height: 100%;
  line-height: var(--line-height-s);
}
body {
  margin: 0;
}
html{
  display: block;
}
body,
button,
input,
select,
area {
  color: #565656;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
}
.js_rpsTable,
.js_rpsBlock {
  overflow: hidden;
}
.js_linkBox {
  cursor: pointer;
}
.js_iframe iframe {
  pointer-events: none;
  cursor: pointer;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.t-nowrap { display: inline-block; }
.lineh-l { line-height: var(--line-height-l); }
.lineh-m { line-height: var(--line-height-m); }
.lineh-s { line-height: var(--line-height-s); }

/*--------------------------------------------------------------------------------
  size
--------------------------------------------------------------------------------*/

.size-full { width: 100%; }
.size-large { width: 75%; }
.size-mid { width: 50%; }
.size-small { width: 25%; }

/*--------------------------------------------------------------------------------
  margin/padding
--------------------------------------------------------------------------------*/

.mg-t1 { margin-top: 1em; }
.mg-t15 { margin-top: 1.5em; }
.mg-t2 { margin-top: 2em; }
.mg-b1 { margin-bottom: 1em; }
.mg-b15 { margin-bottom: 1.5em; }
.mg-b2 { margin-bottom: 2em; }

/*--------------------------------------------------------------------------------
  font
--------------------------------------------------------------------------------*/
:root {
  --fs-max: 2.6em;
  --fs-5l: 2.3em;
  --fs-4l: 2em;
  --fs-3l: 1.7em;
  --fs-2l: 1.5em;
  --fs-l: 1.3em;
  --fs-m: 1.1em;
  --fs-s: 0.9em;
  --fs-2s: 0.8em;
  --fs-3s: 0.7em;
  --fs-min: 0.6em;
}
@media print, screen and (max-width:1200px) {
  :root {
    --fs-max: 2.3em;
    --fs-5l: 2.1em;
    --fs-4l: 1.9em;
    --fs-3l: 1.6em;
  }
}
@media print, screen and (max-width:800px) {
  :root {
    --fs-max: 2.1em;
    --fs-5l: 2em;
    --fs-4l: 1.8em;
    --fs-3l: 1.5em;
    --fs-2l: 1.4em;
    --fs-l: 1.2em;
  }
}
body,
body.fs-standard { font-size: 16px; }
body.fs-medium { font-size: 18px; }
body.fs-large { font-size: 21px; }
.fs-max { font-size: var(--fs-max); }
.fs-5l { font-size: var(--fs-5l); }
.fs-4l { font-size: var(--fs-4l); }
.fs-3l { font-size: var(--fs-3l); }
.fs-2l { font-size: var(--fs-2l); }
.fs-l { font-size: var(--fs-l); }
.fs-m { font-size: var(--fs-m); }
.fs-ms { font-size: var(--fs-ms); }
.fs-s { font-size: var(--fs-s); }
.fs-2s { font-size: var(--fs-2s); }
.fs-3s { font-size: var(--fs-3s); }
.fs-min { font-size: var(--fs-min); }

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

.fc-red { color: #ff4c4c !important; }
.fc-pink { color: #f78da7 !important; }
.fc-orange { color: #ff6900 !important; }
.fc-amber { color: #fcb900 !important; }
.fc-greencyan { color: #00d084 !important; }
.fc-blue { color: #0693e3 !important; }

.font-tsujou {
  font-family: 'Raleway', sans-serif;
}
.font-midashi {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-id { display: inline-block; }

/*-----------------------------------------------------------------------------------
  img
-----------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  img.img-hv,
  a.img-hv img {
    transition: opacity 0.3s ease-out;
  }
  img.img-hv:hover,
  a.img-hv:hover img,
  .js_linkBox:hover img.img-hv {
    opacity: 0.6;
  }
}

/*-----------------------------------------------------------------------------------
  link
-----------------------------------------------------------------------------------*/
a, 
button, 
input[type="submit"] {
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a,
a > p {
  color: #212121;
  text-decoration: none;
  background-color: transparent;
}
.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a > p{
  color: inherit !important;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  border: none;
  text-decoration: none;
  color: #23527c;
}

/*
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, .box-container .box-inner a:hover {
  color: #212121 !important;
}
*/
a, a > p, .posted-on a, .cat-links a, .tags-links a, .author a, .comments-link a, .edit-link a, .nav-links .nav-previous a, .nav-links .nav-next a, .page-links a {
  color: #212121 !important; /*#212121*/
}
.evision-main-slider .slide-item .main-title a, .evision-main-slider .slide-item .banner-con, .evision-main-slider .slide-item p {
  color: #ffffff !important;
}
.banner-divider-container span {
  background-color: #ffffff !important;
}
a:hover, a:focus, a:active, a > p:hover, a > p:focus, a > p:active, .posted-on a:hover, .cat-links a:focus, .tags-links a:active, .author a:hover, .author a:focus, .author a:active, .comments-link a:hover, .comments-link a:focus, .comments-link a:active, .edit-link a:hover, .edit-link a:focus, .edit-link a:active, .nav-links .nav-previous a:hover, .nav-links .nav-previous a:focus, .nav-links .nav-previous a:active, .nav-links .nav-next a:hover, .nav-links .nav-next a:focus, .nav-links .nav-next a:active, .page-links a:hover, .page-links a:focus, .page-links a:active, .evision-main-slider .slide-item .main-title a:hover, .evision-main-slider .slide-item .main-title a:focus, .evision-main-slider .slide-item .main-title a:active {
  color: #0000ff !important; /*#212121*/
}
.site-title, .site-title a, .site-description, .site-description a {
  color: #ffffff !important;
}
.byline {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.posted-on {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.snsbox {
  display: none;
}
#comments, .comments-link {
  display: none;
}

/*-----------------------------------------------------------------------------------
  Typography
-----------------------------------------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
hr {
  box-sizing: content-box;
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
p {
  margin: 0 0 1em;
  word-wrap: break-word;
}
q,
blockquote, 
blockquote p {
    color: #787878;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 1.5em;
  padding-bottom: 0;
  padding-top: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eeeeee;
  font-size: .8em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
code,
kbd,
tt,
var,
samp {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: .8em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  padding-left: .5em;
  margin-top: 0;
  margin-bottom: 1.5em;
  list-style-position: inside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}


/*-----------------------------------------------------------------------------------
  pc/sp
-----------------------------------------------------------------------------------*/

.pc {
  display: inherit;
}
.sp {
  display: none;
}

@media screen and (max-width:790px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}


/*-----------------------------------------------------------------------------------
  hr
-----------------------------------------------------------------------------------*/

/* ベージュ */
hr.line_beige {
  height: 3px;
  background-color: #eedcb3;
}

/* 紺色 */
hr.line_navy {
  height: 3px;
  background-color: #1f2f54;
}

/* 赤 */
hr.line_red {
  height: 3px;
  background-color: #cf2e2e;
}

/* 紅 */
hr.line_crimson {
  height: 3px;
  background-color: #932727;
}

/* ピンク */
hr.line_pink {
  height: 3px;
  background-color: #f78da7;
}

/* オレンジ */
hr.line_orange {
  height: 3px;
  background-color: #ff6900;
}

/* アンバー */
hr.line_amber {
  height: 3px;
  background-color: #fcb900;
}

/* グリーンシアン */
hr.line_gcyan {
  height: 3px;
  background-color: #7bdcb5;
}

/* グリーン */
hr.line_green {
  height: 3px;
  background-color: #00d084;
}

/* 深緑 */
hr.line_dgreen {
  height: 3px;
  background-color: #00552e;
}

/* 水色 */
hr.line_skyblue {
  height: 3px;
  background-color: #8ed1fc;
}

/* 青 */
hr.line_blue {
  height: 3px;
  background-color: #0693e3;
}

/* 紫 */
hr.line_purple {
  height: 3px;
  background-color: #9b51e0;
}

/* 茶色 */
hr.line_brown {
  height: 3px;
  background-color: #996633;
}


/* -----------------------------------------------------------------------------
	table
 -------------------------------------------------------------------------------*/

.table-contents {
  width:100%;
  text-align:left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-contents th {
	text-align:left;
  width: 25%;
	padding:.5em 1em;
  box-sizing: border-box;
	vertical-align:top;
}

.table-contents td {
	text-align:left;
	padding:.5em 1em;
  box-sizing: border-box;
}

/* スタンダード */
.table-ptn01 {
  border-collapse: collapse;
}
.table-ptn01 th,
.table-ptn01 td {
  border: 1px solid #ccc;
}
.table-ptn01 th {
  background-color: #f6f6f6;
}

/* 偶数列だけ背景有 */
.table-ptn02 {
  border: 1px solid #9CDAED;
  border-collapse: collapse;
}
.table-ptn02 tr:nth-child(even){
  background-color: #DBF1F8;
}

/* 横線だけ */
.table-ptn03 {
  border-top: 1px solid #ccc;
}
.table-ptn03 th,
.table-ptn03 td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:782px) {
  .table-contents th,
  .table-contents td {
    display: block;
    width: 100%;
  }
  
  .table-ptn01 {
    border-bottom: 1px solid #ccc;
  }
  .table-ptn01 th,
  .table-ptn01 td {
    border-bottom: none;
  }
  
  .table-ptn02 {
    border-top: none;
  }
  .table-ptn02 tr:nth-child(even){
    background-color: #DBF1F8;
  }
  .table-ptn02 th {
    border:none;
    border-top: 1px solid #9CDAED;
    border-bottom: 1px solid #9CDAED;
    background-color: #DBF1F8;
  }
  .table-ptn02 td {
    border:none;
  }  
  .table-ptn02 tr:nth-child(even) td {
    background-color: #F9FDFF;
  }
  
  .table-ptn03 {
    border-top: none;
    border-bottom: 1px solid #ccc;
  }  
  .table-ptn03 th {
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
  }
  .table-ptn03 td {
    border: none;
  }
}
  


/* -----------------------------------------------------------------------------
	head
 -------------------------------------------------------------------------------*/

.head {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}

/* 赤 */
.head-red {
  color: #fff;
  background-color: #cf2e2e;
}

/* 紅 */
.head-crimson {
  color: #fff;
  background-color: #932727;
}

/* ピンク */
.head-pink {
  background-color: #f78da7;
}

/* オレンジ */
.head-orange {
  background-color: #ff6900;
}

/* アンバー */
.head-amber {
  background-color: #fcb900;
}

/* グリーンシアン */
.head-gcyan {
  background-color: #7bdcb5;
}

/* 灰色 */
.head-gray {
  background-color: #e5e0e8;
}

/* グリーン */
.head-green {
  color: #fff;
  background-color: #00d084;
}

/* ライトグリーン */
.head-lgreen {
  background-color: #90ee90;
}

/* 深緑 */
.head-dgreen {
  color: #fff;
  background-color: #00552e;
}

/* 水色 */
.head-skyblue {
  background-color: #8ed1fc;
}

/* 青 */
.head-blue {
  color: #fff;
  background-color: #0693e3;
}

/* 紫 */
.head-purple {
  color: #fff;
  background-color: #9b51e0;
}

/* 茶色 */
.head-brown {
  color: #fff;
  background-color: #996633;
}


/* -----------------------------------------------------------------------------
	head-border
 -------------------------------------------------------------------------------*/

.head-border {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}

/* 赤 */
.head-border-red {
  border-top: 3px solid #cf2e2e;
  border-bottom: 3px solid #cf2e2e;
}

/* 紅 */
.head-border-crimson {
  border-top: 3px solid #932727;
  border-bottom: 3px solid #932727;
}

/* ピンク */
.head-border-pink {
  border-top: 3px solid #f78da7;
  border-bottom: 3px solid #f78da7;
}

/* オレンジ */
.head-border-orange {
  border-top: 3px solid #ff6900;
  border-bottom: 3px solid #ff6900;
}

/* アンバー */
.head-border-amber {
  border-top: 3px solid #fcb900;
  border-bottom: 3px solid #fcb900;
}

/* グリーンシアン */
.head-border-gcyan {
  border-top: 3px solid #7bdcb5;
  border-bottom: 3px solid #7bdcb5;
}

/* 灰色 */
.head-border-gray {
  border-top: 3px solid #e5e0e8;
  border-bottom: 3px solid #e5e0e8;
}

/* グリーン */
.head-border-green {
  border-top: 3px solid #00d084;
  border-bottom: 3px solid #00d084;
}

/* ライトグリーン */
.head-border-lgreen {
  border-top: 3px solid #90ee90;
  border-bottom: 3px solid #90ee90;
}

/* 深緑 */
.head-border-dgreen {
  border-top: 3px solid #00552e;
  border-bottom: 3px solid #00552e;
}

/* 水色 */
.head-border-skyblue {
  border-top: 3px solid #8ed1fc;
  border-bottom: 3px solid #8ed1fc;
}

/* 青 */
.head-border-blue {
  border-top: 3px solid #0693e3;
  border-bottom: 3px solid #0693e3;
}

/* 紫 */
.head-border-purple {
  border-top: 3px solid #9b51e0;
  border-bottom: 3px solid #9b51e0;
}

/* 茶色 */
.head-border-brown {
  border-top: 3px solid #996633;
  border-bottom: 3px solid #996633;
}

/* -----------------------------------------------------------------------------
	accordion
 -------------------------------------------------------------------------------*/

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 12px;
	display: block;
	color: #000;
	background:#fceeca;
	border: 1px solid #fce097;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	border: 1px solid #fce097;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/* -----------------------------------------------------------------------------
	link button
 -------------------------------------------------------------------------------*/

.link-button a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:250px;
	height:60px;
	line-height:60px;
	border-radius:30px;
	position:relative;
	margin-top: 30px;
	margin-bottom:50px;
	text-align:center;
	text-decoration:none !important;
	font-size:18px;
	font-weight:bold;
	color:#023990 !important;
	border: 3px solid #023990;
	background-color: #ffffff;
	overflow:visible;
	transition: 0.2s;
}

.link-button a:hover {
	background-color: #023990;
	color: #ffffff !important;
}

.link-button.prev a {
	text-indent: 15px;
}
.link-button.next a {
	text-indent: -15px;
}

.link-button.prev a:before {
	content: "〈";
	font-weight: bold;
	color: #023990;
	position: absolute;
	left: 5px;
	display: block;
	transition: 0.2s;
}
.link-button.next a:before {
	content: "〉";
	font-weight: bold;
	color: #023990;
	position: absolute;
	right: 13px;
	display: block;
	transition: 0.2s;
}
.link-button.prev a:hover:before {
	left: 0px;
}
.link-button.next a:hover:before {
	right: 8px;
}
.link-button.prev a:hover:before, .link-button.next a:hover:before {
	color: #ffffff;
}

.form-button-primary {
	text-align: center;
}

.form-button-primary .link-button {
	width: 250px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

@media screen and (max-width: 850px) {
	.form-button-primary .link-button {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.form-button-primary .link-button a {
		width: 100%;
		margin-bottom: 20px !important;
	}
}
