@charset "UTF-8";
@import url("grid.css");

:root {
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #005eae;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
    --nav-color: #333;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white-color); 
    color: var(--base-color);
}

img {
	max-width:100%;
	height: auto;	
}

video {
	max-width: 100%;
}

a {
	display: block;
    color: var(--link-color);
}

a:hover { 
    color: var(--linkhover-color);
    text-decoration-line: none;	
}

h2 {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	text-align: center;
}

h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: var(--link-color);   
}

h3 {
    position: relative;
    width: 100%;
    border-bottom: 2px solid var(--border-color);	
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding-bottom: 1rem;
}

h3::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: var(--link-color);
}

h4 {
	border-left: 6px solid var(--base-color);
	padding-left: 1.5rem;
}

h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    margin-bottom: 1rem;
	padding-bottom: 1rem;
}

h5::before, h5::after {
	content:"";
	width: 50px;
	height: 1px;
	margin: 0 10px;
	background-color: var(--border-color);
}

h6 {
	font-size: 2.2rem;	
	font-weight: bold;
	margin-bottom: -1.5rem;
}

p.title01 {
	font-family: 'Noto Serif SC', serif, "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 36px;	
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin: auto 10px;
	padding: 5px;
}


/* ヘッダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
	display: flex;
    flex-direction: row;
    padding: 2.0rem 0 0 0;
    margin-bottom: 1.0rem;	
}

header h1 a img {
	display: block;
	position: absolute;
	width: 200px;
	height: 44px;
	margin-bottom: 2.0rem;
}

.header-box {
	margin-left: auto;
	margin-top: 7px;
}

.header-box a {
	text-decoration: none;
}

header ul.lang {
	display: block;
	position: absolute;
	text-align: center;	
}

header .lang li {
	display: inline;
	margin-left: 8px;
}

header .lang li a {
	display: inline-block;
	color: #969696;
	letter-spacing: 0;
	text-decoration: none;
	padding-top: 12px;
}

header .lang li a:hover {
	color: #002e63;
}

header .lang li i {
	padding-right: 12px;
}

.selected {
	color: #002e63;
}

@media screen and (min-width: 768px){

header ul.lang {
	top: 30px;
	right: 240px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 0px;
}
}

.contact-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
	width: 200px;
	font-size: 20px;
	text-decoration: none;
	background-color: #000;
	color: var(--white-color);
	box-shadow: 1px 1px var(--base-color);
}

.contact-button::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--white-color);
	border-right: 2px solid var(--white-color);
	transform: rotate(45deg);
}

.contact-button:hover {
	opacity: 0.5;
	color: var(--white-color);
}


/* スマホ用メニュー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 2rem 0 0 0;
}

nav li {
	flex: 1 0 auto;
    margin-bottom: 0	
}

nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}

nav a:hover {
	background-color: var(--back-color);  
}

nav a {
	padding: 1rem;
	color: var(--nav-color);
}


@media screen and (min-width: 768px){

/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}


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

.header {
	flex-direction: column;
    padding: 1.5rem 0 0 0;
    margin-bottom: 1.0rem;	
}

header h1 a img {
	top: 25px;
	left: 15px;
	margin-top: -1.0rem;
}

nav ul {
	flex-direction: column;
}

.header li {
	padding-top: 0;
}

h6 {
	font-size: 2.2rem;	
	margin-bottom: 1.5rem;
}


/* スマホ時はMENUボタンを表示 */
#open {
	display: block;
	position: absolute;	
	background: url(../common/images/button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	border: none;
	top: 13px;
	right: 12px;
}

#close  {
	display: block;
	background: url(../common/images/button2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	border: none;
	position: absolute;
	top: 13px;
	right: 12px;
}

nav li a {
    border-bottom: 1px dashed var(--link-color);
}

/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}


/* ドロップダウンメニュー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu > li {
	display: block;
	position: relative;
}

.menu > li > ul {
	display: none;
}

.menu > li:hover ul {
	display: block;
	position: absolute;
	width: 330px;
	z-index: 100;
	background-color: var(--back-color);
	margin-left: 0;
	margin-top: 0;
}

.menu li ul, .menu li ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999;
}

.menu li ul, .menu li ul li:last-child   {
	border-bottom: none;
}


/* メイン画像
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mainimg {
    width: 100%;
}

#mainimg h1 {
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	color: #030000;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 16px rgba(255,255,255,0.3);
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); 
}


/* メインコンテンツ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main {
    margin: 0;
}

section {
	margin: 2rem 0;
	padding: 2rem 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.gray-back {
	background-color: #f4f4f4;
}


/* パンくずリスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumb {
	font-size: 15px;
	margin: 0 0 1em 0;
	padding: 0;	
}

.breadcrumb li {
	list-style-type: none;
}

.breadcrumb li a {
	display: inline-block;
	color: var(--link-color);
}

.breadcrumb li a:hover {
	color: #005eae;
}


/* キャッチコピー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.catch {
    text-align: center;
	margin: 10rem auto 7rem auto;
}


.catch h2 {
	letter-spacing: 0.08rem;
	line-height: 1.6;
	padding: 
}

.catch p {
	text-align: center;
	margin: 5rem;
}


/* お問い合わせ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contactback {
    background: url('../common/images/inqback.jpg');
    background-repeat: no-repeat;
    padding: 15rem 0;
    margin-bottom: 3rem;
}


.box_contact .btn a {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 500px;
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 0.1rem;	
	border: 3px solid #000;
	margin: 0 auto;
	padding: 15px 0;
}

.box_contact .btn a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.box_contact .btn a i {
	font-size: 150%;
	vertical-align: middle;	
	padding-right: 20px;
}

.box_contact p {
	margin: 10px 10px 30px 10px;
}


/* マウスホバーで画像を拡大
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.zoom {
	overflow: hidden;
}

.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}

.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition-duration: 0.3s;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";	
}

.zoom img {
	margin-bottom: 0;
}


/* フッター
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
    background-color: #f7f7f7;
	margin-top: -3rem;
    padding: 1rem 0;
}


/* フッターメニュー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footermenu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style-type: none;
	line-height: 1.0;	
	margin: 1.5rem auto;
}

.footermenu li {
	margin-bottom: 0;
	padding: 1rem 2rem 0.5rem 2rem;
}


/* コピーライト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
address {
	display: block;
	clear: both;
	position: relative;	
	font-style: normal;
	text-align: center;
	background-color: #000;
	color: #fff;	
	padding: 0.5rem 0;
}

address h5 {
	text-align: center;
	text-decoration: none;
	background: none;	
	letter-spacing: 0.1rem;
	margin: 1.5rem 0 -2.5rem 0;	
}

address h5 a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0.5rem 2rem;
}

address h5 a:hover {
	color: #fff;
	background-color: #005eae;
}

address h5::before, address h5::after {
	display: none;
}

address p {
	font-size: 1.2rem;
	margin: 20px 0;
	padding: 5px;
}


/* ページトップへ戻るボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#pagetop a {
	display: block;
	background-color: #000;
	height: 50px;
	width: 50px;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 20px;
}

#pagetop a::before {
	position: absolute;
	width: 25px;
	height: 25px;
	top: -8px;
	bottom: 0;
	right: 0;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	content: '\f102';
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: auto;
}

#pagetop a:hover {
	opacity: 0.6;
}


/* フローティングバナー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#calloutElm {
	position: fixed;
	bottom: 100px;
	right: 20px;
	max-width: 500px;
	z-index: 4;
}

.callout-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.callout-content {
    width: 100%;
	background-image: url("../topics/seeking_agents/images/floating_banner01.jpg");
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;	
	border: 1px solid #ccc;
	border-radius: 8px;	
	text-align: left;
	padding: 25px;
}

.callout-content .title {
	display: block;
	text-align: center;
	font-family: "Inter";
	font-size: 36px;	
	font-weight: bold;		
}

.callout-content .txt {
	font-weight: normal;
}

.callout-content .gray-bg {
	background: #fff;
	opacity: 0.8;
	text-align: center;
	border-radius: 8px;
	margin-top: 20px;	
	padding: 10px 20px;
}

.closebtn {
    position: absolute;
    top: -5px;
    right: 5px;
    color: #666;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
	color: #999;
}

.btn-area>a {
	display: block;
	max-width: 360px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #000;
	color: #fff;
	margin-inline: auto;

	border-radius: 8px;	
	margin-top: 20px;
	padding: 12px 15px;  
}

  .btn-area>a:hover {
    background: #FFBF00;
    color: #000;
}

/* 下層ページヘッダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.subimg_pro {
	background: url('../products/images/sub_top_pro.jpg');	
}

.subimg_tec {
	background: url('../technology/images/sub_top_tec.jpg');	
}

.subimg_com {
	background: url('../company/images/sub_top_com.jpg');	
}

.subimg_new {
	background: url('../news/images/sub_top_new.jpg');	
}

.subimg_inq {
	background: url('../inquiry/images/sub_top_inq.jpg');	
}


.subimg_inf {
	background: url('../info/images/sub_top_inf.jpg');	
}

.subimg_pro,
.subimg_tec,
.subimg_com,
.subimg_new,
.subimg_inq,
.subimg_inf {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 2rem;
}

.subimg_pro h1,
.subimg_tec h1,
.subimg_com h1,
.subimg_new h1,
.subimg_inq h1,
.subimg_inf h1 {
	height: 250px;
	line-height: 1.4;
	font-size: 4.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.3rem;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 16px rgba(255,255,255,0.3);
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	margin: 0;
}


/* 製品情報メニュー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu_pro {
	position: relative;
	overflow: hidden;
	clear: both;
	background: #dbe8f3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 3rem;
	padding: 20px 10px 10px 20px;
}

.menu_pro ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_pro li {
	position: relative;
	line-height: 2;
	margin: 0;	
	padding: 0 0 0 1.5em;
}

.menu_pro li::before {
    position: absolute;
	left: 7px;
	font-family: 'Font Awesome 6 Free';
	content: "\f105";
	font-weight: 600;
}

.menu_pro li a {
	text-decoration: none;
}

.menu_pro li a:hover {
	text-decoration: underline;
}

.menu_pro .innerL {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 0.5em;
	padding-right: 10px;
}

.menu_pro .innerR {
	position: relative;
	float: right;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 0.5em;
	padding-left: 10px;
}

/* SIAA 文字枠 */
.siaa_btn {
	position: relative;
	color: #fff;
	background: #009d95;	
	font-weight: bold;
	margin: 1em auto;
	padding: 0.5em 1em;
}

/* アクセスマップ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.g_map_base {
	background-color: #fff;
	margin-top: 30px;
}

.g_map {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 40%;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 海外代理店見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h4.kor {
	background: url(../company/images/Korea.png) no-repeat 0px 6px;
	background-size: 36px auto;
	border-left: none;	
	padding-left: 45px;
}

h4.tai {
	background: url(../company/images/Taiwan.png) no-repeat 0px 6px;
	background-size: 36px auto;
	border-left: none;		
	padding-left: 45px;
}

h4.usa {
	background: url(../company/images/USA.png) no-repeat 0px 6px;
	background-size: 36px auto;
	border-left: none;
	padding-left: 45px;
}

h4.uk {
	background: url(../company/images/UK.png) no-repeat 0px 6px;
	background-size: 36px auto;
	border-left: none;		
	padding-left: 45px;
}


/* プラットフォーム見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.head_pl {
	font-size: 22px;
    background: url(../technology/images/bg_list04.png)	no-repeat 0 16px;
	margin: 10px auto;
	padding: 10px 10px 10px 35px;
}

.head_01 {
	position: relative;
	overflow: hidden;
	font-size: 26px;
	letter-spacing: 0.1rem;	
	margin: 50px auto 20px auto;
	padding: 5px 5px 10px 0;
}

@media screen and (max-width:640px) {
.head_01 {
	font-size: 24px;
}
}

.head_01::before,
.head_01::after{
	content: "";
	position: absolute;
	bottom: 0;
}

.head_01:before{
	border-bottom: 5px dotted #bbb;
	width: 100%;
}

.head_01:after{
	border-bottom: 5px solid #f0f0f0;
	width: 100%;
}



/* 新着情報メニュー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.news {
	clear: both;
	float: none;
	margin: 60px auto 30px auto;
}

ul.news_inf,
ul.news_pro,
ul.news_tec,
ul.news_com {
	display: flex;
	flex-flow: row wrap;
    border-bottom: 2px dotted var(--border-color);
	padding: 10px 0 5px 0;
}

ul.news_inf li,
ul.news_pro li,
ul.news_tec li,
ul.news_com li { 
	display: block;
	margin: 10px 0 20px 0;
}

ul.news_inf li:nth-child(-n + 3),
ul.news_pro li:nth-child(-n + 3), 
ul.news_tec li:nth-child(-n + 3), 
ul.news_com li:nth-child(-n + 3) {
	flex-basis: 120px;
}

ul.news_inf li:nth-child(2),
ul.news_pro li:nth-child(2),
ul.news_tec li:nth-child(2),
ul.news_com li:nth-child(2) {
	flex-basis: 130px;
	color: #fff;
	text-align: center;
	margin: 5px 15px 20px 0;
	padding: 5px 10px;
}

ul.news_inf li:nth-child(2) {
	background-color: #e55039;
}

ul.news_pro li:nth-child(2) {
	background-color: #f19066;
}

ul.news_tec li:nth-child(2) {
	background-color: #786fa6;
}

ul.news_com li:nth-child(2) {
	background-color: #10ac84;
}

ul.news_inf li:nth-child(3),
ul.news_pro li:nth-child(3),
ul.news_tec li:nth-child(3),
ul.news_com li:nth-child(3) {
	flex-basis: auto;
}

/* 新着ページ */
.news_list {
	clear: both;
	float: none;
	margin: 20px auto;
}

.news_list dt {
	margin-bottom: 30px;
}

.news_list dt span {
	display: inline-block; 
	width: 160px;
	text-align: center;
	margin-right: auto;
}

.news_list dd {
    border-bottom: 2px dotted var(--border-color);
	vertical-align: top;
	margin: 10px auto;
	padding: 10px 0 40px 0;
}

.news_list dd.last {
	border-bottom: none;
}

.news_list border01 {
	margin: 30px 0;
}

.new_inf,
.new_pro,
.new_tec,
.new_com {
	position: relative;
	color: #fff;
	margin: 1em 10px;
	padding: 0.3em 1em;
}

/* 案内全般 レッド */
.new_inf {
	background: #e55039;
}

/* 製品情報 オレンジ */
.new_pro {
	background: #f19066;
}

/* 技術情報 パープル */
.new_tec {
	background: #786fa6;
}

/* 企業情報 グリーン */
.new_com{
	background: #10ac84;
}


/* 幅768px以下の表示
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px){

section {
	margin: 2rem 0;
	padding: 2rem 0;
}

.header-box {
	display: none;
}

/* ドロップダウンメニュー
-------------------------------------*/
#navi ul ul {
	position: static;
	width: 100%;
	z-index: 100;
	background-color: var(--white-color);
}

#navi li ul {
	display: block;
	background-color: var(--white-color);
}

.menu li ul, .menu li ul li   {
	border-bottom: none;
}

/* メイン画像
-------------------------------------*/
.mainimg {
    width: 100%;
}

#mainimg h1 {
    height: 300px;
	font-size: 2.0rem; 
}

/* キャッチコピー
-------------------------------------*/
.catch {
	margin: 8rem auto 5rem auto;
}

.catch p {
	text-align: left;
	margin: 5rem 2rem;
}

/* フッターメニュー
-------------------------------------*/
.footermenu {
	flex-flow: row wrap;
}

.footermenu li {
	margin-bottom: 0;
	padding: 1rem 1rem 0.5rem 1rem;
}


/* 幅640px以下の表示
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width:640px) {

h5 {
	font-size: 1.8rem;
}

h5::before, h5::after {
	width: 30px;
	margin: 0 10px;
}

h6 {
	font-size: 2.0rem;	
}

p.title01 {
	font-size: 24px;	
	margin: auto 5px;
}

.subimg_pro h1,
.subimg_tec h1,
.subimg_com h1,
.subimg_new h1,
.subimg_inq h1,
.subimg_inf h1 {
	padding: 0 20px;
}

/* メイン画像
-------------------------------------*/
#mainimg h1 {
	letter-spacing: 0;
	font-size: 1.6rem; 
}

#pagetop {
	right: 10px;
	bottom: -20px;
}

/* 製品情報メニュー
-----------------------------------*/
.menu_pro .innerL,
.menu_pro .innerR {
	float: none;
	width: 100%;
	padding-left: 0;
}

.menu_pro .innerL {
	margin-bottom: 0;
}
	
.menu_pro .innerR {
	margin-bottom: 10px;
}


/* フローティングバナー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#calloutElm {
	right: 20px;
	left: 20px;
	max-width: 100%;
}

.callout-content .title {
	font-size: 24px;	
}

.callout-content .gray-bg {
	padding: 10px 10px;
}
}


/* 幅460px以下の表示
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 460px){

/* メイン画像
-------------------------------------*/
#mainimg h1 {
	font-size: 1.8rem; 
}

/* フローティングバナー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#calloutElm {
	bottom: 150px;
}
}


/* その他の表示設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nontel{
  display: flex;
}