@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
*/

html ,
body {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #494949;
	font-feature-settings: "palt";
	letter-spacing: .032em;
	/*
	font-family: HiraKakuProN-W3,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic Pro", 'Noto Sans JP' , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	*/ 
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.72;
	min-height: 100%;
	position: relative;
	height: max-content;
	
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
}

:target {
  scroll-margin-top: 50px;
}

img ,
.article ,
footer {
    content-visibility: auto;
    contain-intrinsic-size: 280px;	
}

h1 {
	background: #eee;
	padding: 8px 16px;
	line-height: 1.4;
	border-radius: 16px;
	margin: 10px -8px;
	font-size: 1.6rem;
	clear: both;
	margin-top: 5px;
}

@media (max-width:870px) {
	h1 {
		border-radius: 0;
		font-size: 1.2rem;
	}
}

h2,h3 {
	border-bottom: 3px solid #444;
	line-height: 145%;
    padding-bottom: 3px;
    color: #2f3540;
}
@media (max-width:870px) {
	h2 { font-size: 1.17rem; }
	h3 { font-size: 1.14rem; }
}

blockquote {
    border-left: 0.5em solid #f5f5f5;
    padding: 0 1.5em;
    margin: 0;
}

a {
	color:#133E66;
	text-decoration: none;
	transition: .15s opacity ease;
}

a.more-link {
    background: #eff7ff;
    border-radius: 8px;
    padding: 2px 20px;
    display: inline-block;
    float: right;
    margin: 0 0 8px 0;
}

a.more-link::before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: .25em;
}


a:hover {
	opacity: 0.85;
}

i.fas , i.fa { /* awaresome font */
    width: 1em;
}

/* ========= Classes ========== */

.clear { clear:both; }

.alignright ,
.right {
	float:right;
	margin:3px 0 8px 12px;
}

.alignleft ,
.left {
	float:left;
	margin:3px 12px 8px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:.8em; 
  margin-bottom:.8em; 
}

code,
.code {
	padding: 15px;
    background: #f8f8f8;
    box-shadow: 0 0 3px #999 inset;
    border-radius: 5px;
    display: block;
}

.border_100 {
	border-radius: 1000px;
}

.border_dashed_top {
    border-top: 4px dashed #eee;
}
.border_dashed_bottom {
    border-bottom: 4px dashed #eee;
}
.border_dashed_top_and_bottom {
    border-top: 4px dashed #eee;
    border-bottom: 4px dashed #eee;
}

a[rel="tag"] {
	position: relative;
	user-select: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

a[rel="tag"]::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f055";
	font-size: 16px;
    line-height: 1;
	background: #fff;
    color: #D91500;
	text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
    text-align: center;
    border-radius: 1em;
    opacity: 0;
    transition: .12s all;
    position: absolute;
    top: 0px;
    left: -8px;
}
/*
a[rel="tag"].add_tag:hover {
	background: #723625 !important;
}
*/

a[rel="tag"].add_tag::after {
	opacity: 1;
    top: -8px;
}

a[rel="tag"].is_addable_tag {
    transition: .9s all .01s !important;
    background: linear-gradient(108deg,#1a5e9a 33%,#1a5e9a 34%,#2196f3 65%,#723625 66%,#723625 100%) !important;
    background-position: 0% 0 !important;
    background-size: 300% auto !important;
}

a[rel="tag"].is_addable_tag:hover {
    background-position: 100% 0 !important;
}

/* .is_addable_tag:hoverで右から左にメーターのようなアニメーションをつける : background のグラデーションで */

@keyframes meter-animation {
    0% {
      background-position: right center;
    }
    100% {
      background-position: left center;
    }
  }


.wp-block-image figcaption,
p.wp-caption-text {
    color: #999;
    font-size: .7em;
    text-align: center;
    margin-top: 0;
}

@media (max-width:750px) {
	.alignright ,
	.right ,
	.alignleft ,
	.left {
	    display: block ;
		float: none ;
		margin: 10px auto !important;
	}
}

.more-link {
	display: block;
}

@media (min-width:600px) {
	.mobile_only {
		display: none !important;
	}
}
@media (max-width:601px) {
	.mobile_hide {
		display: none !important;
	}
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-height: 60px;
  min-width: 120px;
  max-width: 100%;
  width:calc(100% - 120px);
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 6px;
  border: 1px solid #d4dfee;
}
.balloon.left {
  margin: 1.5em 0 1.5em 15px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}
.balloon.left:before {
  left: auto;
  right: 100%;
  margin-top: -15px;
  border-left:0;
  border-right: 15px solid #e0edff;
}

.balloon::after {
    content: "";
    background: url(/info/wp-content/themes/plane/lib/image/balloon_person.png) center no-repeat;
    margin: 0;
    padding: 0;
    float: right;
    width: 80px;
    height: 100px;
    max-height: 140px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -100px;
}
.balloon.left::after {
    background: url(/info/wp-content/themes/plane/lib/image/balloon_person_left.png) center no-repeat;
	background-size: contain;
    float: left;
	right: auto;
    left: -100px;
}

.small {
	font-size: .9em;
}

/* ========= Header ========== */
header {
    /*
	background: url(/trial/image/bg_forest_and_road02.jpg) , url(/trial/image/bg_fabric2.jpg);
    background-size: contain;
	background: linear-gradient(177deg, rgba(158,215,255,1) 0%,  rgba(232,255,233,0.6) 120% ) ;
	background: url(/trial/image/bg_forest_and_road03.jpg);
    background-size: cover;
    background-position: 50% 43%;
    */
}
/*
@media (max-width:601px) {
	header {
	    background: linear-gradient(335deg, rgba(158,215,255,1) 0%,  rgba(232,255,233,0.8) 100% ) ;
	}
}
*/


@media (min-width:1024px) {
	header #pic_catch {
		/*
		background: url(https://mtsrb.net/trial/image/pic_catch_small02.png) no-repeat bottom;
		*/
		background: url(https://mtsrb.net/trial/image/pic_catch_small02.webp) no-repeat bottom;
		width: 22%;
		min-width: 200px;
		height: 100%;
		position: absolute;
		bottom: 0;
		background-size: contain;
		left: 1%;
		z-index: 10;
	}
	header #SDGs {
		background: #fff url(https://mtsrb.net/trial/image/logo_SDGs.png) no-repeat center;
		width: 160px;
		height: 4px;
		position: absolute;
		bottom: 20px;
		background-size: contain;
		border:10px solid #fff;
		right: 0;
		z-index: 11;
		padding: 10px;
		border-radius: 8px 0 0 8px;
	}
}

header #mainVisual {
    text-align: center;
    /*
    background: url(/trial/image/bg.png) no-repeat 70% -34%;
    background-size: 105% 185%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: url(/trial/image/bg_forest_and_road03.jpg);
    */
    background: #a7c85e url(/info/wp-content/themes/plane/lib/image/bg_forest_and_road04.webp);
    background-size: cover;
    background-position: 50% 13%;
    padding: 10px;
	position: relative;
    /* animation: img_slideup 31s ease-out 1; */
}

@keyframes img_slideup {
    0% {
        background-position: 50% 70%;
    }
    100% {
        background-position: 50% 13%;
    }
  }

header #mainVisual #catch_subtitle {
	font-size: .75em;
    letter-spacing: .1em;
	font-weight: bold;
	color: #716545;
	margin: 10px 0;
	border-width: 0;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media (max-width:525px) {
	header #mainVisual #catch_subtitle {
		font-size: .7em;
/*
		visibility: hidden;
		height: 0;
*/
	}
}
	
header #mainVisual img {
	height: auto;
	width: auto;
	max-width: 100%;
}
@media (min-width:526px) {
    header #mainVisual img {
        height: 158px;
		margin: 8px 0;
    }
}

header a.btn_outline {
    font-size: .85em;
    color: #21579A;
	min-width: 13em;
    padding: 4px 10px;
    background: rgba(255,255,255,1);
    border-radius: 18px;
    display: inline-block;
}

header.header_global_menu {
	position: sticky;
	top:0;
	z-index: 9999;
}

header #global_menu {
    /*
	background: #1383de;
	background: #0e7dd6;
	background: rgb(0,125,198);
	background: linear-gradient(#1c96d0 -8%, #0972c5 60%);
	*/
    background: rgba(13,123,212,.94);
    background: rgba(0,127,229,.91);
    backdrop-filter: blur(6px);
}
@media print {
    header.header_global_menu {
        display: none;
    }
}

@media (max-width:860px) {
	header #global_menu {
		font-size: 0.9em;
	}
}


@media (max-width:680px) {
	header #global_menu {
		font-size: 0.8em;
	}
}

header #global_menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

header #global_menu ul li {
    flex-basis: auto;
    box-sizing: border-box;
    text-align: center;
    flex-grow: 1;
}

header #global_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0,0,0,.4), 0 0 8px rgba(0,0,0,.4);
	display: block;
	transition: all .5s ease;
	padding: .28em 0 .3em;
    font-weight: bold;
	position: relative;
}

header #global_menu ul li.gn_outline a::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 0.5em;
    height: 0.5em;
    background: #ffcaa0;
    border-radius: 1em;
    top: -0.6em;
    left: -0.2em;
	/*
	animation: fadein 1s ease 1;
	*/
}
/*
header #global_menu ul li.gn_outline.not_yet a::before {
	animation: fadein_1st 1s 0.8s ease 3;
}
@keyframes fadein {
  0% {
	opacity: .1;
    background: #1383de;
	top: -0.6em;
  }
  50% {
	background: #ff0000;
	top: -1.6em;
  }
  100% {
	opacity: 1;
    background: #ffcaa0;
	top: -0.6em;
  }
}

@keyframes fadein_1st {
  0% {
	opacity: .1;
    background: #1383de;
	top: -0.6em;
	box-shadow: 0 0 0 0 rgba(0,0,255,.3);
  }
  50% {
	background: #ff0000;
	top: -1.2em;
	box-shadow: 0 0 0 8px rgba(255,0,0,.5);
  }
  100% {
	opacity: 1;
    background: #ffcaa0;
	top: -0.6em;
	box-shadow: 0 0 0 0 rgba(0,0,255,.3);
  }
}
*/
header #global_menu ul li a:hover {
    background: #00a5e9;/*rgba(204,241,255,0.2);*/
    box-shadow: 0 0 12px 0px rgba(0,0,0,.14);
	border-radius: 3px/40px;
	/*
    background: linear-gradient(6deg, #009fe0, #2cb8f2);
	padding-right: 0.06em;
    padding-left: 0.06em;
	*/
	opacity: 1;
}
/*
.mean-container .mean-bar a.meanmenu-reveal {
    float: left !important;
    left: 0 !important;
    right: auto !important;
}
*/
.mean-container .mean-bar ,
.mean-container .mean-nav ul li a {
	background: #3575b6;
}

.mean-container .mean-nav ul li a {
	padding: 0.32em 5%;
}

.mean-container .mean-bar {
	margin-bottom: 10px;
}

@media (max-width:525px) {
	.mean-container .mean-bar {
		background: rgba(0,0,0,0);
		position: fixed;
		top:0;
	}
	.mean-container .mean-bar ul {
		position: absolute;
    	top: 0;
		z-index: 888;
	}
	.mean-container a.meanmenu-reveal {
		z-index: 999;
	}
	.mean-container a.meanmenu-reveal span {
		box-shadow: 0 0 3px rgba(0,0,0,.6);
	}
	.mean-container .meanclose {
		text-shadow: 0 0 3px rgba(0,0,0,.6);
	}
}

/* ========= タグリスト ========= */
#tags {
    background: #e2eff9;	
	padding: 0.25em 10px;
    font-size: .86em;
    height: 6.4em;
    overflow: auto;
    scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}
@media print {
    #tags {
        display: none;
    }
}
@media (max-width:525px) {
	#tags {
		overflow-x: scroll;
		overflow-y: hidden;
		max-height: 40px;
		white-space: nowrap;
		padding: 10px;
	}
	/*
	#tags:after {
		border:3px solid rgba(0,0,0,.4);
		content: "";
		border-width: 0 0 3px 3px;
		transform: rotate(45deg);
	}
	*/
	#tags a {
		margin: 4px 2px;
	}
}
#tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#tags ul li {
	display: inline-block;
}
#content a[rel="tag"],
#tags a {
    padding: 5.5px 10px 4.5px;
    background: #1a5e9a;
    color: #fff;
    border-radius: 5px;
    margin: 4px;
    display: inline-block;
	transition: all .5s;
	line-height: 1;
}
#content a[rel="tag"]::before,
#tags a::before {
    content: "#";
	color: #b3d5ef;
	font-size: .98em;
}
.article_item {
    text-align: left;
    font-weight: normal;
}

#content .box_tags {
    text-align: right;
}

#content .box_tags a[rel="tag"] {
    font-size: .75em;
    margin: 0 4px 0 0;
    position: relative;
    top: -8px;
}

#tags a:hover {
	background: #2196f3;
    box-shadow: 0 4px 6px 0px rgba(0,0,0,.4);
}

.cat_name {
	margin-top: 0;
    text-align: center;
}


.breadcrumb {
	font-size: .8em;
	margin-bottom: 10px;
}


/* ========= content ========= */
#content  {
	font-size: 1em;
	margin: 20px auto;
	max-width: 880px;
	padding: 10px;
}

@media (max-width:525px) {
	#content  {
		margin-top:0;
		font-size: .925em;
	}
}

#content #search_box {
	text-align: center;
    position: absolute;
    top: 8px;
    right: 8px;
	opacity: .93;
    z-index: 999999;
}
#content #search_box .screen-reader-text {
	/*
	display: none;
	*/
}
#search_box #s {
	font-size: .9em;
    padding: 5px;
    border: 0px solid #c3c3c3;
    border-radius: 8px;
	width: 110px;
	transition: .3s all;
}
/*
#content #search_box #s:focus {
	width: 160px;
}
*/
#search_box #searchsubmit {
	font-size: .9em;
    padding: 4px 8px;
    border-radius: 6px;
    border: 0px;
    background: #007dc6;
    color: #fff;
	box-shadow: 0 0 12px rgba(255,255,255,.6);
}
@media (min-width:526px) {
	#search_box #searchsubmit {
		background: #7f5031;		
	}
}

.mean-nav #search_box #searchsubmit {
}

#content img {
	max-width: 100%;
	height: auto !important;
}

#content em {
	font-style: normal;
    font-size: .8em;
    opacity: .75;
    padding: auto .1em;
}

@media (max-width:525px) {
	#content blockquote .wp-caption.alignright {
		width:100% !important;
	}
	#content blockquote .wp-caption.alignright img {
		width:100% !important;
	}
}
figure.wp-block-image.size-full {
    margin: 0;
}

.shadow img,
img.shadow {
	box-shadow: 0px 3px 25px #ccc;
    border-radius: 6px;
}

#content a {
	color: rgba(28,104,206,1.00);
}

#content .post_title a {
	display: block;
	color: #000;
}

#content .post_title a:hover {
	text-decoration: underline;
}

#content .list_card .list_card_list li a:visited,
.list_card_list a:visited  {
	 color:#a16837 !important;
}

.modified_date {
	text-align: right;
	font-size: 0.7em;
    margin-top: 0.5em;
}

.navigation {
	margin-bottom: 10px;
}

.navigation a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fcfcfc;
}

/* ==== 目次用 ===== */

#toc_container {
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    padding: 12px 10px 7px 10px;
    background: rgba(255,255,255,.9);
    margin: 10px 0;
    position: relative;
    backdrop-filter: blur(4px);
    border-radius: 9px;
}

@media screen and (min-width:800px){
    #toc_container {
        /*
        width: 240px;
        position: sticky;
        right: 0;
        top: 20px;
        float: right;
        */
        margin:10px 0 10px 10px;
    }
}
/*
#toc_container .toc_title {
    margin: 0 0 14px 0;
    border-bottom: 1px solid rgb(235, 236, 234);
    font-size: .8em;
    padding: 0 0 4px 2px;
    color: #666;
}
*/
#toc_container .toc_title {
    margin: 0 -18px 0 0;
    font-size: .8em;
    padding: .4em .52em;
    color: #ffffff;
    float: left;
    background: #89b3d7;
    background: linear-gradient(135deg, rgb(97 150 194) 0%, rgba(137, 179, 215, 1) 100%);
    line-height: 1;
    border-radius: .1em .35em .35em .1em;
    position: relative;
    top: -1px;
    left: -22px;
}
@media (max-width:800px) {
    #toc_container .toc_title {
        left: -16px;
        margin: 0 -12px 0 0;
    }
}

#toc_container ul {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: .85rem;
    /* max-height: 28vh; */
    overflow: auto;
}

#toc_container ul li {
    margin-bottom: 0;
}

#toc_container ul a {
    display: block;
    line-height: 1.3;
    margin-bottom: .35em;
    color: #8a8e90;
}

.added_scrollable {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #c9c9c9 transparent transparent transparent;
    position: absolute;
    right: 48%;
    bottom: 5px;
}



/* ==== 料金表 ==== */
table.fee_table {
	border-collapse: collapse;
	border: 0px solid #ddd;
	width: 100%;
}

table.fee_table th,
table.fee_table td {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

table.fee_table th {
	border-bottom: 2px solid #ddd;
	background: #f6f6f6;
}


/* ==== Trial form ==== */

.form-box {
    padding: 10px;
    border: 2px solid #007dc6;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: #fff;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table .odd th , .table .odd td {
	background: #f9f9f9;
}

.table th {
	text-align: right;
	background: #fff;
}

.table td {
	text-align: left;
	background: #fff;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
	background-color: #3b81b9;
	color: #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

#trial_form {
	/*
	margin-top: 15px;
	border-radius: 0 0 8px 8px;
	*/
	font-size: 0.96em;
	border-radius: 8px;
	text-align: center;
	margin-top: 30px;
	position: relative;
}

#trial_form::before {
	content: '';
    border-style: solid;
    border-width: 12px 7px 0px 7px;
    border-color: #005688 transparent transparent transparent;
    position: absolute;
    left: calc(50% - 7px);
    top: -7px;
}

#trial_form .additional_tr {
	display: none;
}

#trial_form .term_notation {
	font-size: 0.85em;
	margin-bottom: 15px;
}

#trial_form .form-control[disabled]{
    background-color: #3b81b9;
}

#trial_form .trial_form_title {
	font-size: 1em;
	font-weight: bold;
    border-bottom: 1px solid #007dc6;
    padding: 0 0 7px 0;
    color: #005688;
	margin: 0 0 14px 0;
}

#trial_form .banner {
	width: 98%; 
	margin:20px 0  10px 0; 
	max-width: 860px;
}

@media (max-width:680px) {
	#trial_form table th ,
	#trial_form table td {
		display: block;
	}
	
	#trial_form table th {
		text-align: left;
		border-top: 0;
		padding-bottom: 0;
	}

	#trial_form table td {
		border-top: 0;
	}

	#trial_form table tr td:last-child {
		border-bottom: 1px solid #ccc;
	}
}


/* ==== Trial Banner ==== */

#trial_banners {
	text-align: center;
	background-size: cover;
	padding: 20px 0 0 0;
    margin-top: -15px;
	clear: both;
	position: relative;
	background: #e8f5ff;
	/*
    box-shadow: 0 0 10px rgba(0,0,0,.15);
	*/
	border-radius: 48% 48% 0 0 / 50px 50px 0 0;
	overflow: hidden;
}


#trial_banners a {
	display: inline;
	transition: .3s all;
}

#trial_banners a:hover {
	opacity: .85;
}

#trial_banners #features {
	margin: 20px auto 0px auto;
	width: 80%;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
    max-width: 940px;
}

#trial_banners #feature_mb {
	display: none;
}

@media (max-width:750px) {
	#trial_banners #features {
		display: none;
	}
	#trial_banners #feature_mb {
		display: block;
	}
}

#trial_banners #features img {
	flex-basis: auto;
	width: 31%;
	height: auto;
	box-sizing: border-box;
	padding: 4px;
}
#trial_banners #features img.pic_quick {
	width: 35.5%;
}
#trial_banners #features img.pic_everywhere {
	position: relative;
	width: 29%;
	left: -10px;
}

#trial_banners #free_trial {
	width: 100%;
	height: auto;
	max-width: 820px;
	box-sizing: border-box;
	padding: 10px 15px 5px 15px;
	transition: .3s all;
	/*
    border-bottom: 3px solid #444;
    border-radius: 6px 6px 0 0;
	background: #ffc931;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
	*/
}

#trial_banners #free_trial:hover {
    box-shadow: 0 10px 18px -20px;
	/*
	padding-bottom: 8px;
	border-bottom: 2px solid #333;
	*/
}

@media (max-width:750px) {
	#trial_banners #banner_pic_catch {
		max-width: 112% !important;
		width: 112%;
		height: auto !important;
		margin: 0 -6% 0 -6%;	
	}
}
@media (min-width:751px) {
	#trial_banners #banner_pic_catch {
		width: auto;
	}
}

.right_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0 7px;
    border-color: #1f1f1f transparent transparent transparent;
    margin: 10px auto 0px auto;
    display: block;
}

/* ======== Contact ======== */

.wpcf7-form-control {
	padding: 8px;
	width: 100%;
	max-width: 460px;
	border:1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 17px;
	box-sizing: border-box;
}


/* ======== Footer ========= */
footer {
	/*
	background: #f9f0f0;
	*/
	clear: both;
	width: 100%;
	min-height: 25px;
	text-align: center;
	padding: 2em 0;
	font-size: .8em;
	border-top: 1px solid #ccc;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;

	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,fefefe+100 */
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e2e2e2 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	
}

footer #link_pp a {
	color: #555;
	font-size: .8em;
}

@media (max-width:750px) {
	footer {
	    padding-bottom: 3.5em;
	}
}


a.btn_outline_footer {
	font-size: .9em;
	position: fixed;
    bottom: 9px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    padding: 6px 12px;
    border-radius: 6px;
    color: #333;
    background: #f6ffff;
    border: 1px solid #ddd;
    opacity: 0.95;
    background: #2196F3;
    border-width: 0;
    color: #fff;
	left: 2px;
}

.btn_required_page {
    font-size: 1.1em;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
	position: fixed;
    bottom: 9px;
    bottom: calc(9px + env(safe-area-inset-bottom));
    right: 9px;
	min-width: 9.5em;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	padding: 10px 15px 8.7px;
    border-radius: 6px;
    color: #333;
    background: #f6ffff;
    border: 1px solid #ddd;
	opacity: 0.95;
	transform: 1.6s all;
	
	background: #2196F3;
    border-width: 0;
    color: #fff;
    border-radius: 40px;
}
@media print {
    #btn_trial_small {
        display: none;
    }
}
/*
#btn_trial_small::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.5em;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    margin-right: 0.5em;
}
*/

#btn_trial_small.remove {
	opacity: 0;
}

@media (max-width:750px) {
	#btn_trial_small {
		font-size: .9em;
		/*
		padding: 8px 18px 12px 10px;
		right: -6px;
		bottom: -6px;
		*/
	}
}

/* ========= ContactForm7 ========= */
.screen-reader-response {
    font-weight: bold;
}