@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  background-color: #f2f2f2;
  margin: 0;
  color: #383e45;
  font-size: 0.9rem;
  font-family:font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "メイリオ", sans-serif;
}

a {
  text-decoration: none; /* 初期の下線を消す */
  background-image: linear-gradient(to right, #013e83 0%, #013e83 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px; /* 太さと初期状態（幅0） */
  transition: background-size 0.3s ease;
}

article .topic_list a {
  color: #013e83;
}

article .topic_list ol li::marker {
  color: #013e83;
}

#contents a {
  color: #013e83;
  font-weight: 600;
}

a.brachy {
  background-image:none
}

a:hover {
  cursor: pointer;
  background-size: 100% 2px; /* ホバー時に幅を100%にする */
}
a.brachy:hover {
  opacity: 60%;
}

hr {
    margin-top: 2em;
    margin-bottom: 1em
}
img {
  max-width: 100%;

}
ul {
  list-style: none;
}

main{
  margin:1em;
}

#main_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px
}

#content_wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.1)
}

#content_container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 920px;
    position: relative;
    z-index: 1;
}

.img {
  text-align: center;
  height: 200px;
}

.img_brachy {
  text-align: center;
}

.card {
  
  clip-path: inset(20px 20px 50px round 15px);
}

.round_area {
  padding: 60px 100px 60px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
  margin-bottom: 30px;
}

.round_area .title_box {
  text-align: center;
}

.site_title {
  width: 120px;
  line-height: 1px;
  padding: 10px 0;
}
.site_title a {
  display: block;
}

.content_title {
  font-size: 1.2rem;
  margin: 10px 0;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 4%;
  text-align: center;
}

/* すべての画面（スマホ含む）に適用するデザイン */
body {
  font-size: 16px;
}

/* タブレット以上（768px以上）で適用するデザイン */
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
 
  .img {
  height:300px;
  }
  
}

/* パソコン以上（1024px以上）で適用するデザイン */
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }

  .img {
  height: 300px;
  }

}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#header ul {
  display: flex;
  padding: 10px 0;
}
#header li {
  margin-left: 30px;
}
#header li a {
  color: #24292e;
}
#header li a:hover {
  opacity: 0.7;
}


/*-------------------------------------------
title_area
-------------------------------------------*/
.title_area {
    height: 400px;
    position: relative;
    z-index: 0;
}

.title_area.title_only {
    height: 320px;
}

.title_area.title_only .page_title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2em;
    padding: 0 20%;
    width: 100%;
}

.title_area.title_only .page_title h1 {
    color: #fff;
    text-align: center
}

.title_area.title_only .page_title h1 span{
    font-size: 0.8em;
    display: inline-block;
}

.bg_blue {
    background-image: -webkit-linear-gradient(60deg,#01b1a8 30%,#ccc 100%);
    background-image: -moz-linear-gradient(60deg,#01b1a8 30%,#ccc 100%);
}


/*-------------------------------------------
目次
-------------------------------------------*/


.topic_list {
    margin-top: -80px;
    margin-bottom: 30px;
    background-color: #fff;
}

 .topic_list p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: 1.1em;
}

 .topic_list p::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZSB4bWxucz0iIj50YWJsZS1vZi1jb250ZW50czwvdGl0bGU+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2IDVIM20xMyA3SDNtMTMgN0gzTTIxIDVoLjAxTTIxIDEyaC4wMU0yMSAxOWguMDEiLz48L3N2Zz4=');
    content: '';
}

 .topic_list ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

 .topic_list > ol {
    padding: 1em 1em 1em 3em;
}

 .topic_list ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

 .topic_list li {
    padding: 5px 0;
    font-weight: 500;
}

 .topic_list ol ol li {
    font-weight: 500;
    font-size: .9em;
}

 .topic_list a {
    color: #333;
}

/*-------------------------------------------
contents
-------------------------------------------*/

#contents h2 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  font-size: 1.5em;
  text-align: left;
}

#contents h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#contents h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
#contents h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

table , td, th {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	/* width: 30px;
	height: 25px; */
}

td.stage {
  width:20%;

}
th {
	background: #01b1a8;
  color: #fff;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  padding: 30px ;
  width: 100%;
}
.company {
  display: flex;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}
.company .image {
  width: 100px; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.company .image::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.company .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.company .text {
  margin: 0 0 0 20px;
  padding: 0;
  font-weight: bold;
}
p.copy {
  font-size: 0.6em;
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
}

/*-------------------------------------------
トップに戻るボタン
-------------------------------------------*/
button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  right: 20px;
  bottom: -160px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #01b1a8;
  transition: .2s;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 100px 100px 0 0;
  z-index: 1;
}

button i{
  position: absolute;
  font-size: 30px;
  color: #FFF;
  top: 15px;
  font-weight: 300;
}

button p{
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

button.is-active {
  bottom: 0px;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {

#header ul {
  width: 100%;
}
#header li {
  margin-left: 1em;
}

  .round_area {
  padding: 40px 60px 40px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
  }
  
  button {

  width: 120px;
  height: 60px;
  right: 20px;
  bottom: -120px;
}

	dl.symptoms dt{ 
		width: 100%;
		border-right: none;
	}
	dl.symptoms dd{
		width: 100%; 
	}

}
