@charset "UTF-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Noto Sans JP',sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 100%;
}

p,h1{ margin: 0;}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 415px;
	height: 83px;
	font-size: 0.5rem;
    color: #000000;
    background: #ffffff url(../img/logo.png) no-repeat left center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_hlogo h1 span, #tmp_hlogo p span {
    display: block;
    width: 420px;
    height: 83px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
/* gnavi
================================================== */

.gnavi {
	border-top: 7px solid #0E730B;
	background-color: #D9EFD5;
	color: #000000;
	padding: 10px 0;
	clear: both;
}
.gnavi .container {
	width: 1460px;
    padding: 0;
}
.gnavi .gnavi_ttl {
	float: left;
	width: 254px;
	padding-right: 38px;
	font-size: 112.5%;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}
.gnavi .gnavi_cnt {
	overflow: hidden;
	padding-top: 5px;
}
.gnavi .gnavi_cnt .close_btn {
	display: none;
}
.gnavi ul {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}
.gnavi li {
    padding: 0 27px;
  	border-left: 1px solid #000000;
  	line-height: 1;
}
.gnavi li:last-child{
	border-right: 1px solid #000000;
}
.gnavi a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	color: #187093;
	font-size: 112.5%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
    text-decoration: underline;
}

#tmp_header:after,.gnavi:after{
    content: "";
    display: table;
    clear: both;
}
#tmp_hlogo {
    margin-top: 14px;
    margin-left: 15px;
    margin-bottom: 14px;
}

#tmp_header{
    max-width: 100%;
}
@media screen and (max-width:640px) {
    .header_wrap .container {
        padding: 0;
        margin: 0;
    }
    #tmp_header {
        color: #000000;
        background-color: #ffffff;
        transition: top 0.5s ease-in-out;
        -webkit-transition: top 0.5s ease-in-out;
        -moz-transition: top 0.5s ease-in-out;
    }
    #tmp_header .container {
        width: 100%;
        padding: 0;
    }
    
    #tmp_hlogo {
        margin: 9px 0 9px 3px;
    }
    #tmp_hlogo h1, #tmp_hlogo p {
        width: 240px;
        height: 55px;
    }
    #tmp_hlogo a {
        width: 240px;
        height: 55px;
        display: block;
    }
    #tmp_hlogo h1 span,
    #tmp_hlogo p span {
        width: 240px;
        height: 55px;
    }
    .gnavi .gnavi_ttl {
        float: none;
        width: 100%;
        padding: 10px 5px;
        /* font-size: 87.5%; */
    }
    .gnavi .gnavi_ttl p {
        padding-right: 15px;
    }
    .gnavi{
        padding: 0;
    }
}

/* footer
================================================== */

#tmp_footer {
	position: relative;
	margin-top: 120px;
}
.format_top #tmp_footer {
	margin-top: 0;
}
/* fnavi  */
#tmp_fnavi {
	padding: 20px 0;
    background-color: #EBF2EB;
	color: #000000;
}
.fnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}
.fnavi li {
	border-left: 1px solid #000000;
}
.fnavi li:last-child {
	border-right: 1px solid #000000;
}
.fnavi li a {
	display: inline-block;
	padding: 0 20px;
	color: #006A93;
	background-color: transparent;
	text-decoration: none;
	line-height: 1;
}
.fnavi li a:hover,
.fnavi li a:focus {
	text-decoration: underline;
}
#tmp_footer_cnt {
	padding: 60px 0 45px;
	text-align: center;
	background-color: #D6EAD6;
	color: #1A7410;
}
#tmp_footer_cnt .footer_logo {
	text-indent: -9999px;
	background: transparent url(../img/logo.png) no-repeat;
	color: inherit;
	width: 386px;
	height: 83px;
	margin: 0 auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_footer_cnt .footer_cnt {
	margin-top: 33px;
}
#tmp_footer_cnt .footer_cnt address {
	font-style: normal;
}
.footer_copyright {
	padding: 9px 0;
    color: #ffffff;
    text-align: center;
    background-color: #0E730B;
}
.pnavi {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 42px;
    width: 42px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
	cursor: pointer;
}
.pnavi a {
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	text-decoration: none;	
	background: transparent url(../img/arrow_top.png) center center no-repeat;
	text-indent: -9999px;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
@media screen and (min-width : 1025px) {
	#tmp_footer_cnt .footer_sns {
		display: none;
	}
}
@media screen and (max-width:640px) {
/* ==================================================
footer
================================================== */
#tmp_footer {
	margin-top: 50px;
}
/* fnavi */
#tmp_fnavi {
	padding: 10px 0;
}
.fnavi {
	display: block;
	list-style: disc;
	padding-left: 7px;
}
.fnavi li {
	border: none;
}
.fnavi li:last-child {
	border: none;
}
.fnavi li a {
	padding: 0;
	font-size: 81.25%;
}
#tmp_footer_cnt {
	padding: 20px 0 10px;
}
#tmp_footer_cnt .footer_cnt {
	margin-top: 20px;
	font-size: 68.75%;
}
#tmp_footer_cnt .footer_cnt span {
	display: block;
}
#tmp_footer_cnt .footer_logo {
	width: 192px;
	height: 42px;
	-webkit-background-size: 192px auto;
	-moz-background-size: 192px auto;
	background-size: 192px auto;
	text-align: center;
}
#tmp_footer_cnt .footer_sns {
	list-style: none;
    text-align: center;
	margin-top: 3px;
}
#tmp_footer_cnt .footer_sns li {
	display: inline-block;
}
#tmp_footer_cnt .footer_sns li.sns_twitter {
    margin-right: 25px;
}
#tmp_footer_cnt .footer_sns li a:hover,
#tmp_footer_cnt .footer_sns li a:focus,
#tmp_footer_cnt .footer_sns li a:active {
	opacity: 0.7;
}
#tmp_footer_cnt .footer_sns img {
	vertical-align: top;
	width: 32px;
	height: 32px;
}
.copyright {
	text-align:center;
	clear:both;
	font-size: 62.5%;
}
.pnavi {
	height: 34px;
    width: 34px;
}
.pnavi a {
	width: 34px;
	height: 34px;
}
}

p{font-size: 18px;}
footer p{
    font-size: 16px;
    line-height: 1.6!important;
}
/* ==================================================
safety-top
================================================== */
#safety-net h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}
a.tool-btn {
    display: block;
    background: #C40604;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3rem 0;
    border-radius: 15px;
    box-shadow: 5px 5px 0px #ddd;
    margin-bottom: 1rem;
    font-size: 20px;
}
a.tool-btn.tool-btn-blue {
    background: #134DA3;
    /* margin-top: 1.5rem;
    background: gray;
    padding: 2.5rem;
    color: #ccc; */
}
/* a.tool-btn.tool-btn-blue span.comingsoon {
    color: #fff;
}
a.tool-btn.tool-btn-blue:hover{
    opacity: 1!important;
} */
#safety-top p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}
#safety-top .row{
    margin-bottom:3rem;
}
.safty-table {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.safty-table td h3{
    font-size: 20px;
    font-weight: bold;
}
.safty-table td {
    padding: 1.5rem 15px;
}
.safty-table td:first-child {
    width: 78%;
    padding: 2.5rem 0 2.5rem 2rem;
}
.safty-table td:last-child{
    width: 22%;
}
.btn-login {
    background: #0E730B;
    margin: 0 auto;
    display: block;
    width: 170px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 1rem;
    font-size: 18px;
    border-radius: 6px;
    border: none;
}
.safty-table tr:nth-of-type(2) {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
#safety-top .container {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
#safety-net a:hover,#safety-net input:hover,.btn-login:hover{
    opacity: 0.7;
    transition: 0.3s;
}
#safety-net .container {
    padding-top: 2rem;
}
@media screen and (max-width:640px) {
    .safty-table td{
        display: block;
    }
    .safty-table td:first-child,.safty-table td:last-child{
        width: 100%;
    }
    .safty-table td:first-child {
        padding-top: 1.5rem;
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .safty-table td:last-child{
        padding-bottom: 1.5rem;
    }

}
@media screen and (min-width:760px) {
    #safety-net .container {
        padding-top:5rem;
    }
    #safety-net h2 {
        margin-bottom: 4rem;
        font-size: 35px;
    }
    a.tool-btn.tool-btn-blue {
        margin-top: 0;
    }
    a.tool-btn {
        font-size: 30px;
        padding: 4rem 0;
        box-shadow: 7px 7px 0px #ddd;
        margin-bottom: 1.5rem;
        height: 220px;
    }
    a.tool-btn.tool-btn-blue span.comingsoon {
        font-size: 35px;
    }
    #safety-net .row {
        margin-bottom: 5rem;
    }
    .safety-top .col-sm-6 {
        width: 48%;
    }
    .safty-table td h3 {
        font-size: 24px;
    }

}
@media screen and (min-width:1400px) {
.safety-top .container {
    max-width: 1300px;
}
.safty-table td:first-child {
    padding: 2.5rem 0 2.5rem 4rem;
}
}


/* ==================================================
basic-info
================================================== */
.modal-links {
    padding: 10px;
    display: flex;
}
.modal-links li {
    list-style-type: none;
}
.modal-links li a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 4px;
    /* font-size: 18px; */
    font-size: 15px;
}
.modal-links li:first-child a::before {
    content: "";
    background-image: url(../img/qust-ico.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.modal-links li:last-child a::before {
    content: "";
    background-image: url(../img/gide-ico.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.basic-info h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}
#safety-net.basic-info h2 {
    margin-bottom: 3rem;
}
form.basicinfo {
    width: 100%;
    padding: 1rem;
}
form.basicinfo select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
}
form.basicinfo select {
    background-image: url(../img/select-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
  }
  form.basicinfo dl dt:not(:first-child) {
    margin-top: 2rem;
}
form.basicinfo dl dt {
    margin-bottom: 5px;
    font-size: 18px;
}
form.basicinfo button.btn-login {
    margin-top: 3rem;
    width: 260px;
}
dd.d-md-flex.farming .d-flex {
    font-weight: bold;
    padding: 5px 0;
}
form.basicinfo .box {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
form.basicinfo .box p {
    width: 100%;
}
form.basicinfo .box label {
    width: 50%;
    flex: 0 1 auto;
}
#safety-net.basic-info .container,#safety-net.safety-faq .container {
    padding-top: 2rem;
}
.form-box {
    border: 10px solid #EFF7ED;
    padding: 2rem 0;
    border-radius: 50px;
}
@media screen and (min-width:760px) {
    
.modal-links li:first-child a::before,.modal-links li:last-child a::before {
    width: 28px;
    height: 28px;
}
.modal-links {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0 0;
}
.modal-links li a {
    font-size: 20px;
}
.modal-links li:first-child {
    padding-right: 2rem;
}
form.basicinfo dl dt {
    margin-bottom: 0;
    width: 30%;
    text-align: end;
    padding-right: 3rem;
}
form.basicinfo dl dd {
    width: 70%;
}
form.basicinfo dl dt:not(:first-child) {
    margin-top: 0rem;
}
form.basicinfo dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* align-items: center; */
}
.d-md-flex.farming {
    flex-wrap: wrap;
    margin: 0;
}
.d-md-flex.farming .d-flex {
    display: flex!important;
    /* width: 50%; */
    width: 25%;
    font-weight: bold;
}
form.basicinfo dl dt:nth-of-type(2), form.basicinfo dl dd:nth-of-type(2), 
form.basicinfo dl dt:nth-of-type(3), form.basicinfo dl dd:nth-of-type(3) {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
form.basicinfo dl dt:nth-of-type(4) {
    margin-top: -38rem;
}
form.basicinfo .box label {
    width: 33%;
    font-size: 18px;
}
form.basicinfo .box:last-child label {
    width: 100%;
}
}
@media screen and (min-width:1200px) {
    .form-box {
        border: 20px solid #EFF7ED;
        padding: 4rem 0;
    }
    #safety-net.basic-info .container,#safety-net.safety-faq .container {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #safety-net.basic-info h2 {
        margin-bottom: 4rem;
    }
    .basic-info h3 {
        margin-bottom: 2rem;
        font-size: 35px;
    }
    form.basicinfo {
        max-width: 1100px;
        margin: 0 auto;
        font-size: 20px;
    }
    form.basicinfo select {
        width: 75%;
        padding: 20px;
    }
    form.basicinfo dl dt:nth-of-type(4) {
        margin-top: -31.5rem;
    }
    form.basicinfo dl dt {
        width: 25%;
    }
    form.basicinfo .box label {
        width: 25%;
    }
}

/* ==================================================
safety-faq
================================================== */
.faq h3 {
    border-bottom: 2px solid #000;
    padding-bottom: 0.5rem;
    font-weight: bold;
}
.faq h3 span {
    margin-right: 10px;
}
.pager {
    text-align: end;
}

.pager p {
    background-color: #F2F2F2;
    padding: 10px 2rem;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px;
}
span.current {
    color: #C40604;
    font-size: 30px;
    margin-left: 10px;
}
span.number {
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 30px;
    padding-top: 3px;
}
.faq .col-10 > p {
    font-weight: bold;
    font-size: 20px;
}
.faq .col-10 > p.description {
    background: #F2F2F2;
    padding: 1rem;
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
}
#safety-net.safety-faq h2 {
    margin-bottom: 3rem;
}

.btn-answer {
    text-align: center;
    margin: 2rem 0 3rem;
}
.btn-answer button,.btn-answer label {
    width: 170px;
    background: #fff;
    border-radius: 40px;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 5px 5px 0px #f2f2f2;
    border: 3px solid #000;
}
.btn-answer label {
    margin-bottom: 2rem;
    cursor: pointer;
}
.btn-answer input[type="radio"] {
    display: none;
  }
input#yes:checked + label,input#yes:checked:hover + label{
    background: #CE1379;
    border: 3px solid #CE1379;
    color: #fff;
    transition: 0.3s;
  }
/* button.yes:hover {
    background: #CE1379;
    border: 1px solid #CE1379;
    color: #fff;
    transition: 0.3s;
} */
input#no:checked + label,input#no:checked:hover + label{
    background: #0076B7;
    border: 3px solid #0076B7;
    color: #fff;
    transition: 0.3s;
}
input#yes:hover + label,input#no:hover + label{
    background: #f2f2f2;
    transition: 0.3s;
}
/* button.no:hover {
    background: #0076B7;
    border: 1px solid #0076B7;
    color: #fff;
    transition: 0.3s;
} */
.next {
    height: 50px;
}
button.btn-next {
    background: #0e730b;
    color: #fff;
    transition: 0.3s;
    border: 3px solid #0e730b;
}
button.btn-next:hover {
    opacity: 0.7;
}

@media screen and (min-width:760px) {
    .faq h3 {
        border-bottom: none;
        margin-bottom: 1rem;
    }
    .faq1 .d-md-flex {
        border-bottom: 2px solid #000;
        align-items: baseline;
        justify-content: space-between;
    }
    .pager p {
        padding: 0px 2rem;
    }
    .faq .col-10 > p {
        font-weight: bold;
        font-size: 22px;
    }
    .faq .col-10 > p.description {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    .btn-answer button {
        width: 200px;
        padding: 1rem;
    }
    .btn-answer label{
        width: 300px;
        padding: 1rem;
    }
    .btn-answer {
        text-align: center;
        margin: 2rem 0 3rem;
    }
    #safety-net.safety-faq .row {
        margin-bottom: 0;
    }
    .btn-answer {
        text-align: center;
        margin: 4rem 0;
    }
}
@media screen and (min-width:1200px) {
    #safety-net.safety-faq .faq .container,#safety-net.safety-guide .container,#safety-net.safety-about .container,.modals.container,#safety-net.safety-assessment .container {
        max-width: 1200px;
        padding-bottom: 0;
    }
    .btn-answer {
        max-width: 750px;
        margin: 4rem auto;
    }
    .btn-answer label {
        font-size: 30px;
        margin-bottom: 3rem;
    }
.btn-answer button {
    font-size: 22px;
    width: 220px;
}
.faq1 .col-md-11 {
    margin-top: 15px;
}
span.number {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    margin-top: 6px;
}
.faq .col-10 > p.description {
    padding: 1.5rem 3rem;
    margin-top: 1.5rem;
    font-size: 20px;
}
.faq .col-10 > p {
    font-size: 26px;
}
}



/* ==================================================
safety-about
================================================== */
#safety-net.safety-about .container,#safety-net.safety-guide .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.yellow-box {
    margin-top: 4rem;
    background: #FFFDF0;
    border: 1px solid #CECBB6;
    position: relative;
    padding-top: 4rem;
    border-radius: 15px;
}
.yellow-box h3 {
    background: #F9F2B4;
    border-radius: 40px;
    font-size: 18px;
    padding: 1rem 1rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.yellow-box li {
    padding-bottom: 1rem;
}
.safety-about h3:not(.yellow-box h3) {
    text-align: center;
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.row.tools{
    margin: 0;
}
.row.tools .col-sm-4 {
    background: #D9EFD5;
    margin: 0.5rem 0;
    border-radius: 15px;
    padding: 2rem;
}
.row.tools .col-sm-4 h4 {
    text-align: center;
    font-weight: bold;
}
.row.tools .col-sm-4 figure {
    margin: 1.5rem 0 1.5rem;
    text-align: center;
}
.safety-about .btn-submit,.safety-guide .btn-submit {
    margin-top: 3rem;
    /* display: flex; */
}
.safety-about .btn-login,.safety-guide .btn-login {
    width: 220px;
    margin: 15px auto;
}
@media screen and (min-width:760px) {
    .safety-about h2 + p,p{
        line-height: 1.8;
    }
    .safety-about li{
        font-size: 18px;
    }
    .yellow-box h3 {
        width: max-content;
        padding: 1rem 3rem;
        margin: 0 auto;
    }
    .yellow-box {
        margin-top: 5rem;
        padding-top: 3rem;
        padding: 3rem 2rem 1rem;
    }
    .safety-about h3:not(.yellow-box h3) {
        margin-top: 5rem;
    }
    .row.tools .col-sm-4 h4 {
        font-size: 20px;
    }
    #safety-net .row {
        margin-bottom: 5rem;
        justify-content: center;
    }
    .row.tools .col-sm-4 {
        margin: 6px!important;
        flex: 0 0 auto;
        width: 31.333333%;
    }
    .safety-about .btn-login,.safety-guide .btn-login {
        width: 270px;
    }
    .safety-about .btn-submit,.safety-guide .btn-submit {
        display: flex;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media screen and (min-width:1200px) {
    .yellow-box {
        margin-top: 5rem;
        padding-top: 3rem;
        padding: 4rem 3rem 2rem;
    }
    .safety-about h3:not(.yellow-box h3) {
        margin-top: 6rem;
    }
    .row.tools .col-sm-4 {
        margin: 15px!important;
        flex: 0 0 auto;
        width: 30.333333%;
    }
    #safety-net .row {
        margin-bottom: 7rem;
    }
}

/* ==================================================
safety-guide
================================================== */
.guide h3 {
    font-weight: bold;
    font-size: 20px;
    background: #0E730B;
    color: #fff;
    padding: 12px 15px;
    margin: 3rem 0 2rem;
}
.guide figure {
    border: 1px solid #000;
}

@media screen and (min-width:760px) {
    .guide h3 {
        padding: 15px 20px;
    }
}


/* modal */
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
/* .modaal-inner-wrapper::after {
    content: "閉じる";
    color: #fff;
    background: #0E730B;
    margin: 0 auto;
    display: block;
    width: 250px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 1rem;
    font-size: 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
} */
.modaal-close:before,.modaal-close:after {
    transform: rotate(0);
}
.modaal-close:after, .modaal-close:before {
    background: transparent;
}
/* .modaal-close:after {
    background-image: url(../img/x.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    top: 17px;
    left: auto;
    right: 45px;
} */
.modaal-close {
    width: 270px;
    background: #0E730B!important;
    border-radius: 6px;
    font-weight: bold;
    top: auto;
    left: 32px;
    right: 60px;
    margin: 0 auto;
    bottom: 8px;
}
.modaal-close::before {
    content: "ページを閉じる";
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #0E730B;
}
.modaal-close:hover{
    opacity: 0.9;
}
@media screen and (max-height: 1000px){
.modaal-inner-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}}
@media screen and (max-width:760px) {
    .modaal-inner-wrapper {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .modaal-container {
        height: 80vh!important;
    }
    .modaal-close {
        width: 220px;
        left: 60px;
        right: 60px;
        bottom: 20px;
    }
}

/* ==================================================
safety-assessment
================================================== */
.safety-assessment h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}
.asse-box {
    background: #F4F4F4;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0 4rem;
}
.asse-box h3,.asse-box h4 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 1rem;
}
.asse-box figure {
    text-align: center;
    padding: 0 3rem;
}
.asse-box.col-sm-6{
    margin: 0 0 1rem;
}
.fb {
    font-weight: bold;
}
/* .asse-table {
    margin: 2rem 0;
} */
.asse-table a {
    word-break: break-all;
    color: #0033FF;
}
.safety-assessment h2 + p {
    font-size: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width:760px) {
    /* .asse-table {
        margin-bottom: 3rem;
}
    .asse-table a{
        word-break: break-all;
    }
    .asse-table thead {
        display: none;
    }
    .asse-table td {
        width: 100%;
        display: inline-block;
        padding: 10px;
        vertical-align: top;
    }
        .asse-table tbody .class-ttl{
        background: #f4f4f4;
        padding: 10px;
        font-size: 20px;
        margin: 2rem 0 0;
    }
    .asse-table tbody tr td:nth-of-type(2) {
        width: 10%;
        text-align: center;
    }
    .asse-table tbody tr td:nth-of-type(3) {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
    .asse-table tbody tr td:nth-of-type(4) {
        border-top: 1px dotted;
        border-bottom: 1px dotted;
        font-weight: bold;
        padding: 10px 30px;
    }
    .asse-table tbody tr td:nth-of-type(5) {
        border-bottom: 4px solid #000;
        padding: 10px 30px;
    } */
    form.mail-form .btn-login:nth-of-type(1) {
        margin-bottom: 10px;
    }
}

.mail {
    background: #f4f4f4;
    padding: 2rem 1rem;
}
.mail p {
    font-size: 16px;
}
form.mail-form {
    margin: 1rem 0;
}
form.mail-form input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
form.mail-form .btn-login {
    width: 100%;
}
.answer-no span.no,.answer-yes span.yes {
    padding: 3px 20px;
    background: #0076b7;
    color: #fff;
    border-radius: 25px;
    margin-right: 7px;
    font-size: 16px;
}
.answer-yes span.yes{
    background: #ce1379;
}
.safety-assessment .box h4 {
    background: #d6ead6;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}
.safety-assessment .box ul{
    padding: 0;
}
.safety-assessment .box ul li{
    list-style-type: none;
}
.safety-assessment .box ul li span {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    width: 60px;
    display: inline-block;
}
.safety-assessment .lisk-wa {
    background: #fff3dc;
    padding: 1rem;
    margin-top: 10px;
    border-radius: 5px;
}
.lisk-wa dt {
    background: #bc0000;
    width: fit-content;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}
.lisk-wa a,.bcp a {
    color: #0033ff;
}
.safety-assessment .box ul li {
    list-style-type: none;
    padding: 1.5rem 0;
    border-top: 1px solid #cccccc;
}
.safety-assessment .box ul li:first-child{
    padding-top: 0;
    border-top: none;
}
.safety-assessment .box + .box {
    margin-top: 2rem;
}
.safety-assessment .answer-yes .lisk-wa{
    background: #eff6f9;
} 
.safety-assessment .answer-yes .lisk-wa dt{
    background: #09a0c9;
} 
.bcp {
    border: 1px solid #000;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
}

@media screen and (min-width:760px) {
    .asse-box.col-sm-6 {
        width: 47%;
    }
    .asse-box h4 {
        font-size: 20px;
    }
    /* .asse-table {
        margin: 1rem 0 4rem;
    }
    .asse-table thead{
        background: #EFEFEF;
        text-align: center;
    }
    .asse-table th, .asse-table td {
        padding: 10px;
        border: 1px solid #000;
    }
    .asse-table td {
        vertical-align: top;
    }
    .asse-table thead tr th:nth-of-type(1) {
        width: 12%;
    }
    .asse-table thead tr th:nth-of-type(2), .asse-table thead tr th:nth-of-type(4) {
        width: 10%;
    }
    .asse-table tbody tr td:nth-of-type(2),
    .asse-table tbody tr td:nth-of-type(4) {
        text-align: center;
    }
    .asse-table thead tr th:nth-of-type(3) {
        width: 40%;
    }
    .asse-table thead tr th:nth-of-type(5) {
        width: 31%;
    } */
    .safety-assessment h2 + p {
        font-size: 22px;
    }
    form.mail-form input {
        padding: 15px 0;
    }
    form.mail-form .btn-submit {
        max-width: 300px;
        margin: 0 auto;
    }
    form.mail-form .btn-login:nth-of-type(1) {
        margin-bottom: 1.5rem;
    }
    .safety-assessment .lisk-wa {
        margin-left: 70px;
    }
}

@media screen and (min-width:1200px) {
    .asse-box {
        padding: 4rem 0;
    }
    .asse-box figure {
        margin-bottom: 2rem;
    }
    .asse-box h4 {
        font-size: 30px;
    }
    /* .asse-table thead tr th:nth-of-type(1) {
        width: 10%;
    }
    .asse-table thead tr th:nth-of-type(2) {
        width: 4%;
    }
    .asse-table thead tr th:nth-of-type(3) {
        width: 50%;
    }
    .asse-table thead tr th:nth-of-type(4) {
        width: 6%;
    }
    .asse-table thead tr th:nth-of-type(5) {
        width: 30%;
    }

    .asse-table {
        margin: 1rem 0 5rem;
    } */
    .mail p {
        font-size: 20px;
    }
    .mail {
        background: #f4f4f4;
        padding: 4rem 0;
    }
    form.mail-form {
        max-width: 600px;
        margin: 2rem auto;
    }
    form.mail-form dl {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        margin-bottom: 2rem;
    }
    form.mail-form dl dt {
        width: 22%;
    }
    form.mail-form dl dd {
        width: 78%;
    }
    .answer-no span.no, .answer-yes span.yes {
        padding: 5px 25px;
        font-size: 18px;
    }
    .safety-assessment .box h4 {
        padding: 15px 10px;
        font-size: 25px;
        margin-bottom: 1.5rem;
    }
    .safety-assessment .box ul {
        padding: 0 1rem;
    }
    .safety-assessment .box ul li span {
        font-size: 18px;
        width: 80px;
        text-align: center;
    }
    .safety-assessment .box ul li p {
        font-size: 22px;
    }
    .safety-assessment .lisk-wa dl {
        display: flex;
    }
    .safety-assessment .lisk-wa {
        margin-left: 95px;
    }
    .safety-assessment .lisk-wa dt {
        height: 37px;
        margin-right: 15px;
        font-size: 18px;
        text-align: center;
        padding: 7px 15px;
    }
    .safety-assessment .lisk-wa dd {
        font-size: 20px;
        width: 84%;
    }
    .safety-assessment .box ul li {
        padding: 2em 0;
    }
    .safety-assessment .box + .box {
        margin-top: 4rem;
    }
    .bcp {
        padding: 4rem 3.5rem;
        margin-bottom: 4rem;
    }
    .answer-no,.answer-yes {
        padding-bottom: 3rem;
    }
    .answer-yes > p,.answer-no > p {
        font-size: 24px;
    }
    
}



/* セーフティネット　追加しました */
p.pdf-links {
    display: flex;
    margin-bottom: 2rem;
}

p.pdf-links span {
    width: 90px;
    text-align: center;
    background: #0e730b;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    height: 45px;
    border-radius: 5px;
    letter-spacing: 5px;
    margin-right: 10px;
}

p.pdf-links a {
    width: 70%;
    color: #0033ff;
    font-size: 22px;
}

p.pdf-links a::after {
    content: "PDF";
    background: #ce215f;
    color: #fff;
    font-size: 15px;
    padding: 2px 10px;
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
    font-weight: bold;
}
#safety-net.income-calculation h2 {
    margin-bottom: 2rem;
}
#safety-net.income-calculation h3 {
    text-align: left;
}
.income-calculation dt, .income-calculation dd {
    padding: 1rem;
}
.income-calculation dt {
    background: #f4f4f4;
    font-size: 20px;
    border-top: 1px solid;
}
.income-calculation dd:last-child{
    border-bottom: 1px solid;
}
.income-calculation select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
}
.income-calculation select {
    background-image: url(../img/select-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
  }
  .income-calculation input[type="radio"] {
    width: 20px;
    height: 20px;
}
  .income-calculation input[type="radio"] + label {
    font-weight: bold;
    font-size: 20px;
}
.income-calculation dl {
    margin-bottom: 2rem;
}
ul.target-list {
    padding: 0;
    margin: 0 0 2rem;
}

ul.target-list li {
    list-style-type: none;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: #eef9ea;
    margin-top: 7px;
    font-size: 20px;
}
ul.target-list li.off {
    background: #c4c4c4;
}
.income-calculation dt small {
    font-size: 15px;
}
.income-calculation input[type="text"] {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
}
.income-calculation dd span {
    font-size: 20px;
    margin-left: 7px;
    vertical-align: bottom;
}
button.btn-login.simulation {
    width: 300px;
    margin-bottom: 1.5rem;
    border-radius: 70px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
button.simulation.back {
    margin: 0 auto;
    display: block;
    width: 300px;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 1rem;
    font-size: 18px;
    border-radius: 70px;
    border: none;
    background: #fff;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
    border: 1px solid #0E730B;
    font-weight: 500;
}
button.simulation.back:hover{
    opacity: 0.7;
    transition: 0.3s;
}
#safety-net.income-calculation .modal-links,#safety-net.amount-compensation .modal-links {
    padding: 10px;
    display: block;
}

@media screen and (min-width:760px) {
    #safety-net.income-calculation .modal-links,#safety-net.amount-compensation .modal-links {
        display: flex;
    }
    #safety-net.income-calculation h3{
        text-align: center;
    }
    p.pdf-links span {
        width: 60px;
        font-size: 18px;
        padding: 5px;
        height: 40px;
    }
    .income-calculation dl {
        display: flex;
        flex-wrap: wrap;
    }
    .income-calculation dl dt:last-of-type {
        border-bottom: 1px solid;
    }
    .income-calculation dt {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: end;
        text-align: end;
    }
    
    .income-calculation dd {
        width: 70%;
        margin: 0;
        border-top: 1px solid;
    }
    ul.target-list li {
        width: 33%;
        padding: 1rem;
    }
        
    ul.target-list {
        display: flex;
        justify-content: space-between;
    }
    .income-calculation dl {
        margin-bottom: 3rem;
    }
    .income-calculation dl dd.d-md-flex .d-flex {
        width: 40%;
    }
    button.btn-login.simulation,button.simulation.back{
        width: 500px;
    }
}
@media screen and (min-width:1200px) {
    #safety-net.income-calculation form {
        max-width: 950px;
        margin: 0 auto;
    }
    p.pdf-links {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 4rem;
        margin-left: -3rem;
    }
    p.pdf-links span {
        width: 80px;
        font-size: 18px;
        padding: 5px;
        height: 40px;
    }
    p.pdf-links a {
        width:580px;
        color: #0033ff;
        font-size: 18px;
    }
    #safety-net.income-calculation h2 {
        margin-bottom: 3rem;
    }
    #safety-net.income-calculation h3 {
        text-align: center;
        font-size: 25px;
    }
    p.pdf-links a::after{
        margin-top: 0;
        padding: 0 10px;
    }
    .income-calculation dt, .income-calculation dd {
        padding: 1rem 2rem;
    }
    .income-calculation select,.income-calculation input[type="text"]{
        width: 450px;
    }
    .income-calculation dt{
        width: 40%;
    }
    .income-calculation dd{
        width: 60%;
    }
    .income-calculation dl {
        margin-bottom: 4rem;
    }
    ul.target-list li {
        padding: 1.5rem;
    }
    button.btn-login.simulation, button.simulation.back {
        margin-bottom: 2rem;
    }
    #safety-net.income-calculation h3.text-center {
        font-size: 30px;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width:1400px) {

    p.pdf-links {
        margin-bottom: 5rem;
    }
    .income-calculation dl dd.d-md-flex .d-flex {
        width: 35%;
    } 

}

.income-calculation.amount dl.sm-flex {
    display: flex;
    flex-wrap: wrap;
}
.income-calculation.amount dl.sm-flex dt {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: end;
    font-size: 18px;
}
.income-calculation.amount dl.sm-flex dd {
    width: 50%;
    margin: 0;
    border-top: 1px solid;
    text-align: right;
    font-size: 18px;
}
.income-calculation.amount dd {
    font-size: 18px;
    background: #fff;
    text-align: right;
}
.income-calculation.amount dl.sm-flex dt:last-of-type {
    border-bottom: 1px solid;
}
.calculate select {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.calculate {
    margin-bottom: 2rem;
}
.calculate p {
    font-weight: bold;
    font-size: 20px;
}
.green-box {
    margin-top: 2rem;
    background: #eef9ea;
    border: 1px solid #0e730b;
    position: relative;
    padding: 2rem 1rem;
    border-radius: 15px;
}
.income-calculation.amount .yellow-box{
    padding: 2rem 1rem;
    margin-top: 2rem;
}
.income-calculation.amount h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}
.green-box select {
    width: 180px;
    margin: .5rem 0;
}
.green-box dl {
    margin: 2rem 0 1rem;
}
.income-calculation.amount .yellow-box {
    margin-bottom: 1rem;
}
.income-calculation.amount .contacts {
    margin: 2rem 0;
}
.income-calculation.amount .contacts .col-sm-6 {
    background: #f4f4f4;
    padding: 2rem 1rem;
}
.income-calculation.amount .contacts .col-sm-6 h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}
.income-calculation.amount .contacts .col-sm-6 h5::before {
    content: "";
    background-image: url(../img/mail-ico.png);
    display: inline-block;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.income-calculation.amount .contacts .col-sm-6:nth-of-type(2) h5::before {
    content: "";
    background-image: url(../img/tell-ico.png);
    display: inline-block;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.income-calculation.amount .contacts .col-sm-6:nth-of-type(1)::after {
    content: "";
    width: 270px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    margin: 2rem auto;
    left: 0;
    right: 0;
}


#form_mail{
    display: flex;
    justify-content: center; /*中央へ固定*/	
    height:50px;/*高さ*/	
    border: 1px solid #ddd;
    border-radius:4px;
    width: 320px;
  }
  #email{
    width:250px;/*横幅*/
    padding:0 15px;/*プレースホルダーの位置調整*/
    border-radius:4px 0 0 4px;/*左側の角を少し丸める*/		
    background:#fff;/*検背景カラー*/
    border:none;/*枠線を消す*/ 
    outline:0;/*クリック時の青い枠線消す*/	
  }
  #sbtn1{
    width:70px;/*横幅*/ 
    border-radius:0 4px 4px 0;/*右側の角を少し丸める*/ 
    background:#0e730b;/*背景カラー*/ 
    border:none;/*枠線を消す*/ 
    color:#fff;/*テキストカラー*/ 
    font-size:16px;/*フォントサイズ指定*/ 
    cursor: pointer;/*マウスを乗せると指差しポインターになる*/
  }
  .income-calculation.amount .contacts .col-sm-6:nth-of-type(2) a {
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}
  @media screen and (max-width:760px) {
    #email {
        width: 100%;
        padding: 1rem;
        margin: 1rem 0;
    }
    
    #form_mail {
        display: block;
        border: none;
        width: 100%;
        height: auto;
    }
    
    input#sbtn1 {
        width: 100%;
        border-radius: 80px;
        padding: 1rem 0;
        font-weight: bold;
    }
}
@media screen and (min-width:760px) {
    .calculate {
        display: flex;
        justify-content: center;
    }
    .income-calculation.amount dl dt,.income-calculation.amount dl.sm-flex dt {
        width: 40%;
    }

    .income-calculation.amount dl dd ,.income-calculation.amount dl.sm-flex dd{
        width: 60%;
        padding-right: 10rem;
        font-size: 22px;
        text-align: right;
    }
    .calculate select{
        margin: 0 1rem;
    }
    .income-calculation.amount h4 {
        text-align: center;
        margin-bottom: 2rem;
    }
    .income-calculation.amount .yellow-box,.green-box{
        padding: 3rem;
    }
    .income-calculation.amount .contacts {
        margin: 3rem 0;
    }
    .income-calculation.amount .contacts h4{
        margin-bottom: 1rem;
    }
    .income-calculation.amount .contacts .row {
        background: #f4f4f4;
        position: relative;
        border-radius: 10px;
    }
    .income-calculation.amount .contacts .col-sm-6 {
        background: transparent;
    }
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(1)::after {
        width: 230px;
        margin: 0 auto;
        left: 0;
        right: 0;
        transform: rotate(90deg);
        top: 150px;
    }
    .income-calculation.amount .contacts .col-sm-6 h5 {
        font-size: 25px;
    }
}
@media screen and (min-width:1200px) {
    .amount-compensation h3 {
        font-size: 28px;
    }
    .income-calculation.amount dl {
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
    }
    .income-calculation.amount dl dd, .income-calculation.amount dl.sm-flex dd {
        padding-right: 15rem;
        font-size: 28px;
    }
    .income-calculation.amount dd span{
        font-size: 28px;
    }
    .calculate select {
        margin: 0 1.5rem;
        padding: 1rem;
        width: 200px;
        font-size: 25px;
    }
    .calculate p {
        font-size: 24px;
    }
    .income-calculation.amount .yellow-box, .green-box {
        padding: 4rem;
    }
    .green-box{
        margin-bottom: 3rem;
    }
    .income-calculation.amount .contacts .col-sm-6 {
        padding: 3rem 1.5rem;
    }
    .income-calculation.amount .contacts .col-sm-6 p {
        font-size: 16px;
    }
    .income-calculation.amount .contacts .col-sm-6 h5::before,.income-calculation.amount .contacts .col-sm-6:nth-of-type(2) h5::before{
        width: 47px;
        height: 47px;
    }
    #form_mail {
        width: 100%;
        margin-top: 10px;
    }
    
    #email {
        width: 70%;
    }
    
    #sbtn1 {
        width: 30%;
    }
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(2) a {
        font-size: 44px;
    }
    .income-calculation.amount .contacts .col-sm-6 p small {
        /* font-size: 20px; */
        font-size: 17px;
    }
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(2) p {
        font-size: 20px;
        margin-top: -15px;
    }
    p.fb.text-md-center {
        text-align: left !important;
        max-width: 950px;
        margin: 0 auto;
    }
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(1)::after{
        top: 140px;
    }

}

@media screen and (min-width:1400px) {
    .income-calculation.amount {
        max-width: 1200px;
        margin: 0 auto;
    }
    .income-calculation.amount .contacts .col-sm-6 {
        padding: 3rem 2rem;
    }

}


/* セーフティネット診断とは？　追加スタイル */
#safety-net.safety-about.tool h3 {
    background: #d9efd5;
    padding: 15px;
    font-size: 20px;
    text-align: left;
}
#safety-net.safety-about.tool dt {
    font-size: 22px;
    width: 20%;
    margin-bottom: 15px;
}

#safety-net.safety-about.tool dd {
    width: 80%;
    margin-bottom: 15px;
}

#safety-net.safety-about.tool dl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#safety-net.safety-about.tool .gray-box {
    background: #f2f2f2;
    padding: 1rem;
    border-radius: 20px;
    text-align: center;
}
@media screen and (min-width:760px) {
    #safety-net.safety-about.tool dt {
        width: 65px;
    }
    #safety-net.safety-about.tool dd {
        width: 90%;
    }
    #safety-net.safety-about.tool .gray-box {
        padding: 3rem;
        border-radius: 40px;
    }
    #safety-net.safety-about.tool h3 {
        margin-top: 3rem;
        padding: 1.5rem 2rem;
    }
}
@media screen and (min-width:1200px) {
    #safety-net.safety-about.tool .gray-box {
        padding: 4rem;
    }
}



.income-calculation.amount .contacts .col-sm-6:nth-of-type(2) p {
    margin-top: 1rem;
}
@media screen and (min-width:760px) {
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(1)::after {
        width: 340px;
        top: 215px;
    }
}
@media screen and (min-width:1000px) {
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(1)::after {
        width: 315px;
        top: 185px;
    }
}
@media screen and (min-width:1200px) {
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(2) a {
        font-size: 34px;
    }
    .income-calculation.amount .contacts .col-sm-6:nth-of-type(1)::after {
        top: 250px;
    }
}

