@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
*/
html {
    scroll-behavior: smooth;
}
html,
body {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	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;
	color: #494949;
}

body {
	/*
	background: url(image/bg.png) no-repeat;
	*/
	background-color: #f6ffff;
	background-size: contain;
	background-position: center top;
	background: url(/trial/image/bg_fabric2.jpg);
    background-size: contain;
}

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

strong {
    /* color: #111; */
}

h1,h2,h3,h4,h5,h6,
strong,
th {
}

a {
	color: #20629a;
}

#wrapper ,
.wrapper{
	text-align: center;
	width: 98%;
	max-width: 1240px;
	margin: 10px auto 0 auto;
	padding: 10px 20px;
}
@media (max-width:750px) {
	#wrapper,
	.wrapper {
		padding:7px;
		margin-top: -2px;
	}
}
header {
	max-width: 100%;
	text-align: center;
}
/*
header img {
	width: 95%;
}
*/


header h3.kantan_desc {
	font-size: .89em;
	font-weight: normal;
	line-height: 1.48em;
	padding: 8px 4px 9px 4px;
	margin: 0px;
	color: #fff;
	background: #007ac1;
	letter-spacing: .03em;
	position: absolute;
}


@media (max-width:750px) {
	header img {
		width: 100%;
		height: auto;
	}
	#banner_trial {
		display: none;
	}
	header h3.kantan_desc {
		position: relative;
	}
}
header #sub_title {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
@media (max-width:750px) {
	#pic_values .pic_values_3circles {
		display: none;
	}
}

br.mobile {
	display: none;
}
@media (max-width:750px) {
	br.mobile {
		display:block;
	}
	.mobile_hide {
		display: none;
	}
}

span#loading {
    background: rgba(253,253,253,.93);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 111111;
    backdrop-filter: blur(10px);
}
span#loading::after {
    content:'';
    text-align: center;
    display: inline-block;
    position: absolute;
    top:calc( 45vh - 25px );
    left:calc( 50vw - 25px );
    width: 50px;
    height: 50px;
    border: 3px solid #a4ccf4;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: ldg .6s linear 0s infinite;
}
@keyframes ldg {
	0% { transform: rotate(0); }
	100% { transform: rotate(359deg); }
}

@keyframes fade_in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@media (min-width:751px) {
    .ov_lay01 {
        display: block;
        height: 31.5%;
        width: 31.6%;
        position: absolute;
        top: 13.9%;
        left: 3.4%;
        border-radius: 70% 50% 50% 70% / 60% 60% 70% 60%;
        border: 1px solid #eead967d;
        /* background: #ff951512; */
        box-shadow: 0 0 16px #ffc5ac81 inset, 0 0 20px #00000012;
        animation: fade_in 1.5s linear 0s 1;
        /* transform: rotate(2deg); */
    }

    .ov_lay02 {
        display: block;
        height: 30%;
        width: 27.2%;
        position: absolute;
        top: 53.7%;
        left: 4.35%;
        border-radius: 60% 50% 50% 70%/60% 50% 70% 60%;
        border: 1px solid #9bb63a57;
        /* background: #72843314; */
        box-shadow: 0 0 16px #9ebf2680 inset, 0 0 20px #00000012;
        animation: fade_in 1.5s linear 0s 1;
    }

    .ov_lay03 {
        display: block;
        height: 37%;
        width: 27.2%;
        position: absolute;
        top: 48.2%;
        left: 68.8%;
        border-radius: 60% 50% 50% 70%/60% 50% 70% 60%;
        border: 1px solid #52b7c767;
        /* background: #16557c14; */
        box-shadow: 0 0 16px #52b7c781 inset, 0 0 20px #00000012;
        animation: fade_in 1.5s linear 0s 1;
    }
}

.btn {
    border-radius: 10px;
}

.banner {
	width: 100%;
}

.clear {
	clear: both;
}

.pic_screen{
	width: 100%;
}

.red_underline {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 51%,rgba(255,0,0,.09) 51%,rgba(255,0,0,.09) 90%, rgba(255,255,255,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.balloon {
	font-size: 90%;
	position: relative;
    display: inline-block;
    margin: 0.8em 15px 0.8em 0;
    padding: 16px 10px 16px 16px;
    min-height: 60px;
    max-width: 800px;
    width: calc(100% - 120px);
    color: #353535;
	/*
    color: #0e3a66;
    background: #e0efff;
	background: linear-gradient(140deg, rgba(238,250,255,1) 3%, rgba(226,240,255,1) 96%);
    border: 1px solid #d9edf3;
	*/
	background: #e8faff;
    border-radius: 20px;
	box-shadow: 0px 4px 6px rgba(113,113,113,.2);
}
	#flow_day td .balloon {
		width: calc(100% - 108px);
	}
.balloon:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #ddf4f6 /* #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: 90px;
    height: 140px;
    max-height: 140px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -105px;
}

@media (min-width:751px) {
	.pic_screen{
		margin: -12px 0;
	}
}

.global_menu {
	background: rgba(19, 131, 222, 1);
    width: 100%;
    font-size: 18px;
	z-index: 7777;
	margin: 0;
    backdrop-filter: blur(6px);
	/*
    border-radius: 13px 13px 0 0;
	background: linear-gradient(to bottom, rgba(0,125,198,1) 0%,rgb(34,105,179) 99%);
	background: linear-gradient(#1c96d0 -8%, #0972c5 60%);
	box-shadow: 0 0px 12px rgba(0,0,0,0.2);
	*/
}
.global_menu:hover {
    z-index: 99999;
}
body > .global_menu {
	position: sticky;
    top: 0;
}

/* 20250209 */
header{
    position: relative;
    /* z-index: 19999; */
    margin-bottom: 5px;
    /* filter:drop-shadow(0 0 3px rgba(0,0,0,.16)); */
}
header #catch_image {
    clip-path: ellipse(145% 100% at 49% 0%);
}
body > .global_menu {
	position: fixed;
    top:-20px;
    opacity: 0;
    transition: .3s all ease;
}


@media (max-height:560px) {
	.global_menu.mini {
		font-size: 12px;
	}
}
@media (max-width:750px) {
	/* 6個目以降
	.global_menu ul li:nth-child(n + 6) {
		display: none;
	} */
	.global_menu ul li:nth-child(5),
	.global_menu ul li:nth-child(6),
	.global_menu ul li:nth-child(8) {
		display: none;
	}
}
.global_menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.global_menu ul li:first-child{
	display: none;
}

.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;
    padding: 0.4em 0 0.4em;;
    font-size: 1.25em;
    font-weight: bold;
}

.global_menu ul li a[href*=outline]::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 0.5em;
    height: 0.5em;
    background: #ffcaa0;
    border-radius: 1em;
    top: -0.6em;
    left: -0.2em;
	/*
	box-shadow: -0.2em 0.2em 0 #ff7d7d;
	*/
}

.global_menu.scroll_top {
    background: rgba(19, 131, 222, 0.933);
    opacity: 1;
    top:0;
    backdrop-filter: blur(6px);
}

/*
.global_menu ul li.gn_outline.not_yet a::before {
    animation: fadein_1st 1s 0.8s ease 3;
	animation-delay: 5s;
}
@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: -0.9em;
	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);
  }
}
*/
@media (max-width:1360px) {
	.global_menu ul li a {
		font-size: 1.12em;
	}
}

@media (max-width:1000px) {
	.global_menu ul li a {
		font-size: .94em;
		letter-spacing: -.01em;
	}
}

.global_menu ul li a:hover {
    background: #00a5e9;/* rgba(204,241,255,0.2); */
    box-shadow: 0 0 6px 0px rgba(0,0,0,.14);
	border-radius: 4px/44px;
	/*
    background: linear-gradient(6deg, #009fe0, #2cb8f2);
	padding-right: 0.06em;
    padding-left: 0.06em;
	*/
	opacity: 1;
}

/* === サービス種別 === */

h1.prd_title {
	font-size: 1.07em;
    margin: 0 -20px 5px -20px;
    text-align: center;
    padding: 6px 0 12px 0;
    border-bottom: 1px solid #ddd;
	line-height: 1.34;
	/*
	box-shadow: 0 10px 10px -15px #999;
	*/
}
h1.prd_title strong {
	font-size: 1.11em;
}
@media (max-width:750px) {
	h1.prd_title {
		/*
		padding: 9px 0;
		background: #fff0d9;
		margin: 0px -8px 22px -8px;
		box-shadow: 0 2px 8px #e9e9e9;
		border-radius: 4px;
		*/
		font-size: 1em;
		border-bottom: 0;
		margin-top: 1px;
	}
	h1.prd_title strong {
		white-space: nowrap;
		font-size: 1.125em;
	}
}

h2.prd_subtitle {
	font-size: 1.11em;
    font-weight: normal;
    text-align: center;
    margin: 13px 0 19px 0;
    line-height: 1.45;
}

@media (max-width:750px) {
	h2.prd_subtitle {
		font-size: 1.23em;
		line-height: 1.54;
		margin-top: 12px;
		
		padding: 15px 0;
		background: #ffeed5;
		margin: 10px -8px 22px -8px;
		box-shadow: 0 0px 20px inset #ffe9be;
		border-radius: 12px 53px/50px 16px;
	}
}

@media (min-width:751px) {
	h2.prd_subtitle > strong {
		font-size: 1.38em;
		/*
		font-family: "じゅん 501";
		*/
		color: #b51e1e;
		padding: 0 .2em 0 .25em;
	    display: inline-block;
		transform: rotate(-2.0deg) translateY(0.2px);
		background: none;
	}
	h2.prd_subtitle > strong::after {
		content: "";
		display: block;
		width: 100%;
		background: rgba(255,0,0,.12);
		height: 12px;
		position: absolute;
		left: 3px;
		bottom: 2px;
		border-radius: 28%;
		transform: rotate(1.0deg) translateY(3px) translateX(-2px);
		z-index: -1;
	}
	h2.prd_subtitle .ff {
		/*
		font-family: "じゅん 201";
		letter-spacing: .01em;
		*/
		font-size: .97em;
	}
	h2.prd_subtitle .ff .ffi {
		font-weight: bold;
		font-size: 1.075em;
		color: #575757;
	}
    /*
    h2.prd_subtitle > strong.fadein.scrollin {
        transform: rotate(-2.0deg) translateY(0.2px);
    }
    */
}

#services {
	font-size: 1.05em;
	text-align: left;
    padding: 12px 20px 14px 20px;
    background: rgba(255,255,255,.85);
    box-shadow: 0 2px 11px rgba(0,0,0,.1),0 0 1px #bbb;
    border-radius: 22px;
    margin: 8px 2px;
	position: relative;
}

#services h4.title_shubetsu {
	color: #595959;
    font-size: 0.92em;
	line-height: 1.32;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 6px 2px;
	padding: 0;
}

#services ul.service_list {
	list-style: none;
    display: inline;
    margin: 0;
	padding: 0;
}

#services ul.service_list li {
    display: inline-block;
    font-size: .85em;
	padding: 2px 8px;
	border:1px solid #ccc;
	margin-bottom: 6px;
	border-radius: 4px;
	color:#555;
}

#services ul.service_list li {
	background-color: #f9f9f9;
}

#services ul.service_list li:before {
	
}

#services ul.service_list li.shougai {
	background-color: #eaf4ff;
	border-color: #bcbcf7;
}

#services ul.service_list li.kaigo {
	background-color: #fdf2eb;
	border-color: #dabe68;
}

#services ul.service_list li.jidou {
	background-color: #fdedff;
	border-color: #dec0d6;
}
/*
*/
#services p.intro_hanako {
	margin-top: 24px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6;
}

#services span.arrow_below  {
    border-style: solid;
    border-width: 22px 16px 0px 16px;
    border-color: #5bc0de transparent transparent transparent;
    position: absolute;
    left: calc(50% - 18px);
    bottom: -11px;
}


p.exam_b {
	color: #555;
    font-size: 1.6em;
    padding: 8px 20px;
    margin: 30px 0 10px 0;
    position: relative;
    border-bottom: 1px solid #0007;
    /* 
    border-bottom: 2px solid #000;
    border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.13);
    */
}

@media (max-width:750px) {
	p.exam_b {
		font-size: 1.2em;
	}
}

p.exam_b span.arrow_below {
	border-style: solid;
    border-width: 16px 12px 0px 12px;
    border-color: #5bc0de transparent transparent transparent;
    position: absolute;
    left: calc(50% - 12px);
    bottom: -11px;
}

/* === News === */
#news {
    text-align: left;
    max-height: 220px;
    overflow: auto;
    margin-bottom: 5px;
}

#news table th {
	text-align: center;
	letter-spacing: .2em;
}
#news table tbody tr td {
	text-shadow: 0 0 2px #fff;
	background: #fbf9ef;
	/*
	background: rgba(255, 255, 254, 0.7);
	*/
}
#news table tr td:first-child {
	white-space: nowrap;
}

@media (max-width: 750px){
	#news table tr:nth-child(n+3) {
		display: none;
	}
	#news table {
		margin-bottom: 0;
	}
}


li>.glyphicon {
	color: #39aed4;
}
.table th {
	text-align: right;
	vertical-align: top;
}
.form-box {
	padding: 10px;
	border: 2px solid #007dc6;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	background: #fff;
}

/* === カンタン花子さんの1日 === */
@media screen {
    .fadein {
        transform : translate(0, 40px);
        transition : all 2.2s ease;
    }
    .fadein.scrollin {
        transform : translate(0, -10px);
    }
}
/*
.fadein {
    transform : translate(0, 40px);
    transition : all 2.2s ease;
}

.fadein.scrollin {
    transform : translate(0, -10px);
}
*/
@media screen and (max-width: 750px){
	.fadein {
		transform : translate(0, 40px);
		transition : all 2.2s ease;
	}
	.fadein.scrollin {
		transform : translate(0, 0px);
	}
}

#flow_day {
	margin: -1vh auto;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

#flow_day th,
#flow_day td {
	vertical-align: middle;
	box-sizing: content-box;
}

#flow_day th {
	text-align: right;
	width: 54%;
}

#flow_day th img {
	width: 100%;
	height: auto;
}

#flow_day td {
	width: 46%;
	text-align: left;
	font-size: 2.12em;
	padding-left: 20px;
    line-height: 1.62;
	letter-spacing: .012em;
}

@media (max-width:1260px) {
	#flow_day td {
		font-size: 1.83em;
	}
}

@media (max-width:1024px) {
	#flow_day td {
		font-size: 1.56em;
	}
}

@media (min-width:751px) {
	#flow_day th ,
	#flow_day td {
		height: 77vh;
		/*
		vertical-align: top;
		*/
		padding: 30px 10px;
	}
	#flow_day tr:first-child th ,
	#flow_day tr:first-child td {
        padding-top: 0;
	}
    #flow_day tr:last-child th ,
	#flow_day tr:last-child td {
        padding-bottom: 0;
	}
}

@media (max-height:790px) {
	#flow_day th ,
	#flow_day td {
		padding: 60px 10px;
	}
    #flow_day td {
		font-size: 1.72em;
	}
}

@media (max-height:680px) {
	#flow_day th img {
		position: relative;
		z-index: 9999;
	}
    #flow_day th img:hover {
        z-index: 0;
    }
    #flow_day td {
		font-size: 1.6em;
	}
}

@media (max-width:750px) {
	#flow_day {
		margin: 0;
	}
	#flow_day th {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 40px;
        padding: 0;
	}
	#flow_day td {
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px 20px 15px;
		font-size: 1.295em;
	}

}

#flow_day p {
	margin-bottom: .7em;
}

#flow_day .time {
    font-size: .9em;
    font-weight: bold;
    letter-spacing: .02em;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 1.1;
	/*
	color: #da436c;
	*/
	color: #f34646;
    border-bottom: 0px solid;
	/*
	background-image: url(/trial/image/hanako/bg_time.png);
	*/
	background-image: url(/trial/image/hanako/bg_time_bold.png);
	background-size: 102%;
    background-repeat: no-repeat;
    background-position: left bottom;
	padding: .2em 0 .55em .1em;
    display: block;
	opacity: .9;
    margin-bottom: 1.28em;
	/*
    margin: .12em -.5em 1.1em -.5em;
	*/
}

#flow_day .time .hm {
    font-size:1.72em;
}

#end_lead {
	font-size: 1.8em;
	line-height: 1.7;
	margin: 20px 0;
}

@media (max-width:920px) {
	#end_lead {
		font-size: 1.55em;
	}
}


@media (max-width:750px) {
	#end_lead {
		font-size: 1.25em;
	}
}


#features {
	display: flex;
	display: none;
	margin: 0px 0 30px 0;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#features img {
	flex-basis: auto;
	width: 32%;
	height: auto;
	box-sizing: border-box;
	padding: 4px;
	min-width: 230px;
}
#features img.pic_quick {
	width: 36.5%;
}
#features img.pic_everywhere {
	position: relative;
	width: 30%;
	left: -10px;
}

#introduction h2 {
    line-height: 1.2;
	border-bottom: 3px solid #222;
    padding-bottom: 10px;
	margin: 10px;
}

#introduction ul {
	font-size: 1.5em;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#introduction ul li {
	margin: 7px;
    padding: 12px;
    border-radius: 8px;
    /*
    border: 1px solid #dde;
	flex-basis: 350px;
	background: #fff4;
    box-shadow: 0 0 10px #0002;
	text-indent: -15px;
	*/
	line-height: 1.58;
	flex-grow: 1;
	padding-left: 22px;
}

#introduction ul li img {
	max-width: 100%;
	height: auto;
}


a.btm_link {
	border-radius: 3px;
	background: #2196F3;
	color: #fff;
	display: inline-block;
	margin: 5px;
    padding: 4px 16px;
    font-size: .7em;
	float: right;
}

	#introduction ul li:not(:last-child) {
		border: 1px solid #dde;
		flex-basis: 250px;
		background: rgba(255,255,255,.7);
		box-shadow: 0 4px 12px #0002;
		text-align: left;
	}

#introduction .pic_screen {
	max-width: 100%;
	margin: 15px 0;
}

#catch_image {
	position: relative;
	z-index: 6666;
	background: rgb(225,237,220);
	background: /* url("/trial/image/pic_catch_20220618_lowsrc.jpg"), */
		linear-gradient(135deg, rgba(225,237,220,1) 1%,rgba(210,229,197,1) 14%,rgba(172,204,118,1) 33%,rgba(140,150,105,1) 90%);
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1eddc', endColorstr='#9faf6b',GradientType=1 );
}

#catch_image img#catch_image_main {
	max-width: 100%;
	width: 100%;
	height: 56.4vw;
	margin: 0;
	padding: 0;
    /*
	opacity: 0.05;
	transition: 2s opacity ease-in;
	transition: 1.7s opacity cubic-bezier(0.89,-0.37, 1, 1);
    */

}

#catch_image #trial_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px;
}

@media (max-width:750px) {
	#catch_image {
		width: 100%;
		overflow: hidden;
	}
	#catch_image img#catch_image_main {
		max-width: 112%;
		width: 112%;
		height: auto;
		margin: 0 -6% 0 -6%;
	}
	#catch_image #trial_btn {
		max-width: 30%;
	}
}

@media (max-width:750px) {
	#features {
		margin: 5px 0 15px 0;
	}

	#features img.pic_quick,  #features img.pic_everywhere,  #features img.pic_kakunin {
		width: 100%;
		margin: 4px auto;
		position: relative;
		display: none;
	}
	#features img.pic_quick {
		width: 100%;
		left: -3px;
	}
	#features img.pic_everywhere {
		width: 97%;
		left: 5px;
		margin: -6px 0;
	}
	/* === トライアルコピー === */
	h2 {
		font-size: 20px;
		font-weight: bold;
	}
}

@media (min-width:751px) {
	.SDGs {
		display: none;
	}
}

.SDGs img {
	margin: 30px 0 20px 0;
	width: 120px;
	height: 120px;
	background-color: #fff;
	padding: 6px;
	border-radius: 50%;
}

#trial_form {
	/*
	margin-top: 15px;
	border-radius: 0 0 8px 8px;
	*/
	font-size: 1.14em;
	border-radius: 12px;
}

#trial_form .additional_tr {
	display: none;
}

#trial_form .term_notation {
	font-size: 0.9em;
	letter-spacing: .06em;
	margin-bottom: 15px;
}

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

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

#trial_form .banner {
	width: 98%;
	height: auto;
	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;
	}
}
	
footer {
	text-align: center;
	background-color: #f18507;
    background: linear-gradient(173deg, #ff9b44 0%, #f18507 44%);
	margin: 40px 0px 0px 0px;
	box-sizing: border-box;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
    color: #fff;
    padding: 10px 10px 27px 10px;
	width: 100%;
    text-shadow: 0 0 3px #985100;
}

footer a {
    color: #fff;
}

footer a:focus, footer a:hover {
    color: #fff;
}

footer img {
	height: 100%;
	display: block;
	margin: 10px auto;
	padding: 15px;
	max-width: 100%;
}

@media (max-width:800px) {
	footer {
		height: auto;
	}
	footer img {
		height: auto;
	}
}

#btn_trial_small {
	background: #2196F3;
	border-width: 0;
    color: #fff;
    font-size: 1.85em;
    font-weight: bold;
	position: fixed;
    padding: .52em .98em .52em .84em;
    bottom: 9px;
	bottom: calc(9px + env(safe-area-inset-bottom));
    right: 9px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	opacity: .97;
	transition: .6s all ease;
	z-index: 9999;
    border-radius: 40px;
}

@media (max-width:950px) {
	#btn_trial_small {
		font-size: 1.65em;
	}
}
@media (max-height:750px) {
	#btn_trial_small {
		font-size: 1.48em;
	}
}
@media (max-width:750px) {
	#btn_trial_small {
		font-size: 1.28em;
		/*
		margin-bottom: 8px;
		padding: 8px 18px 13px 10px;
		right: -6px;
		bottom: -6px;
		*/
	}
}

#btn_trial_small.remove {
	opacity: 0;
    bottom: -30px;
    right: 6px;
}

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

@media print {
    #btn_trial_small {
        display: none;
    }
    a[href]:after {
        content: "" !important;
    }
}

#link_pp a {
    color: #fff;
    white-space: nowrap;
    padding: 0 .4em;
    display: inline-block;
}