@charset "Shift_JIS";
/*-----------------------------------------------------------------------------
ページ全体に適用するCSS
-----------------------------------------------------------------------------*/
.disp_wrap {
	width: 750px;
}
/*-----------------------------------------------------------------------------
テキストCSS
-----------------------------------------------------------------------------*/

/*処分キャンペーンイメージ*/
.icon img{
width: 100%;
height: auto;
}

.balloon-01{
  position: relative;
  padding: 15px 25px;
  color: #01c4c8;
  background-color: #fff;
  border: 2px solid #01c4c8;
  margin-right: 60px;
  margin-left: 187px;
  margin-top: 10px;
}

.balloon-01::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -40px;
  top: 40px;
  border-right: 40px solid #01c4c8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.balloon-01::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -32px;
  top: 40px;
  border-right: 40px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.balloon-01 ul li{
  font-size: 19px;
  line-height: 140%;
  font-weight: 600;
  color: #01c4c8;
  position:relative;
  padding: 0.3em 0 0.3em 1.2em;
}

.balloon-01 ul li::before {
  content: '';
  position: absolute;
  background-color: #01c4c8;
  width: 14px;
  height: 14px;
  left: 0;
  top: 10px;
}

.balloon-01 .icon{
  position: absolute;
  left: -150px;
  top: -10px;
}

.balloon-02{
  position: relative;
  padding: 15px 25px;
  color: #01c4c8;
  background-color: #fff;
  border: 2px solid #01c4c8;
  margin-left: 25px;
  margin-right: 220px;
  margin-top: 10px;
  z-index: 1;
}

.balloon-02::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -40px;
  top: 40px;
  border-left: 40px solid #01c4c8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.balloon-02::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -32px;
  top: 40px;
  border-left: 40px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.balloon-02 p{
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  color: #01c4c8;
  position:relative;
}

.balloon-02 .icon{
  position: absolute;
  right: -180px;
  top: -10px;
  z-index: -1;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_j_between {
           -webkit-box-pack: justify;
              -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.flex_a_center {
      -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-l40{margin-left: 40px;}
.m-b40{margin-bottom: 40px;}

.dispo_box-01{
	width:700px;
	margin-bottom:10px;
	margin:0 auto;
	border:solid 1px #ffbf01;
	box-sizing: border-box;
}

.dispo_box-01 hr{padding: 0; margin: 0; border:1px dashed #000;}
.dispo_box-01 ul li{flex: 0 1 182px;}
.dispo_box-01 ul li:nth-child(even){flex:0 1 50px; text-align: center; padding-bottom: 40px; align-self: center;}
.dispo_box-01 p{padding-top: 10px; font-size: 13px; line-height: 1.4;}

.dispo_box-02{
	padding:15px 0;
	text-align:center;
	background-color: #ffde7d;
	font-size: 26px;
	color: #fd8000;
	font-weight: bold;
}


.dispo_posi-02 {
	padding: 0 25px;
	margin-bottom: 40px;
	margin-top: 30px;
}

.dispo_posi-02 p {
 	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

.dispo_posi-02 p {
 	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

.dispo_posi-02 .title-01 {
	color:#000;
	font-size: 16px;
	font-weight: bold;
/*	border-left: 8px solid #F90;
	display:block;
	padding:5px;
	margin:10px;*/
    line-height: 1.4;
	margin-bottom: 5px;
}

.dispo_posi-03 .btn_green {
	width: 600px;
    display:block;
	position: relative;
	margin: 0 auto;
	padding: 1em 0;
    border-style: none;
	letter-spacing: 2px;
    background: -moz-linear-gradient(top,#67b30a, #65b407 50%,#45aa0e 50%,#64b413);
    background: -webkit-gradient(linear, left top, left bottom, from(#67b30a), color-stop(0.5,#65b407), color-stop(0.5,#45aa0e), to(#64b413));
    border-radius: 10px;
    color:#FFF;
	font-size:30px;
	white-space:nowrap;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	-webkit-transition: none;
	transition: none;
	transition: all .3s;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    border:2px solid #2a7d00;
	box-shadow:rgb(92, 162, 6) 0px 0px 0px 2px inset;
    -webkit-box-shadow:rgb(92, 162, 6) 0px 0px 0px 2px inset;
    -moz-box-shadow:rgb(92, 162, 6) 0px 0px 0px 2px inset;
}
.dispo_posi-03 .btn_green:hover {
	opacity: 0.6 ;
}
/*.d-imgtop {
	background-image: url(images/d-top.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 750px;
	height: 240px;
	margin-bottom: 30px;
}
.d-img01 {
	background-image: url(images/d-img01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	display: block;
	height: 215px;
	width: 750px;
	margin-bottom: 40px;
	text-align: left;
}
.d-img02 {
	background-image: url(images/d-img02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 750px;
	margin-bottom: 30px;
}
.d-img03 {
	background-image: url(images/d-img03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	display: block;
	height: 200px;
	width: 750px;
	margin-bottom: 20px;
}
.d-img04 {
	background-image: url(images/d-img04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 340px;
	width: 700px;
	margin-bottom: 30px;
}
.d-img05 {
	background-image: url(images/d-img05.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 180px;
	width: 700px;
	margin-bottom: 20px;
}
.d-img06 {
	background-image: url(images/d-img06.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 215px;
	width: 700px;
	margin-bottom: 10px;
}
.d-img07 {
	background-image: url(images/d-img07.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 280px;
	width: 700px;
	margin-bottom: 10px;
}
.d-img08 {
	background-image: url(images/d-img08.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 125px;
	width: 410px;
	margin-bottom: 20px;
}*/

/*処分キャンペーンボタン*/

/*.d-btn01 a {
	background-image: url(images/d-btn.jpg); height: 80px; width: 600px; background-repeat: no-repeat; background-position: top; text-indent: -9999px; display: block; margin-bottom: 30px;
}
.d-btn01 a:hover { background-image: url(images/d-btn.jpg); background-repeat: no-repeat;	background-position: bottom; }*/



/*-----------------------------------------------------------------------------
　テーブルレイアウト
-----------------------------------------------------------------------------*/
.form001{background:#ffb004;}
.form002{background:#525252;}
.tdleft{
		background:#ffe49c;
		padding:10px 12px;
		color:#c75400;
		font-size:14px;
		line-height:1.2em;
}
.tdright{
		background:white;
		padding:10px 12px;
		color:#525252;
		font-size:14px;
}
.tdleft > img, #caseguest > img{
	line-height: initial;
}
.atentiontxt{
		font-size:12px;
		color:#BE272D;
}
.atentiontxt2{
		font-size:12px;
}

.form001 input{border:1px solid #dedede;font-size:14px;padding:2px;}

.bn_absolutely{display: inline-block; background-color: red; color: white; padding: 2px 5px; font-size: 12px; border-radius: 5px;}


.box_sendm {
	width: 563px;
}
.box_sendm img {
    width: auto !important;
}

.no-number ul li{font-size: 14px; font-weight: bold; margin-right: 5px; padding: 0.2em 0; line-height: 1.5; position: relative; margin-left: 10px;}
.no-number ul li::before{content: "・"; position: absolute; top:5px; margin-left: -10px; font-size: 2px;}
.no-number ul li span{font-weight: normal; color: #000;}