<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*==================================
font-size rem

html {
	font-size: 62.5%;
}

8px = 0.8rem
9px = 0.9rem
10px = 1rem
11px = 1.1rem
12px = 1.2rem
13px = 1.3rem
14px = 1.4rem
15px = 1.5rem
16px = 1.6rem
17px = 1.7rem
18px = 1.8rem
==================================*/



/*----------------------------------------------------
 mainContents
----------------------------------------------------*/
#mainContents .stepBox {
  margin-top: 20px;
}
#mainContents .stepBox .section {
  padding-bottom: 0;
  margin-bottom: 15px;
}
#mainContents .stepBox .section:last-child {
  padding-bottom: 0;
  background: none;
}
#mainContents .stepBox .section .headBox {
  display: block;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  color: #179f50;
  background: #b7f1b5;
}
#mainContents .stepBox .section .headBox span {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-right: 20px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #179f50;
}
#mainContents .stepBox .section .headBox span:after {
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #179f50;
}
#mainContents .stepBox .section .bodyBox {
  margin-top: 16px;
  padding: 10px;
  border: 3px solid #ddd;
  zoom:1;
}
#mainContents .stepBox .section .bodyBox:after {
  content: "";
  display: block;
  clear: both;
}
#mainContents .stepBox .section .bodyBox .left {
  float: left;
  width: 300px;
  margin-right: 20px;
}
#mainContents .stepBox .section .bodyBox .left .wordBox {
  width: 180px;
}
#mainContents .stepBox .section .bodyBox .right {
  float: right;
  width: 300px;
}
#mainContents .stepBox .section .bodyBox .right .wordBox {
  width: 180px;
}
#mainContents .stepBox .section .bodyBox .wordBox .body {
  color: #333;
  line-height: 1.7;
}
#mainContents .stepBox .section .bodyBox .wordBox .body .markList{
  margin-bottom: 0px;
}

.pc_dispB  { display: none !important; }</pre></body></html>