@charset "utf-8";

/*   Common
******************************************/

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus {
	outline: none;
}

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd,label {
    margin: 0;
    padding: 0;
}

body, html {
    min-width: 834px; /*iPad Pro(10.5)*/
}

html {
	font-size: 62.5%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    text-size-adjust: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.5rem;
	line-height: 1.8;
	background-color: #ffffff;
	color: #303030;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
    line-height: 1.5;
}

ul,ol {
    list-style: none;
}

a {
    text-decoration-skip-ink: auto;
}

a {
	color: #303030;
	outline: none;
    cursor: pointer;
	text-decoration: none;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	display: block;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
}

article > * + * {
    margin-top: 1em;
}

input,button,textarea,select {
    font: inherit;
}

span {
    display: inline-block;
}



@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}



/*///// clearfix /////*/
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content: '';
}
div.clearFloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0px;
}



/*//////// Page fade ////////*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*   button
******************************************/
.btn-are {
    padding-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

/*///// button /////*/
button {
    font-size: 1.4rem;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    border: none;
    color: #303030;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
button:hover,
button:active,
button:focus {
	outline: none;
	text-decoration: none;
}
button span {
	display: block;
    margin: 0 auto;
}
button.txt {
    color: #138aca;
    text-decoration: underline;
}

/*///// abuton /////*/
.abuton {
    font-size: 1.4rem;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    border: 1px solid #c0c0c0;
    color: #303030;
    font-weight: bold;
    line-height: 1;
}
.abuton:hover,
.abuton:active,
.abuton:focus {
	outline: none;
	text-decoration: none;
}

/*///// btn-one /////*/
.btn-one {
    height: 60px;
    width: 200px;
    border: none;
    color: #ec3171;
    background-color: #fffcee;
    border: 1px solid #ff3e80;
    border-radius: 10px;
}
.btn-one span {
    font-size: 1.5rem;
}
.btn-one:hover {
    color: #ffffff;
    background-color: #ff3e80;
}
.btn-one i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

/*///// btn-next /////*/
.btn-next {
    height: 60px;
    width: 200px;
    border: none;
    color: #ec3171;
    background-color: #fffcee;
    border: 1px solid #ff3e80;
    border-radius: 10px;
    margin: 0 15px;
}
.btn-next span {
    font-size: 1.5rem;
}
.btn-next:hover {
    color: #ffffff;
    background-color: #ff3e80;
}
.btn-next i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

/*///// btn-retn /////*/
.btn-retn {
    height: 60px;
    width: 150px;
    border: none;
    color: #666;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin: 0 15px;
}
.btn-retn span {
    font-size: 1.5rem;
}
.btn-retn:hover {
    color: #ffffff;
    background-color: #989898;
}
.btn-retn i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}


/*   bace
******************************************/
/*///// padding-top /////*/
.t-zro {padding-top:0px;}
.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t25 {padding-top:25px;}
.t30 {padding-top:30px;}
.t35 {padding-top:35px;}
.t40 {padding-top:40px;}
.t45 {padding-top:45px;}
.t50 {padding-top:50px;}
.t55 {padding-top:55px;}
.t60 {padding-top:60px;}
.t65 {padding-top:65px;}
.t70 {padding-top:70px;}
.t75 {padding-top:75px;}
.t80 {padding-top:80px;}
.t85 {padding-top:85px;}
.t90 {padding-top:90px;}
.t95 {padding-top:95px;}
.t100 {padding-top:100px;}
.t110 {padding-top:110px;}
.t120 {padding-top:120px;}
.t130 {padding-top:130px;}
.t140 {padding-top:140px;}
.t150 {padding-top:150px;}
.t160 {padding-top:160px;}
.t170 {padding-top:170px;}
.t180 {padding-top:180px;}
.t190 {padding-top:190px;}
.t200 {padding-top:200px;}

/*///// padding-bottom /////*/
.b-zro {padding-bottom:0px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:15px;}
.b20 {padding-bottom:20px;}
.b25 {padding-bottom:25px;}
.b30 {padding-bottom:30px;}
.b35 {padding-bottom:35px;}
.b40 {padding-bottom:40px;}
.b45 {padding-bottom:45px;}
.b50 {padding-bottom:50px;}
.b55 {padding-bottom:55px;}
.b60 {padding-bottom:60px;}
.b65 {padding-bottom:65px;}
.b70 {padding-bottom:70px;}
.b75 {padding-bottom:75px;}
.b80 {padding-bottom:80px;}
.b85 {padding-bottom:85px;}
.b90 {padding-bottom:90px;}
.b95 {padding-bottom:95px;}
.b100 {padding-bottom:100px;}
.b110 {padding-bottom:110px;}
.b120 {padding-bottom:120px;}
.b130 {padding-bottom:130px;}
.b140 {padding-bottom:140px;}
.b150 {padding-bottom:150px;}
.b160 {padding-bottom:160px;}
.b170 {padding-bottom:170px;}
.b180 {padding-bottom:180px;}
.b190 {padding-bottom:190px;}
.b200 {padding-bottom:200px;}

/*///// padding-right /////*/
.r-zro {padding-right:0;}
.r5 {padding-right:5px;}
.r10 {padding-right:10px;}
.r15 {padding-right:15px;}
.r20 {padding-right:20px;}
.r25 {padding-right:25px;}
.r30 {padding-right:30px;}
.r35 {padding-right:35px;}
.r40 {padding-right:40px;}
.r45 {padding-right:45px;}
.r50 {padding-right:50px;}

/*///// padding-left /////*/
.l-zro {padding-left:0;}
.l5 {padding-left:5px;}
.l10 {padding-left:10px;}
.l15 {padding-left:15px;}
.l20 {padding-left:20px;}
.l25 {padding-left:25px;}
.l30 {padding-left:30px;}
.l35 {padding-left:35px;}
.l40 {padding-left:40px;}
.l45 {padding-left:45px;}
.l50 {padding-left:50px;}

/*///// margin-top /////*/
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mt105 {margin-top:105px;}
.mt110 {margin-top:110px;}
.mt115 {margin-top:115px;}
.mt120 {margin-top:120px;}
.mt125 {margin-top:125px;}
.mt130 {margin-top:130px;}
.mt135 {margin-top:135px;}
.mt140 {margin-top:140px;}
.mt145 {margin-top:145px;}
.mt150 {margin-top:150px;}
.mt160 {margin-top:160px;}
.mt170 {margin-top:170px;}
.mt180 {margin-top:180px;}
.mt190 {margin-top:190px;}
.mt200 {margin-top:200px;}

/*///// margin-bottom /////*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}

/*///// margin-right /////*/
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}

/*///// margin-left /////*/
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}

/*///// spacing /////*/
.spxno {letter-spacing:normal !important;}
.spxe3 {letter-spacing:0.03em !important;}
.spxe5 {letter-spacing:0.05em !important;}
.spxe8 {letter-spacing:0.08em !important;}
.spxe10 {letter-spacing:0.1em !important;}
.spxe15 {letter-spacing:0.15em !important;}
.spxe20 {letter-spacing:0.2em !important;}
.spxe25 {letter-spacing:0.25em !important;}
.spxe30 {letter-spacing:0.3em !important;}


/*   flex
*************************************/
.flxno {
    display: block;
}
.flxin {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.flx {
    display: -webkit-flex;
    display: flex;
}
.flx.ct {
    -webkit-align-items: center;
    align-items: center;
}
.flx.st {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flx.ed {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flx.jct {
    -webkit-justify-content: center;
    justify-content: center;
}
.flx.jst {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flx.jed {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


/*   ie9 message
*************************************/
.ie-mestxt {
    position: relative;
	background-color: #de3d3f;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 99999;
}
.ie-mestxt p {
	max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}


/*   Sidebar
*************************************/
#sidebar {
	will-change: min-height;
}

#sidebar .sidebar__inner {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}


/*   accordion
*************************************/
.acdion-box {
	will-change: min-height;
}
.acdion-box {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}


/*   form input
*************************************/
input,
textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-size: inherit;
	border-radius: 3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.form input,
.form textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-size: inherit;
	border-radius: 3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.form textarea {
    width: 100%;
	resize: vertical;
}
.form input {
    width: 100%;
    height: 40px;
}


/*   focus
*************************************/
input:focus,
textarea:focus {
	background-color: #ffffff;
    border: 1px solid #9cc4de;
    box-shadow: 0 0 4px 1px rgba(119, 193, 241, 0.5);
}
input[type="button"]:focus {
    box-shadow: none;
}
input[type="checkbox"]:focus {
	border: none;
	background: none;
    box-shadow:none;
}
input[type="file"]:focus {
	border: none;
	background: none;
    box-shadow:none;
}


/*   form placeholder
*************************************/
.form :placeholder-shown {
	color: #999999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form ::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox 18- */
.form :-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 19+ */
.form ::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* IE 10+ */
.form :-ms-input-placeholder {
	color: #999999;
}


/*   checkbox
*************************************/
input[type="checkbox"] {
    display: none;
}
.fm-check {
}
.fm-check label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-check label p {
	line-height: 1.3;
}
.fm-check label::before,
.fm-check label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-check label::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.fm-check label::after {
    opacity: 0;
    top: 48%;
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}
.fm-check label:hover::before {
    background: #fff;
}
input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-50deg) scale(1);
    transform: rotate(-50deg) scale(1);
}


/*   radio
*************************************/
input[type="radio"] {
    display: none;
}
.fm-radio {
}
.fm-radio label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    cursor: pointer;
    white-space: nowrap;
}
.fm-radio label::before,
.fm-radio label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-radio label::before {
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}
.fm-radio label:hover::before {
    background: #fff;
}
.fm-radio label::after {
    opacity: 0;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2);
}
input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*   select
*************************************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
    display: none;
}
.fm-select {
    width: 100%;
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #bbb;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.fm-select:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #303030 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/*クリック出来るよう*/
}
.fm-select select {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    border: none;
    position: relative;
    background-color: #f8f8f8;
}


/*   error input
*************************************/
.has-error input {
    border: 1px solid #f13a19 !important;
}

input.has-error {
    border: 1px solid #f13a19 !important;
}

.fm-radio.has-error label::before {
    border: 1px solid #f13a19 !important;
}

.fm-check.has-error label::before {
    border: 1px solid #f13a19 !important;
}
.has-error textarea {
    border: 1px solid #f13a19 !important;
}
.has-error .tox-tinymce {
    border: 1px solid #f13a19 !important;
}
.has-error select {
    border: 1px solid #f13a19 !important;
}


/*   pop-sch
*************************************/
.pop-sch {
	position: relative;
	width: 800px;
	height: 86vh;
	padding: 3px;
	padding-right: 2px;
	margin: auto;
	border-radius: 6px;
	overflow-y: scroll;
}
.pop-sch-in {
	width: 100%;
	height: 100%;
	padding: 0 35px;
	padding-top: 10px;
	padding-bottom: 40px;
	border-radius: 6px;
	background-color: #ffffff;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

/*////// scrollbar //////*/
.pop-sch-in::-webkit-scrollbar {
    width: 9px;
}
.pop-sch-in::-webkit-scrollbar-track {
	background-color: #d6d6d6;
    border-radius: 0 6px 6px 0;
}
.pop-sch-in::-webkit-scrollbar-thumb {
	background-color: #666666;
}

/*////// close-btn //////*/
.close-btn {
	position: relative;
	cursor: pointer;
	contain: paint;
    touch-action: manipulation;
	pointer-events: auto;
	/*-webkit-backface-visibility:hidden;*/
	outline: none;
    z-index: 999999;
}
.close-btn:hover,
.close-btn:active {
	outline: none;
}
.close-btn.icon-close {
	width: 35px;
    height: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 2px solid #d5d5d5;
	background-color: #ffffff;
    border-radius: 50%;
	font: initial;
    padding: 0;
	margin-left: auto;
    margin-right: -25px;
}
.close-btn.icon-close:before {
    content: "\e14c";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    
    position: relative;
    top: 0;
    left: 0;
}

.close-btn.icon-close:hover {
	border: 2px solid #444444;
	background-color: #656565;
    color: #ffffff;
}


/*  janp
*************************************/
.janp {
	position: fixed;
    bottom: 0;
    right: 0;
	z-index:2;
}
/*
.janp a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.5);
	contain: paint;
    touch-action: manipulation;
}
.janp a span {
	display: inline-block;
	text-decoration: none;
}
.janp a span::before,
.janp a span::after{
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
}
.janp a span::before{
	left: 0;
    right: 0;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.janp a:hover {
	background-color: #2b36b3;
}
*/

/* pannav
*************************************/
.pannav {
	position: relative;
    padding-top: 15px;
    z-index: 3;
}
.pannav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pannav ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.3rem;
	line-height: 1.2;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
.pannav ul li:last-of-type a {
    color: #111111;
}

.pannav ul > li + li:before {
    content: "／";
    color: #c0c0c0;
    margin: 0 4px;
}
.pannav ul li a {
	color: #999999;
    text-decoration: none;
}
.pannav ul li a:hover {
	color: #111111;
}
.pannav ul li.active {
	color: #999999;
}


/*  number
*************************************/
.number-are {
	text-align:center;
	padding-top: 60px;
}
.number {
	display:inline-block;
}
.number .pagination {
    display: -webkit-flex;
    display: flex;
}
.number .pagination li {
	padding: 0 2px;
}
.number .pagination li a {
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 38px;
    height: 40px;
    line-height: 1;
    border: 1px solid #ddd;
	border-radius: 2px;
    color: #888888;
}
.number .pagination li a i {
    color: #888888;
}
.number .pagination li a span {
}
/*
.number .pagination li a:hover {
	background-color: #cccccc;
}*/
.number .pagination li a.on {
    border: 1px solid #ff3e80;
    color: #ec3171;
}

.number .pagination li a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #ff3e80;
}

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

    .number .pagination li a {
        width: 30px;
        height: 35px;
    }
    .number-are {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
}


/*  custom-select
*************************************/
.center {
  position: absolute;
  display: inline-block;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: block;
    min-width: 280px;
    padding: 0 84px 0 22px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #1d2080;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #1d2080;
    border-right: 1px solid #1d2080;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    top: -6px;
    right: 25px;
    width: 12px;
    height: 12px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 1.6rem;
    color: #989898;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    /*background: #eeeeee;*/
    background: #fbfade;
    color: #1d2080;
}


/*  below-are
*************************************/
.below-are {
	text-align:center;
	padding-top: 60px;
}
.below-are.ue {
	padding-top: 30px;
}

.below {
	max-width: 800px;
    display: block;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.below ul {
    position: relative;
    height: 46px;
}
.below li {
}
.below li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.35rem;
}
.below li a span {
    letter-spacing: 0.05em;
}
.below li.lef {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.below li.rig {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.below li.ctr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.below li a:hover {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ec3171;
}

















