html {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'MS Gothic', 'Meiryo', 'sans-serif';
}

h1,h2,h3,p,ul,ol,li,a {
  margin: 0;
  padding: 0;
  line-height: 1;
}

img{
  border: 0;
  vertical-align: bottom;
}

.img-responsive{
	width:100%;
	height:auto;
}

span {
  font-family: 'SF Compact Text','arial', 'sans-serif';
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #0068B5;
}

/* 共通部分 */

.request-container {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}

.cw-request p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #545454;
  font-weight: bold;
  padding: 30px 0 12px 0;
}

h2 {
  font-size: 28px;
  line-height:1.5;
  color: #0068B5;
  display: inline-block;
}

.cw-request a {
  width: 480px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: #FF821B;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.25);
}

.cw-request a:hover {
  transition: 0.3s;
  background: #FFA643;
}

.cw-request a:active {
  transition: 0.3s;
  background: #ED6800;
}

/*ヘッダー*/

header {
  border-top: 4px solid #0074C1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

h1 {
  max-width: 1000px;
  padding: 11px 0;
  margin: 0 auto;
}

.cw-logo img {
  width: 202px;
}

/* メインビジュアル */
.main-visual{
  width: 100%;
  height: 500px;
  background: #0068b7;
}

.main-visual-img{
  width: 1000px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../img/pc_hd_bg.jpg");
  background-position: center;
  background-size: contain;
}

.main-sp-img{
  display: none;
}

/* サンプルエリア */

.sample-container {
  width: 100%;
  text-align: center;
  background: #F0F8FD;
  padding: 60px 0;
}

.sample-ht {
	width:100%;
	margin-bottom:30px;
}

.sample-img ul {
  max-width: 984px;
  overflow: hidden;
  margin: 24px auto 0;
}

.sample-img ul li {
  float: left;
  list-style-type: none;
  width: calc(33.333333% - 16px);
  background: #fff;
  border-radius: 4px;
  margin-right: 24px;
  padding: 24px;
  box-sizing: border-box;
}

.sample-img ul li:last-child {
  margin-right: 0;
}

.sample-img ul li img {
  width: 264px;
  margin: 0 auto;
}

.sample-img ul li img.sample-last-img {
  width: 138.16px;
}

.sample-img ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  padding-top: 16px;
}

/* トラブルエリア */

.trouble-container {
  width: 100%;
  height: 420px;
  background: url(../img/bg_nayami.jpg) no-repeat center center;
  background-size: cover;
  background-color: #fff;
  text-align: center;
}

.trouble-container .trouble-img-sp {
  display: none;
}

.trouble-ht {
  padding-top: 60px;
}

.trouble-ht-sp {
  display: none;
}

/* メリットエリア */

.merit-container {
  width: 100%;
  background: #0068B5;
  text-align: center;
  padding-bottom: 60px;
}

.merit-ht {
  color: #fff;
  padding: 60px 0 40px 0;
}

.merit-ht-sp {
  display: none;
}

.merit-container ul {
  width: 984px;
  margin: 0 auto;
  overflow: hidden;
}

.merit-container ul li {
  float: left;
  list-style-type: none;
  width: 312px;
  height: 392px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-right: 24px;
  padding: 24px;
  box-sizing: border-box;
}

.merit-container ul li:last-child {
  margin-right: 0;
}

.merit-container ul li h3 {
  font-size: 20px;
  color: #0068B5;
  margin-bottom: 20px;
  line-height:1.5;
}

.merit-container ul li img {
  width: 96px;
  height: 96px;
}

.merit-container ul li p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  padding-top: 24px;
}

/* オーダーエリア */

.order-container {
  width: 100%;
  padding-bottom:60px;
  background: #F0F8FD;
}

.order-ht-center {
  text-align: center;
}

.order-ht {
  padding: 66px 0 29px 0;
}

.order-flow ul {
}

.order-flow li {
  margin: 0 auto;
  width: 984px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(12, 49, 103, 0.12);
  border-radius: 4px;
  list-style-type: none;
  padding: 24px 60px;
  box-sizing: border-box;
}

.order-flow li:not(:last-child){
	margin-bottom:48px;
	position:relative;
}

.order-flow li:not(:last-child)::after{
	display:block;
	content:"";
	width:29px;
	height:19px;
	background:url(../img/icon-arrow.svg) no-repeat;
	background-size:cover;
	position:absolute;
	left:50%;
	bottom:-33px;
	transform:translateX(-50%);
}

.order-step{
  overflow: hidden;
  margin-bottom: 12px;
}

.order-step span{
  display: block;
  float: left;
  margin-right: 24px;
}

.order-step h3 {
  font-size: 20px;
  line-height: 32px;
  color: #545454;
  float: left;
}

.order-flow li p {
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  text-align: left;
}

.margin-top {
  margin-top: 18px;
}

/* ユーザーカンパニーエリア */

.user-company-container {
  width: 100%;
  background: #ffffff;
  text-align: center;
}

.user-ht-center {
  text-align: center;
}

.user-ht {
  padding: 60px 0 48px 0;
}

ol {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}

ol li {
  overflow: hidden;
  width: 984px;
  padding: 36px 60px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 24px;
}

ol li:last-child {
  margin-bottom: 0;
}

.company-left {
  float: left;
  text-align: left;
}

.company-left h3 {
  font-size: 20px;
  line-height: 30px;
  color: #545454;
  padding-bottom: 12px;
}

.company-left p {
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  padding-bottom: 28px;
}

.company-flex {
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  margin-top: -25px;
}

.company-flex-sp {
  display: none;
}

.company-flex-pc {
  color: #545454;
}

.company-font-bold {
  padding-left: 8px;
  padding-right: 3px;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.05em;
}

.company-font {
  font-size: 16px;
  line-height: 16px;
}

.line {
  width: 1px;
  height: 36px;
  background: #0068B5;
  margin: 0 16px;
  display: inline-block;
  margin-top: 24px;
}

.company-right {
  float: right;
}

.company-right img {
  width: 160px;
  height: 160px;
}

.company-right .company-img1 {
  padding-top: 20px;
  width: 160px;
  height: 120.25px;
}

.company-right .company-img2 {
  width: 160px;
  height: 153.19px;
}

.company-right .company-img3 {
  padding-top: 2px;
}

.company-right .company-img4 {
  padding-top: 22px;
  width: 160px;
  height: 120px;
}

.company-right .company-img5 {
  padding-top: 5px;
  width: 160px;
  height: 153.19px;
}

.margin-top1 {
  margin-top: 34px;
}

/* フッターエリア */

footer {
  text-align: center;
}
footer ul {
  width: 100%;
  height: 62px;
  background: #005CA3;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  border-bottom: 1px solid #004E89;
}

footer ul li {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  padding-right: 10px;
}

footer ul li:last-child {
  padding-right: 0;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-container {
  width: 100%;
  height: 60px;
  background: #005798;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container p {
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
}

.user-comparison-container{
	width:auto;
	padding:60px 24px 0;
	background:#fff;
}

#comparison-inner{
	width:100%;
	max-width:984px;
	margin:0 auto;
}

#comparison-inner h2{
	display:block;
	text-align:center;
	line-height:1.5;
	margin-bottom:30px;
}

#comparison-table{
	width:100%;
	border:1px solid #C4C4C4;
	box-sizing:border-box;
	border-collapse: collapse;
	border-spacing: 0;
}

#comparison-table th{
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	padding:7px;
	color:#545454;
	border:1px solid #C4C4C4;
	box-sizing:border-box;
}

#comparison-table .thead1{ width:28%;}
#comparison-table .thead2{ background:#FAFAFA;}

#comparison-table td{
	vertical-align:top;
	padding:20px;
	border:1px solid #C4C4C4;
	color:#545454;
}

#comparison-table td div{ margin:0 auto 10px;}

#comparison-table td .icon1{ width:38px;}
#comparison-table td .icon2{ width:40px;}
#comparison-table td .icon3{
	width:32px;
	padding:5px 0;
}

#comparison-table td p{
	font-size:14px;
	line-height:1.7;
	color:inherit;
}

#comparison-table .flag-cw{
	color:#0068B5;
	background:#F0F8FD;
}




/* レスポンシブ 1024px以下 */

@media screen and (max-width: 1024px) {
  /* body {
    background: blue;
  } */

  /* ヘッダー */
  h1{
    margin-left: 16px;
  }

  /* メインビジュアル */
  .main-visual{
    height: auto;
  }

  .main-visual-img{
    width: 100%;
    height: 50vw;
  }

  /* サンプルエリア */

  .sample-container {
    width: 100%;
    padding: 60px 24px;
    box-sizing: border-box;
  }

  .sample-img {
    margin: auto;
    text-align: center;
  }

  .sample-img ul li {
    width: calc((100% - 48px)/3);
    }

  .sample-img ul li:last-child {
    margin-right: 0;
  }

  .sample-img ul li img {
    width: 180px;
    padding-top: 24px;
  }

  .sample-img ul li img.sample-last-img {
    width: 94.2px;
  }

  /* メリットエリア */

  .merit-container {
    overflow: hidden;
    padding: 0 24px 60px;
    box-sizing: border-box;
  }

  .merit-container ul {
    width: 100%;
    margin: 0 auto;
  }

  .merit-container ul li {
    width: calc((100% - 48px)/3);
    height: 464px;
  }

  .merit-container h3{
    font-size: 18px;
  }

  .merit-hth1, .merit-hth3{
    line-height: 54px;
  }

  .merit-hth2{
    line-height: 27px;
  }
  /* オーダーエリア */

  .order-container {
    width: 100%;
    padding: 0 24px 60px;
    box-sizing: border-box;
  }

  .order-flow li {
    width: 100%;
  }

  /* ユーザーカンパニーエリア */

  .user-company-container{
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  ol {
    display: inline-block;
    padding: 0;
    width: 100%;
  }

  ol li {
    display: block;
    width: 100%;
  }

  .company-left {
    padding: 34px 0 0 0;
    text-align: center;
    float: none;
  }

  .company-flex-pc {
    display: none;
  }

  .company-flex-sp {
    overflow: hidden;
    display: block;
  }

  .flex-sp-left, .flex-sp-right{
    width: 50%;
    float: left;
  }

  .flex-sp-left{
    width: calc(50% - 1px);
    border-right: 1px solid #005798;
  }
  .company-flex-sp p {
    padding-bottom: 4px;
    color: #545454;
  }

  .company-font-bold {
    padding: 0;
  }

  .company-right {
    float: none;
    display: inline-block;
    padding-top: 34px;
    padding-left: 0;
  }

  .flex-sp-right {
    margin-right: -52px;
  }

  .company-right img {
    display: block;
    width: 240px;
    height: 240px;
  }

  .company-right .company-img1 {
    padding-top: 0;
    width: 240px;
    height: 200.25px;
  }

  .company-right .company-img2 {
    width: 240px;
    height: 233.19px;
  }

  .company-right .company-img3 {
    padding-top: 2px;
  }

  .company-right .company-img4 {
    padding-top: 0;
    width: 240px;
    height: 200px;
  }

  .company-right .company-img5 {
    padding-top: 0;
    width: 240px;
    height: 233.19px;
  }

  .margin-top1 {
    margin-top: 12px;
  }

  /* サポートエリア */

  .support-ht-pc {
    display: none;
  }

  .support-ht-sp {
    display: block;
    padding-bottom: 24px;
  }

  .support-container {
    width: 100%;
    text-align: center;
  }

  .support-container p {
    display: inline-block;
    text-align: left;
    width: 683px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 24px;
    color: #545454;
  }

  .support-container img {
    padding-top: 20px;
    width: 684px;
  }

}

/* レスポンシブ 768px以下 */

@media screen and (max-width: 768px) {

  /* ヘッダー */
  header{
    width: 100%;
  }

  h1{
    width: calc(100% - 16px);
  }

  .cw-logo img {
    width: 178px;
  }

  /* メインビジュアル */

  .main-visual {
    width: 100%;
    height: auto;
  }

  .main-visual-img {
    height: auto;
    background-image: none;
  }

  .main-sp-img {
    display: block;
    width: 100%;
  }

  .main-sp-img img{
    width: 100%;
    height: auto;
  }

  /* サンプルエリア */


  .sample-container ul{
    width: 100%;
  }

  .sample-container ul li{
    width: 100%;
    margin-bottom: 24px;
  }

  .sample-container ul li img{
    width: calc(100% - 192px);
  }

  .sample-container ul li img.sample-last-img{
    width: 200px;
  }

  /* トラブルエリア */

  .trouble-container {
    width: 100%;
    height: 615px;
    background: #fff;
    text-align: center;
  }

  .trouble-container-sp {
    background: url(../img/bg_nayami.png) no-repeat center bottom;
    background-size: contain;
  }

  .trouble-container .trouble-img-pc {
    display: none;
  }

  .trouble-container .trouble-img-sp {
    display: inline-block;
    width: 375px;
    width: 100%;
    height: 605px;
    margin-top: -130px;
  }

  .trouble-ht {
    padding-top: 60px;
  }

  /* メリットエリア */

  .merit-container ul{
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .merit-container ul li{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }


  /* オーダーエリア */

  .order-container {
  }

  .order-flow li {
    width: 100%;
  }

  span {
    font-size: 16px;
    line-height: 24px;
  }

  .order-step h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .order-flow li p {
    font-size: 14px;
    line-height: 24px;
  }

  /* ユーザーカンパニーエリア */


  .user-ht {
    padding: 60px 0 48px 0;
  }

  ol {
    display: inline-block;
    padding: 0;
  }

  ol li {
    display: block;
  }

  ol li:last-child {
    display: block;

  }

  .company-left {
    text-align: center;
  }

  .company-left h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 12px;
  }

  .company-left p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 28px;
  }

  .company-flex-sp p {
    color: #545454;
    padding-bottom: 4px;
  }

  .company-font-bold {
    padding-left: 8px;
    padding-right: 3px;
    padding: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .company-font {
    font-size: 16px;
    line-height: 16px;
  }

  .line {
    margin-top: 24px;
  }

  .company-right {
    display: inline-block;
    padding-top: 36px;
    padding-left: 0;
  }

  .padding-left {
    padding-left: 0;
  }

  .flex-sp-right {
    margin-right: -52px;
  }

  .company-right img {
    display: block;
    width: 180px;
    height: 180px;
  }

  .company-right .company-img1 {
    padding-top: 0;
    width: 180px;
    height: 135.28px;
  }

  .company-right .company-img2 {
    width: 180px;
    height: 180px;
  }

  .company-right .company-img3 {
    width: 180px;
    height: 180px;
    padding-top: 2px;
  }

  .company-right .company-img4 {
    padding-top: 0;
    width: 180px;
    height: 180px;
  }

  .company-right .company-img5 {
    padding-top: 0;
    width: 180px;
    height: 180px;
  }

  .margin-top1 {
    margin-top: 12px;
  }

  /* サポートエリア */

  .support-container {
    width: 100%;
    text-align: center;
  }

  .support-container img {
    padding-top: 20px;
    width: 454px;
  }

  .support-container p {
    display: inline-block;
    text-align: left;
    width: 453px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    color: #545454;
  }

h2{ font-size:22px;}

#comparison-table th{
	padding:6px;
	font-size:16px;
}

#comparison-table td{ padding:15px;}



}
/* レスポンシブ 514px以下 */
@media screen and (min-width: 515px) {

.sp-show{ display:none;}

}

@media screen and (max-width: 514px) {

  /* 共通部分 */

  .request-container{
    padding: 36px 24px;
    box-sizing: border-box;
  }

  .cw-request p {
    font-size: 14px;
    padding: 0 0 12px;
  }

  .cw-request a {
    width: 100%;
    height: 62px;
    font-size: 16px;
    line-height: 62px;
    margin: 0;
  }

  /* ヘッダー */

  h1{
    margin-left: 8px;
    padding: 8px 0;
  }

  .cw-logo img {
    width: 160px;
  }

  /* メインビジュアル */

  .main-visual img {
    width: 100%;
  }

  .main-pc-img {
    display: none;
  }

  .main-sp-img {
    display: block;
  }

  /* サンプルエリア */

  .sample-container {
    width: 100%;
    box-sizing: border-box;
  }

  .sample-ht {
    font-size: 22px;
  }

  .sample-img ul {
    display: block;
  }

  .sample-img ul li {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .sample-img ul li:last-child {
    margin-right: 0;
  }

  .sample-img ul li img {
    width: 180px;
    height: 180px;
    padding-top: 24px;
  }

  .sample-img ul li img.sample-last-img {
    width: 94.2px;
    height: 180px;
  }

  /* トラブルエリア */

  .trouble-container {
    width: 100%;
  }

  .trouble-ht {
    height: 66px;
    font-size: 22px;
    line-height: 33px;
    margin: 0 46px 0 43px;
  }

  .trouble-ht-pc {
    display: none;
  }

  .trouble-ht-sp {
    display: block;
  }

  /* メリットエリア */

  .merit-ht {
    padding: 56px 0 24px;
    margin: auto;
/*    width: 220px;*/
    font-size: 22px;
  }

	.sp-hide{ display:none;}

  .merit-ht-pc {
    display: none;
  }

  .merit-container ul {
    display: block;
    float: left;
    padding: 0;
    text-align: center;
  }

  .merit-container ul li {
    display: block;
    width: 100%;
    margin: 0;
	padding:24px 16px;
    margin-bottom: 24px;
  }

  .merit-container ul li h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #0068B5;
  }

  .merit-container ul li img {
    width: 96px;
    height: 96px;
  }

  .merit-container ul li p {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 12px;
  }

  /* オーダーエリア */

  .order-container {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .order-ht {
    font-size: 22px;
    line-height: 33px;
    padding: 60px 0 24px 0;
  }

  .order-step {
    display: block;
  }

  .order-step span {
    display: block;
	float:none;
    padding-bottom: 8px;
  }

  .order-step h3 {
	float:none;
    padding: 0;
  }

  .order-flow li {
    width: 100%;
    text-align: left;
    padding: 24px 16px 32px;
    box-sizing: border-box;
  }

  .order-flow li p {
    margin: 0;
    padding: 0;
  }

  .order-flow li:not(:last-child){ margin-bottom:55px;}
  .order-flow li:not(:last-child)::after{
	width:23px;
	height:15px;
	bottom:-35px;
  }

  /* ユーザーカンパニーエリア */

  .user-ht {
    padding: 60px 0 8px 0;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 24px;
  }

  ol {
    display: inline-block;
    padding: 0;
  }

  ol li {
    display: block;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }


  .company-left {
    width: 100%;
    padding: 34px 0 0 0;
    text-align: center;
    float: left;
  }

  .company-right{
    float: left;
    width: 100%;
    margin: 0 auto;
  }

  .company-left h3 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 12px;
  }

  .company-left p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
  }

  .company-right img {
    padding-bottom: 5px;
    margin: 0 auto;
  }

  .company-right img:last-child {
    padding-bottom: 0;
  }

  .company-flex-sp {
    margin: 0;
    width: 100%;
  }

  .company-flex-sp p {
    color: #545454;
    padding-bottom: 4px;
  }

  .company-font-bold {
    padding-left: 8px;
    padding-right: 3px;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .company-font {
    font-size: 16px;
    line-height: 16px;
  }


  .company-font-bold{
    font-size: 24px;
  }

  .company-font-small{
    font-size: 12px;
  }

  .line {
    margin-top: 24px;
  }

  .company-right {
    display: inline-block;
    padding: 34px 0;
    padding-left: 0;
  }

  .padding-left {
    padding-left: 0;
  }

  .flex-sp-right {
  }

  .company-right img {
    display: block;
    width: 180px;
    height: 180px;
  }

  .company-right .company-img1 {
    padding-top: 0;
    width: 180px;
    height: 135.28px;
  }

  .company-right .company-img2 {
    width: 180px;
    height: 180px;
  }

  .company-right .company-img3 {
    width: 180px;
    height: 180px;
    padding-top: 2px;
  }

  .company-right .company-img4 {
    padding-top: 0;
    width: 180px;
    height: 180px;
  }

  .company-right .company-img5 {
    padding-top: 0;
    width: 180px;
    height: 180px;
  }

  .margin-top1 {
    margin-top: 12px;
  }

  /* サポートエリア */

  .support-container{
    padding: 24px 24px 0;
    box-sizing: border-box;
  }

  .support-ht {
    padding-bottom: 24px;
  }

  .support-ht-sp {
    padding-top: 24px;
    font-size: 22px;
    line-height: 33px;
  }

  .support-container img {
    padding-top: 0;
    width: 100%;
  }

  .support-container p {
    width: 100%;
    font-size: 14px;
    padding-top: 24px;
  }

  .main-visual{ margin-bottom:0;}
  .sample-ht,#comparison-inner h2{ margin-bottom:24px;}

#comparison-table .thead1{ width:30%;}

#comparison-table th{
	font-size:12px;
	line-height:1.5;
	padding:12px 0;
}

#comparison-table .thead2{ line-height:3.5;}

#comparison-table td{ padding:20px 10px;}

#comparison-table td p{
	font-size:10px;
	line-height:1.8;
	font-weight:bold;
}

#comparison-table td .icon1{ width:30px;}
#comparison-table td .icon2{ width:27px; padding:2px 0;}
#comparison-table td .icon3{ width:34px; padding:0;}

.request-container.margin-top1{ margin:0;}

}
  /* レスポンシブ 375px以下 */

  @media screen and (max-width: 374px) {

    .company-flex-sp{
      width: 100%;
      margin: 0;
    }

    .flex-sp-right, .flex-sp-left{
      width: 100%;
      margin: 0 0 12px;
    }



}
