.container {
  width: 940px;
}

/*ページタイトルの設定*/
.page-header h1{
  padding: 5px 20px;
  background: #50b780;
  border-radius: 3px;
  font-size:25px;
  color:#fff;
}

/*見出しの設定*/
h2{
  padding: 1px;
  border: 1px solid #50b780;
  background: #fff;
  border-radius: 3px;
  font-size: 20px;
}

.titleInner:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #049849;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.titleInner{
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  font-weight: bold;
}
/*コピー欄の設定*/
.section-title{
 font-size: 15px;
 margin-bottom: 10px;
}

.copy-description{
  border:#ccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding:5px 15px 0 15px;
}

.copy-detail{
  padding: 5px 15px 15px;
  color: #333;
}

.copy-detail li{
  content: "\e604";
  font-weight: normal;
  line-height: 1.3;
  padding: 3px 0 3px 0;
}

/* 確認画面のレイアウト調整 文字列を左寄せにする・折り返さない */
[class^='checkbox-'], [class*='checkMark-'], [class^='check-']{
    /*justify-content: initial;*/
    /*white-space: nowrap;*/
    display: initial !important;
}