/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    /*padding: 2em 0;*/
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
}
#header-pages{
	position:relative;
}

#head_logo{
	display: inline-block;
	margin: 12px 0 0 10%;
}


#mail{
	display: inline;
	position:absolute;
	right: 10%;
	top: -12px;
    padding: 31px 55px 12px 55px;
	background-color: #FF8943;
	border-radius: 0 0 16px 16px;

}
#mail a{
	font-size:1.2em;
	text-decoration:none;
	color: white;
}

#toplist{
	z-index: 2;
    position: fixed;
    width: 100%;
    background-color: white;
	padding-bottom: 16px;
}

#toplist_sp{
	z-index: 2;
    width: 100%;
	padding-top: 16px;
    padding-bottom: 16px;
	background-image: url(../images/shoppers-talking-center.jpg);
	/*background-size: contain;*/
	background-size: cover;
    background-position: 50% 29%;
}
#titleSP{
	font-size: 2.2vw;
}

.alignCenter{
	text-align: center;
}
.autocenter{
	margin: 0 auto;
}
.width90{
	width: 90%;
}

.width80{
	width: 80%;
}

.width50{
	width: 50%;
}
.width40{
	width: 40%;
}
.orange{
	color: orange;
}
.gray{
	color: gray;
}
.darkRed{
	color: #801919;
}
.font50{
	font-size: 50px;
}
.font30{
	font-size: 30px;
}
.marginTop30{
	margin-top: 30px;
}
.flex{
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
}
.shadow{
	box-shadow: 0.3em 0.3em 1em rgb(0 0 0 / 40%);
}

.bgorange{
	/*background-color: #FFF2CC;*/
	background-image: url(../images/introduction_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 90%;
}
.introduction_box{
	position: relative;
}
#introductionBg{
	position:  absolute;
	top: 0;
	left: 0;
	width: 48%;
}
.toIntroductionTitle{
	font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 120px 0px 10px 49vw;
}
.introductionSubtitle{
	padding: 0px 0px 35px 49vw;
}
.zindx{
    z-index: 1;
    position: relative;
}
.blue{
	color: #157ABB;
}
.blod{
	font-weight: bold;
}

.orangebox{
	background-color: orange;
	color: white;
	border-radius: 16px;
	padding: 3px 30px;
}
.bluebox{
	display: inline-block;
	background-color: #157ABB;
	color: white;
	border-radius: 16px;
	padding: 10px 30px;
	font-size:20px;
	font-weight: bold;
	width: 85%;
}
.pl10 {
    padding-left: 10px;
}
.bigfont{
	font-weight: bold;
	font-size: 23px;
}

.menuList{
	display: block;
	position: relative;
	top: -17px;
	/*right: -24%;*/
}
.menu {
	/*padding: 1em 0 0 0;*/
	display: block;
}

.shoppingmenu {
	padding: 3em 0 0 0;
	display: block;
}

.menu a,.shoppingmenu a {
	padding: 0px 42px;
	font-size:1.2em;
	text-decoration:none;
	color: black;
}
.hamburger-menu{
	display: none;
}
.block{
	margin-top: 18px;
	margin-left: 3%;
}
.benner{
	/*display: inline-block;
	text-align: center;*/
	position:relative;
	top: 90px;
	text-align: center;

}
.benner_sp{
	position:relative;
	top: 5px;
	text-align: center;
}
#downloadbutton{
	position: relative;
    top: -13vw;
    left: 6.5%;
}
#mailbutton{
	position: relative;
    top: -13vw;
    left: 7%;
}
#logospace{
	padding: 0 10px;
}
.title {
    font-size: 40px;
    font-weight: bold;
	line-height: 1.5em;
	/*margin: 0.5em 0;*/
	padding: 120px 0px 10px 0px;
}

.titleSp {
    font-size: 40px;
    font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 10px 0px;
}
.benner_sp img{
	padding: 0px 50px 30px 50px;
}
.UpMove img{
	padding: 0px 0px 10px 0px;
}
.titleanalysis{
	font-size: 50px;
}

.subtitle{
	font-size: 1.6em;
	padding: 0 0 10px 0;
}

.content{
	position: relative;
    /*top: -115px;*/
	width: 60%;
    margin: 0 auto;
	/*background-color: white;*/
	padding-bottom: 15px;
}
.overviewInfo{
	margin: 1.5em 0 1.5em 4vw;
	width: 90%;
}
.overviewInfo ul{
	padding: 0.5em 2em;
    color: #474747;
    background: whitesmoke;
    border-left: double 7px #be1622;
    border-right: double 7px #be1622;
}
.overviewInfo ul ul{
	padding: 0;
    margin: 0;
    background: unset;
    border-left: unset;
    border-right: unset;
}
.overviewInfo li li{
	font-size: 16px;
}
#footer-pages{
	position: relative;
}
.introduction{
	font-size: 16px;
}
.exp {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 1em 0;
	width: 100%;
}
.expWord{
	position: relative;
    top: 66px;
}
.functionitem{
	display: inline-flex;
    flex-direction: column;
	margin: 0.5em 4px;
	width: 48%;
}
.functionitem img {
	width: 22px;
	height: 22px;
	/*width: 30px;
	height: 30px;*/
	padding-top: 4px;
}
.functionlist{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 -5vw;
	background-color: #F8C06C;
	/*padding: 0.6em 2em;*/
	padding: 0.8em 1.1em;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	/*border-radius: 16px;*/
	/*border:solid #707070 0.5px;*/
	border-left:solid #F8C06C 20px;
	border-right:solid #F8C06C 20px;
	width: 75%;
}
.functionlistColor{
	background-color: #FB8640;
	border-left:solid #FB8640 20px;
	border-right:solid #FB8640 20px;
	color: white;
}
.functionlist img{
	width: 2vw;
	vertical-align: middle;
	margin-right: 0.5em;
}
.functionBox{
	width: 50%;
}
.extensionsBox{
	width: 10%;
}
.itemblock{
	/*margin: 0em 0em 1em 5.6em;*/
	padding: 1.5em 1.5em 2.5em 4em;
	display: flex;
    flex-wrap: wrap;
	box-shadow: 0.3em 0.6em 1em rgb(0 0 0 / 40%);
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	/*border-radius: 16px;*/
	/*border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-left:solid #FFC99F 20px;
	border-right:solid #FFC99F 20px;
	border-bottom:solid #FFC99F 20px;*/
	/*border-left:solid #707070 0.5px;
	border-right:solid #707070 0.5px;
	border-bottom:solid #707070 0.5px;*/
	width: 75%;
	background-color: white;
	
}
.itemblock2{
	padding: 1.5em 1.5em 16em 4em;
	background-image: url(../images/box_bg1.png);
	background-position: -40px -212px;
}
.function{
	color: white;
	font-weight: bold;
	font-size: 1.6em;
	background-color: #FF8943;
	width: 77%;
	border-radius: 5px;
	padding: 6px;
	cursor: pointer;
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}
.function_sp{
	color: white;
	font-weight: bold;
	font-size: 2em;
	background-color: #801919;
	width: 90%;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
#special{
	background-color: #BE1622;
}
li {
  list-style-type: square;
  font-size: 20px;
}

li li {
  list-style-type: circle;
  font-size: 14px;
}
.priceblock{
	margin: 0em 0em 1em 5.6em;
	padding: 0 2.8em;
	border-radius: 0 0 16px 16px;
	border-left:solid #707070 0.5px;
	border-right:solid #707070 0.5px;
	border-bottom:solid #707070 0.5px;
	width: 75%;
}
.price{
	font-weight: bold;
	font-size: 2em;
}
.info{
	background-color: #FFCE88;
	padding-bottom: 30px;
}
/*.info{
	background-color: #FFCE88;
	border-radius: 16px;
	padding: 1em;
	margin: 1.2em 0 0 6%;
	width: 72%;
	
}*/
#infospace{
	margin: 0 auto;
    display: flex;
    width: 80%;
}
.infobox{
	background-color: white;
	border-radius: 16px;
	padding: 3em;
	margin: 0 auto;
	width: 29%;
	border: 2px solid black;
	display: inline-block;
}
.ynbox{
	margin: 20px auto;
	width: 29%;
	display: inline-block;
}
.logoCom{
	/*margin-left: 10em;*/
	position: relative;
    top: -20px;
}
.logoCom img{
	width: 200px;
}
.infolist{
	display: inline-block;
	padding-left: 18px;
}
/*.comName{
	color: #005FAB;
	font-weight: bold;
	font-size: 1.2em;
}*/
.listClosea, .listCloseb, .listClosec, .listClosed, .listClosee{
	display: none;
}
.listshowa, .listshowb, .listshowc, .listshowd, .listshowe{
	display:inline;
	padding-left: 35px;
}
.oneline{
	display: block;
}

.table_style {
    width: 100%;
    border: solid 1px #ccc;
    border-collapse: collapse;
}
.table_style th {
    background: #efefef;
    border: solid 1px #ccc;
    vertical-align: middle;
    width: 15%;
    padding: 5px;
    text-align: left;
}
.table_style td {
    padding: 5px;
    border: solid 1px #ccc;
}

.table_style td ul li {
    list-style: none;
}

.consent {
    border: 1px solid rgba(160,160,160,1.0);
    height: 450px;
    overflow: scroll;
    overflow-x: hidden;
    padding-top: 20px;
}
.col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.consent dl {
    width: 100%;
}

.clearfix {
    min-height: 1px;
    clear: both;
}
.ttl_input {
    /*border-left: 5px solid rgba(40,40,40,1.0);*/
    font-size: 1.5rem;
    padding: 5px 10px 5px 20px;
    margin-bottom: 10px;
}
.frm_base {
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,1.0);
    background: rgba(40,40,40,1.0);
    margin-top: 0px;
}
.frm_base .item_title {
    color: rgba(255,255,255,1.0);
    font-size: 1.0rem;
    width: 180px;
}
.frm_base .item_title, .frm_base .item_body {
    float: left;
}
.frm_base .item_title, .frm_base .item_body {
    position: relative;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}
.frm_base .item_title {
    border-top: 0px solid rgba(255,255,255,1.0);
}
.frm_base .item_body {
    font-size: 1.0rem;
    /*width: 500px;*/
    width: 80%;
	background: rgba(245,245,243,1.0);
}
.req {
    background: rgba(255,60,60,1.0);
    color: rgba(255,255,255,1.0);
    float: right;
    font-size: 0.8rem;
    padding: 0 5px;
}
.req2 {
    background: rgba(255,60,60,1.0);
    color: rgba(255,255,255,1.0);
    font-size: 0.8rem;
    padding: 0 5px;
}
.btn_box10 button.next {
    font-size: 1.2rem;
    padding: 10px 0;
    width: 83%;
    color: rgba(40,40,40,1.0);
    font-weight: bold;
    background-color: rgba(255,255,255,0.5);
    border: 2px solid rgba(40,40,40,1.0);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
}
.frm_base .input_base {
    width: 100%;
}

.helfblock{
	position:relative;
	width: 48%;
	display: inline-block;
}
.helfblock img {
	position:relative;
	width: 94%;
}
.helfblock ul{
	padding-left: 24px;
}
.functiontit{
	font-size: 20px;
	font-weight: bold;
	
}
.functionsubtit{
	font-size: 16px;
	font-weight: bold;
	background-color: #FFC000;
	padding-left: 20px;
}
.boxline{
	border-collapse: collapse;
	margin: 10px 0;
}
.boxline th{
	background-color: #FFF2CC;
}
.boxtext{
	text-align:left;
	padding: 5px 15px 5px 5px;
	border: solid black 1px;	
}
.helfblock li {
	margin-top: 5px;
}

#spPart2{
	position:relative;
	width: 100%;
	background-image:url(../images/2196-2.png);
	background-size: cover;
	background-position: center;
	padding: 10vw 0; 
	color: white;
	text-shadow: #000 1px 0 10px;
}
#spPart3{
	
}
#spPart4{
	width: 100%;
	background-image: url(../images/young-adult-shopping-city.png);
	background-size: cover;
	background-position: center;
	padding: 2vw 0; 
}
#spPart5{
	width: 100%;
	background-image:url(../images/function_bg.png);
	background-size: cover;
	padding: 2vw 0; 
}
#Contents01{
	position:relative;
    top: -6vw;
    left: -29vw;
	font-size:1.5vw;
}
#Contents02{
	position:relative;
	top: -4vw;
    left: -1vw;
	font-size:2.5vw;
}
#Contents03{
	position:relative;
	left: 20vw;
	font-size:1.5vw;
}
#Contents04{
	position:relative;
	left: -3vw;
    top: 3vw;
	font-size:2vw;
}
#Contents05{
	position:relative;
	left: 30vw;
    top: 7vw;
	font-size:1.8vw;
}
.info_sp{
	position:relative;
	left: -8vw;
	color: white;
	font-size: 1em;
	background-color: #801919;
	width: 140%;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	display: inline-flex;
	flex-direction: row;
	margin: 10px;
}
#infoLogo{
	width: 66%;
}
.flex-item1{
	width: 30%;
}
.flex-item2{
	width: 60%;
}
.flex-item3{
	width: 10%;
	display: flex; 
	justify-content: center;
	align-items: center;
}
#qrCode{
	width: 5vw;
}

	@media screen and (max-width: 1950px) {
		/* 1950px以下に適用されるCSS*/
		.logoCom{
			top: 0px; 
		}
	
		.expWord, .molPic{
			display: block;
		}
		.expWord {
			 top: 0px; 
		}
		.functionlist{
			margin-left: -5vw;
			font-size: 1.2em;
			padding: 0.8em 1.25em;
		}
		.itemblock, .priceblock{
			margin: 0em 0em 1em -5vw;
		}
		.itemblock2 {
			background-position: -65px -212px;
		}
		.function{
			font-size: 1.2em;
			width: 88%;
		}
		.functionlist {
			font-size: 1em;
			padding: 0.8em 1.5em;
		}
	}
	
	@media screen and (max-width: 1650px) {
		.function{
			font-size: 1em;
		}
		#toplist_sp{
			background-size: cover;
			/*background-position: bottom;*/
		}
	}
	@media screen and (max-width: 1200px) {
		.functionitem{
			width: 50%;
		}
		.flex{
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-end;
		}
		.extensionsBox,.functionBox{
			width: 80%;
		}
		.itemblock2 {
			padding: 1.5em 1.5em 1em 4em;
			background-image: url(../images/box_bg2.png);
			background-position: 224px -156px;
			background-size: 80%;
			background-repeat: no-repeat;
		}
		.functionitem {
			width: 100%;
		}
		.bgorange{
			background-image: url(../images/introduction_bg3.png);
		}
		#introductionBg {
			position: absolute;
			top: -26vw;
			left: 0;
			width: 74%;
		}

		.toIntroductionTitle {
			padding: 16% 0px 10px 20vw;
		}
		.introductionSubtitle {
			padding: 0px 0px 35px 20vw;
		}
		.functionlist,.itemblock{
			margin-left: 0vw;
			width: 84%;
		}
		.info_sp{
			flex-direction: column;
		}
		#infoLogo {
			width: 33%;
		}
		.flex-item1, .flex-item2, .flex-item3{
			width: 100%;
			text-align: center;
		}
	}

	@media screen and (max-width: 1050px) {
		/* 1050px以下に適用されるCSS（タブレット用） */
		.content{
			width: 80%;
		}
		.block{
			margin-top: 29px;
		}
		.menuList{
			display: block;
			top: -3px;
		}
		.menu a {
			padding: 0px 27px;
		}
		#downloadbutton{
			/*position: relative;
			top: -111px;*/
			left: 6%;
			width: 190px;
		}
		#mailbutton{
			/*position: relative;
			top: -111px;*/
			left: 7%;
			width: 190px;
		}
		.exp {
			width: auto;
		}
		.introduction{
			font-size: 1em;
		}
		
		.function{
			width: 70%;
			font-size: 1.2em;
		}
		.logoCom{
			margin-left: 3vw;
		}
		.logoCom img{
			width: 22vw;
		}
		.infolist{
			padding-left: 3vw;
		}
		#titleSP {
			font-size: 3.2vw;
		}

	}

	@media screen and (max-width: 610px) {
	/* 610px以下に適用されるCSS（スマホ用） */
		.benner{
			top: 88px;
		}
		.menuList {
			top: 10px;
			right: -4%;
		}
		.menu a {
			padding: 0px 19px;
			font-size: 14px;
		}
		#head_logo img {
			width: 95px;
		}
		#mail {
			padding: 25px 24px 12px 27px;
		}
		#downloadbutton, #mailbutton {
			/*top: -59px;*/
			width: 120px;
		}
		
		.functionlist{
			width: 75%;
			padding: 0.8em 1.33em;
		}
		.itemblock{
			width: 84%;
			padding: 0 0 0 11.6vw;
		}
		
		.function{
			width: 90%;
			font-size: 1em;
		} 
		.infolist{
			padding-left: 0em;
		}
		.logoCom {
			margin-left: 0em;
		}
		.comName {
			font-size: 1em;
		}

		.toIntroductionTitle{
			padding: 63px 0px 0px 4vw;
		}
		.introductionSubtitle{
			padding: 0px 0px 35px 4vw;
		}
		.itemblock2 {
			background-position: 34px -54px;
			background-size: 100%;
		}
		.space {
			display: none;
		}
		.price {
			font-size: 20px;
		}
		.functionlist img {
			width: 36px;
		}
		#infospace{
			flex-direction: column;
		}
		.infobox{
			margin: 0px auto 2vw;
			width: 76%;
		}
		.newline{
			display: block;
		}
		#infoLogo {
			width: 95%;
		}
		#spPart4 div, #spPart5 div{
			width: 80%;
			margin: 0 0 0 8vw;
		}
		.function_sp{
			font-size: 1.5em;
		}
		.info_sp{
			left: 0;
		}
		#titleSpImg1 img, #titleSpImg2 img{
			width: 80%;
		}
		.benner_sp img{
			padding: 0px 50px 30px 30px;
		}
		.subtitle {
			font-size: 18px;
		}

	}
	
	@media screen and (max-width: 399px) {
		/* 399px以下に適用されるCSS（スマホ用） */
		.menu a {
			padding: 0px 14px;
		}
		.function {
			width: 93%;
			font-size: 14px;
		}
		.functionlist,.itemblock {
			width: 42vw;
		}
		.itemblock {
        padding: 0px 8vw 0 15vw;
		}
		.functionlist{
			padding: 0.8em 1.5em;
		}
		.shoppingmenu{
			padding: 0 0 0 0;
		}
	}
}