@charset "UTF-8";
/* CSS Document */


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 580px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media only screen and (min-width: 420px) {
.sp_visible {
    display: none;
}
}

/* ▼webフォントが置いてある場所の指定 */
@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('../font/BebasNeue Bold.woff') format('woff');

    /*src: url('../font/DINBEK-Bold.woff') format('eot'),
    	 url('../font/DINBEK-Bold.woff') format('woff'),
         url('../font/DINBEK-Bold.woff') format('opentype'),
         url('../font/DINBEK-Bold.ttf') format('truetype'),
         url('../font/DINBEK-Bold.woff') format('svg');*/
}

/*@font-face {
font-family: 'DINBEK-Bold';
font-style: normal;
font-weight: normal;
src: local('DINBEK-Bold'), url('../../../font/DINBEK-Bold.woff') format('woff');
}*/


@media screen and (min-width: 330px) {
br.visible330{
	display: none;}
  }/* width狭い場合改行を入れる */


/**************************************/

html,body{
    width: 100%;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1{
	text-align: center;
	line-height: 1.3;
	color: #1a1a1a;
	font-size: 50px;
	font-weight: bold;
	padding: 50px auto 40px auto;
}
h2{
	text-align: center;
	line-height: 1.3;
}
h3{
	font-size: 24px;
	line-height: 1.4;
}
p{
	margin: 0 auto;
	height: auto;
	text-align: left;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 26px;
}
.fontS{
	font-size: 84%;
}
p.lead{
	width: 860px;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.7;
}


a:link{color: #df1995;}
a:visited{color: #df1995;}
a:hover {color:#df1995; background:rgba(0, 0, 204, 0.5);}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70); /* for IE8 */
	background:none!important;
	zoom:1; /* for IE7 */
	display:inline-block; /* for IE8 */
}

.floatL{float: left;}
.floatR{float: right;}
.alignC{text-align: center;}

.mT5{margin-top: 5px;}
.mT10{margin-top: 10px;}
.mT15{margin-top: 15px;}
.mT20{margin-top: 20px;}
.mT25{margin-top: 25px;}

.mR10{margin-right: 10px;}
.mR15{margin-right: 15px;}
.mR20{margin-right: 20px;}
.mR25{margin-right: 25px;}

.mL10{margin-left: 10px;}
.mL15{margin-left: 15px;}
.mL20{margin-left: 20px;}
.mL25{margin-left: 25px;}

.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;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 */
.clearfix {
    zoom:1;
}

.markerLine{
	color: #df1995;
	text-decoration: underline;
}
.markerBold{
	color: #df1995;
	font-weight: bold;
}

/**************************************/

header{
	background-color: #FFF;
	padding: 10px;
}
header:after{
	clear: both;
	display: block;
	content: "";
}
header .left{
	float: left;
}
header .right{
	float: right;
}
header .right p{
	float: left;
	padding-left: 10px;
}

h1{
	font-size: 48px;
	font-weight: bold;
	color:  #1a1a1a;
	margin-bottom: 33px;
}


#sect-top {
	width: 100%;
	height: auto;
	background-color: #00964a;
	background-color: #FFF;
	padding-top: 0px;
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
}
.wrap-sect-top {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
#sect-top h1 strong{
	font-size: 58px;
}
.lead-top{
	text-align: center;
	font-size: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}
#sect-top p.text{
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 42px;
}
#sect-top .imgArea{
	/*width: 1080px;*/
	margin: 0 auto;
}
#sect-top .imgArea img{
	margin: 0 auto;
	width: 580px;
	height: auto;
}
#sect-top .btnArea{
	width: 860px;
	margin: 30px auto 30px auto;
}


#sect-rainbow {
	width: 100%;
	height: auto;
	/*background-image: url(../img/bg_rainbow.png);
	background-repeat: repeat-x;
    background-position: left top;*/

	background: rgba(0,58,92,1);
	background: rgba(0,58,92,1);/* Old Browsers */
	background: -webkit-linear-gradient(rgba(0,58,92,1) 0%, rgba(109,32,119,1) 20%, rgba(223,25,151,1) 40%, rgba(255,132,38,1) 60%, rgba(108,194,74,1) 80%, rgba(0,181,226,1) 100%);
	background: -o-linear-gradient(rgba(0,58,92,1) 0%, rgba(109,32,119,1) 20%, rgba(223,25,151,1) 40%, rgba(255,132,38,1) 60%, rgba(108,194,74,1) 80%, rgba(0,181,226,1) 100%);
	background: linear-gradient(rgba(0,58,92,1) 0%, rgba(109,32,119,1) 20%, rgba(223,25,151,1) 40%, rgba(255,132,38,1) 60%, rgba(108,194,74,1) 80%, rgba(0,181,226,1) 100%); /* FF3.6+ *//* Chrome, Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE 10+ *//* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a5c', endColorstr='#00b5e2', GradientType=0 );/* IE6-9 */

    padding-bottom: 25px;
	background-size: contain;
	padding-top: 25px;
	position: relative;
	margin-bottom: 50px;
	color: #fff;
}
.wrap-sect-rainbow {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
.wrap-sect-rainbow img {
	width: 220px;
	height: auto;
}
#sect-rainbow h1 strong{
	font-size: 58px;
}
.lead-rainbow{
	text-align: center;
	font-size: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}
#sect-rainbow .imgArea{
	width: 1024px;
	margin: 0 auto;
}
#sect-rainbow .annotation{
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
/* accordion */
#sect-rainbow .accordionArea{
	margin-bottom: 40px;
}
#sect-rainbow {
	text-align: center;
}
#sect-rainbow .dataArea {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'BebasNeue-Bold';
	letter-spacing: 0.1em;
	width: 370px;
	margin: 60px auto 80px auto;
}
/*▼累計距離comingsoon用*/
#sect-rainbow .dataArea.comingsoon {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'BebasNeue-Bold';
	letter-spacing: 0.1em;
	width: 1080px;
	margin: 60px auto 150px auto;
}
#sect-rainbow .dataArea.comingsoon strong {
	text-align: center;
	font-size: 120px;
	font-family: 'BebasNeue-Bold';
	padding-right: 20px;
}
/*▲累計距離comingsoon用*/
#sect-rainbow .dataArea strong {
	text-align: center;
	font-size: 160px;
	font-family: 'BebasNeue-Bold';
	padding-right: 20px;
}
#sect-rainbow .dataArea .result {
	font-size: 40px;
}
#sect-rainbow .dataArea .subcmt {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#sect-rainbow .dataArea .subcmt small {
	font-size: 14px;
	padding: 0;
}
#sect-rainbow .dataArea .subcmt num  {
	font-size: 116%;
	font-family: 'BebasNeue-Bold';
}
#sect-rainbow .accordionArea h2{
	width: 100%;
	background-color: #fff;
	padding: 24px 0 0 0;
	box-sizing: border-box;
}
#sect-rainbow .accordionArea h2 label{
	width: 382px;
}
#sect-rainbow .accordionArea h2 .title{
	display: inline-block;
	width: 380px;
	pointer-events: none;
	background: #df1995;
	color: #fff;
	border-radius: 25px;
	padding: 5px 0px 2px 0px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
#sect-rainbow input{
	display: none;
}
#sect-rainbow .accordionArea .cmt{
	font-size: 14px;
	color: #7d7d7d;
	margin-top: 30px;
}
#sect-rainbow h3{
	font-size: 16px;
	font-weight: bold;
	color: #df1995;
	line-height: 28px;
	margin: 0px 0 24px 0;
	border-bottom: 2px solid #df1995;
	padding-bottom: 12px;
}
#sect-rainbow h3 .ptn{
	font-weight: bold;
	border-radius: 25px;
	padding: 3px 18px;
	border: 2px solid #df1995;
}
#sect-rainbow .accordionArea .toggle{
	padding: 18px;
	background-color: #fff;
	color: #1a1a1a;
	font-size: 14px;
	padding: 30px 40px 40px 40px;
}
#sect-rainbow .accordionArea .toggle ul{
}
#sect-rainbow .accordionArea .toggle ul:after{
	clear: both;
	display: block;
	content: "";
}
#sect-rainbow .accordionArea .toggle ul li{
	float: left;
	/*display: inline-block;*/
	font-weight: bold;
	width: 220px;
	padding-right: 40px;
	text-align: left;
}
#sect-rainbow .accordionArea .toggle ul li {
    background-image: url(../img/arrow_pc.png);
    background-repeat: no-repeat;
    background-position: right 12px top 140px;
	background-size: 13px auto;
}
#sect-rainbow .accordionArea .toggle ul li img{
	/*padding-top: 18px;*/
}
#sect-rainbow .accordionArea .toggle ul li:last-child{
	padding-right: 0px;
}

#sect-rainbow .accordionArea .toggle ul li .num{
	width: 8px;
	height: 24px;
	font-family: BebasNeue-Bold;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #1a1a1a;
	float: left;
	text-align:center;
	line-height: 36px;
	vertical-align: middle;
		margin-right: 12px;
}
#sect-rainbow .accordionArea .toggle ul li h4{
	font-weight: bold;
	min-height: 56px;
}


#sect-social{
	width: 100%;
	margin: 0 auto 80px auto;
	background: #fff;
	color: #333333;
}

.wrap-sect-social{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
#sect-social h2{
	padding-bottom: 30px;
}
#sect-social h2 img{
	margin: 0 auto;
	width: 578px;
	height: auto;
}
.wrap-sect-social p.text {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 42px;
	letter-spacing: 1.5px;
}

.wrap-sect-social ul {
}
.wrap-sect-social ul li {
	width: 520px;
	float: left;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
	box-sizing: border-box;
}
.wrap-sect-social ul li:first-child {
	margin-right: 30px;
}
.wrap-sect-social ul:after{
	clear: both;
	display: block;
	content: "";
}
.wrap-sect-social ul li dl{
	border: 1px solid #979797;
	padding: 26px 30px 30px 30px;
	min-height: 310px;
	box-sizing: border-box;
}
.wrap-sect-social ul li dl dt{
	font-size: 14px;
	font-weight: bold;
	color: #df1995;
	padding-bottom: 12px;
	letter-spacing: 1.5px;
}
.wrap-sect-social ul li dl dd{
	letter-spacing: 1.3px;
	font-size: 12px;
	line-height: 1.8;
	word-break: break-all;/* 英語改行させない */
}

#sect-sanofi {
	width: 100%;
	height: auto;
	color: #fff;

	margin: 0 auto;
	height: auto;
	text-align: center;
	background-color: #fff;
	padding: 110px 0;
	background-color: #303030;
	box-sizing: border-box;
	/*background-image: url(../img/bg_btm.png);
	background-repeat: no-repeat;
	background-position: center -2px;
	background-size: 100% auto;*/
}
.wrap-sect-sanofi {
	width: 1080px;
	margin: 0 auto;
}
.wrap-sect-sanofi h2{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 16px;
}

.wrap-sect-sanofi div.lysolife{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 29px;
	text-align: left;
	margin-top: 40px;
	box-sizing: border-box;
}
.wrap-sect-sanofi div.lysolife h3{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.wrap-sect-sanofi div.lysolife p{
	font-size: 12px;
	padding: 14px 0 20px 0;
}
.wrap-sect-sanofi div.lysolife ul{
}
.wrap-sect-sanofi div.lysolife ul:after{
	clear: both;
	display: block;
	content: "";
}
.wrap-sect-sanofi div.lysolife ul li{
	float: left;
	margin-right: 10px;
}
.wrap-sect-sanofi div.lysolife ul li img{
	width: 196px;
	height: auto;
}
.wrap-sect-sanofi div.lysolife ul li:last-child{
	margin-right: 0px;
}




/* ▼PCではアコーディオンなしの指定 */
.title{
	pointer-events: none;
}
@media screen and (max-width: 640px){
	.title{
		pointer-events: all;
	}

	.toggle{
		display: none;
	}
}
/* ▲PCではアコーディオンなしの指定 */



/********** ここからタブレット **********/

/*@media screen and (max-width: 767px){


}*/



/********** ここからスマホ **********/

@media screen and (max-width: 580px){


img {
   width: 100%;  /* 横幅に合わせて自動で拡大縮小する */
}

p{
	width: 100%;
	margin: 0 auto;
	height: auto;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
}


h1{
	font-size: 1.5em;
}

#sect-top {
	height: auto;
	margin-bottom: 40px;
}
#sect-top:after  {
    padding-bottom: 0%;
}
#sect-top .wrap-top{
	width: 100%;
	margin: 0 auto;
}
.wrap-sect-top {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#sect-top .imgArea{
	width: 100%;
	margin: 0 auto;
}
#sect-top .inner{
	width: 90%;
	margin: 0 auto;
}
#sect-top .inner .text{
	text-align: left;
	margin-bottom: 20px;
}
#sect-top .imgArea .sp{
	margin: 0 auto;
	width: 100%;
}
#sect-top .btnArea .sp{
	margin: 0 auto;
	width: 100%;
}


#sect-rainbow {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 25px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
#sect-rainbow {
    width: 100%;
    height: auto;
    /*background-image: url(../img/bg_rainbow_sp.png);
    background-repeat: repeat-x;
    background-position: left top;*/

    padding-bottom: 25px;
    background-size: contain;
    padding-top: 25px;
    position: relative;
    margin-bottom: 40px;
    color: #fff;
}
.wrap-sect-rainbow {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
#sect-rainbow .accordionArea {
    margin-bottom: 0px;
}
#sect-rainbow h1 strong{
	font-size: 58px;
}
#sect-rainbow .annotation{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 1.3px;
}
#sect-rainbow .dataArea {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'BebasNeue-Bold';
    letter-spacing: 1.7px;
    width: 100%;
    margin: 30px auto 50px auto;
}
/*▼累計距離COMING SOON用*/
#sect-rainbow .dataArea.comingsoon {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'BebasNeue-Bold';
    letter-spacing: 0.1em;
    width: 100%;
    margin: 30px auto 50px auto;
}
#sect-rainbow .dataArea.comingsoon .result {
	display: inline-block;
	margin: 32px auto;
}
#sect-rainbow .dataArea.comingsoon strong {
    font-size: 70px;
    padding-right: 0px;
}
/*▲累計距離COMING SOON用*/
#sect-rainbow .dataArea strong {
    font-size: 120px;
    padding-right: 16px;
}
#sect-rainbow .accordionArea h2 {
    width: 100%;
    background-color: rgba(255,255,255,0.00);
    padding: 0px 0 0 0;
    box-sizing: border-box;
}
#sect-rainbow .accordionArea h2 .title {
	display: inline-block;
    width: 100%;
    background: rgba(223,25,149,0.00);
    color: #fff;
    border-radius: 30px;
    padding: 14px 0px 14px 0px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
	border: 1px solid #fff;

	margin-bottom: 20px;
}



/*アイコンを表示*/
#sect-rainbow .accordionArea h2 .title {
	background-image: url(../img/arrow_down.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right 10px top 14px;
}
/*アイコンを入れ替える*/
#sect-rainbow .accordionArea h2.ac .title {
	background-image: url(../img/arrow_up.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right 10px top 14px;
}


#sect-rainbow h3 {
    margin: 0px 0 18px 0;
    padding-bottom: 10px;
	text-align: left;
}
#sect-rainbow h3.sec2 {
    margin: 0px 0 18px 0;
    padding-bottom: 10px;
	text-align: center;
}
#sect-rainbow h3.sec2 .ptn {
	display: inline-block;
	margin-bottom: 12px;
}
#sect-rainbow .accordionArea .toggle {
    padding: 18px;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 14px;
    padding: 20px;
	margin-bottom: 24px;
}
#sect-rainbow .accordionArea .toggle ul li {
    float: none;
    width: 100%;
    margin-right: 0px;
	margin-bottom: 20px;
    text-align: left;
	background-image: none;
}

#sect-rainbow .accordionArea .toggle ul li:after {
	clear: both;
	display: block;
	content: "";
	height: 40px;
    background-image: url(../img/arrow_sp.png);
    background-repeat: no-repeat;
    background-position: center 25px;
	background-size: 20px auto;
}
#sect-rainbow .accordionArea .toggle ul li:last-child:after {
	clear: both;
	display: block;
	content: "";
	height: 0px;
    background-image: none;
}
#sect-rainbow .accordionArea .toggle .pc,#sect-rainbow .accordionArea .toggle .sp {
}
#sect-rainbow .accordionArea .toggle .pc img,#sect-rainbow .accordionArea .toggle .sp img {
	float: left;
}
#sect-rainbow .accordionArea .toggle .sp img.ios {
	width: 47%;
	float: left;
}
#sect-rainbow .accordionArea .toggle .sp img.android {
	width: 53%;
}
#sect-rainbow .accordionArea .toggle ul li h4 {
    min-height: 12px;
	margin-bottom: 5px;
}
.wrap-sect-rainbow img {
    width: 100%;
    height: auto;
}

#sect-social{
	width: 90%;
    padding-top: 0px;
	margin: 0 auto;
}
.wrap-sect-social{
	width: 100%;
	margin: 0 auto 20px auto;
	height: auto;
}
#sect-social h2{
	width: 100%;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
}
#sect-social h2 img {
    width: 252px;
    height: auto;
}
.wrap-sect-social p.text {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: 1.3px;
}

.wrap-sect-social ul li {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    box-sizing: border-box;
}
.wrap-sect-social ul li dl {
    border: 1px solid #979797;
    padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	min-height: auto;
}
#sect-sanofi {
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0 auto;
    height: auto;
    text-align: center;
    background-color: #fff;
    background-color: #303030;
    box-sizing: border-box;
	padding: 35px 20px;
}
.wrap-sect-sanofi {
	width: 100%;
	margin: 0 auto;
}
#sect-sanofi p.text {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.wrap-sect-sanofi h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
	line-height: 1.5;
}
.wrap-sect-sanofi div.lysolife {
    width: 100%;
	margin: 0 auto;
    border: 1px solid #fff;
    padding: 29px;
    text-align: left;
    margin-top: 40px;
    box-sizing: border-box;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1.5px;
	}
.wrap-sect-sanofi div.lysolife {
    width: 100%;
	margin: 0 auto;
    border: 1px solid #fff;
    padding: 19px;
    text-align: left;
    margin-top: 40px;
    box-sizing: border-box;
	}
.wrap-sect-sanofi div.lysolife ul li{
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}
.wrap-sect-sanofi div.lysolife ul li img {
    width: 100%;
    height: auto;
}
.wrap-sect-sanofi div.lysolife ul li:last-child{
	margin-bottom: 10px;
}
.wrap-sect-sanofi div.lysolife p {
	line-height: 1.8;
	letter-spacing: 1.3px;
}




#sect-app{
	width: 100%;
	background: #EEE;
}
.wrap-sect-app{
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #eeeeee;
	color: #000;
    padding: 0px;
}
#sect-app .h2wrap{
	width: 100%;
	margin: 10px auto 0 auto;
}
#sect-app h2 {
    font-size: 14px;
    padding: 0px 2%;
}

.leadwrap{
	padding-bottom:  40px;
}
.sect-app{
	width: 100%;
}
.appDlArea{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.appDlArea .dlBtn{
	float: left;
	margin: 10px;
	width:40%;
}

footer .footerwrap{
	width:100%;
}
footer img{
	width: 100px;
	height: auto;
	display: block;
}
footer p.copy{
	font-size: 10px;
    padding-top: 10px;
}

}


#close-text{
  font-size: 14px;
}


/* ▼小サイズ画面用調整 */
@media screen and (max-width: 330px){
	#sect-rainbow .dataArea.comingsoon {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	#sect-rainbow .dataArea.comingsoon strong {
		font-size: 60px;
		padding-right: 0px;
	}
	#sect-rainbow .accordionArea h2 .title {
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	#sect-rainbow .dataArea .subcmt {
    font-size: 14px;
    font-weight: bold;
	}

}
/* ▲小サイズ画面用調整 */



/********** スマホここまで **********/
