.flex_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.gbbox_area{
  margin-top: 40px;
}


.intro_text p {
    text-align: center;
    font-size: 24px;
    line-height: 1.45;
}

.mig_graybox_area{
  background-color: #ffffff;
  width: 46.5%;
}

.graybox_title{
  background-color: #808d9d;
  text-align: center;
  padding: 12px 0px 8px;
  font-size: 20px;
  color: #fff;
  font-weight:bold;
}


.migration_service_arrow{
  width:6%;
}


.mig_bluebox_area{
  background-color: #ffffff;
  border: 1px solid #2d74bb;
  width: 46.5%;
}


.bluebox_title{
  background-color: #2d74bb;
  text-align: center;
  padding: 12px 0px 8px;
  font-size: 24px;
  color: #fff;
  font-weight:bold;
}



.graybox_title{
  background-color: #808d9d;
  text-align: center;
  padding: 12px 0px 8px;
  font-size: 24px;
  color: #fff;
  font-weight:bold;
}



.migration_service_b {
    padding: 0;
    border: 1px solid #808d9d;
    height:100%;
    min-height: 200px;
    display: flex;
    align-items: center;
}



.migration_service_b2 {
    text-align: center;
    padding: 0 20px;
    height:100%;
    min-height: 200px;
    display: flex;
    align-items: center;
}


.mig_ul{
  margin: 12px auto;
  list-style: none;
  color: #666666;
}


.mig_ul li{
  padding-bottom:5px;
  font-size: 25px;
  text-align: center;
}


.caption_ul {
    font-size: 16px;
    color: #999999;
    margin-top: 8px;
}


.mig_contents_area h3{
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 5px;
  border-left: 5px solid #0078c7;
  margin-bottom: 8px;
  font-size: 35px;
  color: #062f62;
  padding-left: 15px;
}

.mig_contents_area p{
  font-size: 20px;
  line-height: 1.4;
  color: #6D6D6D;
}



.contents_area {
    margin-top: 55px;
}



.merit_list {
    width: 100%;
    font-size: 22px;
    line-height: 31px;
    color: #292929;
    border: 1px solid #E1E7EF;
    padding: 23px 23px 20px;
    background-color: #F8FBFF;
    border-radius: 5px;
    margin-right: 2px;
}


.merit_list li {
    position: relative;
    padding-left: 39px;
    border-bottom: 1px solid #e5ebf3;
    padding-bottom: 17px;
}


.merit_list li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 26px;
    background-image: url(/images/lp/free_web/check_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 2px;
    background-repeat: no-repeat;
}


.merit_list li:nth-last-child(1){
  border-bottom: 0;
  padding-bottom: 0;
}


.merit_list li+li {
    margin-top: 17px;
}


.table_title {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    margin-top: 30px;
    margin-bottom: 6px;
}


.dcmigrator_link_bn{
  padding:10px 0 35px 0;
  text-align: center;
}


.Useflow{
  width: 100%;
  border: 1px solid #0078c9;
  margin: 0 auto;
}


.u_title {
    text-align: center;
    padding: 12px 10px 11px;
    font-size: 28px;
    color: #fff;
    border-bottom: 1px solid #0078c9;
    font-weight: bold;
    background: #0078c9;
}


.mig_flow_ul {
    background-color: #ffffff;
    margin: 0 auto;
    list-style: none;
    width: 96%;
    padding: 0;
}


.mig_flow_li {
    width: 13.3%;
    background-color: #f3fbff;
    border-radius: 5px;
    margin: 20px 0px 17px;
    text-align: center;
    border: 1px solid #d5dade;
}


.mig_flow_arrow {
    width: 3%;
    font-size: 23px;
    color: #dee7ecfc;
    text-align: center;
}

.flow_liStep_mig {
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin: 0px auto;
    font-size: 19px;
    padding: 8px 0 5px 0;
}


.flow_p_mig {
    font-size: 18px;
    text-align: center;
    color: #545454;
    font-weight: bold;
    height: 130px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}


.event_cta {
    border: solid 2px #2d6eb5;
    background: #ffffff;
    padding: 0 0 20px 0;
    margin-top: 50px;
    margin-bottom: 30px;
}


.event_cta_title {
    background-color: #2d6eb5;
    border: 1px solid #2d6eb5;
    padding: 20px 3px 18px 25px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.contact-notice-line {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 26px;
    line-height: 1.4;
}

.event_cta_logo {
    padding: 16px 0 10px;
}

.event_cta_logo img {
    width: 26%;
    padding: 15px 0 0;
}


.event_cta_bn_area {
    width: 100%;
    background-color: #f5f5f5;
    margin: 25px auto 0;
}


.event_cta_bn_area ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.event_cta_bn_area ul li:nth-child(1) {
    position: relative;
    bottom: 8px;
}

.event_cta_bn_area ul li:nth-child(2) {
    font-size: 25px;
    color: #666666;
    font-weight: bold;
    margin: 0 22px 0px 22px;
    padding-top: 0;
}

.mig_btn {
  width: 190px;
  margin-top: 0;
  height: 42px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #FF114A;
  line-height: 40px;
  border-radius: 4px;
  letter-spacing: -0.2pt;
}


.mig_btn_a {
    font-size: 18px;
    color: #ffffff !important;
    text-align: left;
    text-decoration: none !important;
    display: block;
    padding-left: 15px;
    cursor: pointer;
}


.mig_btn_a img {
    width: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.mig_table{
  width:100%;
  font-size:18px;
}

.mig_table td{
padding:20px;
}


.faq-tb-txt {
    font-size: 19px;
    line-height: 17pt;
    color: #555555;
    font-weight: bold;
}




@media screen and (max-width: 480px){


  .contents_area {
      margin-top: 40px;
  }



  .adoption_title h2 {
      font-size: 30px;
      margin: 40px 0 0 0;
      line-height: 1.4;
  }

  .intro_text p{
    font-size: 17px;
    line-height: 1.45;
    text-align: left;
    margin-top: 11px;
  }

  .flex_box{
    flex-direction: column;
  }

  .mig_graybox_area{
    width:100%;
  }

.graybox_title, .bluebox_title{
      font-size: 19px;
}

.mig_ul li {
    font-size: 19px;
        line-height: 1.45;
}

  .mig_bluebox_area{
    width:100%;
  }

  .migration_service_arrow {
    width: 11%;
    transition: ;
    transform: rotate(90deg);
}

.migration_service_b,.migration_service_b2{
  height: 100%;
  min-height: 140px;
}


.caption_ul {
    font-size: 13.5px;
    text-indent: -14px;
    padding-left: 16px;
    margin-top: 8px;
}


.caption_ul li {
    line-height: 1.4;
    margin-bottom: 7px;
}



.mig_contents_area h3{
      padding: 2px 0 4px;
      font-size: 24px;
      padding-left: 12px;
}

.mig_contents_area p {
    font-size: 17px;
  }


.merit_list{
      margin-right: 0;
      font-size: 18px;
      line-height: 1.4;
      padding: 23px 20px 20px;
}

.table_title {
    font-size: 18px;
  }

.u_title{
    font-size: 20px;
    padding: 16px 22px 14px;
    line-height: 1.4;
}


.mig_flow_ul{
  padding-top: 15px;
  padding-bottom:28px;
  width:100%;
}


.mig_flow_li {
    width: 84%;
    margin: 15px 0 0;
}



.mig_flow_arrow {
    font-size: 26px;
    transform: rotate(90deg);
}




.event_cta_title {
    font-size: 23px;
    text-align: left;
    line-height: 1.35;
    padding: 15px 20px;
}


.contact-notice-line {
    font-size: 18px;
    text-align: left;
    padding: 20px 20px 0;
    margin: 0;
}

.event_cta_logo {
    padding: 6px 0 10px;
}

.event_cta_logo img {
    width: 65%;
}

.event_cta_bn_area {
    margin: 12px auto 0px;
    padding: 30px 0 20px;
}

.event_cta_bn_area ul {
    flex-direction: column;
    height: auto;
}

.event_cta_bn_area ul li:nth-child(1) {
    position: relative;
    bottom: 8px;
}


.event_cta_bn_area ul li:nth-child(2) {
    font-size: 20px;
}

.event_cta_bn_area ul li:nth-child(3) {
    width: 100%;
}

.mig_btn {
    width: 80%;
    margin-top: 11px;
    height: 42px;
    margin: 7px auto 0;
}

.mig_btn_a img {
    width: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
}






/*   accordion style start  */

.func_table_area {
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    color: #202124;
    border-collapse: collapse;
    border-spacing: 0;
}

.denshi_range_title {
    text-align: center;
    background: #3784d9;
    color: #fff;
    border-right: 1px solid #d8dee3;
    font-weight: bold;
    padding: 15px;
}

.denshi_range_gray_t {
    text-align: center;
    background: #f5f6f9;
    padding: 15px;
    /* font-weight: bold; */
}


ul.range_text_ul li {
    text-indent: -18px;
    padding-left: 17px;
    padding-bottom: 7px;
    line-height: 1.2;
}

.range_table_point_blue {
    border: 2px solid #0061D5;
    position: absolute;
    width: 66%;
    height: 60.2%;
    z-index: 5;
    left: 33%;
    top: 39%;
}

.range_table_point_orange {
    border: 2px solid #e30500;
    position: absolute;
    width: 66%;
    z-index: 5;
    left: 33%;
}



/* アコディアン */

.details_blue_box {
  border: 1px solid #d6d6d6;
  margin-bottom: 5px;
}

.details_orange_box {
    border: 2px solid #e30500;
}

.summary_blue{
    background-color: #e9e9ec;
    color:#2F3E46;
}

.summary_orange{
    background-color: #FFFCDA;
    color: #e30500;
}



.details-summary {
  position: relative;
  display: block;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}

  .details-summary:hover{

  }


	.btn {
		position: absolute;
        top: 39%;
        right: 5%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #2F3E46;
            border-radius: 10px;
            width: 16px;
            height: 2px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 2px;
            height: 16px;
            top: 0;
            left: 7px;
        }
    }


	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}
		}
    }
}


.btn_orange::before,
.btn_orange::after{
 background-color: #e30500 !important;
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 0px;
	.close-btn {
		display: block;
		margin: 7px auto 30px;
		padding: 8px 32px;
		background: #00a5a0;
		color: #0061D5;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 16px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 40px;
		}
	}
}




.sp_table_left{
  width: 30%;
  background: #f5f5f5;
  text-align: left;
  font-size: 16px;
  color: #555555;
}

.sp_table_right{
  width: 50%;
}


.comm_align {
    margin: 0;
    padding: 15px;
}

.comm_align li {
  text-indent: -28px;
  margin-left: 28px;
  line-height: 1.4;
  padding-bottom: 8px;
  list-style: none;
  font-size: 12px;
  color: #666666;
}


.sp_plan_title{
  margin:0;
  width:89%;
}

.service_title_txt {
    color: #202124 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    margin:0;
}

.plan_serve_name {
    font-size: 13.5px;
    margin: 3px 0 3px;
    line-height: 13px;
    color: #c0c0c0;
    padding: 0;
}

.cost_num_all {
    font-weight: bold;
    font-size: 23px;
}

.cost_comm {
    font-size: 15px;
    padding-left: 0px;
    color: inherit;
    text-shadow: 0px 0px 10px #bbbaba !important;
}

.all_btn_size {
    width: 100%;
    margin-top: 5px;
}

.btn_link_apply_red {
    height: 35px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #FF114A;
    line-height: 38px;
    border-radius: 4px;
    letter-spacing: -0.2pt;
}


.btn_link_apply_red:hover {
    background: #FF114A;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: scale(1.02,1.02);
    transition: transform .2s;
}


a.btn_link_a2 {
  font-size: 13px;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 3;
}

.sp_price{
  margin-top:10px;
}

.purpose_title_all {
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.price_purpose_ul_all {
    margin: 0;
    padding: 0;
    padding: 0 0 0 8px;
    color: #6B6B6B;
    text-align: left;
}

.price_purpose_ul_all li {
    text-indent: -12px;
    margin-left: 0px;
    line-height: 1.4;
    padding-bottom: 6px;
    list-style: none;
    font-size: 13px;
    text-align: left;
}


.price_purpose_ul_all li:nth-last-child(1){
    padding-bottom: 0px;
}



.sp_table_oneline{
  background-color: #F4F5F6;
  color: #262626;
  padding: 17px 14px;
  font-size: 15px;
  text-align: left;
}

.chk_icon {
  width: 16px;
  padding-bottom: 0px;
}

.cross_icon {
    width: 12px;
    padding-bottom: 0px;
}

.triangle_icon {
    width: 17px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.table_bg_color{
  background-color: #EBEDEF;
}


.icon_span_text {
    font-size: 12px;
    color: #818181;
    display: block;
    line-height: 1.4;
    padding-top: 3px;
}


.red_point {
    padding-left: 0px;
    line-height: 22px;
    font-size: 0.7em;
    color: red;
    vertical-align: text-bottom;
}

.func_table_area td {
    vertical-align: middle;
    border: 1px solid #d8dee3;
    padding: 16px;
    line-height: 1.3;
    font-size: 16px;
    text-align: left;
    color: #555555;
}


.details-content .close-btn {
    display: block;
    margin: 20px auto;
    padding: 15px 0 12px;
    background: #a7b4c2;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    width:90%;
}

.item-event__period{
  font-size: 16px;
  background-position: left 2px;
  font-weight:bold;
}

/*   accordion style end  */



.mig_service_table{
  width: 90%;
  margin: 20px auto;
}


.dcmigrator_link_bn{
  padding: 11px 0 10px 0;
}


.gbbox_area {
    margin-top: 20px;
}



}
