@charset "UTF-8";
/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

div#test {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* 共通部分
------------------------------------------------------------*/

html{
	font-size: 100%;
}

body{
	background-color: #111B25;
	color: #FFFFFF;
	font-family: "Noto Sans JP"; "小塚ゴシック Pro""Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	text-align: center;
}

/* HEADER------------------
------------------------------------------------------------*/
.logo{
	width:150px;
	margin-top: 5px;
}
.main-nav{
	display: flex;
	font-size: 20px;
	margin:10px;
	flex-direction: row-reverse;
	list-style: none;		
}
.wrapper{
	max-width: 1300px;
	margin: 0 auto;
}
.main-nav ul li a{
	margin: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
    color: #0AC0DE;	
}

.page-header{
	display:flex;
	justify-content: space-between;
}


/* main visual wrapper-----
   ------------------------------------------------------------*/
.main_visual{
	background-image: url("../images/main visual1.png");
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display: flex;
	justify-content: space-between;
	min-height:inherit;
	
}
.main_text{
	padding: 0 10px;
}
.main_text h1{
	font-size: 50px;
	padding: 20px 0 50px 0;
}

.main_visual p{
		font-size: 18px;
	padding-bottom: 10px;
}
.btn{
	width: 110px;
}
.download{
	padding: 407px 10px 0 0;
	width: 334px;
}


/* smart id デジタル名刺とは？-----
---------------------------------------------------------------------*/
.container{

}
.gradation-background{
	background-image:url("../images/gradation1.png");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 6%;
}

#smart_id h1{
	font-size: 40px;
	padding: 0,50px;
}
#smart_id span{
	font-size: 25px;
}
.contents{
	display: flex;
}

.smartphone{
	width:40%;
}
.description{
	font-size: 23px;
	width: 50%;
	text-align: justify;
	display: flex;
	align-items: center;
	line-height: 2;
}


/* point-----
--------------------------------------------------------------------------*/
.point-title{
	font-size: 40px;
	padding: 50px;
}
.point-title span{
	font-size: 26px;
}
.wrapper-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	
}
.wrapper-grid item{
	font-size: 20px;
	padding: 50px;
}
.wrapper-grid a{
	text-decoration: none;
}
.title{
	font-size: 25px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.item1{
	padding-bottom: 20px;
}
.item2{
	padding-bottom: 20px;
}
.container{
	padding-bottom: 50px;
}
a{
		text-decoration: none;
}
.title{
	text-decoration:none;
}
/* detail-----
--------------------------------------------------------------------------*/
h1{
	font-size: 30px;
}
.detail{
	padding: 50px;
	font-size: 20px;
	background-color: #08193A;
}
.detail2{
	padding: 50px;
	font-size: 20px;
	background-color:#121B25;
}
div #2{
	background-color:#218E7C;
}
.detail img{
	width: 180px;
}
.detail2 img{
	width: 180px;
}
.meishi_sakusei{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	
}
.qrcode_meishikoukann{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.data_security{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.tsunagari{
	display: flex;
	justify-content: space-around;
	font-size: 15px;
}

.h1{
	margin-bottom: 50px;
}

/* download2-----
--------------------------------------------------------------------------*/
.download2{
	font-size: 30px;
	padding:100px;
	background-color:#08193A;
}
.download2 img{
	padding-top: 30px;
	width: 	104px;
}
/* about us-----
--------------------------------------------------------------------------*/
.about_title{
	font-size: 40px;
}
#about_us{
    padding: 50px;
	margin: 50px;
	border: 1px solid;
	border-radius: 30px;
}
#about_us div{
	display: flex;
	text-align: justify;
	align-items: center;
}
#about_us img{ 
	width: 150px;   
	margin-right: 30px;   
}
#about-us p{
	padding: 10px;
	font-size: 25px;
}
/* footer-----
--------------------------------------------------------------------------*/
.footer{
	display: flex;
	justify-content: space-between;
	height: 80px;
}

.download_botan{
	width: 80px;
	margin-left: 24px;
}
nav ul li a{
	margin: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#copy{
	color:#7B7B7B;
	font-size: 13px;
	margin: 10px;
}