@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
}

strong {
  color: #f69741;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
  -webkit-backface-visibility: hidden;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/*IE6*/
* html img {
  vertical-align: bottom;
}

/*IE7*/
*:first-child + html img {
  vertical-align: bottom;
}

a {
  outline: none;
}

sup {
  font-size: 50%;
}

/* Fonts
------------------------------------------------------------*/
body {
  font-size: 75%;
  /* IE */
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
  /*
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  -webkit-text-size-adjust: 100%;
}

html > body {
  font-size: 12px;
  /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
.ani_none,
.ani_none > *,
.ani_none:before,
.ani_none:after {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

/*------------ 初期設定 ------------*/
h2, h3, p, dt, dd {
  color: #645c59;
  font-size: 24px;
  line-height: 1.66;
}

/*------------ 全体 ------------*/

.sp,.spi {
  display: none;
}
.pkzl {
  width: 960px;
  font-size: 14px;
  color: #777777;
  margin: 10px auto 25px;
}

._hover {
  opacity: 1;
  transition: all 0.4s;
}

._hover:hover {
  opacity: 0.7;
}

a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

/*------------ WRAPPER ------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  color: #333333;
}

#wrapper .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#wrapper a,
#wrapper a:link,
#wrapper a:visited {
  color: #f69741;
  text-decoration: none;
}

#wrapper a:hover,
#wrapper a:active {
  color: #f69741;
  text-decoration: underline;
}

#wrapper img {
  max-width: 100%;
  height: auto;
}

/*------------ HEADER ------------*/
#header {
  border-top: #009e96 solid 3px;
  border-bottom: #009e96 solid 2px;
}

#header .inner {
  width: 960px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

#header h1 {
  margin-left: 5px;
}

#header p {
  font-size: 14px;
  color: #000000;
  position: absolute;
  left: 117px;
  line-height: 1.571;
  top: 5px;
}

#header p span {
  font-size: 18px;
  color: #009e96;
}

#header ul {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 0;
}

#header ul li {
  display: inline-block;
}

#header ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: #000;
  text-decoration: none;
  position: relative;
}

#header ul li:nth-child(1) a {
  padding-left: 31px;
}

#header ul li:nth-child(2) a {
  padding-left: 41px;
}

#header ul li:nth-child(1) a:before {
  content: "";
  display: block;
  background: url(../img/icon01.png) no-repeat left top;
  width: 29px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -3px;
}

#header ul li:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../img/icon02.png) no-repeat left top;
  width: 34px;
  height: 37px;
  position: absolute;
  left: 0;
  top: -7px;
}

#header ul li:nth-child(1) {
  margin-right: 12px;
}

#header a,
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
  color: #009e96;
  text-decoration: none;
}

._hover {
  opacity: 1;
  transition: all 0.4s;
}

._hover:hover {
  opacity: 0.7;
}

/*------------ FOOTER ------------*/
#footer {
  background: #777777;
  padding: 29px 0 25px;
  text-align: center;
  line-height: 0.1;
}

#footer img {
  width: 446px;
}

/*------------ MAIN ------------*/
#main {
  text-align: center;
  margin-bottom: 60px;
}

#main h2 {
  font-size: 74px;
  line-height: 1.285;
  padding-top: 20px;
  margin-bottom: 30px;
}

#main ul.navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto 40px;
  padding: 20px 30px;
  background-color: #f3f1f2;
  box-sizing: border-box;
}
#main ul.navi li {
  flex-basis: 340px;
  margin-bottom: 15px;
}

#main dl {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

#main dl dt {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  border-bottom: #f69741 solid 4px;
  padding: 0 0 18px;
  margin-bottom: 22px;
  line-height: 52px;
  letter-spacing: 0.15em;
}

#main dl dd {
  letter-spacing: 0.15em;
}

/*------------ INTRO ------------*/
#intro h2.ttl {
  background: #f0eeed;
  text-align: center;
  font-size: 45px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding: 30px 0 43px;
  margin: 0 0 55px;
}

#intro h2 strong {
  font-weight: bold;
  color: #645c59;
}

#intro h2 span {
  background: url("../img/intro_ttl_icn.png") left top no-repeat #fff;
  background-size: 60px auto;
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  width: 960px;
  margin: 0 auto 38px;
  display: block;
}

#intro h2 span strong {
  color: #f69741;
}

/* .check */
#intro .check {
  width: 960px;
  margin: 0 auto 108px;
  background: #f0eeed;
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  display: block;
}

#intro .check h3 {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  padding: 60px 0;
}

#intro .check h3 span {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
}

#intro .check ul {
  margin: 0 60px 50px;
  padding: 35px 88px;
  background: #fff;
  border-top: #747474 solid 4px;
}

#intro .check ul li {
  font-size: 17px;
  line-height: 1.71;
  padding: 30px 0 30px 55px;
  font-weight: normal;
  background: url("../img/check_icn.png") 4px 30px no-repeat;
}

#intro .check ul li + li {
  border-top: #f0eeed solid 4px;
}

#intro .check div.result {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
  background: #fff;
}

#intro .check div.result p {
  font-size: 45px;
  line-height: 1.45;
  font-weight: bold;
  background: url("../img/check_line.png") left bottom repeat-x;
  background-size: 12px auto;
  display: inline;
}

#intro .check div.link {
  font-weight: bold;
  text-align: center;
  background: #fff;
}

/* .ex */
#intro .ex {
  width: 960px;
  margin: 0 auto 30px;
}

#intro .ex .cnt h3 {
  margin-bottom: 38px;
}

#intro .ex .cnt dl.c01 {
  width: 395px;
  margin-bottom: 46px;
  padding-bottom: 8px;
  border-bottom: #645c59 solid 4px;
  position: relative;
  z-index: 110;
}

#intro .ex .cnt dl.c01 dt.img {
  margin-bottom: 54px;
}
#intro .ex .cnt dl.c01 dt.img img {
  width: 395px;
}

#intro .ex .cnt dl.c01 dd {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
#intro .ex .cnt dl.c01 dd strong {
  color: #645c59;
  font-size: 30px;
}

#intro .ex .cnt div.txt p {
  font-weight: normal;
}

#intro .ex .cnt dl.example {
  position: absolute;
  left: 416px;
  top: 159px;
  width: 538px;
  border: #e1e0e0 solid 3px;
  background: #f3f1f1;
  z-index: 100;
}

#intro .ex .cnt dl.example dt {
  position: relative;
}

#intro .ex .cnt dl.example dt::before {
  content: "";
  position: absolute;
  left: 397px;
  top: 5px;
  width: 136px;
  height: 48px;
  background: url("../img/intro_case_icn.png") left top no-repeat;
  background-size: 100% auto;
}

#intro .ex .cnt dl.example dd.txt {
  font-size: 17px;
  line-height: 1.94;
  padding: 8px 30px;
  font-weight: normal;
}

#intro .ex .cnt01 div.txt {
  margin-bottom: 94px;
}

#intro .ex .cnt01 dl.example {
  top: 182px;
}

#intro .ex .cnt01 dl.example dd.txt {
  padding: 27px 30px;
}

#intro .ex .cnt02 h3 {
  margin-bottom: 54px;
}

#intro .ex .cnt02 div.txt {
  margin-bottom: 60px;
}

#intro .ex .cnt03 h3 {
  margin-bottom: 17px;
}

#intro .ex .cnt03 div.txt {
  margin-bottom: 60px;
}

#intro .ex .cnt03 dl.example {
  top: 166px;
}

#intro .ex .cnt p.btn {
  width: 600px;
  margin: 0 auto;
}

#intro .ex .cnt {
  position: relative;
  padding: 0 0 170px;
}

/* cnt04 */
#intro .ex .cnt04 h3 {
  margin-bottom: 17px;
}

#intro .ex .cnt04 div.txt {
  margin-bottom: 60px;
}

#intro .ex .cnt04 dl.example {
  top: 166px;
}

#intro .ex .cnt p.btn {
  width: 600px;
  margin: 0 auto;
}
/*------------ CASE ------------*/
.case {
  padding: 154px 0 110px;
}

.case h2 {
  background: #fded91;
  text-align: center;
  font-size: 60px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding: 68px 0 52px;
  margin: 0 0 77px;
}

.case h2 img {
  position: absolute;
  left: 50%;
  top: -154px;
  margin: 0 0 0 -480px;
}

.case h2 strong {
  font-weight: bold;
  color: #645c59;
}

.case h2 span {
  background: #fff;
  font-size: 26px;
  line-height: 60px;
  font-weight: bold;
  width: 956px;
  margin: 0 auto 42px;
  display: block;
}

.case .ba {
  background: url("../img/case01_ba_bg_pc.jpg") center top no-repeat;
  height: 558px;
  margin-bottom: 100px;
}

#case02.case .ba {
  height: 588px;
  background: url("../img/case02_ba_bg_pc.jpg") center top no-repeat;
}

#case03.case .ba {
  background: url("../img/case03_ba_bg_pc.jpg") center top no-repeat;
}
#case04.case .ba {
  background: url("../img/case04_ba_bg_pc.jpg") center top no-repeat;
}



.case .ba p {
  font-size: 22px;
  line-height: 1.7;
  font-weight: bold;
}

.case .ba p.before {
  padding: 356px 0 0;
  width: 370px;
}

.case .ba p.after {
  position: absolute;
  left: 437px;
  top: 450px;
  color: #f69741;
}

/* .point */
.case .point {
  width: 960px;
  margin: 0 auto 100px;
  position: relative;
}

.case .point .cnt + .cnt {
  margin-top: 120px;
}

.case .point h3 {
  background: url("../img/case_icn_01.png") left top no-repeat;
  background-size: 61px auto;
  border-bottom: #f69741 solid 4px;
  font-size: 35px;
  line-height: 1.37;
  font-weight: bold;
  padding: 4px 0 16px 90px;
  margin-bottom: 42px;
}

.case .point .c02 h3 {
  background: url("../img/case_icn_02.png") left top no-repeat;
  background-size: 61px auto;
}

.case .point .c03 h3 {
  background: url("../img/case_icn_03.png") left top no-repeat;
  background-size: 61px auto;
}

.case .point ul.ph {
  float: left;
  width: 410px;
  margin-right: 45px;
}

.case .point ul.ph li + li {
  margin-top: 16px;
}

.case .point ul.ph li.cpt {
  font-size: 17px;
  line-height: 1;
}

.case .point p {
  margin-left: 455px;
}

.case .point p.link {
  margin-top: 30px;
  font-weight: bold;
  text-align: right;
}

.case .point p span.atte {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.625;
  padding-left: 1em;
  text-indent: -1em;
}

#case03.case .point .c01 + .c01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
#case03.case .point .c01 + .c01 .ph {
  flex-basis: 410px;
}
#case03.case .point .c01 + .c01 .link {
  flex-basis: 510px;
  font-size: 24px;
  font-weight: bold;
}

/* .pickup */
.case .pickup {
  margin: 0 20px;
  border: #fde875 solid 3px;
  position: relative;
  padding: 25px 80px 10px;
}

.case .pickup h3 {
  position: absolute;
  left: 867px;
  top: -33px;
}

.case .pickup h4 {
  font-size: 24px;
  line-height: 1.45;
  font-weight: bold;
  color: #f69741;
  padding: 40px 0 0 35px;
  margin-bottom: 26px;
  position: relative;
}

.case .pickup h4::before {
  content: "■";
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: 40px;
}

.case .pickup div.cnt {
  width: 776px;
  min-height: 265px;
  box-sizing: border-box;
  margin-bottom: 43px;
  position: relative;
}

.case .pickup div.cnt + div.cnt {
  border-top: #fde875 solid 3px;
}

.case .pickup div.cnt div.columns {
  display: flex;
  justify-content: space-between;
}
.case .pickup div.cnt div.columns dl {
  flex-basis: 370px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case .pickup div.cnt div.columns dl dt {
  flex-basis: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 3;
}
.case .pickup div.cnt div.columns dl + dl dt {
  line-height: 1.5;
}
.case .pickup div.cnt div.columns dl dd.ph {
  order: 3;
  flex-basis: 180px;
  padding-top: 5px;
}
.case .pickup div.cnt div.columns dl dd.txt {
  order: 2;
  flex-basis: 180px;
  font-size: 16px;
  line-height: 1.75;
}
.case .pickup div.cnt div.columns dl dd.navi {
  order: 4;
  flex-basis: 100%;
  margin-top: 20px;
  text-align: center;
}

.case .pickup dl.link {
  width: 776px;
  margin-top: -30px;
  position: relative;
  margin-bottom: 52px;
}

.case .pickup dl.link dt {
  background: url("../img/case01_pickup_ph04.jpg") left top no-repeat;
  background-size: 260px auto;
  width: 405px;
  box-sizing: border-box;
  padding: 0 0 80px 278px;
  font-size: 14px;
  line-height: 1.785;
}
.case .pickup dl.link dt::before {
  content: '◀';
}

.case .pickup dl.link dd {
  position: absolute;
  right: 0px;
  bottom: 108px;
}

#case01.case .pickup div.cnt + div.cnt dd.ph {
  position: absolute;
  left: 445px;
  top: 47px;
}
#case01.case .pickup div.cnt + div.cnt dd.txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 26px;
  position: relative;
  width: 400px;
}

#case02.case .pickup div.cnt dd.ph {
  position: absolute;
  left: 445px;
  top: 47px;
}
#case02.case .pickup div.cnt dd.txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 26px;
  position: relative;
  width: 400px;
}

#case03.case .pickup {
  margin-bottom: 90px;
}
#case03.case .pickup div.cnt dl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#case03.case .pickup div.cnt dl dd.ph {
  flex-basis: 332px;
}
#case03.case .pickup div.cnt dl dd.txt {
  flex-basis: 400px;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 26px;
  position: relative;
}
#case03.case .pickup div.cnt dl + dl {
  margin-top: 50px;
}
#case04.case{
  padding-bottom: 30px;
}
#case04.case .pickup {
  margin-bottom: 120px;
  padding: 40px 80px 10px;
}
#case04.case .pickup div.cnt{
  min-height: auto;
}
#case04.case .pickup div.cnt dl {

}
#case04.case .pickup div.cnt dl dd.ph {
  flex-basis: 332px;
}
#case04.case .pickup div.cnt dl dd.txt {
  flex-basis: 400px;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 26px;
  position: relative;
}

#case04.case .pickup div.cnt dl dd.txt span{
  color: #f69741;
}
#case04.case .pickup div.cnt dl dd.txt p.link{
  margin-top: 1em;
}
#case04.case .pickup div.cnt dl dd.txt p.link a{
  font-size: 17px;
  color: #569a58;
}

#case04.case .pickup div.cnt dl dd.txt p.link a:hover{

}


#case04.case .pickup div.cnt dl + dl {
  margin-top: 50px;
}

#case04.case .point{
margin-bottom: 70px;
}
#case04.case .point p{
  text-align: justify;
  letter-spacing: 0.1em;
}

/* .item */
.case .item h3 {
  width: 290px;
  margin: 0 auto;
  border-bottom: #645c59 solid 3px;
  padding: 0 0 27px;
  margin-bottom: 35px;
}

.case .item h3 strong {
  display: block;
  margin: 0 -200px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  color: #645c59;
  letter-spacing: 0.1em;
}

.case .item .link {
  font-size: 0;
  padding-left: 244px;
}

.case .item .link dl {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.case .item .link dl dt {
  padding-right: 32px;
}

.case .item .link dl dd {
  margin-top: 17px;
  font-size: 17px;
  line-height: 1.29;
  font-weight: bold;
}

/*------------ LINK ------------*/
#link {
  background: #fef8d5;
  padding-bottom: 90px;
}

#link .inner {
  width: 960px;
}

#link h2 {
  background: url("../img/link_ttl_bg.png") center top no-repeat;
  font-size: 42px;
  line-height: 1.714;
  font-weight: normal;
  padding: 125px 0 95px;
  text-align: center;
  color: #f69741;
}

#link dl {
  float: left;
  background: url("../img/link_cnt_bg.png") left top repeat-y #fff;
  border-radius: 10px;
  /*border-left: #f69741 solid 8px;*/
  padding: 30px 30px 25px 25px;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 960px;
}

#link dl.half {
  width: 460px;
  box-sizing: border-box;
}

#link dl.half + dl.half {
  margin-left: 39px;
}

#link dl dt {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: #d0d0d0 solid 1px;
  margin-bottom: 17px;
}

#link dl dd.txt {
  font-size: 17px;
  line-height: 1.764;
  margin-bottom: 13px;
}

#link dl.half dd.txt {
  min-height: 90px;
}

#link dl dd.btns {
  font-size: 0px;
}

#link dl dd.btns a {
  display: inline-block;
  margin-bottom: 15px;
}

#link dl dd.btns a + a {
  display: inline-block;
  margin-left: 10px;
}

#link dl dd.btns a:nth-of-type(4){
  margin-left: 0;
}


/*-------- text_right --------*/
.t_right {
  text-align: right;
}

/*-------- text_left --------*/
.t_left {
  text-align: left;
}

/*-------- center --------*/
.t_center {
  text-align: center;
}

/*-------- left --------*/
.left {
  float: left;
}

/*-------- right --------*/
.right {
  float: right;
}

/*-------- ClearBoth --------*/
.cb {
  clear: both;
}

/*-------- COLOR --------*/
.red {
  color: #FF0000;
}

.orange {
  color: #FF6600;
}

.blue {
  color: #0097B2;
}

/*-------- FONT --------*/
.bold {
  font-weight: 700;
}

.f10 {
  font-size: 10px;
}

.f14 {
  font-size: 14px;
}

/*-------- WIDTH --------*/
.w149 {
  width: 149px;
}

.w180 {
  width: 180px;
}

.w287 {
  width: 287px;
}

.w380 {
  width: 380px;
}

.w304 {
  width: 304px;
}

/*-------- HEIGHT --------*/
.h350 {
  height: 350px;
}

.h375 {
  height: 375px;
}

.h500 {
  height: 420px;
}

.h600 {
  height: 470px;
}

/*-------- MARGIN --------*/
.ml3 {
  margin: 0 0 0 3px;
}

.ml10 {
  margin: 0 0 0 10px;
}

.ml30 {
  margin: 0 0 0 30px;
}

.ml40 {
  margin: 0 0 0 40px;
}

.ml60 {
  margin: 0 0 0 60px;
}

.ml70 {
  margin: 0 0 0 70px;
}

.mb10 {
  margin: 0 0 10px 0;
}

.mb15 {
  margin: 0 0 15px 0;
}

.mt3 {
  margin: 3px 0 0 0;
}

.mt10 {
  margin: 10px 0 0 0;
}

.mt20 {
  margin: 20px 0 0 0;
}

.mt30 {
  margin: 30px 0 0 0;
}

/*-------- PADDING --------*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

/*-------- COMMON --------*/
.pic {
  padding: 2px;
  display: block;
  border: 1px solid #CCCCCC;
}

.hidden {
  overflow: hidden;
}

.abs {
  position: absolute;
}

.ondes {
  color: #999999;
}

.page_top {
  position: fixed;
  right: -10px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s;
}

.page_top.show {
  opacity: 1;
}

.page_top a {
  display: block;
  padding: 15px;
  font-size: 15px;
  background: #009e96;
  color: #fff;
  text-decoration: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-transition: 0.3s ease-in-out;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
