@charset "utf-8";

@import url("../../style/variables.css");/*変数定義*/
	
:root{
  --blue:#109d00;;
}

#kobetu{
  h4{
    width:min(740px,100%);
    font-size: 1.2rem;
    font-weight: 600;
    margin:0 auto;
  }
  > p{
    display:inline-block;
    margin:.7em auto 0 auto;
    text-align: left;
  }
}

#tokuchou{
  div{
    h3{
      color:var(--blue);
      border-bottom:2px solid var(--blue);
    }
  }
}

.cause_other{
  width:min(860px,100%);
  margin:20px auto 0 auto;
  border:3px solid var(--pink);
  padding:20px;
  border-radius: 10px;
  h3{
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
    color:var(--pink);
  }
  p{
    margin:.7em auto 0 auto;
    text-align: left;
  }
}

#fee{
  margin:30px auto 0 auto;
  border-bottom:1px dotted gray;
  article{
    padding:30px 0;
    border-top:1px dotted gray;
    > h4{
      font-size: 1.2em;
      font-weight: 600;
    }
  }
}

#kanzen{
  width: min(860px, 100%);
  text-align: left;
  margin:.5em auto 0 auto;
  font-size: .9em;
}

