@charset "utf-8";
/* CSS Document */
/**/
.full_box {
  margin: 20px 0;
  padding: 0;
  font-size: 1.0em;
  line-height: 1.6em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.full_img {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.full_box .img_center {
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
}

.full_box p {
	font-size: 0.9em;
  margin: 12px;
  padding: 0;
  display: block;
  overflow: hidden;
}
.full_box ul {
  margin: 12px;
  padding: 0;
  overflow: hidden;
	font-size: 0.9em;
}
.full_box ul li {
  list-style: none;
  margin: 0 15px;
  padding: 0;
}
.full_box table.pict {
  margin: 1em auto;
  width: 860px;
}
.full_box table.pict td {
  width: 25%;
  text-align: center;
}
.full_box table.pict td img {
  border: 1px #FFFFFF solid;
  box-shadow: 0 0 2px #999;
}
/*sshisan_pict*/
.full_box ul.shisan_pict {
  margin: 1em auto;
  width: 100%;
}
.full_box ul.shisan_pict li {
  width: 48%;
  margin: 1%;
  list-style: none;
  float: left;
}
.full_box ul.shisan_pict li img {
  border: 1px #FFFFFF solid;
  box-shadow: 0 0 2px #999;
  width: 100%;
}
/**/
ul.yoko {
  margin: 10px;
  padding: 0px;
  overflow: hidden;
}
ul.yoko li {
  list-style: none;
  margin: 8px auto;
  text-align: center;
  padding: 0px;
  width: 100%;
  max-width: 270px;
}
ul.yoko li img {
  width: 100%;
}
.full_tt {
  font-size: 0.9em;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  border: 1px solid #DEDEDE;
  background: linear-gradient(to bottom, #f0f1f0, #FFF);
  background: -moz-linear-gradient(top, #f0f1f0, #FFF);
  background: -webkit-linear-gradient(top, #f0f1f0, #FFF);
  display: block;
  overflow: hidden;
}
.full_tt01 {
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  background-color: #0075FF;
  display: block;
  margin: 0px;
  padding: 8px 10px;
  border-top-left-radius: 8px;
  -webkit-top-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  border: 1px solid #DEDEDE;
  color: #FFF;
  font-size: 1.0em;
  line-height: 1.2em;
}
/**/
.full_tt_img {
	position: relative;
	height: 43px;
	box-sizing: border-box;
	text-indent: 130px;
  font-weight: bold;
  background-color: #0075FF;
  margin: 40px 0 0 0;
  padding: 10px;
  border-top-left-radius: 8px;
  -webkit-top-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  border: 1px solid #DEDEDE;
  color: #FFF;
  font-size: 1.0em;
}
.full_tt_img_akiya {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.full_tt_img_akiya img{
	width: 130px;
}
.full_box .rs02 {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 98%;
  float: left;
  position: relative;
  border-bottom: 3px solid #dcdcda;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  margin: 0px 1% 30px 1%;
  padding: 0px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.full_box .rs02 .tt {
  text-shadow: 1px 1px 2px #333;
  background-image: url(/common/images/gurade.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #4dcce3;
  color: #fff;
  font-size: 1.0em;
  padding: 6px 20px 3px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-weight: bold;
}
.rs_200box, .rs06box{
	display: flex;
    flex-wrap: wrap;
}
.full_box .rs_200 {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 90%;
  margin: 0px 5% 10px 5%;
  position: relative;
  border-bottom: 3px solid #dcdcda;
  -webkit-border-radius: 8px;
  border-radius: 8px;
	box-sizing: border-box;
  padding: 0px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-color: #FFFFE8;
}
.full_box .rs_200 .tt {
	background: repeating-linear-gradient(-45deg, #30aaff, #30aaff 5px, #6dc4ff 5px, #6dc4ff 10px);
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0.5em 0 0.5em 2.5em;
	border-radius: 8px 8px 0 0;
}
.full_box .rs_200 .tt_01:before {
	position: absolute;
    content: "❶";
	left: 0.25em;
    display: inline-block;
    background-size: cover;
	margin-right: 0.25em;
	color: rgba(245,58,145,1.00);
	font-weight: 600;
	font-size: 1.6em;
}
.full_box .rs_200 .tt_02:before {
	position: absolute;
    content: "❷";
	left: 0.25em;
    display: inline-block;
    background-size: cover;
	margin-right: 0.25em;
	color: rgba(245,58,145,1.00);
	font-weight: 600;
	font-size: 1.6em;
}
.full_box .rs_200 .tt_03:before {
	position: absolute;
    content: "❸";
	left: 0.25em;
    display: inline-block;
    background-size: cover;
	margin-right: 0.25em;
	color: rgba(245,58,145,1.00);
	font-weight: 600;
	font-size: 1.6em;
}
.full_box .rs_200 .tt img {
  width: 100%;
}
.full_box .rs_200 p {
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: left;
}
.full_box .rs_box {
    display: flex;
    flex-wrap: wrap;
}
.full_box .rs {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 96%;
  float: left;
  position: relative;
  border-bottom: 3px solid #dcdcda;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  margin: 0px 2% 20px 2%;
  padding: 0px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
	box-sizing: border-box;
}
.full_box .rs04 {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 200px;
  float: left;
  position: relative;
  border-bottom: 3px solid #dcdcda;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  margin: 0px 23px 5px 0px;
  padding: 0px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  height: 240px;
}
.full_box .rs04 .tt {
  text-shadow: 1px 1px 2px #333;
  background-color: #0075FF;
  color: #fff;
  font-size: 1.4em;
  padding: 8px 20px 6px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-weight: bold;
}

.full_box .rs04:nth-child(4n+0) {
  margin: 0px 0px 30px 0px;
}
.full_box .rs_right, .full_box .rs_200_right, .full_box .rs04_right, .full_box .rs06_right {
  margin: 0px 0px 30px 0px;
}
.full_box .rs06 {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 48%;
  float: left;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0px 1% 20px 1%;
  padding: 0px;
  /*height: 300px;*/
  display: inline-table;
	    box-sizing: border-box;
}
.full_box .rs06 img, .full_box .rs30 img, .full_box .rs24 img {
  width: 100%;
}
.full_box .rs30 {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 45%;
  float: left;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0px 1% 20px 1%;
  padding: 0px;
  height: 300px;
  display: inline-table;
}
/*くらしーど24*/
.full_box .rs24_box {
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
}

.full_box .rs24_box .rs24 {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 48%;
  float: left;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 10px 1% 5px 1%;
  padding: 0px;
	display: inline-table;
	box-sizing: border-box;
  /*height: 380px;*/
}
.full_box .rs24 p {
  font-size: 0.8em;
	line-height: 1.5em;
  margin: 12px 5px 20px 5px;
}
.balloon_b {
  position: relative;
  display: inline-block;
  padding: 0;
  width: auto;
  min-width: 200px;
  height: 40px;
  color: #19283C;
  background: #fff;
  border: 3px solid #0075FF;
  z-index: 0;
}
.balloon_b:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
.balloon_b:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0075FF transparent transparent transparent;
  z-index: -1;
}
/* balloon-1 top */
.balloon_t {
  color: #19283C;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  height: 40px;
  background: #fff;
  border: 3px solid #0075FF;
  z-index: 0;
}
.balloon_t:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 0;
}
.balloon_t:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0075FF transparent;
  z-index: -1;
}
.full_box ul.mondai {
  margin: 5px 0;
  font-size: 1.0em;
  display: block;
  overflow: hidden;
  width: 100%;
}
.full_box ul.mondai li {
  margin: 0;
  padding: 8px 20px 8px 2em;
  list-style: none;
  background-image: url(/common/images/illust/point01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px;
  text-indent: 0;
  border-bottom: dashed 1px #999;
	line-height: 1.2em;
}
.img_half_center {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 280px;
  display: block;
}
.full_box .half_img {
  width: 100%;
}
.full_box .ll {
  font-size: 1.0em;
  line-height: 1.6em;
}
.full_box .red {
  font-size: 1.0em;
  font-weight: 800;
  color: #FF0004;
}
.full_box .rs06 .tt, .full_box .rs30 .tt {
  text-align: center;
  text-shadow: 1px 1px 2px #333;
  background-color: #0075FF;
  color: #fff;
  font-size: 0.8em;
  margin: 5px;
  padding: 8px 10px 6px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-weight: bold;
}
.full_box .rs06 p, .full_box .rs30 p {
  font-size: 0.8em;
	line-height: 1.6em;
  margin: 10px;
  display: block;
}

/*960px以上*/
@media screen and (min-width: 960px) {

	.full_box .rs06 {
    width: 23%;
  }
  .full_box .rs02 {
    width: 46%;
  }
/*.full_box .rs_200:nth-last-child(1) {
    margin: 0px 0px 30px 0px;
  }
  .full_box .rs_200 {
    width: 31%;
    float: left;
    margin: 0 1% 5px;
  }*/
}
/*560px以上*/
@media screen and (min-width: 560px) {
	.full_tt_img {
	text-indent: 190px;
}
	.full_tt_img_akiya img{
	width: 190px;
}
	.full_box .rs_200 {
	width: 31%;
	margin: 0 1% 10px 1%;
		float: left;
}
	
  .full_box .rs30 {
    width: 30%;
  }
  .full_box .rs24_box .rs24 {
    width: 30%;
  }
  .full_box .rs {
    width: 31%;
    margin: 0px 1% 5px 1%;
    /*height: 300px;*/
  }
}
/*くらしーど24*/
.full_box .rs24 .tt {
  text-align: center;
  text-shadow: 1px 1px 2px #333;
  background-color: #0075FF;
  color: #fff;
  font-size: 0.8em;
  margin: 5px;
  padding: 8px 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-weight: bold;
}
.full_box .rs .rs_tt01 {
  text-shadow: 1px 1px 2px #333;
  background-color: #FFB7CB;
  color: #fff;
  font-size: 1.0em;
  padding: 10px 20px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  background-image: url(/common/images/gurade01.png);
  background-repeat: repeat;
  background-position: left bottom;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.full_box .rs .rs_tt02 {
  text-shadow: 1px 1px 2px #333;
  background-color: #57F7A3;
  color: #fff;
  font-size: 1.0em;
  padding: 10px 20px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  background-image: url(/common/images/gurade01.png);
  background-repeat: repeat;
  background-position: left bottom;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.full_box .rs .rs_tt03 {
  text-shadow: 1px 1px 2px #333;
  background-color: #37C8FF;
  color: #fff;
  font-size: 1.0em;
  padding: 10px 20px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  background-image: url(/common/images/gurade01.png);
  background-repeat: repeat;
  background-position: left bottom;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.full_box .rs .rs_tt01 a, .full_box .rs .rs_tt02 a, .full_box .rs .rs_tt03 a {
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #FFF;
}
.full_box .rs .rs_tt01 a:hover, .full_box .rs .rs_tt02 a:hover, .full_box .rs .rs_tt03 a:hover {
  color: #553C00;
}
.full_box .rs05 {
  width: 275px;
  float: left;
  margin: 8px 20px 8px 5px;
  padding: 0px;
  border-style: none;
}
.full_box .rs05 img {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  float: left;
}
.full_box .rs05:nth-child(3n+0) {
  margin: 8px 0px;
}
ul.customer {
  margin: 10px 10px 20px 10px;
  padding: 0px;
}
ul.customer li {
  font-size: 1.0em;
  margin: 0px;
  padding: 8px 0px 8px 30px;
  line-height: 1.4em;
  /*text-indent: 3em;*/
  list-style: none;
  background-image: url(/common/images/illust/point01.png);
  background-image: url(/common/images/illust/point_ss.png)\9;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  display: block;
  border-bottom: 1px dashed #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
	box-sizing: border-box;
}
.comment_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px 10px 20px 10px;
  padding: 10px;
  background-color: #d5ecff;
}
.img_box {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 10px 10px 0px;
  padding: 0px;
  overflow: hidden;
}
.img_box_200 {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0px;
  float: left;
  overflow: hidden;
	box-sizing: border-box;
}
.img_box_300 {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
}
.img_box_300_r {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0px;
  float: right;
  overflow: hidden;
}
.img_box_200 img{
  width: 100%;
}
/*560px以上*/
@media screen and (min-width: 560px) {
	.img_box_200 {
  margin: 0 10px 0 0;
}
  .img_box_200 {
    width: 200px;
  }
  .img_box_300 {
    width: 300px;
  }
  .img_box_300_r {
    width: 300px;
  }
  ul.yoko li {
    margin: 8px 1%;
    float: left;
    width: 31%;
    max-width: 270px;
  }
  .full_box ul.shisan_pict li {
    width: 23%;
    margin: 1%;
    list-style: none;
    float: left;
  }
}
/*リフォーム リノベーション*/
.reform_box {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 3px solid #dcdcda;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  margin: 0px 34px 20px 0px;
  padding: 0px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  height: auto;
}
.reform_box:nth-child(2n) {
  margin: 0px 0px 20px;
}
.reform_box.r_box_right {
  margin: 0px 0px 20px\9;
}
.reform_box .reform_tt {
  height: 3em;
  text-shadow: 1px 1px 2px #333;
  background-color: #663300;
  color: #fff;
  font-size: 1.0em;
  padding: 10px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  background-image: url(/common/images/gurade.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: 1px solid #CCC;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.reform_box p {
  font-size: 0.8em;
  margin: 10px;
  padding: 10px;
  line-height: 1.2em;
  background-image: url(/common/images/b4.png);
  background-repeat: repeat;
  background-position: left top;
}
.reform_box .reform_com {
  margin: 10px;
  padding: 0px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 16px;
}
.reform_box .befoafter {
  margin: 10px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.reform_box .befoafter img {
  width: 100%;
}
/*デザイナーズ企画住宅*/
.kikaku_box {
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 2% 10px 2%;
  width: 96%;
  border: 1px solid #CCC;
  float: left;
}
.kikaku_box img {
  width: 100%;
}
.quest {
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 15px;
  padding: 0px;
}
.quest dt {
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
  font-size: 0.8em;
	padding: 5px;
  /*text-indent: 1em;*/
  line-height: 1.8em;
  background-color: #E3F2FF;
}
.quest dd {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 8px 0px 8px;
  padding: 5px;
}

/**/
.cr_horiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}

.cr_form-step {
    margin: 2em 0 0 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cr_form-step li {
    width: 60px;
    height: 60px;
    font-size: .75em;
}
.cr_form-step li {
    border: 1px solid #bababa;
     color: #bababa; 
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cr_form-step::before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.cr_form-step::before, .cr_form-step::after {
    content: url(/common/images/arrow-right-h.svg);
	    margin: 0 10px;
}
.cr_form-step li:nth-child(1) {
    border-color: #0d386b;
    color: #0d386b;
}
.cr_form-step li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.cr_form-step li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.cr_form-step::after {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.cr_form-step li div {
    text-align: center;
}

/*560px以上*/
@media screen and (min-width: 560px) {
  .full_box {
    margin: 20px 10px;
  }
  .img_box {
    width: 180px;
    float: left;
  }
  .full_box ul.mondai {
    float: left;
    width: 60%;
  }
  .full_box .half_img {
    width: 40%;
    max-width: 450px;
  }
  .img_half_center {
    margin: 0 auto;
    text-align: center;
    width: 30%;
    max-width: none;
    display: block;
  }
  .reform_box {
    width: 44%;
    height: 550px;
    margin: 0px 3% 20px 3%;
  }
  .kikaku_box {
    margin: 0px 2% 20px 2%;
    width: 46%;
  }
	.img_box_300_r {
  margin: 0px 10px 0px 0px;
}
.cr_form-step li {
    width: 110px;
    height: 110px;
}
}