@charset "UTF-8";
/* ----------------
 SUB CONTENTS AREAで画面100%の背景がある場合
---------------- */
body {
  display: table;
  overflow: hidden;
  width: 100%;
}
.layout_sub-contents-area.one-column {
  width: auto;
  float: none;
  margin: 0;
}
.sub-contents-inbox-title span {
  background: #fff;
}
.layout_account-list-box {
  width: 465px;
  float: left;
  background: #fff;
  border-bottom: 1px solid #8B8B8B;
  border-right: 1px solid #E3E3E3;
  margin: 0 26px 30px 0;
}
.layout_account-list-box:last-child{
  margin: 0;
}
.layout_account-list-box-header {
  background: #58a466;
  background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
  background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
  padding:8px 12px;
}
.layout_account-list-title {
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #549C61;
}
.layout_account-list-box-body {
  padding: 15px;
}
.layout_account-list-img {
  float: right;
  width: 90px;
  text-align: right;
}

/* ----------------
 FLOW LIST BOX
---------------- */
.layout_flow_list-box {
  background: #F3FAF1;
  border-bottom: 1px solid #989F9D;
  padding: 30px;
}
.layout_flow_list-box:last-child {
  border: none;
  padding: 30px 30px 15px 30px;
}
.layout_flow-body {
  float: left;
  width: 660px;
}
.layout_flow-body-header {
  border-left: 4px solid #58A466;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}
.flow-step {
  margin: 0 0 10px 0;
}
.flow-step-num {
  display: inline-block;
  background: #58A466;
  color: #fff;
  font-size: 90%;
  font-weight: normal;
  margin: 0 6px;
  padding: 1px 4px;
}
.flow-title {
  color: #58A466;
  font-size: 22px;
}
.layout_flow-img {
  float: left;
  margin: 0 0 0 auto;
  width: 235px;
}
.outlink {
  vertical-align: middle;
}
.layout_flow-start {
  margin: 30px auto 0 auto;
  width: 300px;
}
.btn_flow-start-btn {
  background: #E56761;
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  padding: 20px 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
.btn_flow-start-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;

}
.btn_flow-start-btn:hover {
  background: #DD3931;
  color: #fff;
}
/*nakauchi_CSS_20160326*/
.layout_account-list_new{
  overflow: hidden;
  margin-bottom: 30px;
}
.layout_account-list_new ul{
  overflow: hidden;
  margin-right: -20px;
}
.layout_account-list_new ul li{
  float: left;
  width: 305px;
  height: 262px;
  margin-right: 20px;
  background: #fff;
  border-bottom: 1px solid #8B8B8B;
  border-right: 1px solid #E3E3E3;
  overflow: hidden;
}
.layout_account-list_new ul li h5{
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #549C61;
  background: #58a466;
  background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
  background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
  padding:8px 12px;
}
.layout_account-list_new ul li p{
  padding: 12px;
}
.layout_account-list_new ul li img{
  float: right;
  margin: 12px 12px 0;
}
.layout_account-list_new ul li img.outlink {
  vertical-align: middle;
  float: none;
  margin: 0 0 0 5px;
}
.layout_sub-contents-area-inner{
  padding: 0;
}
.layout_flow_list-box .layout_flow-start {
  margin: 30px 0 0 15px;
}
.btn_flow_new{
  margin-top: 15px;
}
.btn_flow_new a{
  width: 190px;
  background: #fff;
  border: 1px solid #2D333D;
  color: #2D333D;
  padding: 8px 18px 8px 15px;
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  margin:0;
}
.btn_flow_new a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  border-top: solid 2px #2D333D;
  border-right: solid 2px #2D333D;
}
.btn_flow_new a:hover{
  opacity: 0.8;
}
.text-attention {
  color: #BF4659;
}
.layout_action-start_inner {
  margin: 35px 0 25px 0;
}
.layout_flow-attention {
  background: #F3FAF1;
  padding: 0px 30px 30px 30px;
}
.layout_flow-attention ul {
  background: #F1F1F1;
  padding: 15px 15px 10px 15px;
  font-size: 13px;
  border: solid 1px #ddd;
}
.btn_detail {
  margin-top: 5px;
  display: block;
}
.btn_detail a {
  width: 185px;
  background: #fff;
  border: 1px solid #2D333D;
  color: #2D333D;
  padding: 9px 18px 9px 15px;
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  margin:0;
}
.btn_detail a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  border-top: solid 2px #2D333D;
  border-right: solid 2px #2D333D;
}
.btn_detail a:hover{
  opacity: 0.8;
}
.layout_flow-attention ul li {
  padding-bottom: 10px;
  padding-left:1em;
  text-indent:-1em;
  line-height: 1.6;
}

@media only screen and (max-width: 779px) {
  .layout_sub-contents-area-inner {
    padding: 0;
  }
  .layout_sub-contents-inbox {
    margin: 0;
  }
  .sub-contents-inbox-title {
    background: #58a466;
    background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
    background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
    border: none;
    color: #fff;
    padding: 8px 12px;
  }
  .sub-contents-inbox-title span {
    background: none;
    padding: 5px 0;
    font-size: 18px;
  }
  .sub-contents-inbox-title span:after {
    display: none;
  }
  .layout_sub-contents-inbox {
    border: none;
  }
  .layout_sub-inbox-contents {
    display: block;
    border: none;
  }
  .layout_account-list-box {
    width: auto;
    float: none;
    background: #fff;
    border: none;
    margin: 0 8px;
  }
  .layout_account-list-box:last-child {
    margin: 0 8px;
  }
  .layout_account-list-title {
    font-size: 16px;
    padding: 3px 0;
  }
  .second {
    margin: 40px 0 0 0;
    padding: 0;
  }
  .layout_mobile_bg {
    background: #EFF2F2;
    border-top: 1px solid #C8D8E3;
    padding: 40px 10px 40px 10px;
  }
  .second .layout_sub-inbox-contents {
    padding: 15px 0 0 0;
  }
  .layout_flow-list {
    border: 1px solid #fff;
  }
  .layout_flow-body {
    float: none;
    width: auto;
  }
  .layout_flow-img {
    float: none;
    margin: 15px auto 0;
    text-align: center;
    width: auto;
  }
  .layout_flow-start {
    margin: 40px auto 0 auto;
    max-width: 300px;
    width: 80%;
  }
  /*nakauchi_CSS_20160326*/
  .layout_account-list_new {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .layout_account-list_new ul {
    margin-right: 0px;
  }
  .layout_account-list_new ul li {
    float: none;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-bottom: none;
    border-right: none;
    margin-bottom: 30px;
  }
  .layout_flow_list-box .layout_flow-start {
    margin: 30px auto 15px;
  }
  .btn_flow_new {
    margin: 15px auto 20px;
  }
  .btn_flow_new a {
    margin: 0 auto;
  }
  .btn_detail a {
    margin: 10px auto 0 auto;
  }
  .layout_flow-attention {
    padding: 0px 15px 30px 15px;
  }
}