@charset "UTF-8";
.whatido-logo {
	    fill: #606060;
}
.bg-myblack {
	    fill: #000000;
}

body {font-size:62.5%;
    background-color: black
}

h1 {
	font-family: "orator-std", monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
}
h2 {
	font-family: "orator-std", monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
}
h3 {
	font-family: "orator-std", monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
}
p {
	font-family: "orator-std", monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8rem;
}
a {
	font-family: "orator-std", monospace;
	font-style: normal;
	font-weight: 400;
	color : #000000;
}
li {
	font-family: "orator-std", monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8rem;
	color : #000000;
}
a:hover{
  color : #ff7043;
}

ul {
	list-style: none;
}

.no-gutters {
  margin:0;
  padding-right:0;
}

.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

.mainimage{
	margin-top: 4rem;
}

/*↓カラム間のガター幅が14px、カラムの左右の余白が30pxになる*/
.colpadding .col-lg-6 { padding: 0 7px;}
/*カラムの左右の余白を15pxに戻す*/
.colpadding {margin: 0 -7px;}