@charset "UTF-8";

.l-content .mainVisual {
  width: 1200px;
  height: 200px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background: url("/service/large_order/img/main_20241031.png") no-repeat 0 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content .summary {
  width: 1200px;
  margin: 0 auto 20px;
  color: #333333;
  font-size: 33px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

/* common */
.l-content .h2Ttl {
    padding: 11px 0 9px;
    border-top: solid 3px #0f218b;
    background: #eff4f9;
    color: #333333;
    font-size: 30px;
    text-align: center;
}

.l-content .section>.wrap {
  padding: 0 20px;
}

.l-content .color_red {
  color: red;
}

.l-content span.marker {
  display: inline-block;
  position: relative;
}

.l-content span.marker::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fc0;
}

.l-content .catchcopy_01 {
  font-size: 18px;
  text-align: center;
}


/* .cvArea */
.l-content .cvArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .cvArea .buttonArea {
  display: flex;
  justify-content: center;
}

.l-content .cvArea .buttonArea .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .cvArea .buttonArea .container .catchcopy {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.l-content .cvArea .buttonArea .container .catchcopy::before,
.l-content .cvArea .buttonArea .container .catchcopy::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  background: #fc0;
  transform: translateY(-50%);
}

.l-content .cvArea .buttonArea .container .catchcopy::before {
  left: -20px;
  transform: rotate(-45deg);
}

.l-content .cvArea .buttonArea .container .catchcopy::after {
  right: -20px;
  transform: rotate(45deg);
}

.l-content .cvArea .buttonArea .container a {
  padding: 12px 0 9px;
  font-size: 17px;
}

.l-content .cvArea .buttonArea .container ::after {
  padding-bottom: 2px;
}


/* .navi */
.l-content .navi .m-btnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.l-content .navi .m-btnList li {
  padding-left: 0;
}

.l-content .navi .m-btnList li a {
  width: 225px;
  padding: 8px 12px;
}

/* .serviceArea */
.l-content .serviceArea .service {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px 30px;
  border-bottom: solid 10px #333;
  margin-bottom: 10px;
}

.l-content .serviceArea .service::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-radius: 17px;
  background: #333;
}

.l-content .serviceArea .service::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -20px;
  right: 0;
  border-top: solid 15px #fff;
  border-bottom: solid 15px #fff;
  border-left: solid 25px #333;
}

.l-content .serviceArea .service .new,
.l-content .serviceArea .service .old {
  display: flex;
  gap: 10px;
}

.l-content .serviceArea .service .box {
  box-sizing: border-box;
  height: 150px;
  padding: 5px 10px 10px;
  border: solid 2px #004098;
  border-radius: 20px;
}

.l-content .serviceArea .service .box.box_01 {
  width: 180px;
}

.l-content .serviceArea .service .box.box_02 {
  width: 250px;
}

.l-content .serviceArea .service .box .flowName {
  border-bottom: solid 1px #666;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.l-content .serviceArea .service .box .todoList {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.l-content .serviceArea .service .box .todoList .todo {
  writing-mode: vertical-rl;
  font-size: 17px;
}


.l-content .serviceArea .service .arrow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 14px 14px 32px;
  margin-right: 37px;
  background: #004098;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .serviceArea .service .arrow::after {
  content: "";
  position: absolute;
  right: -37px;
  border-top: solid 58px transparent;
  border-bottom: solid 58px transparent;
  border-left: solid 37px #004098;
}

.l-content .serviceArea .serviceTxt {
  position: relative;
  width: 1140px;
  padding: 11px 0 7px;
  margin: 0 auto 20px;
  background-color: #fc0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .serviceArea .serviceTxt::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  border-top: solid 27px #fc0;
  border-right: solid 39px transparent;
  border-left: solid 39px transparent;
  transform: translateX(-50%);
}

/* .featureArea */
.l-content .featureArea {
  position: relative;
  height: 1045px;
  padding-bottom: 25px;
}

.l-content .featureArea .container {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 1160px;
  height: 300px;
  padding: 25px 0;
  border-top: solid 1px #707070;
}

.l-content .featureArea .container:first-of-type {
  border-top: none;
}

.l-content .featureArea .container .box {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  border: solid 1px #707070;
}

.l-content .featureArea .container .box .head {
  padding: 6px 0 2px;
  background: #dfdede;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .featureArea .container .box .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}


.l-content .featureArea .container .box .title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .featureArea .container .box .title span {
  display: inline-block;
  position: relative;
  font-size: 27px;
}

.l-content .featureArea .container .box .title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fc0;
}

.l-content .featureArea .container .detail {
  padding: 10px 0 0 40px;
}

.l-content .featureArea .container .detail .title {
  font-size: 19px;
  font-weight: bold;
}

/* .featureArea .feature_01 */
.l-content .featureArea .container.feature_01 .txt .num {
  font-size: 30px;
}

/* .featureArea .feature_02 */
.l-content .featureArea .container.feature_02 {
  height: 320px;
  top: 350px;
}

.l-content .featureArea .container.feature_02 .example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 4px #004098;
  padding: 0 40px;
}

.l-content .featureArea .container.feature_02 .example .txt {
  padding-top: 7px;
}

.l-content .featureArea .container.feature_02 .example .txt span {
  font-size: 24px;
}

/* .featureArea .feature_03 */
.l-content .featureArea .container.feature_03 {
  top: 720px;
}

.l-content .featureArea .container.feature_03 .txt {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 15px;
}

.l-content .featureArea .container.feature_03 .txt dt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 130px;
  height: 50px;
  border: solid 4px #004098;
  font-weight: bold;
}

.l-content .featureArea .container.feature_03 .txt dd {
  width: 575px;
  align-self: center;
  text-align: start;
}


.l-content .featureArea .conversion {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 20px;
  right: 0;
  width: 300px;
  padding: 15px 0 27px;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 15px;
  background: #f4f4f4;
}

.l-content .featureArea .conversion .catchcopy {
  position: relative;
  font-weight: bold;
  text-align: center;
}

.l-content .featureArea .conversion .catchcopy::before,
.l-content .featureArea .conversion .catchcopy::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 2px;
  height: 15px;
  background: #333;
  transform: translateY(-50%);
}

.l-content .featureArea .conversion .catchcopy::before {
  left: -12px;
  transform: rotate(-45deg);
}

.l-content .featureArea .conversion .catchcopy::after {
  right: -12px;
  transform: rotate(45deg);
}

.l-content .featureArea .conversion a {
  width: 200px;
}

/* .flowArea */
.l-content .bg_box{
	background: #f1f1f1;
	width: 1100px;
	margin: 20px auto;
  padding: 20px;
}
.l-content .flowArea {
  display: flex;
  justify-content: space-around;
}

.l-content .flowArea .box {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 250px;
  height: 170px;
  padding: 25px 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 2px 1px rgba(137, 137, 137, 0.4);
  justify-content: center;
}

.l-content .flowArea .box:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -73px;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 40px solid #0f218b;
  transform: translateY(-50%);
}

.l-content .flowArea .box .title {
  display: flex;
  align-items: center;
  height: 72px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.l-content .flowArea .box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.l-content .flowArea .box .txt {
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

/* .interviewArea */
.l-content .interviewArea {
  background: #fdd000;
}

.l-content .interviewArea .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #333;
  color: #fff;
}

.l-content .interviewArea .caption {
  padding: 6px 8px 4px;
  border: solid 1px #fff;
  font-size: 15px;
}

.l-content .interviewArea .title {
  padding-left: 10px;
  font-size: 21px;
}

.l-content .interviewArea .title span {
  color: #fc0;
  font-size: 30px;
}

.l-content .interviewArea .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.l-content .interviewArea .content .upper {
  display: flex;
  gap: 10px;
  width: 1140px;
}

.l-content .interviewArea .content .upper .upper_l {
  display: flex;
  flex-direction: column;
  width: 373px;
}

.l-content .interviewArea .content .upper .upper_r {
  display: flex;
  flex-direction: column;
  width: 757px;
}

.l-content .interviewArea .content .lower {
  width: 1140px;
}

.l-content .interviewArea .content h4 {
  background: #c7c8e5;
}

.l-content .interviewArea .content h4 span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 32px;
  padding: 6px 6px 0 10px;
  background: #004098;
  color: #fff;
  font-size: 15px;
}

.l-content .interviewArea .content h4 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  border-top: solid 16px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 16px #004098;
  border-left: solid 14px #004098;
}

.l-content .interviewArea .content .wrap_flex {
  display: flex;
}

.l-content .interviewArea .content .container {
  flex-grow: 1;
  padding: 10px;
  background: #fff;
}

/* .interviewArea .sentence_interviewee */
.l-content .interviewArea .content .sentence_interviewee {
  display: flex;
}

.l-content .interviewArea .content .sentence_interviewee p {
  line-height: 1.2;
}

/* .interviewArea .sentence_case */
.l-content .interviewArea .content .sentence_case {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .interviewArea .content .sentence_case .txt_01 {
  font-size: 20px;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_02 {
  font-size: 20px;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_02 .num {
  font-size: 40px;
}

.l-content .interviewArea .content .sentence_case .txt_03 {
  padding: 6px 10px 4px;
  border: solid 1px #333;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_04 {
  font-size: 25px;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_04 .num {
  font-size: 47px;
}

/* .interviewArea .sentence_comment */
.l-content .interviewArea .content .sentence_comment {
  display: flex;
}

.l-content .interviewArea .content .sentence_comment .comment {
  width: 366px;
  padding: 5px 0 5px 10px;
  line-height: 1.2;
}

.l-content .interviewArea .content .sentence_comment .comment:first-child {
  padding-left: 0;
}

.l-content .interviewArea .content .sentence_comment .comment:not(:last-child) {
  border-right: solid 1px #333;
}

/* .userVoiceArea */
.l-content .userVoiceArea h3 {
  position: relative;
}

.l-content .userVoiceArea h3 span {
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
}

.l-content .userVoiceArea h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.l-content .userVoiceArea>.wrap {
  display: flex;
  justify-content: space-between;
}

.l-content .userVoiceArea .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
}

.l-content .userVoiceArea .container:not(:last-child) {
  border-right: solid 1px #535353;
}

.l-content .userVoiceArea .container:first-child {
  padding-left: 0;
}

.l-content .userVoiceArea .container .head {
  display: flex;
  align-items: flex-start;
}

.l-content .userVoiceArea .container .head .num {
  box-sizing: border-box;
  width: 75px;
  padding: 8px 4px 4px;
  margin-right: 10px;
  background: #eee;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .userVoiceArea .container .head .title {
  padding-top: 5px;
}

.l-content .userVoiceArea .container .head .title h4 {
  font-size: 19px;
  font-weight: bold;
}

.l-content .userVoiceArea .container .case {
  display: flex;
  align-items: center;
}

.l-content .userVoiceArea .container .case .img {
  display: flex;
  justify-content: center;
  width: 85px;
}

.l-content .userVoiceArea .container .userVoice {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}

.l-content .userVoiceArea .container .userVoice .comment {
  flex-grow: 1;
  margin-left: 30px;
}

.l-content .userVoiceArea .container .userVoice .comment .speechBubble {
  position: relative;
  padding: 10px 20px;
  margin-top: 5px;
  background: #eee;
  font-size: 15px;
}

.l-content .userVoiceArea .container .userVoice .comment .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: -22px;
  border-top: solid 10px transparent;
  border-right: solid 22px #eee;
  border-bottom: solid 10px transparent;
}


/* .userVoiceArea .case_01 */
.l-content .userVoiceArea .container.case_01 .case .detail {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_01 {
  font-size: 15px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_01 .num {
  font-size: 25px;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_02 {
  position: relative;
  padding-top: 6px;
  margin-left: 30px;
  font-size: 30px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_02::before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 19px;
  width: 12px;
  height: 17px;
  background: #ccc;
}


.l-content .userVoiceArea .container.case_01 .case .detail .txt_02::after {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 14px;
  border-top: solid 13px transparent;
  border-bottom: solid 13px transparent;
  border-left: solid 14px #ccc;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_02 .num {
  font-size: 40px;
}

/* .userVoiceArea .case_02 */
.l-content .userVoiceArea .container.case_02 .case {
  margin-top: 35px;
}

.l-content .userVoiceArea .container.case_02 .case .detail .txt_01 {
  font-size: 22px;
  font-weight: bold;
}

/* .userVoiceArea .case_03 */
.l-content .userVoiceArea .container.case_03 .case .detail {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_01 {
  font-size: 15px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_01 .num {
  font-size: 25px;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_02 {
  position: relative;
  padding-top: 6px;
  margin-left: 30px;
  font-size: 30px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_02::before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 19px;
  width: 12px;
  height: 17px;
  background: #ccc;
}


.l-content .userVoiceArea .container.case_03 .case .detail .txt_02::after {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 14px;
  border-top: solid 13px transparent;
  border-bottom: solid 13px transparent;
  border-left: solid 14px #ccc;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_02 .num {
  font-size: 40px;
}


/* .itemList */
.l-content .itemList {display: flex;width: 1180px;flex-wrap: wrap;justify-content: space-between;margin: 0 0 0 10px;}

.l-content .itemList .row {
  display: flex;
  gap: 10px;
}

.l-content .itemList .row:not(:first-child) {
  margin-top: 10px;
}


.l-content .itemList .col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.l-content .itemList .col.item_01 {
  width: 154px;
}

.l-content .itemList .col.item_02 {
  width: 318px;
}

.l-content .itemList .col.item_03 {
  width: 482px;
}

.l-content .itemList .col.item_04 {
  width: 646px;
}

.l-content .itemList .col.item_05 {
  width: 810px;
}

.l-content .itemList .col.item_06 {
  width: 974px;
}

.l-content .itemList .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #004098;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.l-content .itemList .item {
  width: 380px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.l-content .itemList .item .name {font-size: 19px;font-weight: bold;}
.l-content .itemList .item .name span{
    font-size: 13px;
    font-weight: normal;
}
.l-content .itemList .item .txt{
    font-size: 13px;
}
.l-content .itemList .item .txt strong{
    font-size: 19px;
}

/* .catalog */
.l-content .catalog {
  display: flex;
  background: #cceacc;
}

.l-content .catalog .txtArea {
  width: 370px;
}

.l-content .catalog .txtArea h3 {
  box-sizing: border-box;
  padding: 16px 20px 10px;
  height: 90px;
  background: #3b7d23;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.l-content .mv_box{
	width: 1200px;
	background: #eff4f9;
	font-weight: bold;
	display: flex;
}
.l-content .mv_box .inner{
	text-align: center;
	width: 650px;
}
.l-content .mv_box h1.h1_txt{
	width: 600px;
	height: 66px;
	font-size: 37px;
	line-height: 66px;
	color: #fff;
	background: #0F218B;
	margin: 27px auto 20px;
}
.l-content .kaiketsu{
	width: 900px;
	background: #f1f1f1;
	background-image: url("/service/large_order/img/bg_icon_01.png");
	background-repeat: no-repeat;
	background-position: 91px 62px;
	padding: 29px 0 40px 301px;
	box-sizing: border-box;
	margin: 50px auto;
}
.l-content .kaiketsu_02{
	width: 680px;
	background: #f1f1f1;
	padding: 29px 0 27px 110px;
	box-sizing: border-box;
	margin: 50px auto;
}
.l-content .kaiketsu .title{
	font-size: 30px;
	font-weight: bold;
	color: #0f218b;
	margin: 0 0 20px;
}
.l-content .kaiketsu ul li,.l-content .kaiketsu_02 ul li{
	list-style-image: url("/service/large_order/img/icon_list_check.png");
	font-size: 23px;
	font-weight: bold;
	line-height: 48px;
	list-style-position: inside;
}
.l-content .highlight {
    background: linear-gradient(transparent 60%, #fff94e 0%);
    line-height: 1.3em;
}
.l-content .txt_05{
	font-size: 31px;
}
.l-content .txt_06{
	font-size: 21px;
	margin-top: 16px;
}
.l-content .txt_06 span{
	font-size: 23px;
}
.l-content .txt_07{
	font-size: 17px;
	margin: 16px 0 13px;
}
.l-content .txt_07 span{
	font-size: 19px;
}
.l-content .cvArea .m-btn--conversion{
	width: 420px;
	height: 55px;
	font-size: 21px;
	padding: 13px 0 0;
}
.l-content .cvArea .m-btn--conversion span{
	font-size: 19px;
}
.l-content .lead_txt{
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}
.l-content .lead_txt span{
	font-size: 35px;
}
.l-content .lead_txt_cv{
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 20px;
}
.l-content .title_box{
	display: flex;
	margin: 40px 0 30px 16px;
	align-items: center;
}
.l-content .title_box .num{
    display: block;
    width: 80px;
    height: 80px;
    background: #0f218b;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
}
.l-content .title_box .title{
	font-size: 25px;
	line-height: 38px;
	color: #0f218b;
	font-weight: bold;
	margin-left: 20px;
}
.l-content .wrap_flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.l-content .inner_01{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}
.l-content .txt_08{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin: 40px 0 30px;
}
.l-content .txt_09{
    font-size: 19px;
    font-weight: bold;
    margin-left: 10px;
}
.l-content .point_list{
    display: flex;
    justify-content: space-evenly;
}
.l-content .point_list li{
	width: 380px;
	box-sizing: border-box;
	border: 2px solid #0f218b;
}
.l-content .point_list li .step{
    height: 52px;
    background: #0f218b;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 52px;
    text-align: center;
}
.l-content .point_list li .sub{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.l-content .point_list li .pic{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px 0;
}
.l-content dl.m-faqList .faq_lead_txt{
    font-size: 17px;
    font-weight: bold;
}
.l-content dl.m-faqList > dt{
    border-top: none;
}

/*チャット部分*/
.m-modal .chat_title{
	background-color: #eff4f9;
	background-image: url("/service/large_order/img/bg_chat_title.png");
	background-repeat: no-repeat;
	width: 740px;
	font-size: 25px;
	font-weight: bold;
	padding: 30px;
}
.m-modal .txt_06{
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 63px;
}
.m-modal .txt_06 span{
	font-size: 23px;
	font-weight: bold;
}
.m-modal .chat_btm_01{
    width: 280px;
    height: 70px;
    font-size: 21px;
}
.m-modal .chat_btm_02{
    width: 280px;
    height: 70px;
    font-size: 21px;
}
.m-modal .chat_btm_01 input{
    width: 100%;
    height: 70px;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin-top: -24px;
}
.m-modal .chat_btm_01 .form_txt{
	color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
.m-modal .chat_btm_02 input{
    width: 100%;
    height: 70px;
    border: none;
    background: transparent;
    color: #004098;
    font-size: 15px;
    font-weight: bold;
    margin-top: -24px;
}
.m-modal .chat_btm_01,
.m-modal .chat_btm_02{
	position:relative;
}
.m-modal .m-btnWin--strong::after{
    position: absolute;
    top: 42px;
    right: 24px;
    margin-left: 0;
}
.m-modal .m-btnWin--default::after{
    position: absolute;
    top: 40px;
    right: 59px;
    margin-left: 0;
}

.m-modal .chat_btm_01:hover ,
.m-modal .chat_btm_02:hover{
    opacity: 0.75;
    cursor: pointer;
}
.m-modal .chat_btm_01 input:hover ,
.m-modal .chat_btm_02 input:hover {
	cursor: pointer;
}
.m-modal .chat_box{
	position:relative;
}
.m-modal .chat_btm_01{
	position: absolute;
	left: 113px;
	top: 233px;
}
.m-modal .chat_btm_02{
	position: absolute;
	left: 436px;
	top: 233px;
}