
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');


/* module
----------------------------------------------------*/

:root {
    --blue2: #1b75b2;
	--base: #f1f5f9;
}
body {
    letter-spacing: .5px;
}
.blue {
	color: var(--blue2);
}
p {
    font-size: 16px;
    color: #111;
    font-weight: 500;
    letter-spacing: .5px;
}

.en {
	font-family: 'Roboto';
    text-transform: uppercase;
}
.lp_title {
	margin-bottom: 20px;
}
.lp_title h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0px;
}
.lp_title h2 .gf {
    padding: 0 2px;
    font-size: 42px;
}
.top_pc_search.fixed{
	position: fixed;
	z-index: 999;
    top: inherit;
    bottom: 0;
	left:0;
    margin-top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 5%);
}

.ld_typ1 {
    margin-bottom: 15px;
    display: inline-block;
    background: #ffe000;
    padding: 8px 20px;
    transform: skew(-15deg);
}
.ld_typ1 span {
    display: block;
    font-size: 18px;
    font-weight: 800;
    transform: skew(15deg);
}

.top_pc_search.fixed .inner {
    box-shadow: none;
    background: none;
    padding: 15px 20px;
}

#wrapper {
    overflow: initial;
}


/* header
----------------------------------------------------*/
header.header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
header.header .logo_menu {
	width: 100%;
    min-height: 60px;
    margin-top: 30px;
    justify-content: flex-start;
}

.right_seller {
    margin-left: auto;
}

.right_seller a {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.5px;
    border: 2px solid var(--navy);
    border-radius: 5px;
}
.right_seller a:hover {
    background: var(--navy);
    color: #fff;
	text-decoration: none;
}


/* 悩み解消
----------------------------------------------------*/

section.nayami_area {
    margin-top: -110px;
    padding-top: 140px;
	padding-bottom: 0px;
    /*
	background-image: url(../img/nayami_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
    background: var(--base);
}
.nayami_list {
    max-width: 700px;
    margin: 30px auto 0;
}
.talk-item {
    align-items: center;
    padding: 0px 20px 0px;
}
.talk-item:last-child {
	margin-bottom: 0px;
}

.talk-item .talk-icon {
  width: 120px;
  margin-right: 15px;
  flex-shrink: 0;
}

.talk-item .talk-bubble {
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  width: calc(100% - 120px - 15px);
  background: #fff;
  box-shadow: 0px 3px 13px rgba(90, 90, 90, 0.2);
}

.talk-item .talk-bubble:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.talk-item .talk-bubble p {
	font-size: 18px;
}
.talk-item.reverse {
  flex-direction: row-reverse;
}

.talk-item.reverse .talk-icon {
  margin-right: 0;
  margin-left: 15px;
}
.talk-item.reverse .talk-bubble:before {
  left: auto;
  right: -10px;
  border-right: none;
  border-left: 10px solid #fff;
}

.problem_area_wrap {
    max-width: 980px;
    margin: 0 auto;
}
.problem_area_list {
    justify-content: center;
}
.problem_area_list li {
    position:relative;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    padding: 25px 10px;
    background: #fff;
	/*
    border: 2px solid var(--blue2);
	*/
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 5px 0px rgb(28 96 151 / 45%);
}

.problem_area_list li p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--blue2);
}

.problem_area_list li .line {
    border-bottom: 3px dotted var(--blue2);
}
.problem_area_wrap .img {
	text-align: center;
}


/* 比較ビズとは
----------------------------------------------------*/

/*
section.what_biz {
    background: linear-gradient(to right, #fafeff 0%, #fafeff 50%, var(--base) 50% 50%, var(--base) 100%);
}
*/

.what_biz .bx-wrapper {
    position: absolute;
    top: 48px;
    left: 190px;
    width: 270px;
    text-align: left;
}
.what_biz .bx-wrapper .bx-viewport {
    padding: 5px 0px 5px;
}
.what_biz .ex_project_list li {

}
.what_biz .ex_project_list li .txt {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 2px solid var(--blue2);
    color: var(--blue2);
}
.what_biz .ex_project_list li .t {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
}

.what_biz .ex_project_list li .txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: var(--blue2) transparent transparent;
    translate: -50% 100%;
    transform: skew(25deg);
    transform-origin: top;
}

.what_biz .ex_project_list li .txt:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 15%;
    border-style: solid;
    border-width: 8.2px 8.2px 0 0;
    border-color: #fff transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(25deg);
    transform-origin: top;
}

.what_biz .what_img {
    position: relative;
	margin: 50px auto 0px;
	text-align: center;
}
p.what_biz_txt {
    max-width: 780px;
    margin: 30px auto 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: var(--blue2);
    background: #fff;
    border: 2px solid var(--blue2);
    border-radius: 5px;
}

ul.point_list {
    margin: 50px auto 0;
    max-width: 940px;
}

ul.point_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: calc(100% / 3 - 2%);
    margin: 0 1%;
    /*
    padding: 38px 10px 15px;
    */
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
ul.point_list li .icon {
    width: 100px;
}

ul.point_list li .txt {
    width: calc(100% - 100px);
    padding-left: 15px;
}
ul.point_list li .num {
    /*
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    font-style: italic;
    */
    display: inline-block;
    margin-bottom: 7px;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: var(--blue2);
    color: #fff;
    border-radius: 5px;
}

ul.point_list .txt .tl {
    /*
    margin-bottom: 5px;
    */
    font-size: 18px;
    color: var(--blue2);
    font-weight: 600;
}
ul.point_list .txt p {
    display: none;
    /*
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    */
}

/* カテゴリ一覧
----------------------------------------------------*/

.category_cost_area {
    position: relative;
}
.category_cost_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 600px;
    background: var(--blue2);
}

.cca_top .left {
    width: calc(100% - 500px);
	padding-right: 60px;
}
.cca_top .right {
    margin-left: auto;
    min-width: 500px;
}

.right.ex_project_area {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 2;
    width: 380px;
    height: 136px;
    padding: 15px;
    background: rgb(241 245 249 / 94%);
    border-radius: 5px 5px 0px 0px;
}

.ex_project_area .tl {
	position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 18px;
    color: var(--blue);
}
/*
.ex_project_area .tl:after {
	position: absolute;
	content: "";
	top: 50%;
    margin-left: 15px;
	width: 70px;
	height: 1px;
	background-color: #333;
}
*/

.ex_project_area .tl:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--blue);
    border-radius: 50%;
    animation: blinking 1s ease-in-out infinite alternate;
}
/* 点滅 */
@keyframes blinking {
    0% {
        opacity: 0.6;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
 }



@media screen and ( min-width:760px ) {
    /*
    .bx-wrapper .bx-viewport {
        padding: 0 10px 10px;
        height: 86px !important;
    }
    */

}

.bx-wrapper .bx-viewport {
    padding: 3px;
}
.ex_project_list li {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ex_project_list li .img {
    width: 60px;
}
.ex_project_list li .img img {
    border-radius: 50%;
}
.ex_project_list li .txt {
	position: relative;
    width: calc(100% - 60px - 15px);
    margin-left: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(90, 90, 90, 0.15);
	border-radius: 3px;
}
.ex_project_list li .txt:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
}
.ex_project_list li .t {
    /*
    margin-bottom: 5px;
    */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}
.ex_project_list li .c {
    display: none;
    color: #829198;
    font-size: 11px;
}

.ex_project_list li .c span.c_t {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 5px;
    border: 1px solid #829198;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}
.ex_project_list li .c span.c_t.type2 {
    margin-left: 7px;
}
.ex_project_list li .c i {
    font-style: normal;
}

.cca_top .right .all_pro {
    margin-top: 5px;
    text-align: right;
}

.cca_top .right .all_pro a {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}


.cost_entry_area {
	margin-top: 30px;
	padding: 20px 15px;
	background-color: var(--base);
	border-radius: 3px;
}
.cost_entry_area>.tl {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
    color: var(--blue2);
}
.cost_entry_area>p.txt {
    padding-left: 5px;
    font-size: 14px;
    color: #555;
}
.cost_entry_list {
    margin-top: 15px;
}
.cost_entry_list li {
	width: calc(100% / 4);
	padding: 10px;
}
.cost_entry_list li a {
	display: block;
	padding: 15px;
	color: #333;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
	border-radius: 5px;
}
.cost_entry_list li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.cost_entry_list li .tl {
	margin-bottom: 15px;
	font-size: 16px;
    font-weight: 600;
    color: var(--blue2);
}

.cost_entry_list li .img {
	max-height: 120px;
	overflow: hidden;
    margin-bottom: 17px;
    border-radius: 5px;
}
.cost_entry_list li .img img {
    position: relative;
    top: -60px;
}
.cost_entry_list li .cel_dl {
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.cost_entry_list li .cel_dl dt {
    width: 80px;
    padding: 5px 2px;
    color: #829198;
    border: 1px solid #829198;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.cost_entry_list li .cel_dl dd {
    width: calc(100% - 80px);
    padding-left: 15px;
    font-weight: 500;
}

.cost_entry_list li .cel_dl dd .num {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 3px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1;
}
.cost_entry_list li:nth-child(2) .cel_dl dd .num {
    margin-left: 0px;
}




/* 冒頭
----------------------------------------------------*/


.sec_01 .inner {
    margin-bottom: 90px;
    background: #e7f2f7;
    border-radius: 20px;
}
.sec_01 .tl_navi {
    position: relative;
    top: -20px;
    text-align: center;
}
.sec_01 .title_area {
    margin-bottom: 30px;
    text-align: center;
}

.sec_01 .title_area h2 {
    font-size: 22px;
    font-weight: 600;
}
.sv_list {
    width: 80%;
    margin: 0 auto 40px;
}
.sv_list li {
    width: calc(100% / 4);
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.sv_list li .img {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.sv_list li .tl {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--blue2);
}



/* 他社比較
----------------------------------------------------*/

.table_area .left_title {
	width: 46%;
}
.table_area .left_title h2 {
	text-align: right;
	margin: initial;
}

.table_area .right_title {
	width: calc(54% - 40px);
	margin-left: 40px;
}
.table_area .title_area {
	align-items: center;
	margin-bottom: 50px;
}

.table_area .right_title .big {
	display: block;
	font-size: 82px;
	color:#1b75b2;;
	text-align: left;
}

.table_area table span {
    color: #ed3662;
    font-size: 28px;
    font-weight: bold;
}

table {
	border-collapse: collapse;
	margin: 40px auto;
	padding: 0;
	width: 1000px;
	table-layout: fixed;
}
  
table tr {
	background-color: #eee;
	padding: .35em;
}

table tbody tr td {
	border-bottom: 2px solid #fff;
}

table tr:nth-child(even){
	background-color: #dddddd;
}
table th,
table td {
padding: 1em 10px 1em 1em;
border-right: 2px solid #fff;
}
table th {
font-size: 20px;
text-align: center;
}
table thead tr{
background-color: #444444;
color:#fff;
}

table tbody th {
    background: #1b75b2;;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
.table_area .txt {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.price{
text-align: right;
color: #167F92;
font-weight: bold;
}
table thead td.non{
width: 180px;
background:#fff;
visibility: hidden;
}
.table_area .dl {
    color: #FF801E;
}
.table_area .bt {
    color: #000000;
}
.table_area .blue_bk {
    background-color: #6eaae9;
}
.table_area .biz_bk {
    background-color: #d6e7f9;
}
.table_area .biz_bk2 {
background-color: #eaf3fc;
}

.table_area .biz_cell {
	background-color: #1b75b2;
	position: relative;
	font-size: 26px;
    font-weight: 600;
}
.table_area .biz_cell:after{
    content: '';
    width: 100%;
    height: 30px;
    background-color: #1b75b2;
    position: absolute;
    top: -12px;
    left: 0px;
    border-radius: 10px;
}



/* 利用の流れ
----------------------------------------------------*/

.flow_area {
    position: relative;
}
.flow_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 460px;
    background: var(--base);
}
.flow_list {
	margin-top: 40px;
}
.flow_list li {
    width: calc(100% / 3 - 3%);
    position: relative;
	margin: 0 1.5%;
	padding: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.flow_list li:not(:first-child):before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-top: 4px solid var(--blue2);
    border-right: 4px solid var(--blue2);
    position: absolute;
    top: calc(50% - 14px);
    left: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flow_list li .img {
    max-width: 220px;
    margin: 0 auto;
}
/*
.flow_list li .tl_area {
    width: calc(100% - 160px);
	padding-left: 30px;
}
*/

.flow_list li .tl_area {
	margin-top: 10px;
}
.flow_list li .tl_area .en {
    display: block;
    text-align: center;
}
.flow_list li .tl_area h3 {
    margin: 5px 0px 12px;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    color: var(--blue2);
}
.flow_list li p {
    font-size: 15px;
}
/* お客様の声
----------------------------------------------------*/

section.voice_area {
	position: relative;
}
section.voice_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
    background-size: 20px 20px;
}


.voice_txt_img {
	margin: 0 auto 30px;
	text-align: center;
}

.voice_list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 6px 15px 0px rgb(0 0 0 / 10%);
}

.voice_list .txt h3 {
    margin: 15px 0px 10px;
    font-size: 18px;
    font-weight: 800;
}
.voice_list li img {
	width: 100%;
}
.voice_list .sub {
    margin-top: 6px;
}
.voice_list .sub span {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: #cdeaf7;
    color: var(--blue);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 90px;
}
.voice_list .sub span:last-child {
	margin-right: 0px;
}
.function_area p {
    margin: 15px 0px 0px;
    font-size: 18px;
    font-weight: 600;
}

/*

.voice_box {
    width: calc(100% / 2 - 2%);
    margin: 1%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    transition: .8s;
	border-radius: 3px;
}



.voice_box .num {
    font-size: 18px;
    font-weight: 700;
    color: #f6921d
}

.voice_box .tl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.voice_box .icon_txt {

}
.voice_box .icon_txt .icon {
    width: 180px;
}
.voice_box .icon_txt .icon img {
    width: 100%;
}

.voice_box .icon_txt .txt {
    width: calc(100% - 180px);
    padding-left: 20px
}

.voice_box .txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.voice_box .name {
    margin-top: 10px;
    font-size: 12px;
    color: #4d7591;
    text-align: right;
}



.voice_list {
	margin-top: 40px;
}
.voice_list li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

.voice_list li .tl_area {
	align-items: center;
}

.voice_list li .img {
	width: 120px;
}
.voice_list li .txt {
	width: calc(100% - 120px);
	padding-left: 20px;
}
.voice_list li .txt h3 {
	margin-bottom: 5px;
	font-size: 13px;
}
.voice_list li .txt h3 span {
	font-size: 20px;
}
.voice_list li .txt2 {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    background: #edf4f7;
    border-radius: 5px;
}
.voice_list li .txt2:before {
	content: "";
    position: absolute;
    top: -25px;
    left: 18%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 20px solid #edf4f7;
}
.voice_list li .txt2 p {
    font-size: 14px;
}

*/


/* シミュレーター
----------------------------------------------------*/
.simulator_ind_list {
    margin: 30px auto 0px;
}

.simulator_ind_list li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
}
.simulator_ind_list li a {
    padding: 10px 18px 10px 36px;
}
.simulator_ind_list li a .img {
    width: 60px;
}
.simulator_ind_list li a .img img {
	width: 100%;
}
.simulator_ind_list li a .tl {
    width: calc(100% - 60px);
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}


/* CTA
----------------------------------------------------*/

.btm_cta_area {
    opacity: 0;
    transform: translateY(100%); /* 下に隠す */
    transition: all 0.3s ease;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0 0 12px;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0px 3px 13px rgba(90, 90, 90, 0.2);
    text-align: center;
}
.btm_cta_area.is-show {
    opacity: 1;
    transform: translateY(0); /* 下から上に */
    pointer-events: auto;
  }
ul.cta_btn_list {
    margin: -50px auto 0;
    text-align: center;
}
ul.cta_btn_list li {
    display: inline-block;
    margin-right: 10px;
}

ul.cta_btn_list li:last-child {
    margin-right: 0;
}
ul.cta_btn_list li a {
    display: block;
}


.btn_side {
    position: fixed;
    top: 50%;
    right: -5px;
    z-index: 2;
    transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.btn_side a {
    display: block;
    padding: 14px 15px;
    background: #fff;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    border: 2px solid var(--navy);
    border-radius: 5px;
}
.btn_side a:hover {
    background: var(--navy);
    color: #fff;
    text-decoration: none;
}


/* よくある質問
----------------------------------------------------*/

.sec_pt_area {
	background: var(--base);
}
.sec_pt_area .flex_in {
    max-width: 860px;
    margin: 30px auto 0;
}
.sec_pt_area h3 .faq_icon,
.sec_pt_area .accbox label .faq_icon {
    background-color: var(--blue2);
}
.sec_pt_area h4 .faq_icon,
.sec_pt_area .accbox .accshow .faq_icon {
    background-color: #ffffff;
    border: 2px solid var(--blue2);
    color: var(--blue2);
}
.sec_pt_area h3 .faq_icon,
.sec_pt_area .accbox label .faq_icon,
.sec_pt_area h4 .faq_icon,
.sec_pt_area .accbox .accshow .faq_icon {
    border-radius: 50%;
}
.sec_pt_area .accbox label {
    font-size: 16px;
}
.sec_pt_area .accbox .accshow .faq_icon {
    top: -6px;
    left: 0px;
}
.sec_pt_area .cssacc:checked + label + .accshow {
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 50px;
    font-weight: 500;
    font-size: 14px;
    background: none;
    color: var(--blue2);
    overflow: inherit;
}

.faq_icon {
    min-width: 40px;
    min-height: 40px;
    font-family: 'Roboto';
    padding: 8px 4px 8px;
}
.company_area .access_area {
    margin: 30px 0px 15px;
    align-items: center;
}
.company_area .rt_2 li {
    width: calc(100% / 3);
    padding: 15px;
}
.company_area .rt_2 li img {
    width: 100%;
    height: auto;
}
.dl_base dt {
    border-bottom: 2px solid var(--blue2);
}
.dl_base dd {
    border-bottom: 2px solid #ddd;
}

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


	.easy_mitsu_area {
		display: block;
	    max-width: 400px;
	}
	.easy_mitsu_area .arrow_img {
	    margin: 50px 0px 50px;
	    position: relative;
	    top: inherit;
	    left: inherit;
	    text-align: center;
	    transform: rotate(103deg);
	}

	.easy_mitsu_area .lt_img,
	.easy_mitsu_area .rt_img {
		width: 100%;
		padding: 0px;
	}


}

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

    .btn_side {
        display: none;
    }
	.simulator_ind_list li {
	    width: calc(100% / 1);
        margin: 10px 0px;
	}

	section {
		padding: 60px 0px;
	}
	
	.lp_title h2 {
	    font-size: 26px;
	}
	p {
	    font-size: 14px;
	}
	
	#content {
		padding-top: 0px;
	}
    .inner {
        width: 92%;
    }
	header.header .logo_menu {
	    width: 100%;
		margin-top: 0px;
	}
    header .site_logo {
        margin-left: 0px;
        padding-left: 0px;
    }
    
    
    .problem_area_list li {
        width: calc(100% / 2 - 20px);
        margin: 10px;
        padding: 15px 10px;
    }
    .problem_area_list li p {
        font-size: 14px;
    }
    .what_biz .what_img {
        margin-top: 20px;
    }
    .what_biz .bx-wrapper {
        top: 120px;
        left: 240px;
        width: 240px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 13px;
    }
    ul.point_list li {
        width: 100%;
        margin: 0 0 15px;
    }
    p.what_biz_txt {
        padding: 12px;
        font-size: 13px;
    }
    .category_cost_area:before {
        height: 900px;
    }
    .cca_top .left,
    .cca_top .right {
        width: 100%;
        min-width: inherit;
        padding: 0px;
    }
    .cca_top .right {
        margin-top: 20px;
    }

    .right.ex_project_area {
        position: relative;
        margin-top: 30px;
        /* top: 20px;*/
        bottom: 0px;
        width: 100%;
        height: 104px;
        padding: 12px;
    }
    .ex_project_area .tl {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .ex_project_list li .img {
        width: 40px;
    }
    .ex_project_list li .txt {
        width: calc(100% - 40px - 15px);
        padding: 10px;
    }
    .ex_project_list li .t {
        margin-bottom: 0px;
        font-size: 11px;
        /*
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
        */
    }
    .ex_project_list li .c {
        display: none;
    }
    .ex_project_list li .c,
    .ex_project_list li .c span.c_t {
        font-size: 10px;
    }


    .cost_entry_area {
        padding: 20px 15px;
    }
    .cost_entry_list {
        
    }
    .cost_entry_list li {
        width: calc(100% / 2);
        padding: 5px;
    }
    .cost_entry_list li a {
        padding: 10px 0px 15px;
    }
    .cost_entry_list li .tl {
        margin-bottom: 10px;
        padding: 0px 12px;
        font-size: 14px;
    }

    .cost_entry_list li .img {
        max-height: 84px;
        margin-bottom: 12px;
        border-radius: 0;
    }
    .cost_entry_list li .img img {
        top: inherit;
    }
    .cost_entry_list li .cel_dl {
        margin-top: 8px;
        padding: 2px 10px 0;
        align-items: center;
    }
    .cost_entry_list li .cel_dl dt {
        width: 60px;
        padding: 5px 2px;
        font-size: 11px;
    }
    .cost_entry_list li .cel_dl dd {
        width: calc(100% - 60px);
        padding-left: 7px;
        font-size: 11px;
    }
    .cost_entry_list li .cel_dl dd .num {
        top: 1px;
        margin: 0 1px;
        font-size: 15px;
    }


    .flow_list li .tl_area {
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    
    .flow_list li .tl_area .img {
        width: 120px;
    }
    
    .flow_list li .tl_area .left {
        width: calc(100% - 120px);
        padding-right: 20px;
    }
    
    .flow_list li .tl_area .left h3 {
        margin-bottom: 0;
        font-size: 18px;
        text-align: left;
    }
    
    .flow_list li .tl_area .en {
        text-align: left;
    }

    .voice_box,
	.feature_list li,
	.flow_list li {
	    width: 100%;
	    margin: 0px 0px 15px;
	    padding: 20px;
	}
	.flow_list li {
		margin-bottom: 45px;
	}
	.feature_list li .img {
	    max-width: 160px;
	}
	.flow_list li:not(:first-child):before {
	    top: -34px;
	    left: 47%;
	    -webkit-transform: rotate(-225deg);
	    transform: rotate(-225deg);
	}
    /*
	.voice_list li {
	    width: 100%;
	    margin: 0 0 25px;
	}

    .voice_box .tl {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .voice_box .icon_txt .icon {
        width: 100px;
    }
    .voice_box .icon_txt .txt {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
    .voice_box .txt p {
        font-size: 11px;
        line-height: 1.6;
    }
*/

    .voice_list li {
        width: calc(100%);
        margin-bottom: 15px;
    }
    .voice_list .txt h3 {
        font-size: 16px;
    }
    .voice_memo .tl {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .voice_memo p {
        font-size: 13px;
    }

    .right_seller {
        margin-top: 12px;
    }
    .right_seller a {
        padding: 6px 9px;
        font-size: 12px;
    }
    

    ul.cta_btn_list {
        margin: -14px auto 0;
    }
    ul.cta_btn_list li {
        display: block;
        margin-right: 0px;
    }
    ul.cta_btn_list li img {
        max-width: 280px;
    }
    ul.cta_btn_list li:not(:first-child) {
        display: none;
    }

    .sub_btn_link {
        margin-top: 10px;
    }

    .sub_btn_link a {
        display: inline-block;
        color: #333;
        text-decoration: underline;
        padding: 0 5px;
    }


    .access_area .right .rt_1 {
        max-height: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    .company_area .rt_2 li {
        width: calc(100% / 2);
        padding: 10px;
    }
    .company_area .rt_2 li:last-child {
        display: none;
    }
    
    


    /* 比較表
    ----------------------------------------------------------- */
    table {
        width: 100%;
	}
	table .img, .table .txt {
    	display: block;
    	text-align: center;
    	padding: 0px !important;
	}
	table .img {
    	margin: 10px 0px 15px;
	}
    
    table.tl_base td {
    	padding: 6px 6px 6px 10px;
    	font-size: 12px;
    }
    table.tl_base th {
    	padding: 9px;
    }
	body.conf table.tl_base th {
		width: 20%;
	}

    table thead td.non {
		width: 40px;
	}
	table tbody th {
		padding: 8px;
	}
	table th, table td {
		padding: 14px 0px;
	}
	.table_area .biz_cell {
		padding-bottom: 20px;
        font-size: 21px;
	}
	.table_area .biz_cell:after {
		height: 25px;
		top: -16px;
	}

    .table_area .txt {
		font-size: 13px;
	}
	table th {
		font-size: 16px;
	}

    .eye_in_txt p.v_lead {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .sv_list {
        width: 100%;
        margin: 0 auto 40px;
    }
    .sv_list li {
        width: calc(100% / 3);
        margin-bottom: 10px;
        padding: 5px;
    }
    .sv_list li .img {
        width: 80px;
    }
    .sv_list li .tl {
        font-size: 12px;
    }

}


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

    .what_biz .bx-wrapper {
        top: 92px;
        left: 180px;
        width: 196px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 13px;
    }
}


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

    .lp_title h2 {
        font-size: 24px;
    }
    
    .problem_area_list li p {
        font-size: 13px;
    }
    .what_biz .bx-wrapper {
        top: 90px;
        left: 168px;
        width: 177px;
    }

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

    .what_biz .bx-wrapper {
        top: 80px;
        left: 158px;
        width: 170px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 12px;
    }
    .cost_entry_list li .cel_dl dd {
        padding-left: 5px;
        font-size: 9px;
    }

}