@charset "UTF-8";

/*---------------------------
common
---------------------------*/
#trust_login {
    text-align: center;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    padding-bottom: 0;
}

#trust_login .fv_bg {
    background: url(images/Image_002_2.png) center center no-repeat #fff;
    text-align: center;
	background-size: cover;
	padding: 50px 50px 60px;
	border-bottom: 1px solid #888
}

#trust_login .fv {
	max-width: 500px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: rgba(255,255,255,0.8);
	position: relative;
}

#trust_login img {
    max-width: 80%;
    height: auto;
}

input[type="submit"],
input[type="reset"] {
    appearance: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000;
}

h2 a {
    margin: 2em auto 1em;
    color: #3c95c1;
	text-align: center;
}

@media (min-width: 601px) {
    {
        font-size: 15px;
        padding: 73px 0 0;
    }

    .sp {
        display: none !important;
    }

    .inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (min-width: 961px) {
    .sptab {
        display: none !important;
    }
}

@media (max-width: 960px) {
    .pc {
        display: none !important;
    }
}

@media (max-width: 600px) {
    {
        font-size: 4vw;
        padding: 13.33vw 0 0;
    }

    .pctab {
        display: none !important;
    }

    .inner {
        padding: 0 1em;
    }
}

/* clearfix */
.cf:before,
.cf:after {
    content: '';
    display: table;
}

.cf:after {
    clear: both;
}

.clr {
    clear: both;
}

.sec_title {
    color: #3c95c1;
}

.sec_title em {
    font-weight: normal;
}

/*---------------------------
.head
---------------------------*/
.head {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
	border-bottom: 5px solid #000000;
}

.head.fix {
    position: fixed;
}

.head .inn {
    display: flex;
    align-items: center;
}

.head .content {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.head .contact_btn a {
    box-sizing: border-box;
    border: 1px solid #e65549;
    color: #fff;
    background: #e65549;
    display: flex;
    align-items: center;
}

@media (min-width: 601px) {
    .head .inn {
        padding: 0 22px 0 43px;
    }

    .head .content {
        height: 73px;
    }

    .head .navi {
        display: flex;
        gap: 0 34px;
    }

    .head .navi li a {
        transition: background 0.3s;
    }

    .head .navi li a:hover {
        background: linear-gradient(transparent 60%, #9dcde5 60%);
    }

    .head .tel {
        margin: 0 34px 0 53px;
    }

    .head .tel a[href^="tel:"] {
        pointer-events: none;
    }

    .head .tel span {
        display: block;
        margin: 7px 0 0;
        font-size: 12px;
    }

    .head .contact_btn {
        width: 180px;
    }

    .head .contact_btn a {
        justify-content: center;
        font-size: 16px;
        height: 40px;
        border-radius: 20px;
        transition: background 0.3s, color 0.3s;
    }

    .head .contact_btn a:hover {
        color: #e65549;
        background: #fff;
    }
}

@media (min-width: 769px) {
    .head {
        top: 29px;
    }

    .head.fix {
        top: 29px;
    }
}

@media (max-width: 768px) {
    .head {
        top: 0;
    }

    .head.fix {
        top: 0;
    }
}

@media (min-width: 601px) and (max-width: 1100px) {
    .head .contact_btn {
        margin: 0 40px 0 0;
    }

    .head .menu_btn {
        width: 30px;
        height: 24px;
    }

    .head .menu_btn span {
        height: 4px;
    }
}

@media (max-width: 600px) {
    .head .inn {
        height: 13.33vw;
        padding: 0 4.67vw 0 3.33vw;
    }

    .head .logo {
        width: 31.87vw;
    }

    .head .contact_btn {
        width: 33.33vw;
        margin: 0 4.27vw 0 0;
    }

    .head .contact_btn a {
        position: relative;
        font-size: 2.93vw;
        height: 8.67vw;
        border-radius: 4.33vw;
        padding: 0 0 0 10.27vw;
    }

    .head .contact_btn a::before {
        content: '';
        display: block;
        width: 3.6vw;
        height: 2.67vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4.93vw;
        margin: auto 0;
        background-image: url('img/head_contact_btn_icon_sp.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .head .menu_btn {
        width: 4vw;
        height: 3.2vw;
    }

    .head .menu_btn span {
        height: 0.53vw;
    }
}

@media (min-width: 1101px) {
    .head .menu_btn {
        display: none;
    }
}

@media (max-width: 1100px) {

    .head .navi,
    .head .tel {
        display: none;
    }

    .head .menu_btn {
        position: relative;
        cursor: pointer;
        z-index: 1001;
    }

    .head .menu_btn span {
        display: block;
        width: 100%;
        background: #b2b2b2;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: transform 0.3s, opacity 0.3s;
    }

    .head .menu_btn span:nth-of-type(1) {
        top: 0;
    }

    .head .menu_btn span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .head .menu_btn span:nth-of-type(3) {
        bottom: 0;
    }

    .head .menu_btn.on span {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .head .menu_btn.on span:nth-of-type(1) {
        transform: rotate(-45deg);
    }

    .head .menu_btn.on span:nth-of-type(3) {
        transform: rotate(45deg);
    }

    .head .menu_btn.on span:nth-of-type(2) {
        opacity: 0;
    }
}

/*---------------------------
.cv_area
---------------------------*/
.cv_area {
    background: #3c95c1;
}

.cv_area .lead {
    color: #fff;
}

.cv_area .reception_time {
    color: #fff;
}

.cv_area .group {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 2em;
}

.cv_area .tel a[href^="tel:"] {
    pointer-events: none;
}

@media (min-width: 601px) {
    .cv_area {
        padding: 33px 0 38px;
    }

    .cv_area .lead {
        font-size: 30px;
        margin: 0 0 26px;
    }

    .cv_area #trust_login .btn_area {
        margin: 0 0 33px;
    }

    .cv_area .reception_time {
        font-size: 15px;
        margin: 0 0 0 18px;
    }
}

@media (max-width: 600px) {
    .cv_area {
        padding: 8vw 0 6.93vw;
    }

    .cv_area .lead {
        font-size: 4.27vw;
        margin: 0 0 5.33vw;
    }

    .cv_area #trust_login .btn_area {
        margin: 0 0 2.93vw;
    }

    .cv_area .tel {
        display: none;
    }

    .cv_area .reception_time {
        font-size: 3.2vw;
    }
}

/*---------------------------
#trust_login .btn_area
---------------------------*/
#trust_login .btn_area {
    position: relative;
    display: flex;
}

#trust_login .btn_area {
    z-index: 1;
}

#trust_login .btn_area>div a {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: normal;
}

#trust_login .btn_area>div a::before {
    content: '';
    display: block;
    background: #2e82b3;
    position: absolute;
    z-index: -1;
}

#trust_login .btn_area .donwload_btn a {
    color: #005bac;
    background: #fff;
}

#trust_login .btn_area .contact_btn a {
    color: #fff;
    background: #e65549;
}

#trust_login .btn_area>div a span {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

#trust_login .btn_area .donwload_btn a span {
    background-image: url(img/kv_donwload_btn_icon.png);
}

#trust_login .btn_area .contact_btn a span {
    background-image: url(img/kv_contact_btn_icon.png);
}

@media (min-width: 601px) {
    #trust_login .btn_area {
        justify-content: space-between;
    }

    .kv #trust_login .btn_area {
        max-width: 900px;
        padding: 0 0 37px;
    }

    #trust_login .btn_area>div {
        width: 48.33%;
    }

    #trust_login .btn_area>div a {
        height: 95px;
        border-radius: 47px;
        font-size: 23px;
    }

    #trust_login .btn_area .donwload_btn a {
        border: 5px solid #005bac;
    }

    #trust_login .btn_area .donwload_btn a:hover {
        color: #fff;
        background: #005bac;
        text-decoration: none;
    }

    #trust_login .btn_area .contact_btn a {
        border: 5px solid #e65549;
    }

    #trust_login .btn_area .contact_btn a:hover {
        color: #e65549;
        background: #fff;
        text-decoration: none;
    }

    #trust_login .btn_area>div a::before {
        border-radius: 47px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: -5px;
        bottom: -10px;
        transition: opacity 0.3s;
    }

    #trust_login .btn_area>div a:hover::before {
        opacity: 0;
    }

    #trust_login .btn_area>div a span {
        transition: background 0.3s;
    }

    #trust_login .btn_area .donwload_btn a span {
        width: 32px;
        height: 28px;
        margin: 0 15px 0 0;
    }

    #trust_login .btn_area .donwload_btn a:hover span {
        background-image: url('img/kv_donwload_btn_icon_hover.png');
    }

    #trust_login .btn_area .contact_btn a span {
        width: 32px;
        height: 26px;
        margin: 0 19px 0 0;
    }

    #trust_login .btn_area .contact_btn a:hover span {
        background-image: url('img/kv_contact_btn_icon_hover.png');
    }

    #trust_login .btn_area .tel_btn {
        display: none;
    }
}

@media (max-width: 600px) {
    #trust_login .btn_area {
        flex-direction: column;
    }

    .kv #trust_login .btn_area {
        flex-direction: row;
        justify-content: space-between;
    }

    #trust_login .btn_area>div {
        width: 100%;
    }

    #trust_login .btn_area>div:not(:last-of-type) {
        margin: 0 0 3.73vw;
    }

    #trust_login .btn_area>div a {
        height: 17.33vw;
        border-radius: 8.67vw;
        font-size: 5.33vw;
    }

    #trust_login .btn_area>div a::before {
        border-radius: 8.67vw;
        width: calc(100% + 1.33vw);
        height: calc(100% + 1.33vw);
        left: -0.67vw;
        bottom: -1.33vw;
    }

    .kv #trust_login .btn_area>div a::before {
        border-radius: 6.33vw;
    }

    #trust_login .btn_area .donwload_btn a {
        border: 0.67vw solid #005bac;
    }

    #trust_login .btn_area .contact_btn a {
        border: 0.67vw solid #e65549;
    }

    #trust_login .btn_area .tel_btn a {
        color: #e65549;
        background: #fff;
        border: 0.67vw solid #e65549;
    }

    #trust_login .btn_area .donwload_btn a span {
        width: 4.27vw;
        height: 3.73vw;
        margin: 0 1.47vw 0 0;
    }

    #trust_login .btn_area .contact_btn a span {
        width: 4.27vw;
        height: 3.47vw;
        margin: 0 1.87vw 0 0;
    }

    #trust_login .btn_area .tel_btn a span {
        width: 5.2vw;
        height: 5.2vw;
        margin: 0 1.73vw 0 0;
        background: url('img/tel_btn_icon_sp.png') no-repeat;
        background-size: cover;
    }

    .kv #trust_login .btn_area {
        margin: 0 -2vw;
    }

    .kv #trust_login .btn_area>div {
        width: 45.33vw;
    }

    .kv #trust_login .btn_area>div a {
        height: 12.67vw;
        border-radius: 6.33vw;
        font-size: 3.33vw;
    }
}



/*---------------------------
.awards
---------------------------*/
#trust_login .awards .lead {
	color: #e65549;
}
#trust_login .awards .lead > span {
	display: inline-block;
	position: relative;
}
#trust_login .awards .lead > span::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #e65549;
	position: absolute;
	left: 0;
}
@media ( min-width: 601px ) {
	#trust_login .awards .lead {
		font-size: 30px;
		margin: 0 0 54px;
	}
	#trust_login .awards .lead > span::after {
		bottom: -7px;
	}
}
@media ( max-width: 600px ) {
	#trust_login .awards {
		padding: 13.07vw 0 10.67vw;
	}
	#trust_login .awards .sec_title {
		font-size: 6.67vw;
	}
	#trust_login .awards .lead {
		font-size: 5.33vw;
		margin: 0 0 4.53vw;
	}
	#trust_login .awards .lead > span::after {
		bottom: -1.07vw;
	}
}
/*---------------------------
.cv_area.last
---------------------------*/
#trust_login .cv_area_last_title {
	font-weight: normal;
}
#trust_login .cv_area_last_title > div:nth-of-type(1) {
	color: #fff;
}
#trust_login .cv_area_last_title > div:nth-of-type(2) {
	color: #ffff00;
}
#trust_login .cv_area.last .logo_area p {
	color: #fff;
}
@media ( min-width: 601px ) {
	#trust_login .cv_area.last {
		padding: 65px 0 60px;
	}
	#trust_login .cv_area_last_title {
		margin: 0 auto 30px;
        font-weight: 700;
	}
	#trust_login .cv_area_last_title > div:nth-of-type(1) {
		font-size: 23px;
		margin: 0 0 19px;
	}
	#trust_login .cv_area_last_title > div:nth-of-type(2) {
		font-size: 50px;
	}
	#trust_login .cv_area.last .logo_area {
		margin: 0 0 36px;
	}
	#trust_login .cv_area.last .logo_area p {
		font-size: 18px;
		margin: 0 0 16px;
	}
}
@media ( max-width: 600px ) {
	#trust_login .cv_area.last {
		padding: 11.2vw 0 9.07vw;
	}

	#trust_login .cv_area_last_title > div:nth-of-type(1) {
		font-size: 4.67vw;
		margin: 0 0 3.47vw;
		line-height: 1.29;
	}
	#trust_login .cv_area_last_title > div:nth-of-type(2) {
		font-size: 6.67vw;
	}
	#trust_login .cv_area.last .logo_area {
		margin: 0 0 6vw;
	}
	#trust_login .cv_area.last .logo_area p {
		font-size: 3.47vw;
		margin: 0 0 2.93vw;
	}
	#trust_login .cv_area.last .logo_area .img {
		width: 42.93vw;
		margin: 0 auto;
	}
}
/*---------------------------
.foot_navi
---------------------------*/
#trust_login .foot_navi {
	background: #e2e2e2;
}
#trust_login .foot_navi ul {
	display: flex;
	justify-content: center;
}
#trust_login .foot_navi li {
	position: relative;
}
#trust_login .foot_navi li:not(:last-child)::after {
	content: '';
	display: block;
	width: 1px;
	background: #474747;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#trust_login .foot_navi li a {
	color: #474747;
}
@media ( min-width: 601px ) {
	#trust_login .foot_navi {
		padding: 14px 0 13px;
	}
	#trust_login .foot_navi ul {
		gap: 0 37px;
	}
	#trust_login .foot_navi li a {
		position: relative;
		font-size: 12px;
	}
	#trust_login .foot_navi li a::before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #474747;
		position: absolute;
		bottom: -2px;
		left: 0;
		opacity: 0;
		transition: opacity 0.3s;
	}
	#trust_login .foot_navi li a:hover::before {
		opacity: 1;
	}
	#trust_login .foot_navi li::after {
		height: 12px;
		right: -19px;
	}
}
@media ( max-width: 600px ) {
	#trust_login .foot_navi {
		padding: 5.07vw 0;
	}
	#trust_login .foot_navi ul {
		gap: 0 9.33vw;
	}
	#trust_login .foot_navi li a {
		font-size: 2.93vw;
	}
	#trust_login .foot_navi li::after {
		height: 2.93vw;
		right: -4.27vw;
	}
}


/*-------------------------------
.sp_menu
-------------------------------*/
#trust_login .sp_menu {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
}
#trust_login .sp_menu .navi li{
	font-size: 1.25em;
	position: relative;
	border-bottom: 1px solid #403a39;
	text-align: left;
}
#trust_login .sp_menu .navi li:before,
#trust_login .sp_menu .navi li:after  {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 2px;
	background: #908d8d;
}
#trust_login .sp_menu .navi li:before {
	margin: -3px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#trust_login .sp_menu .navi li:after  {
	margin: 3px 0 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#trust_login .sp_menu a {
	display: block;
	color: #fff;
	padding: 18px 22px;
}
@media ( min-width: 769px ) {
	#trust_login .sp_menu {
		top: 102px;
	}
}
@media ( min-width: 601px ) and ( max-width: 768px ) {
	#trust_login .sp_menu {
		top: 73px;
	}
}
@media ( max-width: 600px ) {
	#trust_login .sp_menu {
		top: 13.33vw;
	}
}



/*-------------------------------
各詳細指定
-------------------------------*/

.generated_class_1 {
    padding-left: 10pt;
}

.generated_class_2 {
    padding-left: 10pt;
}

.generated_class_3 {
    padding-left: 10pt;
}

.generated_class_4 {
    padding-left: 20pt;
}

.generated_class_5 {
    padding-left: 10pt;
}

.generated_class_6 {
    padding-left: 10pt;
}

.generated_class_7 {
    padding-left: 10pt;
}

.generated_class_8 {
    padding-left: 20pt;
}

.generated_class_9 {
    padding-left: 784pt;
    text-indent: 0pt;
    text-align: left;
}

.generated_class_10 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_11 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_12 {
    text-indent: 0pt;
    line-height: 28pt;
    text-align: center;
    font-size: 18pt;
    font-weight: 400;
    padding: 2em 0 0;
    color: #3B3838;
}

.generated_class_13 {
    text-indent: 0pt;
    line-height: 73pt;
    text-align: center;
	display: block;
}

.generated_class_14 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_15 {
    text-indent: 0pt;
    line-height: 33pt;
    text-align: center;
	display: block;
}

.generated_class_16 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_17 {
    text-indent: 0pt;
    line-height: 27pt;
    text-align: center;
}

.generated_class_18 {
    text-indent: 0pt;
    line-height: 42pt;
    text-align: center;
}

.generated_class_19 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_20 {
    text-indent: 0pt;
    line-height: 19pt;
    text-align: right;
}

.generated_class_21 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_22 {
    text-indent: 0pt;
    text-align: left;
}

.main ul.clear {
    margin: 0px 40px 0;
    display: flex;
}

.main ul.clear li {
	float: none;
	display: table-cell;
	position: relative;
	width: 33.33%;
	padding: 13px;
}

.main ul.clear li figure {
	height: 230px;
}

.main ul.clear li figure img {
	margin: auto 10px;
}

.main ul.clear li .details h3 {
    float: none;
    display: inline-block;
    position: relative;
    width: 70%;
    margin: 14px;
    font-size: 20pt;
    font-weight: 400;
    text-align: center;
    background-color: #3c95c1;
    color: #fff;
    padding: 12px;
    border-radius: 36px;
}

.generated_class_24 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_25 {
    text-indent: 0pt;
    line-height: 2pt;
    text-align: left;
}

.generated_class_26 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_27 {
    text-indent: 0pt;
    line-height: 30pt;
    text-align: center;
}

.generated_class_28 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.generated_class_28 li {
    float: none;
    display: inline-block;
    position: relative;
    width: 16%;
    margin: 12px;
    font-size: 19pt;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    color: #3c95c1;
    padding: 16px;
    border: 3px solid #3c95c1;
    border-radius: 14px;
}

.generated_class_29 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_30 {
    text-indent: 0pt;
    line-height: 37pt;
    text-align: center;
}

.generated_class_31 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_32 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_33 {
    text-indent: 0pt;
    line-height: 40pt;
    text-align: left;
}

.generated_class_34 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_35 {
    text-indent: 0pt;
    line-height: 2pt;
    text-align: left;
}

.generated_class_36 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_37 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_38 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_39 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_40 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.generated_class_41 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_42 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_43 {
    text-indent: 0pt;
    line-height: 34pt;
    text-align: left;
}

.generated_class_44 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_45 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_46 {
    text-indent: 0pt;
    line-height: 34pt;
    text-align: left;
}

.generated_class_47 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_48 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_49 {
    text-indent: 0pt;
    line-height: 34pt;
    text-align: left;
}

.generated_class_50 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_51 {
    text-indent: 0pt;
    line-height: 13pt;
    text-align: center;
}

.generated_class_53 {
    text-indent: 0pt;
    line-height: 37pt;
    text-align: center;
}

.generated_class_54 {
    text-indent: 0pt;
    line-height: 14pt;
}

.generated_class_67 {
    padding: 18px;
    margin: 18px auto;
    line-height: 1.7em;
    text-align: center;
    background-color: #3c95c12b;
    border-radius: 12px;
    position: relative;
    font-size: 11pt;
    max-width: 236px;
    width: 80%;
    min-height: 80px;
}
/*
.generated_class_67::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin: -4px 0 0;
    width: 11px;
    height: 11px;
    background: url(images/moyamoya_left.png) no-repeat;
}
    */

.sec_3_box::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 21px;
    left: 13px;
    background-image: url('images/moyamoya_left.png');
    background-position: center;
    background-size: contain;
}

.sec_3_box:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 21px;
    left: initial;
    right: 21px;
    background-image: url('images/moyamoya_right.png');
    background-position: center;
    background-size: contain;
}

@media (max-width: 1050px) and (min-width: 768px) {
    .generated_class_67 {
        font-size: 11pt;
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    .generated_class_67 {
        max-height: 115px;
        font-size: 1em;
    }
    .main ul.clear p.s12 {
        height: 50px;
    }
    .main ul.clear {
        margin: 20px auto;
        display: block;
    }
    .main ul.clear li {
        display: inline-table;
        width: auto;
    }
    .main .s13 {
        font-size: 4vw;
        width: 100%;
    }
}

/*.generated_class_67::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #3c95c12b transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}*/

.generated_class_73 {
    text-indent: 0pt;
    text-align: center;
    font-size: 12pt;
}

.generated_class_74 {
    text-indent: 0pt;
    line-height: 1.2em;
    text-align: center;
}

.generated_class_78 {
    text-indent: 0pt;
    line-height: 1.2em;
    text-align: left;
    font-size: 12pt;

}

.generated_class_81 {
    text-indent: 0pt;
    text-align: center;
}

.generated_class_82 {
    text-indent: 0pt;
    text-align: center;
}

.generated_class_83 {
    text-indent: 0pt;
    line-height: 1.2em;
    text-align: left;
    font-size: 12pt;

}

.generated_class_85 {
    text-indent: 0pt;
    text-align: center;
}

.generated_class_86 {
    text-indent: 0pt;
    line-height: 1.2em;
    text-align: center;
    font-size: 16pt;
    font-weight: 500 !important;
}

.gen_cl_86_3 {
    margin-top: -15px;
    margin-bottom: -14px;
}

.generated_class_88 {
    padding-top: 6pt;
    text-indent: 0pt;
    text-align: left;
}

.generated_class_89 {
    padding-top: 1pt;
    text-indent: 0pt;
    text-align: center;
}

.generated_class_90 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_91 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.generated_class_92 {
    text-indent: 0pt;
}

.generated_class_93 {
    line-height: 40pt;
}

.generated_class_94 {
    text-indent: 0pt;
}

.generated_class_95 {
    padding-left: 272pt;
    text-indent: 0pt;
    line-height: 14pt;
}

.generated_class_100 {
    padding-top: 8pt;
    text-indent: 0pt;
    text-align: right;
    position: relative;
	right: 2em;
}
.generated_class_100 img {
	position: relative;
    top: -0.5em;
    padding: 0 4px 0 13px;
}

.generated_class_101 {
    padding-top: 1pt;
    text-indent: 0pt;
    text-align: left;
}

.generated_class_102 {
    text-indent: 0pt;
    text-align: left;
}
#trust_login .generated_class_102 img {
    max-width: 100%;
}
.generated_class_103 {
    padding-left: 96pt;
    text-indent: 0pt;
    line-height: 25pt;
    text-align: left;
}

.generated_class_104 {
    padding-left: 96pt;
    text-indent: 0pt;
    line-height: 25pt;
    text-align: left;
}

.generated_class_105 {
    padding-left: 24pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: left;
}

.generated_class_106 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_107 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 12pt;
    text-align: center;
}

.generated_class_108 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 29pt;
    text-align: center;
}

.generated_class_109 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_110 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 29pt;
    text-align: center;
}

.generated_class_111 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 29pt;
    text-align: center;
}

.generated_class_112 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_113 {
    padding-left: 159pt;
    text-indent: 0pt;
    text-align: center;
}

.generated_class_114 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 12pt;
    text-align: center;
}

.generated_class_115 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 29pt;
    text-align: center;
}

.generated_class_116 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_117 {
    padding-left: 159pt;
    text-indent: 0pt;
    text-align: center;
}

.generated_class_118 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_119 {
    padding-left: 159pt;
    text-indent: 0pt;
    text-align: center;
}

.generated_class_120 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 21pt;
    text-align: center;
}

.generated_class_121 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_122 {
    padding-left: 159pt;
    text-indent: 0pt;
    text-align: center;
}

.generated_class_123 {
    padding-top: 12pt;
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 77pt;
    text-align: center;
}

.generated_class_124 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_125 {
    text-indent: 0pt;
    line-height: 17pt;
    text-align: right;
	position: relative;
    right: 1em;
}

.generated_class_126 {
}

.generated_class_127 {
    padding-top: 1pt;
}

.generated_class_128 {
    text-indent: 0pt;
    line-height: 13pt;
}

.generated_class_129 {
    background-color: #C9151F;
}

.generated_class_130 {
    background-color: #C9151F;
}

.generated_class_131 {
    background-color: #C9151F;
}

.generated_class_132 {
    line-height: 40pt;
}

.generated_class_133 {
    padding-top: 1pt;
}

.generated_class_134 {
    line-height: 2pt;
}

.generated_class_135 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_136 {
    padding-left: 114pt;
    text-indent: 0pt;
    line-height: 14pt;
    text-align: left;
}

.generated_class_137 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_138 {
    border-collapse: collapse;
    margin-left: 3pt
}

.generated_class_139 {
    height: 90pt
}

.generated_class_140 {
    width: 51pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_141 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_142 {
    width: 394pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_143 {
    padding-top: 9pt;
    padding-left: 151pt;
    padding-right: 150pt;
    text-indent: 0pt;
    text-align: center;
}

.generated_class_144 {
    width: 152pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_145 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_146 {
    padding-left: 65pt;
    text-indent: 0pt;
    text-align: left;
}

.generated_class_147 {
    padding-left: 51pt;
    padding-right: 50pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_148 {
    padding-left: 51pt;
    padding-right: 50pt;
    text-indent: 0pt;
    line-height: 25pt;
    text-align: center;
}

.generated_class_149 {
    width: 148pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_150 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_151 {
    padding-left: 64pt;
    text-indent: 0pt;
    text-align: left;
}

.generated_class_152 {
    padding-left: 25pt;
    padding-right: 24pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_153 {
    padding-left: 25pt;
    padding-right: 24pt;
    text-indent: 0pt;
    line-height: 25pt;
    text-align: center;
}

.generated_class_154 {
    width: 132pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_155 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_156 {
    padding-left: 53pt;
    text-indent: 0pt;
    text-align: left;
}

.generated_class_157 {
    padding-left: 25pt;
    padding-right: 24pt;
    text-indent: 0pt;
    line-height: 27pt;
    text-align: center;
}

.generated_class_158 {
    padding-left: 25pt;
    padding-right: 24pt;
    text-indent: 0pt;
    line-height: 25pt;
    text-align: center;
}

.generated_class_159 {
    height: 31pt
}

.generated_class_160 {
    width: 51pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_161 {
    padding-top: 2pt;
    padding-left: 17pt;
    padding-right: 17pt;
    text-indent: 0pt;
    line-height: 53%;
    text-align: center;
}

.generated_class_162 {
    padding-left: 17pt;
    padding-right: 17pt;
    text-indent: 0pt;
    line-height: 53%;
    text-align: center;
}

.generated_class_163 {
    width: 394pt;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_164 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: left;
}

.generated_class_165 {
    width: 152pt;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_166 {
    padding-left: 52pt;
    padding-right: 51pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_167 {
    width: 148pt;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_168 {
    padding-left: 51pt;
    padding-right: 50pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_169 {
    width: 132pt;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_170 {
    padding-left: 42pt;
    padding-right: 41pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_171 {
    height: 30pt
}

.generated_class_172 {
    width: 826pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_173 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 27pt;
    text-align: left;
}

.generated_class_174 {
    height: 30pt
}

.generated_class_175 {
    width: 826pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_176 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 28pt;
    text-align: left;
}

.generated_class_177 {
    height: 31pt
}

.generated_class_178 {
    width: 51pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #FFFFFF
}

.generated_class_179 {
    padding-right: 17pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: right;
}

.generated_class_180 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_181 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: left;
}

.generated_class_182 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_183 {
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_184 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_185 {
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_186 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_187 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_188 {
    height: 31pt
}

.generated_class_189 {
    width: 51pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #FFFFFF
}

.generated_class_190 {
    text-indent: 0pt;
    line-height: 4pt;
    text-align: center;
}

.generated_class_191 {
    text-indent: 0pt;
    line-height: 26pt;
    text-align: center;
}

.generated_class_192 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_193 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: left;
}

.generated_class_194 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_195 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_196 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_197 {
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_198 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_199 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_200 {
    height: 31pt
}

.generated_class_201 {
    width: 51pt;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_202 {
    padding-right: 17pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: right;
}

.generated_class_203 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_204 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: left;
}

.generated_class_205 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_206 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_207 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_208 {
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_209 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_210 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_211 {
    height: 31pt
}

.generated_class_212 {
    width: 51pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_213 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_214 {
    padding-left: 20pt;
    padding-right: 18pt;
    text-indent: 0pt;
    line-height: 41%;
    text-align: justify;
}

.generated_class_215 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_216 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: left;
}

.generated_class_217 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_218 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_219 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_220 {
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_221 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_222 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 24pt;
    text-align: center;
}

.generated_class_223 {
    height: 31pt
}

.generated_class_224 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_225 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: left;
}

.generated_class_226 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_227 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_228 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_229 {
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_230 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_231 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_232 {
    height: 31pt
}

.generated_class_233 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_234 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 22pt;
    text-align: left;
}

.generated_class_235 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_236 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_237 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_238 {
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_239 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_240 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_241 {
    height: 30pt
}

.generated_class_242 {
    width: 394pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_243 {
    padding-left: 7pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: left;
}

.generated_class_244 {
    width: 152pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_245 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_246 {
    width: 148pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #FFFFFF
}

.generated_class_247 {
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_248 {
    width: 132pt;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #FFFFFF
}

.generated_class_249 {
    padding-left: 1pt;
    text-indent: 0pt;
    line-height: 23pt;
    text-align: center;
}

.generated_class_250 {
    text-indent: 0pt;
    text-align: left;
}

.sec_5 P.generated_class_251 {
    text-indent: 0pt;
    font-size: 7pt;
    text-align: right;
    padding-top: 0.6em;
    position: relative;
    right: 0.3em;
}

.generated_class_252 {
    color: #172B4D;
}

.generated_class_253 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_254 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_255 {
    padding-left: 38pt;
    text-indent: 0pt;
    line-height: 40pt;
    text-align: left;
}

.generated_class_256 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_257 {
    text-indent: 0pt;
    line-height: 2pt;
    text-align: left;
}

.generated_class_258 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_259 {
    padding-left: 226pt;
    text-indent: -21pt;
    line-height: 50%;
    text-align: left;
}

.generated_class_260 {
    padding-left: 226pt;
    text-indent: 0pt;
    line-height: 35pt;
    text-align: left;
}

.generated_class_261 {
    padding-left: 226pt;
    text-indent: 0pt;
    line-height: 44pt;
    text-align: left;
}

.generated_class_262 {
    padding-left: 226pt;
    text-indent: 0pt;
    line-height: 43pt;
    text-align: left;
}

.generated_class_263 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_264 {
    padding-left: 226pt;
    text-indent: 0pt;
    line-height: 50%;
    text-align: left;
}

.generated_class_265 {
    padding-left: 226pt;
    text-indent: 0pt;
    line-height: 30pt;
    text-align: left;
}

.generated_class_266 {
    text-indent: 0pt;
    text-align: left;
}

.generated_class_267 {
    padding-left: 159pt;
    text-indent: 0pt;
    line-height: 12pt;
    text-align: center;
}

.generated_class_268 {
    text-indent: 0pt;
    text-align: left;
}

.y-hilight {
    background: linear-gradient(transparent 50%, rgb(224 237 245) 40%, rgb(224 237 245) 130%, transparent 90%);
}

.title {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 1pt;
    text-align: left;
    position: fixed;
    white-space: nowrap;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.data {
    margin: 1pt;
    text-align: left;
    padding-top: 3pt;
    margin-left: 12pt;
}

span {
    margin: 1pt;
}

* {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

h1 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 32pt;
}

.s1 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 36pt;
}

.s2 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20pt;
}

.s3 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20pt;
}

.s4 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}

h2 {
    color: #3C95C1;
    font-style: normal;
    text-decoration: none;
    font-size: 20pt;
    font-weight: 700;
    padding: 2em 0 1em;
    line-height: 1.3em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.s5 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 17pt;
}

.s6 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: 5pt;
}

.s7 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.s8 {
    color: #3C95C1;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16pt;
    line-height: 1.4em;
    padding-bottom: 0.6em;
}

.s9 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
	line-height: 1.3em;
}

.s10 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
    line-height: 1.3em;
    vertical-align: 2pt;
    padding-top: 1em;
    text-align: center;
}

.s11 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}

p {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 17pt;
    margin: 0pt;
}

.s12 {
    color: #3C95C1;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding-top: 35px;
    padding-bottom: 10px;
}
.s12::before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: solid 4px #3c95c1;
    border-right: solid 4px #3c95c1;
    position: absolute;
    left: 45%;
    top: 145px;
    transform: rotate(135deg);
}
.s13 {
	color: #595959;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-size: 17pt;
    padding: 0.6em;
}

.s14 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.s15 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
}

.s16 {
    color: #3C95C1;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16pt;
}

.s17 {
    color: black;

    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16pt;
}

.s18 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.s20 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}

.s21 {
    color: #000;

    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}

.s22 {
    color: #000;

    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
}

.s23 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
}

.s24 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16pt;
}

.s25 {
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}

.s26 {
    color: #4B8CCC;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16pt;
}

.s27 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
}

.s28 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}

.s29 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
}

.s30 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
    vertical-align: -7pt;
}

.s31 {
    color: #3B3838;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
    vertical-align: -7pt;
}

.s32 {
    color: #767171;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 17.5pt;
}

.s33 {
    color: #4B8CCC;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}

.s34 {
    color: black;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.sec_5 .h3,
.sec_5 h3 {
    color: #3C95C1;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    font-size: 13pt;
    padding-bottom: 0.2em;
    line-height: 1.3em;
}

.sec_5 ul.clear {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.sec_5 ul.clear li {
    background: #ecf7fd;
    border: solid 1px #76bfe3;
    border-radius: 10px;
    padding: 7px;
    margin: 14px;
    width: 210px;
}
.sec_5 ul.clear li.li4 p {
    padding-top: 0.4em;
}
.sec_5 ul.clear li.li6 h3 {
    padding-top: 0.5em;
}
.sec_5 ul.clear li.li7 p {
    margin-top: -0.1em;
}
.sec_5 ul.clear li.li7 img {
    margin: -0.5em auto -0.7em;
}
.sec_5 P {
    color: #333;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
    line-height: 1.4em;
    margin-top: 4px;
}
.sec_5 img {
    width: 80px;
    height: auto;
    padding-bottom: 0.3em;
}
.s35 {
    color: #7F7F7F;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 24pt;
}

.a {
    color: #7F7F7F;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 24pt;
}

.s36 {
    color: #000;

    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
}

table,
tbody {
    vertical-align: top;
    overflow: visible;
}
section.sec_2, section.sec_4, section.sec_5, section.awards{
	border-top: 1px solid #dbdbdb;
	padding-bottom: 3em;
}
section.sec_1, section.inner {
	border-top: none;
    padding-bottom: 3em;
}
.sec_1 li::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #3c95c1;
    border-right: solid 2px #3c95c1;
    position: absolute;
    right: -20px;
    top: 22px;
    transform: rotate(45deg);
}
.sec_1 li:last-child::after {
    display: none;
}
section.inner {
	border-bottom: 1px solid #dbdbdb;
}
a.anchor {
    display: block;
    padding-top: 130px;
    margin-top: -70px;
}
#trust_login .navi li {
    font-size: 10pt;
}
.sec_3 {
    padding-bottom: 3em;
}
.sec_3_conc {
    display: inline-block;
    position: relative;
    margin: 14px;
    font-size: 18pt;
    font-weight: 400;
    text-align: center;
    background-color: #3c95c1;
    color: #fff;
    padding: 22px 39px;
    border-radius: 8px;
}
#trust_login .sec_4 picture img {
    max-width: 90%;
}
#contact_banner{
    display: none;
}

@media (max-width: 680px) {
    .main ul.clear li {
        display: inline-table;
    }
    .main ul.clear li figure {
        height: unset;
    }
    .generated_class_12 {
        font-size: 1.4em;
        max-width: 94%;
        margin: 0 auto;
    }
    .generated_class_28 li {
        font-size: 15pt;
        padding: 9px;
    }
    .s12::before {
        bottom: 12vw;
    }
}
@media (max-width: 550px) {
    .s12::before {
        bottom: 22vw;
    }
}
@media (max-width: 450px) {
    .s5 {

        font-size: 14pt;
    }
    .generated_class_12 {
        font-size: 1.2em;
    }
    .generated_class_28 li {
        font-size: 12pt;
        padding: 7px;
    }
    .main ul.clear li .details h3{
        width: 200px;
        font-size: 17pt;
    }
    h2 {
        font-size: 16pt;
        line-height: 24pt;
    }
    .s13 {
        font-size: 14pt;
    }

    .sec_3_conc {
        font-size: 13pt;
}
}
@media (max-width: 1050px) and (min-width: 861px) {
	#trust_login .gmo_security {
		margin-left: unset;
	}
	#trust_login .gmo_banner {
		align-content: space-around;
		flex-direction: column;
		align-items: center;
		padding: 30px 10px 20px;
	}
}

/*  table リニューアル後 */

	.table {
		width: 100%;
		max-width: 1200px;
		border-collapse: collapse;
		margin: 20px auto;
		font-size: 1.2vw;
	}
	.table .table_top_left {
		background-color: #fff;
		color: initial;
		text-align: left;
	}
	.table th.plan-name img {
		width: 44px;
	}
	.table th.th_free {
		background-color: #76bfe3;
	}
	.table th.th_stnd {
		background-color: #439dca;
	}
	.table th.th_premium {
		background-color: #1874a2;
	}
	.table th, .table td {
		border: 1px solid #fff;
		padding: 10px;
		text-align: center;
	}
	.table th, .table td {
		border-bottom: solid 1px #ddd;
	}

	.table th {
		vertical-align: middle;
		color: #fff;
	}
	.table th.plan-name {
		width: 20%;
		font-size: 1em;
		line-height: 1.2;
		padding: 5px;
		font-weight: 600;
	}
	.table td {
		vertical-align: middle;
	}
	.table tr.blue-b {
		background-color: #5b9ad5;
		color: #fff;
	}
	.table td.left-text {
		text-align: left;
	}
	.table img.checkmark-img {
		width: 22px;
	}
	.table .icon {
		font-size: 20px;
	}
	.table th.vertical-text {
    writing-mode: vertical-rl;
	color: #5b9ad5;
	}
	.table th.space15 {
		letter-spacing: 0.3em;
	}

	.small {
		font-size: 0.65em;
		padding: 3px;
	}
	.checkmark-img {
		width:28px;
		height:auto;
	}
	.table td.padding-1 {
		padding: 1px;
	}
	.awards picture{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.badge_gr1, .badge_gr2 {
		display: flex;
		flex-direction: row;
		padding: 1.7em 0.4em;
	}
	.badge_gr1 img, .badge_gr2 img {
		padding: 0 8px;
		overflow: auto;
	}

	@media (max-width: 768px) {
		.table th, .table td {
			padding: 10px;
			font-size: 14px;
            line-height: 1.3em;
		}
        .table th.plan-name {
            font-size: 13px;
        }
	}
    
	@media (max-width: 480px) {
		.table th, .table td {
			font-size: 12px;
		}
        .table th.plan-name {
            font-size: 12px;
        }
	}

    /*  あんしんサポートボタン追加 */
    #submain section.sec_4 .text-center {
        text-align: center !important;
        text-decoration: none !important;
    }
    #submain section.sec_4 .mb-3 {
        margin-bottom: 1rem !important;
    }
    #submain section.sec_4 .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background: #e65549 !important;
        border: 1px solid #e65549 !important;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.875rem 2.45rem;
        margin: 3em 2em;
        font-size: 1rem;
        border-radius: 2.6rem;
        word-break: normal;
        transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    }
    #submain section.sec_4 .container a:hover.btn {
        text-decoration: none !important;
    }
    #submain section.sec_4 .btn-support:hover {
        background: #fff !important;
        color: #e65549 !important;
        text-decoration: none !important;
    }
    #submain section.sec_4 span, h2 span {
        display: inline-block;
    }