/* CSS Document */
.contents a {
  color: #8c3333;
  text-decoration: underline; }

.clm01 > .clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px -40px; }

.clm01 .box {
  width: calc((100% - 80px)/2);
  background-color: #fff;
  margin: 0 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.clm01 .box .imgArea {
  min-height: 1px; }

.clm01 .box .imgArea img {
  width: 100%;
  height: auto;
  display: block; }

.clm01 .box .txtArea {
  padding: 30px 50px;
  color: #4e3928;
  min-height: 280px; }

.clm01 .box .txtArea p {
  line-height: 1.6;
  color: #4e3928;
  font-size: 14px; }

.clm01 .box .txtArea h4 {
  text-align: center;
  margin-bottom: 17px; }

.clm01 .box .txtArea h4 img {
  height: 35px; }

.clm01 .box .txtArea .ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17px;
  white-space: nowrap; }

.clm02 .box {
  background-color: #fff;
  width: 100%; }

.clm02 .box:not(:last-child) {
  margin-bottom: 40px; }

.clm02 .box .imgArea img {
  max-width: 100%;
  height: auto; }

.clm02 .box .imgArea {
  width: 41.66666667%;
  float: right; }

.clm02 .box .txtArea {
  padding: 55px 40px;
  width: 58.33333333%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clm02 .box.right .imgArea {
  float: left; }

.clm02 .box.right .txtArea {
  float: right; }

.clm02 .box .txtArea h4 {
  text-align: center;
  margin-bottom: 30px; }

.clm02 .box .txtArea h4 img {
  height: 30px; }

.clm02 .box .txtArea .ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17px; }

.clm02 .box .txtArea p:not(.ttl) {
  clear: both;
  width: 100%;
  line-height: 1.6;
  color: #4e3928;
  font-size: 14px; }

@media screen and (max-width: 760px) {
  .clm01 {
    margin-bottom: 50px; }
  .clm01 > .clearfix {
    margin-bottom: -15px; }
  .clm01 .box {
    width: 100%;
    margin-bottom: 15px; }
  .clm01 .box .txtArea {
    padding: 20px 15px 20px;
    min-height: auto; }
  .clm01 .box .txtArea h4 img {
    height: 25px; }
  .clm02 .box:not(:last-child) {
    margin-bottom: 15px; }
  .clm02 .box .imgArea img {
    width: 100%; }
  .clm02 .box .imgArea {
    width: 41%;
    float: right;
    margin-left: 15px;
    margin-bottom: 20px; }
  .clm02 .box .txtArea {
    padding: 30px 15px;
    width: 100%;
    float: none; }
  .clm02 .box.right .imgArea {
    float: left;
    margin-right: 4vw;
    margin-left: 0; }
  .clm02 .box.right .txtArea {
    float: none; }
  .clm02 .box .txtArea h4 {
    text-align: left;
    margin-bottom: 5vw; }
  .clm02 .box .txtArea h4 img {
    height: 30px; }
  .clm02 .box .txtArea .ttl {
    text-align: left;
    margin-bottom: 6vw; }
  .clm02 .box .txtArea p {
    line-height: 1.6;
    color: #4e3928;
    font-size: 14px; } }
