@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

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

- Title Style

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

/* title
------------------------------- */
.ttl_eng {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 187.5%;
  letter-spacing: 0.1em;
  color: #0F3B4C;
}
.sec_tit {
    font-size: 536%;
    text-align: center;
    color: #0F234A;
	margin-bottom: 30px;
    margin-top: 20px;
}
.sec_tit .lt {
    letter-spacing: .7rem;
}
.sec_tit .small {
	font-size: 60%;
}

@media screen and (max-width:1360px){
	.sec_tit {
		font-size: 350%;
	}
}

@media screen and (max-width:767px){
/*スマホ指定*/
}

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

- Section Style

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

/* section
------------------------------- */
.sec_read {
margin-top: 75px;
font-size: 214.2707%;
line-height: 1.6666;
color: #0f234a;
text-align: center;
}

.backgroud_01 {
	background: #ededed;
}
.background_02 {
	background: #D5EBF0;
}
.background_03 {
	background: #DEEFD5;
}
.background_04 {
	background: #D8DCF0;
}
.background_05 {
	background: #E8F1FA;
}
.background_06 {
	background: #E9F3F6;
}
.background_07 {
	background: #FCF3EB;
}
.background_08 {
	background: #FAF1F7;
}
.background_09 {
	background: #fff;
}
.background_10{
	background: #F7DD83;
}
.background_11{
	background: #FAF9E8;
}


/* imgSec
------------------------------- */

@media screen and (max-width:767px) {

}

/* col02
------------------------------- */

@media screen and (max-width:767px) {

}

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

- List Style

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

/* list
------------------------------- */
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #125999;
	position: absolute;
	left: 3px;
	top: .65em;
}

.column3list {
	margin-top: 74px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.column3list li {
	width: 32%;
	max-width: 351px;
}
.column3list li:nth-of-type(n+4){
	margin-top: 85px;
}
.column3list .inner_tit {
    font-size: 179%;
    text-align: center;
    color: #27517B;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 15px;
}
.column3list .inner_text{
    color: #27517B;
    font-size: 143%;
    line-height: 1.3;
    margin-top: 15px;
    text-align: justify;
}
.column3list .onlyPcHeight{
    display: block;
    padding-bottom: 10px;
}


.column2list {
	margin-top: 40px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.column2list li {
	width: 42%;
	max-width: 500px;
	margin-bottom: 20px;
}
.column2list .inner_tit {
    font-size: 210%;
    text-align: center;
    color: #27517B;
    font-weight: bold;
    line-height: 1.666;
    margin-top: 23px;
	font-feature-settings: normal;
}
.column2list .inner_text{
    color: #27517B;
    font-size: 155%;
    line-height: 1.727;
    margin-top: 10px;
	font-feature-settings: normal;
}


@media screen and (max-width:1360px){
	.column3list li,
	.column2list li {
		width: 48%;
		max-width: 48%;
		margin-bottom: 20px;
	}
	.column3list .inner_tit {
		font-size: 150%;
	}
	.column3list .inner_text {
		color: #27517B;
		font-size: 130%;
	}
	.column3list .inner_text br.pc {
		display: none;
	}
	.column2list .inner_tit {
		font-size: 150%;
	}
	.column2list .inner_text {
		font-size: 130%;
	}
	.column3list li:nth-of-type(n+3) {
		margin-top: 20px;
	}
}




@media screen and (max-width:767px){
	.column3list {
		margin-top: 30px;
		flex-wrap: wrap;
}
.column3list li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.column3list .inner_tit {
    font-size: 130%;
}
.column3list .inner_text {
    font-size: 108%;
	margin-top: 10px;
	line-height: 1.5;
}
.column3list li:nth-of-type(n+2) {
    margin-top: 20px;
}
.column3list .onlyPcHeight {
	display: none;
}

.column2list {
	margin-top: 20px;
}
.column2list li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
}
.column2list .inner_tit {
    font-size: 130%;
    margin-top: 15px;
}
.column2list .inner_text{
    font-size: 108%;
	margin-top: 10px;
	line-height: 1.5;
}


}


/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}

/* capList
------------------------------- */
.capList > li {
	position: relative;
	padding-left: 16px !important;
	margin-bottom: 3px;
}
.capList > li:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

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

- Button Style

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

/* btn
------------------------------- */

.btn a{
    color: #333;
    font-size: 135%;
    border: 2px solid #333333;
    display: flex;
    padding: 22.5px 20px;
}

.btnUnit01 {
	text-align: center;
}
.btnUnit01 li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.btnUnit01 input {
	vertical-align: bottom;
}

.btn01 {
	color: #fff;
	background: #0c4096;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
}
.btn01:hover {
	background: #1854c6;
}
a.btn01,
.btn01 input {
	padding: 10px 25px 13px;
}
.btn01 .fa {
	color: #fff;
	font-size: 16px;
}
.btn01 .fa:first-child {
	margin-right: 6px;
}
a.btn01.icon_pos_left,
.btn01.icon_pos_left input {
	padding-left: 35px;
}
.icon_angle_right:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.estimation {
	width: 90%;
	max-width: 500px;
	padding: 42px 10px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent linear-gradient(180deg, #27517B 0%, #3269A0 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width:767px){
.estimation {
	width: 100%;
	padding: 30px 10px;
	font-size: 180%;
}
}

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

- Table Style

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

/* tbl
------------------------------- */
.tbl01 {
	width: 100%;
	margin-bottom: 20px;
}
.tbl01 th,
.tbl01 td {
	padding: 13px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #eee;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.tbl01 th {
		padding-top: 11px;
		padding-bottom: 10px;
	}
}


/* table common
------------------------------- */
table.vaM th,table.vaM td {
	vertical-align: middle;
}
table.alnC th,table.alnC td {
	text-align: center;
}

/* noborder */
.tblNoBdr{ border: none !important;}
.tblNoBdr th,
.tblNoBdr td {
	border: none !important;
	vertical-align: top;
	background: #fff;
}
.tblNoBdr th { padding: 4px 15px 4px 0;}
.tblNoBdr td { padding: 4px 0;}
table .tblNoBdr th { padding-top: 6px;}
@media screen and (max-width:767px){
	.tblNoBdr td { padding-top: 2px;}
	table .tblNoBdr th { padding-top: 5px;}
}

@media screen and (max-width:767px){
	.sp_tblcol_clear > tbody,
	.sp_tblcol_clear > tbody > tr,
	.sp_tblcol_clear > tbody > tr > th,
	.sp_tblcol_clear > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.sp_tblcol_clear > tbody > tr {
		padding-top: 5px;
	}
	.sp_tblcol_clear > tbody > tr:first-child {
		padding-top: 0;
	}
}


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

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */
input.txt,
textarea.txt,
select.txt {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-width: 100%;
}
input.txt:focus,
textarea.txt:focus {
	background: #fff5d6;
}
textarea.txt {
	width: 100%;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

/* error */
input.err,
textarea.err,
select.err {
	border-color: #ff6060;
	background: #fff0f0;
}
input.err:focus,
textarea.err:focus {
	border-color: #ee5959;
}
.errorTxt {
	margin-top: 10px;
	color: #ff0000;
	line-height:1.1;
}

/*  option and required  */
td.required,
td.option {
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}
td.required p,
td.option p {
	width: 3.5em;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
td.option			{ background: #f5f5f5;}
td.option p		{ background: #a6a6a6;}
td.required		{ background: #fff0f0;}
td.required p	{ background: #ff6060;}

@media screen and (max-width:767px){
	select.txt {
		border-color: #ccc;
		background: #fff;
	}
}

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

- Text Style

---------------------------------------- */
/*.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}*/
.lead {
	margin-bottom: 20px;
}
.note01 {
	color: #715e5e;
}
table .note01 {
	margin-top: 5px;
}
.fw400 { font-weight: 400 !important;}

.txt_indent {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.txt_indent_mark {
	margin-right: .15em;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');

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

- Width

---------------------------------------- */
.w50     { width: 50px !important;}
.w150    { width: 150px !important;}
.w100    { width: 100px !important;}
.w200    { width: 200px !important;}
.w250    { width: 250px !important;}
.w300    { width: 300px !important;}
.w350    { width: 350px !important;}
.w5per  { width: 5% !important;}
.w8per  { width: 8% !important;}
.w10per  { width: 10% !important;}
.w15per  { width: 15% !important;}
.w20per  { width: 20% !important;}
.w25per  { width: 25% !important;}
.w30per  { width: 30% !important;}
.w35per  { width: 35% !important;}
.w40per  { width: 40% !important;}
.w45per  { width: 45% !important;}
.w50per  { width: 50% !important;}
.w60per  { width: 60% !important;}
.w70per  { width: 70% !important;}
.w80per  { width: 80% !important;}
.w90per  { width: 90% !important;}
.w100per { width: 100% !important;}
.w5em    {  width: 5em !important;}
.w10em   {  width: 10em !important;}
.w15em   {  width: 15em !important;}
.w20em   {  width: 20em !important;}
@media screen and (max-width:767px){
  .spwAuto    { width: auto !important;}
	.sp_w50     { width: 50px !important;}
	.sp_w150    { width: 150px !important;}
	.sp_w100    { width: 100px !important;}
	.sp_w200    { width: 200px !important;}
	.sp_w250    { width: 250px !important;}
	.sp_w300    { width: 300px !important;}
	.sp_w350    { width: 350px !important;}
	.sp_w5per   { width: 5% !important;}
	.sp_w8per   { width: 8% !important;}
	.sp_w10per  { width: 10% !important;}
	.sp_w15per  { width: 15% !important;}
	.sp_w20per  { width: 20% !important;}
	.sp_w25per  { width: 25% !important;}
	.sp_w30per  { width: 30% !important;}
	.sp_w35per  { width: 35% !important;}
	.sp_w40per  { width: 40% !important;}
	.sp_w45per  { width: 45% !important;}
	.sp_w50per  { width: 50% !important;}
	.sp_w60per  { width: 60% !important;}
	.sp_w70per  { width: 70% !important;}
	.sp_w80per  { width: 80% !important;}
	.sp_w90per  { width: 90% !important;}
	.sp_w100per { width: 100% !important;}
	.sp_w5em    { width: 5em !important;}
	.sp_w10em   { width: 10em !important;}
	.sp_w15em   { width: 15em !important;}
	.sp_w20em   { width: 20em !important;}
}

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

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.mgt0 { margin-top: 0 !important;}
.mgt3 {	margin-top: 3px !important;}
.mgt5 {	margin-top: 5px !important;}
.mgt10 {	margin-top: 10px !important;}
.mgt13 {	margin-top: 13px !important;}
.mgt15 {	margin-top: 15px !important;}
.mgt20 {	margin-top: 20px !important;}
.mgt30 {	margin-top: 30px !important;}
.mgt40 {	margin-top: 40px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb3 {	margin-bottom: 3px !important;}
.mgb5 {	margin-bottom: 5px !important;}
.mgb10 {	margin-bottom: 10px !important;}
.mgb13 {	margin-bottom: 13px !important;}
.mgb15 {	margin-bottom: 15px !important;}
.mgb20 {	margin-bottom: 20px !important;}
.mgb30 {	margin-bottom: 30px !important;}
.mgb40 {	margin-bottom: 40px !important;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}

@media screen and (max-width:767px){
	.sp_mgt0 { margin-top: 0 !important;}
	.sp_mgt5 {	margin-top: 5px !important;}
	.sp_mgt10 {	margin-top: 10px !important;}
	.sp_mgt15 {	margin-top: 15px !important;}
	.sp_mgt20 {	margin-top: 20px !important;}
	.sp_mgt30 {	margin-top: 30px !important;}
	.sp_mgt40 {	margin-top: 40px !important;}
	.sp_mgb0 { margin-bottom: 0 !important;}
	.sp_mgb5 {	margin-bottom: 5px !important;}
	.sp_mgb10 {	margin-bottom: 10px !important;}
	.sp_mgb15 {	margin-bottom: 15px !important;}
	.sp_mgb20 {	margin-bottom: 20px !important;}
	.sp_mgb30 {	margin-bottom: 30px !important;}
	.sp_mgb40 {	margin-bottom: 40px !important;}

	.spNone { display: none !important; }
}

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

clearfix

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

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}

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

content - parts

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


a {
    text-decoration: none;
}

.more_link2 {
    font-size: 108%;
    color:#0F3B4C;
    position: relative;
    height: 90px;
    width: 113px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    
}
.more_link2:before {
    content: "";
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_01.png);
    background-size: contain;
    background-repeat: no-repeat;
	right: 32%;
	top: calc( 50% - 18px );
	transition: .3s;
}
.more_link2:hover:before {
	right: 29%;
}
.more_link2.wht:before {
    content: "";
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_03.png?);
    background-size: contain;
    background-repeat: no-repeat;
	right: 32%;
}
.more_link2:after {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_bg_01.png);
    background-size: contain;
    background-repeat: no-repeat;
	left: 20px;
	top:0;
}
.more_link2.wht:after {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_bg_02.png);
    background-size: contain;
    background-repeat: no-repeat;
	left: 20px;
	top:0;
}

@media screen and (max-width:767px){
.more_link2:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 32%;
    top: calc( 50% - 8px );
    transition: .3s;
}
.more_link2:after {
    width: 60px;
    height: 60px;
    left: 32px;
    top: 16px;
}
.more_link2.wht:after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_bg_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 32px;
    top: 16px;
}
.more_link2.wht:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url(/files/img/common/arrow_03.png?);
    background-size: contain;
    background-repeat: no-repeat;
	right: 32%;
}
}

a[href=""] .more_link2,
a[href=""].more_link2 {
	display: none!important;
}




.acordionList{
    line-height: 1.6666;
    font-size: 214.2707%;
    font-feature-settings: normal;
}
.acordionList .question{
	position: relative;
	display: flex;
	align-items: center;
	background: #e8f1fa;
	cursor: pointer;
	line-height: 1.25;
	padding-right: 95px;
}
.acordionList .question:hover {
	opacity: .6;
	transition:.4s;
}
.acordionList .question span {
	width: 100px;
	min-width: 100px;
	height: 100px;
	background: #9ebede;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}
.acordionList .question span img{
	width: 40px;
} 
.acordionList .answer {
	height: 0;
	max-height: 0;
	opacity: 0;
	transition:.4s;
	margin-bottom: 45px;
}

.acordionList li.acoOpen .answer {
    padding: 20px 0 0;
	height: auto;
	opacity: 1;
	max-height: 100%;
}
.acordionList .question:after {
	content: "";
	width: 30px;
	height: 15px;
	position: absolute;
	right: 40px;
	display: block;
	background: url(/files/img/research02/icon_aco_02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition:.4s;
	transform: rotate(180deg);
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.acordionList li.acoOpen .question:after {
	transform: rotate(0deg);
}


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

animation

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


/* Scroll
------------------------------- */
.anim {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(30px);
}

.anim.active {
    opacity: 1;
    transform: translateY(0px);
}



/* PageHeader
------------------------------- */

.lower_page {

}
.sec_pageHeader {

}
.sec_pageHeader{
	padding-top: 200px;
	text-align: center;
}
.sec_pageHeader .tit01 .eng{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 212%;
  letter-spacing: .2rem;
  color: #0F3B4C;
  line-height: 1;
}
.sec_pageHeader .tit01 img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sec_pageHeader .tit01 .tit_jp {
	text-align: center;
	color: #0F3B4C;
	font-size: 132%;
	letter-spacing: .2rem;
	margin-top: 15px;
}
.sec_pageHeader .sec_pageHeader_img {
	margin-top: 75px;
}
.tit_jp_2 {
	color:#666666;
	margin-top: 15px;
}
.br900block {
	display: none;
}

@media screen and (max-width:1024px){
	.sec_pageHeader {
		padding-top: 130px;
	}
	.sec_pageHeader .sec_pageHeader_img {
		margin-top: 0;
	}
}

@media screen and (max-width:767px){
	.sec_pageHeader {
		padding-top: 100px;
	}
	.sec_bgcolor1 .sec_read_text {
		text-align: justify;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none!important;
	}
	.sec_bgcolor1 .img {
		margin-top: 15px;
		padding: 15px;
	}
	.sec_pageHeader {
		padding-top: 100px;
	}
}

body #cboxOverlay {
    background: #000;
}
body #cboxContent,
body #cboxLoadedContent {
	background: none;
}

.anim {
	-webkit-transition: all 0.5s ease;
	transition: all  0.5s ease;
	transition-delay : .2s;
	opacity: 0;
	transform: translateY(20px);
  }
  .anim.active {
	opacity: 1;
	transform: translateY(0px);
  }


  @media screen and (max-width:1376px){
	.lowerPage .read {
		font-size: 280%;
	}
	.bredClumb li, .sec_read {
		font-size: 150%;
	}
	.estimation {
		padding: 35px 10px;
		font-size: 200%;
	}
}

@media screen and (max-width:1360px){
    .br1360none {
        display: none;
    }
}

@media screen and (max-width:1200px){
    .br1150none {
        display: none;
    }
}
@media screen and (max-width:1160px){
    .br1160none {
        display: none;
    }
}
@media screen and (max-width:1024px){
	.lowerPage .read {
		font-size: 200%;
	}
	.sec_tit {
		font-size: 280%;
	}
	.br1360none {
        display: none;
    }
	.br1024block {
        display: block;
    }
	.br1024none {
        display: none;
    }
	.br900block {
        display: block;
    }
	.acordionList {
		font-size: 150%;
	}
    .acordionList .question {
        padding-right: 60px;
    }
	.acordionList .question span img {
		width: 30px;
	}
	.acordionList .question span {
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.acordionList .question::after {
		height: 10px;
		right: 25px;

	}
}
@media screen and (max-width:767px){
	.sec_tit {
		font-size: 180%;
	}
	.bredClumb li{
		font-size: 100%;
	} 
	.sec_read {
		font-size: 125%;
		text-align: justify;
	}
	.estimation {
		padding: 30px 10px!important;
		font-size: 18px!important;
	}
	.acordionList {
		font-size: 130%;
	}
	.acordionList .question span img {
		width: 20px;
	}
	.acordionList .question span {
		width: 50px;
		min-width: 50px;
		height: 80px;
		margin-right: 10px;
	}
	.acordionList .question::after {
		height: 10px;
		right: 10px;
		width: 19px;
	}
	.acordionList .question {
		padding-right: 35px;
		line-height: 1.5;
	}
	.acordionList {
		font-size: 108%;
	}
	.acordionList .answer {
		margin-bottom: 30px;
	}
	.acordionList li.acoOpen .answer {
		padding: 10px 0 0;
	}
	.onlyPcInline {
		display: none!important;
	}
}

@media screen and (max-width:480px){
	.bredClumb li {
		font-size: 2.9vw;
		font-size: 13px;
	}
}

.clickDisable {
	pointer-events: none;
}




/* IE11に指定するスタイルを記入 */

_:-ms-input-placeholder, :root .estimation{padding-top: 50px;}
_:-ms-input-placeholder, :root .estimation.anim{padding-top: 50px;}
_:-ms-input-placeholder, :root .sec_02 .estimation{padding-top: 50px;}
@media screen and (max-width:1376px){
    _:-ms-input-placeholder, :root .estimation{padding-top: 40px;}
	_:-ms-input-placeholder, :root .estimation.anim{padding-top: 40px;}
    _:-ms-input-placeholder, :root .sec_02 .estimation{padding-top: 40px;}
}
