.title_text {
  background-image: url(../images/title_img.gif) ;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 0 3px;
  padding-left: 20px;
  color: #013b8d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pr_mt60 {
  margin-top: 40px;
}
.pr_mt20 {
  margin-top: 20px;
}
.pr_mb20 {
  margin-bottom: 20px;
}
.pr_mb60 {
  margin-bottom: 60px;
}
.pr_mb40 {
  margin-bottom: 40px;
}
.pr_box {
  width:950px;
  padding: 60px 60px 30px 60px;
  border: medium solid #b2b2b2;
  border-width: 1px;
  overflow: auto;
  margin-bottom: 80px;
  font-size: 1em;
}
.pr_box ol {
	font-size: 1em;
	margin-left: 20px;
	line-height: 2;
}

.center{
  text-align: center;
  font-size: 1.8em;
}

@media screen and (max-width: 768px) {
    .pr_box ol {
    font-size: 1em;
    margin-left: 10px;
    line-height: 2;
    width: 80%;
    margin:0 auto;
  }

  .nomal_text{
    font-size: 1em;
    width: 90%;
    margin:0 auto;

  }

  .box_text{
  font-size: .85em;
  width: 90%;
    margin:0 auto;
  }

  .center{
  text-align: center;
  font-size: 1.5em;
}
}

.pr_box ol li {
  font-size: 1em;
  line-height: 2;
}

.pr_box ol  p {
  font-size: 1em;
}



.pr_center_top  {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.pr_center_middle  {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nomal_text{
  font-size: 1em;
}

.box_text{
  font-size: .85em;
}

.red_text{
  font-size: .85em;
  color: #ff0000;
}

a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


.pr_box_02 {
  font-size: .85em;
  padding: 40px 0 40px 170px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  background-color:#f3f3f3;
}
.pr_box_02 .ftb {
  font-weight: bold;
  margin-bottom: 5px;
}
