
*::-ms-backdrop, #timeline{display:none;}


body{
	margin-left: 0;
	margin-right: 0;
	padding-top: 50px;
	font-family:  'Noto Sans JP', "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
	counter-reset: number 0;
}

#ie{display:none;}
*::-ms-backdrop, #ie{
display: inline;
 padding: 60px 0;
  font-family:'Noto Sans JP', "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
font-size: 120%;
}

:target {
  padding-top: 120px;
  margin-top: -110px;
}

h1,h2,h3 {
	font-family:'Noto Sans JP', "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
	font-weight:600;
}

h2 span {
    display: inline-block;
}

p {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 120%;
}

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.douga{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.douga iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.aboutbox dt dd{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 120%;}

.logo{max-height:30px;}

.header_img{
	margin-top:0; 
	margin:0 auto;
	width:100vw;
	text-align: center;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  table-layout: fixed;
text-align: center;
}

table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: .90em;
}
table thead tr{
  background-color: #167F92;
  color:#fff;
}
table tbody th {
    background: #78bbc7;
    color: #fff;
}
.tbl-txt{
   text-align: center;
   font-size: 1.3em;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
}
}

 .dot-blue {
      padding-top: .5em;
      background-position: top left -5px;
      background-repeat: repeat-x;
      background-size: 1.3em .3em;
      background-image: -webkit-radial-gradient(.14em .14em at center center,#1a55aa,#1a55aa 100%,transparent);
      background-image: radial-gradient(.14em .14em at center center,#1a55aa,#1a55aa 100%,transparent);
    }
 .dot-red {
      padding-top: .5em;
      background-position: top left -5px;
      background-repeat: repeat-x;
      background-size: 1.3em .3em;
      background-image: -webkit-radial-gradient(.14em .14em at center center,#9e0037,#9e0037 100%,transparent);
      background-image: radial-gradient(.14em .14em at center center,#9e0037,#9e0037 100%,transparent);
    }

.yellowline {
    background:linear-gradient(transparent 60%, #ff6 60%); 
	display: inline;
}

.orangeline {
    background:linear-gradient(transparent 60%, #F0CDA3 60%); 
	display: inline;
}

.greenline {
    background:linear-gradient(transparent 60%, #94efb8 60%); 
	display: inline;
}

.blueline {
    background:linear-gradient(transparent 60%, #abbeea 60%); 
	display: inline;
}

.pinkline {
    background:linear-gradient(transparent 60%, #fc81d3 60%); 
	display: inline;
}


/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.topic {
  padding-bottom: 60px;
}

.topic-list{font-size: 120%;}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    border-bottom: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
	/*counter-increment: number 1;*/
 	content:"Q.";
    color: #3285bf;
}


.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 18px;
    top: 3px;
    left: -15px;
	/*counter-increment: number 1;*/
 	content:"Q.;
}
.qa-list dl dd::before {
    font-size: 18px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 18px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  color: #444444;
}

.contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 26px;
	text-align: center;
}


/* Fonts */

#lead {
  padding: 45px 0;
  background: #f7f7f7;
  font-family:"Noto Sans JP", sans-serif;
}
#lead h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #3A3A3A;
 
}

#lead p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #3A3A3A;
}

#about {
  padding: 45px 0;
  background: #ffffff;
}

#about h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #3A3A3A;
	line-height: 1.4em;
}

#about h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 14px;
  color: #3A3A3A;
	line-height: 1.4em;
}

#db p {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1.2rem;
  color: #3A3A3A;
}



#buy p {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ";
  line-height: 1.7rem;
  font-weight: 500;
  color: #3A3A3A;
}

#buy h4 {
  font-size: 1.5rem;
  font-family:"Noto Sans JP", "M PLUS Rounded 1c";
font-weight: 700;
  }

#author {
padding-top:60px;
padding-bottom: 60px;
  background: #f7f7f7;
}

#author p {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ";
  line-height: 1.7rem;
  font-weight: 500;
  color: #3A3A3A;
}

.specimg{max-width:70%; height:auto;}

#foot {
padding: 20px 0;
  background: #f7f7f7;
}

.month {font-weight: 800;
			font-size: 120%;
			margin-bottom: 10px;
			margin-top: 24px;
			color: #3a2902;
			text-align: left;
			background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #efa209 0%) repeat scroll 0 0;
			}

#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
	height: 3950px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}


@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 94%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
		
	.snsimg{max-width:360px;height:auto}
}

.authorimg{max-width:300px;
	height:auto;
	padding-bottom: 10px;}
}

@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 70%;
  }
	}

.snsimg{max-width:360px;height:auto}

.authorimg{max-width:300px;
	height:auto;
padding-bottom: 10px;}

