﻿@charset "utf-8";

#reason {
  display: block;
  position: relative;
  width: 980px;
  margin-bottom: 10px;
  float: left;
}

.reason_section {
  display: block;
  position: relative;
  width: 715px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.reason_point {
  width: 75px;
  height: 75px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.reason_title {
  width: 600px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}

.reason_title p {
  line-height: 70%;
  font-size: 14px;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS PMincho", serif;
if;
  text-indent: 0.5em;
}

.reason_title h3 {
  width: 590px;
  font-size: 20px;
  line-height: 140%;
  border-bottom: 1px dotted #333333;
}

.reason_info {
  width: 340px;
  margin-left: 95px;
  margin-right: 20px;
  float: left;
}

.reason_image {
  width: 240px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 0px;
  float: left;
}


