@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}

/* ====================================================================

 basic set

-----------------------------------------------------------------------
 01 Body
 02 Global Elements
 03 Structure
 04 Layout
 05 Mailform override
 06 Responsive
==================================================================== */


/* 01 Body
------------------------------------------------------------- */

body	{
	background: #d2eaf9;
	color: #222;
	/*font-size: 16px !important;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
	line-height: 1.6;
}


/* 02 Global Elements
------------------------------------------------------------- */

img	{
  max-width: 100%;
  vertical-align: bottom;
}

a, 
button {
	border-bottom: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	background: none;
	text-decoration: underline;
}

a img	{
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.clear	{
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}

/* margin */
.mgt10	{
	margin-top: 10px;
}
.mgt20	{
	margin-top: 20px;
}
.mgt30	{
	margin-top: 30px;
}
.mgt40	{
	margin-top: 40px;
}
.mgt50	{
	margin-top: 50px;
}
.mgb10	{
	margin-bottom: 10px;
}
.mgb20	{
	margin-bottom: 20px;
}
.mgb30	{
	margin-bottom: 30px;
}
.mgb40	{
	margin-bottom: 40px;
}
.mgb50	{
	margin-bottom: 50px;
}
.mgb100	{
	margin-bottom: 100px;
}


/* font */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.6;
}
h2 {
  font-size: 56px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 21px;
}

p	{
	color: #222;
  font-size: 20px;
  font-weight: 500;
	line-height: 1.8;
  margin: 0 0 1em;
}
p.exmpl {
  font-size: 18px;
  text-align: left;
}

strong, 
.ft_strong	{
	font-weight: 900;
}
.ft_bold {
  font-weight: 700;
}
.ft_normal {
  font-weight: 500;
}

.ft_exsm {
  font-size: 0.7em;
}
.ft_sm {
  font-size: 0.8em;
}
.ft_nml {
  font-size: 1em;
}
.ft_lg	{
	font-size: 1.2em;
}
.ft_exlg	{
	font-size: 1.3em;
}

.cl_blk {
  color: #222;
}
.cl_blue {
  color: #0060d8;
}
.cl_red {
  color: #de060c;
}
.cl_ylw {
  color: #ffff00;
}
.cl_wht {
  color: #fff;
}

.ft_ul {
  background: linear-gradient(transparent 60%, #ffff00 0%);
  display: inline;
  padding: 0 2px 4px;
}


/* title */
.title_blue {
  background: #0060d8 url("../images/title_blue_bg@2x.png") repeat-y;
  background-position: center;
  background-size: 100%;
  color: #fff;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
  z-index: 2;
}
.title_blue h2 {
  margin: 0;
  padding: 20px 0;
}
.title_blue h2 .ul {
  background: linear-gradient(transparent 90%, #ffff00 0%);
  display: inline;
  padding: 0 2px 4px;
}
.title_blue h2 .logo {
  bottom: -10px;
  margin-right: 10px;
  max-width: 200px;
  position: relative;
  z-index: 2;
}
.title_blue_btm {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.title_blue_btm img {
  width: 100%;
}

.title_green {
  background: #00b900 url("../images/title_green_bg@2x.png") repeat-y;
  background-position: center;
  background-size: 100%;
  color: #fff;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
  z-index: 2;
}
.title_green h2 {
  margin: 0;
  padding: 20px 0;
}
.title_green h2 .ul {
  background: linear-gradient(transparent 90%, #ffff00 0%);
  display: inline;
  padding: 0 2px 4px;
}
.title_green_btm {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.title_green_btm img {
  width: 100%;
}

/* subtitle */
.subtitle_blue {
  background: #1970dc url("../images/subtitle_blue@2x.jpg") no-repeat center top;
  background-size: 100%;
  border-top: 6px solid #0060d8;
  color: #fff;
  margin-bottom: 50px;
  padding: 20px 0 35px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
.subtitle_blue .badge {
  left: -26px;
  position: absolute;
  top: -26px;
  width: 168px;
}
.subtitle_blue h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
}
.subtitle_blue h3.with_badge {
  padding: 10px 15px 10px 140px;
  text-align: left;
}
.subtitle_blue h3 .ul {
  background: linear-gradient(transparent 90%, #ffff00 0%);
  display: inline;
  padding: 0 2px 4px;
}

.subtitle_green {
  background: #1bd51a url("../images/subtitle_green@2x.jpg") no-repeat center top;
  background-size: 100%;
  border-top: 6px solid #00b900;
  color: #fff;
  margin-bottom: 30px;
  padding: 20px 0 35px;
  position: relative;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
.subtitle_green .number {
  left: -26px;
  position: absolute;
  top: -26px;
  width: 136px;
}
.subtitle_green h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 30px 0 120px;
}
.subtitle_green h3 .ul {
  background: linear-gradient(transparent 90%, #ffff00 0%);
  display: inline;
  padding: 0 2px 4px;
}

.subsubtitle {
  background: #ccdff7;
  clear: both;
  font-size: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  min-height: 60px;
  padding: 5px 15px 5px 75px;
  position: relative;
  text-align: left;
}
.subsubtitle span.num {
  background: #0060d8;
  box-sizing: border-box;
  display: block;
  height: 60px;
  left: 0;
  padding: 7px;
  position: absolute;
  top: 0;
  width: 60px;
}
.subsubtitle span.num span {
  background: #fff;
  border-radius: 23px;
  color: #0060d8;
  display: block;
  height: 46px;
  line-height: 1.5;
  text-align: center;
  width: 46px;
}
.subsubtitle .ft_exsm {
  font-size: 0.6em;
  position: relative;
  top: -3px;
}

.fuki_title {
  border-bottom: 3px solid #0060d8;
  clear: both;
  color: #0060d8;
  font-size: 26px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 5px 15px 10px 0;
  position: relative;
  text-align: left;
}
.fuki_title:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 65px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.fuki_title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 65px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #0060d8;
  z-index: 1;
}

/* text with arrow */
.conclusion_arrow {
  clear: both;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.conclusion_arrow img.arrow {
  margin-bottom: 20px;
  max-width: 300px;
}
.conclusion_arrow p {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: center !important;
}
.conclusion_arrow .ul {
  background: linear-gradient(transparent 70%, #ffff00 0%);
  display: inline;
  padding: 0 2px 4px;
}

/* check list */
ul.check_list {
  margin: 0;
  padding: 0 0 40px;
}
ul.check_list > li {
  background: url("../images/check_mark_red.png") no-repeat left 5px;
  background-size: 36px 32px;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0.75em 50px;
  text-align: left;
}
ul.check_list.check_mark_blue > li {
  background: url("../images/check_mark_blue.png") no-repeat left 5px;
  background-size: 36px 32px;
  padding: 0 0 0.5em 50px;
}
ul.check_list > li > ul {
  padding-top: 10px;
}
ul.check_list > li > ul > li {
  font-size: 0.8em;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
ul.check_list > li > ul > li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
ul.check_list li > p {
  line-height: 1.6;
  padding-top: 10px;
}
ul.check_list li .img {
  padding: 20px 0 0;
  text-align: center;
}

dl.decimal_list {
  margin: 0;
  padding: 0 0 20px;
}
dl.decimal_list dt {
  color: #0060d8;
  font-size: 21px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0 10px 5px 45px;
  position: relative;
  text-align: left;
}
dl.decimal_list dt .num {
  align-items: center;
  background: #0060d8;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
dl.decimal_list dd {
  font-size: 0.8em;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
dl.decimal_list dd:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}


/* table */
table.table {
  background: #f5f5f5;
  border: 2px solid #fff;
  border-collapse: collapse;
  font-size: 20px;
  margin-bottom: 30px;
  width: 100%;
}
table.table th, 
table.table td {
  border: 2px solid #fff;
  padding: 5px 10px;
}
table.table th {
  font-size: 1.2em;
  padding: 10px 10px;
  text-align: center;
}
table.table th.general {
  background: #ccc;
}
table.table th.line {
  background: #00c300;
  color: #fff;
  font-weight: 900;
}
table.table td:first-child {
  font-weight: 700;
  white-space: nowrap;
}
table.table td.general {
  background: #ededed;
}
table.table td.line {
  background: #d9f6d9;
  font-weight: 900;
}

/* image with title */
.title_img {
  margin-bottom: 30px;
  text-align: center;
}
.title_img h5 {
  background: #00b900;
  background: -moz-linear-gradient(left, #00b900 0%, #4dce4d 50%, #00b900 100%);
  background: -webkit-linear-gradient(left, #00b900 0%,#4dce4d 50%,#00b900 100%);
  background: linear-gradient(to right, #00b900 0%,#4dce4d 50%,#00b900 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}

/* btn */
.contact_btn_wrp {
  background: rgba(255,255,255,0.9);
  /*border: 5px solid #00b900;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px 30px;
}
.contact_btn_wrp h3 {
  font-size: 36px;
}
.contact_btn {
  background: #12d512;
  background: -moz-linear-gradient(top, #12d512 1%, #0ca00a 100%);
  background: -webkit-linear-gradient(top, #12d512 1%,#0ca00a 100%);
  background: linear-gradient(to bottom, #12d512 1%,#0ca00a 100%);
  border: 2px solid #00c300;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
  clear: both;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.contact_btn span {
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.4;
  padding: 15px 60px 15px 30px;
  position: relative;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
.contact_btn span img {
  margin-top: -13px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 25px;
}
.contact_btn:hover, 
.contact_btn:focus {
  background: #ff8f12;
  background: -moz-linear-gradient(top, #ff8f12 1%, #ff5400 100%);
  background: -webkit-linear-gradient(top, #ff8f12 1%,#ff5400 100%);
  background: linear-gradient(to bottom, #ff8f12 1%,#ff5400 100%);
  border: 2px solid #ff6c00;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
  text-decoration: none;
}

/* youtube */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* 03 Structure
------------------------------------------------------------- */

#wrp {
  overflow: hidden;
}
.main {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 860px;
}

.main_body {
  padding: 0 50px 50px;
  position: relative;
}


/* 04 Layout
------------------------------------------------------------- */

#header_top {
  background: #ffff00;
  padding: 10px 15px;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  position: relative;
  z-index: 100;
}
#header_top p {
  margin: 0;
  padding: 0;
}

/* header */
#header {
	background: #d2eaf9 url("../images/header_bg.jpg") no-repeat center center / cover;
  position: relative;
}
#header img.header_top {
  left: 0;
  max-width: 925px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#header .main {
  padding-top: 50px;
  padding-bottom: 15px;
}
#header h1 {
  position: relative;
  text-align: left;
}
#header h1 img.header_img {
  max-width: 860px;
  vertical-align: bottom;
}

#title_header_btm h2 {
  font-size: 51px;
  letter-spacing: -2px;
  padding: 0;
}
#title_header_btm h2 .ft_lg {
  font-size: 67px;
}

.header_deadline {
  background: #ffff00;
  padding-bottom: 5px;
  text-align: center;
}

/* media */
.media {
  padding-bottom: 50px;
}
.media h3 {
  background: #0060d8;
  color: #fff;
  line-height: 1.3;
  padding: 15px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
.media .media_list {
  background: #fff;
  margin-top: 50px;
  padding-bottom: 30px;
}
.media .media_list dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-align: left;
}
.media .media_list dl dt {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  width: 120px;
}
.media .media_list dl dd {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  width: calc(100% - 120px);
}
.media .media_list img {
  width: 85%;
}

/* about_DX */
#about_DX {
  background: #110167 url("../images/about_DX_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  margin-bottom: 50px;
  padding: 50px;
  position: relative;
}
.about_DX_text {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.about_DX_text h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.about_DX_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #about_DX {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about_DX_text {
    display: block;
  }
  .about_DX_text p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
}

/* about LINE */
.about_LINE {
	background: #fff url("../images/about_LINE_bg.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: 100% auto;
  padding-bottom: 10px;
}
.about_LINE .text {
  padding-bottom: 30px;
}
.about_LINE .text p {
  text-align: left;
}
.about_LINE .conclusion_arrow .logo {
  margin-top: -10px;
  margin-bottom: 10px;
  max-width: 320px;
}

/* about LINX */
.about_LINX {
	background: #d2eaf9 url("../images/contents_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  background-size: 100% auto;
}
.about_LINX .content_box {
  background: #fff;
  margin-top: -100px;
  padding-top: 110px;
  padding-bottom: 100px;
}
.about_LINX .text p {
  font-size: 24px;
}
.about_LINX_LINEaccount {
  background: #fff;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.about_LINX_LINEaccount .inner {
  border: 5px solid #00b900;
  border-radius: 8px;
  padding: 20px 30px 0;
}
.about_LINX_LINEaccount h3 {
  color: #00b900;
  margin-bottom: 0px;
}
.about_LINX_LINEaccount h3 img {
  bottom: 0;
  margin-right: 20px;
  position: relative;
  width: 60px;
}
img.add_LINX {
  margin-top: -20px;
  max-width: 543px;
}
.add_LINX_functions {
  background: #d9e7f9;
  border-radius: 10px;
  margin-top: -45px;
  padding: 70px 40px 40px;
}
.add_LINX_functions img {
  margin-bottom: 30px;
  max-width: 100%;
}
.add_LINX_functions table {
  background: #fff;
  border: 2px solid #b9b9b9;
  border-collapse: collapse;
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
.add_LINX_functions table td {
  border: 2px solid #b9b9b9;
  padding: 10px;
  vertical-align: top;
}
.add_LINX_functions table td:first-child {
  background: #00c300;
  color: #fff;
  width: 30%;
}
.add_LINX_functions table td ul {
  line-height: 1.3;
}
.add_LINX_functions table td ul li {
  color: #333;
  display: inline-block;
  font-size: 0.75em;
  margin-right: 1em;
}
.add_LINX_functions table td ul li:before {
  color: #00c300;
  content: '●';
  margin-right: 5px;
}

.about_LINX .conclusion_arrow {
  margin-top: -10px;
}
.about_LINX .conclusion_arrow p {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.about_LINX .conclusion_arrow p strong {
  display: inline-block;
}
.about_LINX #feature_LINX_02_title h3 {
  letter-spacing: -2px;
}
.about_LINX .ma_img {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.about_LINX .ma_img .ma_img01, 
.about_LINX .ma_img .ma_img02 {
  max-width: 45%;
}
.about_LINX .ma_img .ma_arrow {
  margin-top: 50px;
  max-width: 73px;
}
.about_LINX .main_body#feature_LINX_02 {
  padding-bottom: 50px;
}
.about_LINX .main_body#feature_LINX_03 ul {
  float: left;
  position: relative;
  z-index: 1;
}
.about_LINX .recommend_img {
  float: right;
  margin-top: 30px;
  max-width: 271px;
  position: relative;
  z-index: 0;
}

/* merit LINX */
.merit_LINX {
	background: #d2eaf9 url("../images/contents_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  background-size: 100% auto;
}
.merit_LINX .content_box {
  background: #fff;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.merit_LINX #merit_LINX_01 .exmpl, 
.merit_LINX #merit_LINX_02 .exmpl {
  margin-top: -20px;
}
.merit_LINX #merit_LINX_01 table, 
.merit_LINX #merit_LINX_02 table {
  margin-bottom: 20px;
}
.merit_LINX #merit_LINX_01 table td img {
  max-width: 89px;
}
.merit_LINX #merit_LINX_02 table th img {
  max-width: 90px;
}
.merit_LINX #merit_LINX_02 table td img {
  max-width: 65px;
}
.merit_LINX #merit_LINX_01 table td.general, 
.merit_LINX #merit_LINX_01 table td.line, 
.merit_LINX #merit_LINX_02 table td.general, 
.merit_LINX #merit_LINX_02 table td.line {
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 42%;
}
.merit_LINX #merit_LINX_01 table td .ft_sm, 
.merit_LINX #merit_LINX_02 table td .ft_sm {
  font-size: 0.7em;
  font-weight: 500;
}
.merit_LINX .reduce_cost {
  background: #de060c;
  border-radius: 6px;
  display: inline-block;
  float: right;
  margin-bottom: 50px;
  padding: 5px 25px;
  position: relative;
}
.merit_LINX .reduce_cost:after {
  content: "";
	position: absolute;
	top: -15px;
  right: 30%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #de060c transparent;
}
.merit_LINX .reduce_cost p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.merit_LINX #merit_LINX_04_title h3 {
  letter-spacing: -2px;
}
.merit_LINX #merit_LINX_conclusion {
  background: #ccf3cc;
  margin-bottom: 30px;
  padding: 30px 50px;
}
.merit_LINX #merit_LINX_conclusion .inner {
  border: 3px solid #00c300;
  border-radius: 10px;
  position: relative;
}
.merit_LINX #merit_LINX_conclusion h3 {
  background: #00c300;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  padding: 3px 50px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
  width: 60%;
  z-index: 1;
}
.merit_LINX #merit_LINX_conclusion img {
  border: 3px solid #00c300;
  border-radius: 10px;
  margin-top: -30px;
  max-width: 100%;
}

/* contact banner */
.contact_banner {
  background: #f79700 url("../images/contact_banner_bg@2x.jpg") no-repeat center top / cover;
  padding: 25px;
  position: relative;
}
.contact_banner_CRM {
  left: 10px;
  position: absolute;
  top: -30px;
  max-width: 174px;
  z-index: 1;
}
.contact_banner_header {
  padding-left: 190px;
  text-align: left;
}
.contact_banner_header > span {
  background: #0060d8;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  padding: 6px 20px 8px;
}
.contact_banner_header .text {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
.contact_banner_main {
  background: rgba(255,255,255,0.5);
  border-radius: 14px;
  padding: 5px;
}
.contact_banner_main .inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 0 180px;
  position: relative;
  text-align: left;
}
.contact_banner_main .boxshot {
  left: 30px;
  max-width: 120px;
  position: absolute;
  top: 15px;
}
.contact_banner_main h3 {
  display: inline-block;
  float: left;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.contact_banner_main .logo {
  float: right;
  margin-bottom: 5px;
  margin-top: -50px;
  max-width: 300px;
  position: relative;
  z-index: 1;
}
.contact_banner_main .contact_text {
  padding-top: 20px;
  padding-bottom: 10px;
  width: calc(100% - 264px);
}
.contact_banner_main .contact_text p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.contact_banner_main .contact_line {
  bottom: -30px;
}


/* usage LINX */
.usage_LINX {
	background: #d2eaf9 url("../images/contents_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  background-size: 100% auto;
}
.usage_LINX .content_box {
  background: #fff;
  margin-top: -100px;
  padding-top: 100px;
}
.usage_LINX .main_body#usage_LINX_01 p {
  text-align: left;
}
.usage_LINX .main_body#usage_LINX_01 img {
  margin-bottom: 50px;
}
table.table_status {
  background: #f5f5f5;
  border: 2px solid #fff;
  border-collapse: collapse;
  font-size: 18px;
  margin-bottom: 30px;
  width: 100%;
}
table.table_status caption {
  background: #00b900;
  background: -moz-linear-gradient(left, #00b900 0%, #4dce4d 50%, #00b900 100%);
  background: -webkit-linear-gradient(left, #00b900 0%,#4dce4d 50%,#00b900 100%);
  background: linear-gradient(to right, #00b900 0%,#4dce4d 50%,#00b900 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
table.table_status th, 
table.table_status td {
  border: 2px solid #fff;
  padding: 5px 10px;
}
table.table_status th {
  background: #d9f5d9;
  padding: 10px 10px;
  text-align: center;
}
table.table_status td {
  font-size: 16px !important;
  text-align: left;
}
table.table_status td:first-child {
  color: #fff;
  font-weight: 900;
  padding: 5px 15px;
  text-align: center;
  white-space: nowrap;
}
table.table_status td.level1 {
  background: #de060c;
}
table.table_status td.level2 {
  background: #f79700;
}
table.table_status td.level3 {
  background: #fabd5d;
}

.usage_LINX .main_body#usage_LINX_02_2 .text {
  text-align: left;
}
.usage_LINX .main_body#usage_LINX_02_2 img {
  margin: 30px 0;
}
table.table_message {
  background: #f5f5f5;
  border: 2px solid #fff;
  border-collapse: collapse;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}
table.table_message th, 
table.table_message td {
  border: 2px solid #fff;
  padding: 5px 10px;
}
table.table_message th {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
table.table_message th.customer {
  background: #00b900;
  width: 40%;
}
table.table_message th.noncustomer {
  background: #f79700;
  width: 40%;
}
table.table_message td {
  font-size: 16px !important;
  text-align: left;
}
table.table_message td.title {
  text-align: center;
}
table.table_message td.customer {
  background: #d9f5d9;
}
table.table_message td.noncustomer {
  background: #fdeacc;
}

.usage_LINX .main_body#usage_LINX_03 .subsubtitle {
  background: #f8cdce;
  padding-left: 165px;
}
.usage_LINX .main_body#usage_LINX_03 .subsubtitle span.num {
  background: #de060c;
  width: 150px !important;
}
.usage_LINX .main_body#usage_LINX_03 .subsubtitle span.num span {
  color: #de060c;
  font-size: 24px;
  line-height: 1.8;
  width: 136px !important;
}
.usage_LINX .main_body#usage_LINX_03 .text {
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: left;
}
.usage_LINX .main_body#usage_LINX_03 img {
  margin-bottom: 50px;
}
.usage_LINX .main_body#usage_LINX_04 .exmpl {
  padding-bottom: 30px;
}
.usage_LINX .main_body#usage_LINX_04 img {
  float: right;
  height: 300px;
  margin-bottom: 50px;
  margin-left: 30px;
}
.usage_LINX .main_body#usage_LINX_05 .exmpl:first-of-type {
  margin-bottom: 50px;
}
.usage_LINX .main_body#usage_LINX_05 .text {
  text-align: left;
}
.usage_LINX .main_body#usage_LINX_05 img {
  margin: 50px 0;
}


/* marketing LINE */
.marketing_LINE {
	background: #d2eaf9 url("../images/contents_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  background-size: 100% auto;
}
.marketing_LINE .content_box {
  background: #fff;
  margin-top: -100px;
  padding-top: 100px;
}
.marketing_LINE .main_body#marketing_LINE_01 img {
  margin-bottom: 50px;
  margin-top: -25px;
}
.marketing_LINE .main_body#marketing_LINE_01 .text {
  padding-bottom: 50px;
  text-align: left;
}
.marketing_LINE .main_body#marketing_LINE_02 > img:first-child {
  margin-top: -40px;
}
.marketing_LINE dl.qa {
  margin: 0;
  padding: 0;
  text-align: left;
}
.marketing_LINE dl.qa dt {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0.5em 50px;
  position: relative;
  text-align: left;
}
.marketing_LINE dl.qa dt:before {
  color: #1970dc;
  content: "Q";
  font-size: 40px !important;
  left: 0;
  position: absolute;
  top: -15px;
}
.marketing_LINE dl.qa dd {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 1em;
  padding: 0 0 30px 50px;
}
.marketing_LINE dl.qa dd small {
  display: block;
}
.marketing_LINE dl.qa dd ul.list {
  list-style: disc;
  padding-left: 1em;
  margin-left: 0.5em;
  margin-bottom: 1em;
}
.marketing_LINE dl.qa h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
.table_plan_wrp {
  text-align: center;
}
.table_plan {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.2;
  width: 100%;
}
.table_plan caption {
  border: 2px solid #07b53b;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  width: 100px;
}
.table_plan thead th {
  background: #07b53b;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.table_plan tbody th {
  background: #f2f2f2;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  font-size: 15px;
  color: #454545;
  padding: 10px;
  white-space: nowrap;
}
.table_plan tbody td {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  padding: 10px;
}
.table_plan_LINE tbody td {
  text-align: center;
  width: 23%;
}
.table_plan_arrow {
  display: inline-block;
  border-style: solid;
  border-width: 24px 30px 0 30px;
  border-color: #07b53b transparent transparent transparent;
  margin: 20px auto -20px;
}

.marketing_LINE .main_body_voice {
  background: #e8f4fc url("../images/voice_bg.png");
  margin-top: -50px;
  padding: 50px 50px 50px;
}
.marketing_LINE .voice {
  background: #fff;
  border: 3px solid #1970dc;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 50px;
  padding: 40px 40px 30px;
  text-align: left;
}
.marketing_LINE .voice img {
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  border-radius: 0%;
  float: right;
  margin: -60px -60px 2em 2em;
  width: 35%;
}
.marketing_LINE .voice h4 {
  border-bottom: 2px dotted #1970dc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* bottom contact */
.btm_contact {
	background: #d2eaf9 url("../images/contents_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  background-size: 100% auto;
  padding-bottom: 100px;
}

/* campaign banner */
.campaign_banner {
  background: #f79700 url("../images/contact_banner_bg@2x.jpg") no-repeat center top / cover;
  border: 5px solid #f26522;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
  padding: 60px 25px 25px;
  position: relative;
}
.campaign_banner_term {
  left: 20px;
  position: absolute;
  top: -50px;
  max-width: 320px;
  z-index: 1;
}
.campaign_banner_header {
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: left;
}
.campaign_banner_header h2 img {
  margin-left: 165px;
  max-width: 634px;
}
.campaign_banner_body {
  position: relative;
}
.campaign_banner_body .boxshot {
  left: 40px;
  max-width: 120px;
  position: absolute;
  top: -30px;
  z-index: 1;
}
.campaign_banner_body p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 190px;
  text-align: left;
}
.campaign_banner_body p .ul {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  z-index: 10;
}
.campaign_banner_body p .ul:after {
  background: #fff;
  bottom: -1px;
  content: '';
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.campaign_banner_main {
  background: rgba(255,255,255,0.5);
  border-radius: 14px;
  padding: 5px;
}
.campaign_banner_main .inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 0;
  position: relative;
  text-align: left;
}
.campaign_banner_main .sale {
  background: #de060c;
  box-sizing: border-box;
  color: #ffff00;
  float: left;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  margin-right: 15px;
  padding: 7px 10px;
  text-align: center;
}
.campaign_banner_main .sale span {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 700;
}
.campaign_banner_main h3 {
  display: inline-block;
  float: left;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.campaign_banner_main .logo {
  float: left;
  margin-bottom: 10px;
  margin-top: -50px;
  max-width: 300px;
  position: relative;
  right: -10px;
}
.campaign_banner_main .contact_text {
  padding-top: 30px;
  padding-bottom: 10px;
  width: calc(100% - 264px);
}
.campaign_banner_main .contact_text p {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.campaign_banner_main .contact_line {
  bottom: -35px;
}


/* contact line */
.contact_line_top {
  background: #00b900 url(../images/contact_line_wrp@2x.png) no-repeat -100px 50%;
  background-size: 100% auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 50px;
  padding: 30px 40px 10px;
  position: relative;
}
.contact_line_wrp {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.contact_line_top h3 {
  background: #ffff00;
  border: 3px solid #000;
  color: #000;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
  outline: solid 5px #ffff00;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}
.contact_line_top h3 span {
  padding-right: 3px;
}
.contact_text {
  padding-right: 20px;
  text-align: left;
  width: calc(100% - 244px);
}
.contact_text p {
  font-size: 21px;
}
.contact_text p.small {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5;
}
.contact_line {
  bottom: 0;
  position: absolute;
  right: 20px;
	text-align: center;
  width: 244px;
}
.contact_line_top p {
  color: #fff;
}
.contact_text .add_friend {
  align-items: center;
  background: #00c300;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 20px 0 10px;
  padding: 0 0 0 15px;
  position: relative;
  width: calc(100% - 30px);
}
.contact_text .add_friend:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #00c300;
  border-width: 25px 0 25px 25px;
}

/* contact tel */
.contact_tel {
  background: #f2f2f2 url("../images/contact_tel_bg@2x.jpg") no-repeat right -10px;
  background-size: 560px 410px;
  padding: 10px;
  position: relative;
}
.contact_tel .inner {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 35px 50px 20px;
  text-align: left;
}
.contact_tel h3 img {
  margin-bottom: 15px;
  max-width: 453px;
}
.contact_tel a img {
  margin-left: -5px;
  max-width: 468px;
}


/* sales partener */
.sales_partner {
}
.sales_partner a {
	background: rgb(255,48,25);
	background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	border: solid 1px #BC0303;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	display: block;
	border-radius: 4px;
	margin: 60px auto 0;
	padding: 1px;
  position: relative;
	text-decoration: none;
	width: 80%;
}
.sales_partner a span {
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px 40px 15px 30px;
	text-align: left;
}
.sales_partner a:hover {
	background: #f20404;
	background: -moz-linear-gradient(top, #f20404 0%, #f20404 100%);
	background: -webkit-linear-gradient(top, #f20404 0%,#f20404 100%);
	background: linear-gradient(to bottom, #f20404 0%,#f20404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20404', endColorstr='#f20404',GradientType=0 );
}
.sales_partner img {
  position: absolute;
  margin-top: -13px;
  right: 15px;
  top: 50%;
}

/* bottom call button */
.telBtnFix {
  bottom: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
  overflow: hidden;
  margin: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.telBtnFix ul {
  display: flex;
}
.telBtnFix img {
  width: 100%;
}


/* orderform */
#orderform_header {
	background: #d2eaf9 url("../images/orderform_header_bg@2x.jpg") no-repeat center top / cover;
  padding: 50px 0;
}
#orderform_header h1 {
  padding-bottom: 30px;
  text-align: center;
}
#orderform_header p {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
#orderform_header p .u {
  border-bottom: 3px solid #000;
}
#orderform_header p img {
  margin-top: 0.5em;
  vertical-align: bottom;
}
#orderform_merit_title h2 span.cl_ylw {
  letter-spacing: -3px;
}
.orderform_merit {
	background: #d2eaf9 url("../images/contents_bg.jpg") no-repeat center top / cover;
  background-attachment: fixed;
  background-size: 100% auto;
}
.orderform_merit .content_box {
  background: #fff;
  margin-top: -100px;
  padding-top: 100px;
}
.orderform_merit .contact_btn_wrp {
  background-color: #d9f5d9;
}
.orderform_merit .contact_btn_wrp a + a {
  margin-top: 20px;
}


/* inner header */
.inner_header {
  text-align: center;
}
.inner_header img {
  margin: 50px 0 30px;
  max-width: 200px;
}


/* ordercontract */
.ordercontract_body .content_box {
  background: #fff;
  margin-bottom: 50px;
  text-align: left;
}
.ordercontract_body .content_box h4 {
  font-weight: 500;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.ordercontract_body .content_box h5 {
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 10px;
}
.ordercontract_body .content_box p {
  font-size: 14px;
  font-weight: 400;
}
.ordercontract_body .content_box ul {
  font-size: 14px;
  margin-left: 2.5em;
  margin-top: -15px;
  margin-bottom: 1em;
}
.ordercontract_body .content_box ul li {
  padding-left: 1em;
  position: relative;
}
.ordercontract_body .content_box ul li:before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}


/* 06 Responsive
------------------------------------------------------------- */
@media screen and (max-width: 859px) {

  .main {
    width: calc(100% - 30px);
  }
  
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 34px;
  }
  
  .title_blue h2, 
  .title_green h2 {
    padding: 10px 0 20px;
  }
  .subtitle_blue .badge {
    left: -10px;
    width: 150px;
  }
  .subtitle_green .number {
    left: -15px;
  }
  
  .subsubtitle {
    font-size: 24px;
    min-height: 50px;
    padding-left: 65px;
  }
  .subsubtitle span.num {
    height: 50px;
    width: 50px;
  }
  .subsubtitle span.num span {
    height: 36px;
    width: 36px;
  }
  
  .conclusion_arrow p {
    font-size: 34px;
  }
  
  ul.check_list > li {
    background-size: 30px 27px;
    font-size: 22px;
    padding-left: 40px;
  }
  dl.decimal_list > dt {
    font-size: 19px;
    padding-left: 40px;
  }
  dl.decimal_list > dt .num {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
  
  .main_body {
    padding: 0 30px 50px;
  }
  
  #header h1 img.header_img {
    max-width: 100%;
  }
  #header .main {
    width: calc(100% - 60px);
  }
  #title_header_btm h2 {
    font-size: 44px;
    padding-bottom: 20px;
  }
  #title_header_btm h2 .ft_lg {
    font-size: 57px;
  }
  
  .media .media_list dl {
    font-size: 16px;
  }
  .media .media_list dl dt {
    width: 100px;
  }
  .media .media_list dl dd {
    width: calc(100% - 100px);
  }
  
  .about_LINE_account {
    padding: 30px 15px;
  }
  .about_LINE_account ul {
    padding: 0 15px 10px;
  }
  
  .reason_LINE_functions ul {
    padding: 0 0 10px;
  }
  
  .add_LINX_functions {
    padding: 70px 30px 40px;
  }
  
  .about_LINX .recommend_img {
    position: absolute;
    right: 30px;
    top: 0;
  }
  
  .merit_LINX #merit_LINX_conclusion {
    padding: 30px 30px;
  }
  
  .usage_LINX .main_body#usage_LINX_03 .subsubtitle span.num span {
    line-height: 1.5;
  }

  .marketing_LINE dl.qa dt {
    font-size: 22px;
    padding: 0 0 0.5em 40px;
  }
  .marketing_LINE dl.qa dt:before {
    font-size: 36px !important;
  }
  .marketing_LINE dl.qa dd {
    font-size: 18px;
    padding: 0 0 30px 40px;
  }
  
  .marketing_LINE .main_body_voice {
    padding: 50px 30px 50px;
  }
  .marketing_LINE .voice {
    padding: 30px 25px 20px;
  }
  .marketing_LINE .voice img {
    margin: -50px -40px 2em 2em;
    width: 30%;
  }
  .marketing_LINE .voice h4 {
    font-size: 24px;
  }
  .marketing_LINE .voice p {
    font-size: 18px;
  }
  
  .contact_banner_CRM {
    max-width: 150px;
    top: -10px;
  }
  .contact_banner_header {
    padding-left: 150px;
  }
  .contact_banner_header > span {
    font-size: 22px;
    margin-right: 5px;
  }
  .contact_banner_header .text {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .contact_banner_main h3 {
    float: none;
  }
  .contact_banner_main h3 br {
    display: none;
  }
  .contact_banner_main .logo {
    float: none;
    margin-top: 0;
  }
  .contact_banner_main .boxshot {
    top: -20px;
  }
  .contact_banner_main .contact_line_wrp {
    margin-left: -160px;
  }
  .contact_banner_main .contact_line {
    bottom: 0;
  }
  
  .campaign_banner_term {
    left: 10px;
    top: -60px;
  }
  .campaign_banner_header h2 {
    text-align: center;
  }
  .campaign_banner_header h2 img {
    margin-left: 0;
    margin-top: 40px;
  }
  .campaign_banner_body .boxshot {
    top: -10px;
  }
  .campaign_banner_body p br:first-of-type {
    display: none;
  }
  .campaign_banner_main .sale {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
  }
  .campaign_banner_main .sale span {
    display: inline-block;
    font-size: 24px;
    margin-right: 1em;
    position: relative;
    top: -5px;
  }
  .campaign_banner_main .inner {
    text-align: center;
  }
  .campaign_banner_main h3 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .campaign_banner_main h3 br {
    display: none;
  }
  .campaign_banner_main .logo {
    float: none;
    margin-top: 0;
  }
  .campaign_banner_main .contact_text p {
    font-size: 19px;
  }
  
  .contact_tel {
    background-position: right -50px top -10px;
  }
  .contact_tel .inner {
    padding: 35px 30px 20px;
  }
  
}

@media screen and (max-width: 767px) {
  
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 18px;
  }
  
  .title_blue h2, 
  .title_green h2 {
    padding: 10px 0 20px;
  }
  .title_blue h2 .logo {
    max-width: 160px;
  }
  .subtitle_blue .badge {
    left: -10px;
    width: 150px;
  }
  .subtitle_green .number {
    left: -15px;
  }
  
  .conclusion_arrow p {
    font-size: 26px;
  }
  
  table.table {
    font-size: 18px;
  }
  table.table th {
    font-size: 1em;
  }
  
   ul.check_list > li {
    font-size: 20px;
  }
  
  .contact_btn span {
    font-size: 34px;
  }
  .contact_btn span img {
    max-width: 70px;
  }
  
  .main_body {
    padding: 0 30px 30px;
  }
  
  #header img.header_top {
    max-width: calc(100% + 100px);
  }
  #header_top p {
    font-size: 20px;
  }
  
  #title_header_btm h2 {
    font-size: 34px;
    padding-bottom: 20px;
  }
  #title_header_btm h2 .ft_lg {
    font-size: 44px;
  }
  
  .contact_line_top h3 {
    font-size: 35px;
  }
  .contact_line_top .contact_text p {
    font-size: 18px;
  }
  .contact_btn_wrp h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  
  .about_LINE_account h3 img {
    width: 60px;
  }
  .about_LINE_account p {
    font-size: 20px;
  }
  
  .reason_LINE_functions p {
    font-size: 20px;
  }
  
  .about_LINX .text p {
    font-size: 18px;
  }
  .about_LINX_LINEaccount h3 img {
    width: 50px;
  }
  img.add_LINX {
    max-width: 90%;
  }
  .add_LINX_functions table {
    font-size: 16px;
  }
  .about_LINX .ma_img .ma_arrow {
    max-width: 10%;
  }
  
  .about_LINX .recommend_img {
    display: none;
  }
  
  .merit_LINX .reduce_cost p {
    font-size: 18px;
  }
  
  .marketing_LINE dl.qa dt {
    font-size: 20px;
  }
  .marketing_LINE dl.qa dd {
    font-size: 18px;
    padding: 0 0 10px 40px;
  }
  
  .marketing_LINE .voice h4 {
    font-size: 22px;
  }
  .marketing_LINE .voice p {
    font-size: 18px;
  }
  
  .contact_banner_CRM {
    left: -10px;
    max-width: 130px;
    top: -10px;
  }
  .contact_banner_header {
    padding-left: 100px;
  }
  .contact_banner_header > span {
    font-size: 3vw;
    margin-bottom: 5px;
    padding: 6px 15px 8px;
  }
  .contact_banner_header .text {
    font-size: 4.5vw;
  }
  .contact_banner_main .inner {
    padding: 20px;
  }
  .contact_banner_main .boxshot {
    top: 10px;
    width: 100px;
  }
  .contact_banner_main h3 {
    float: none;
    font-size: 25px;
    padding-left: 130px;
  }
  .contact_banner_main h3 br {
    display: none;
  }
  .contact_banner_main .logo {
    float: none;
    margin-top: 0;
    margin-left: 130px;
    margin-bottom: 20px;
  }
  .contact_banner_main .contact_line_wrp {
    margin-left: 0;
  }
  
  .campaign_banner_term {
    width: 50%;
  }
  .campaign_banner_header h2 {
    text-align: center;
  }
  .campaign_banner_header h2 img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .campaign_banner_body .boxshot {
    left: 0px;
    width: 20%;
  }
  .campaign_banner_body p {
    font-size: 20px;
    padding-left: 25%;
  }
  
  .contact_tel {
    background-position: right -80px top -10px;
  }
  .contact_tel .inner {
    padding: 20px 30px 20px;
  }
  .contact_tel h3 img, 
  .contact_tel a img {
    width: 70%;
  }
  
  
}

@media screen and (max-width: 599px) {
  
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 26px;
  }
  p {
    font-size: 18px;
  }
  p.exmpl {
    font-size: 16px;
  }

  .title_blue {
    background-image: #0060d8 url("../images/title_blue_bg.png") repeat-y;
  }
  .title_green {
    background-image: #00b900 url("../images/title_green_bg.png") repeat-y;
  }
  .title_blue h2 .logo {
    max-width: 100px;
  }
  .subtitle_blue {
    background-image: #1970dc url("../images/subtitle_blue.jpg") no-repeat center top;
  }
  .subtitle_green {
    background-image: #1bd51a url("../images/subtitle_green.jpg") no-repeat center top;
  }
  .subtitle_blue, 
  .subtitle_green {
    margin-bottom: 20px;
    padding: 10px 0 20px;
  }
  .subtitle_blue h3, 
  .subtitle_green h3 {
    padding: 10px 5px;
  }
  .subtitle_blue h3.with_badge, 
  .subtitle_green h3.with_badge {
    padding: 5px 5px 5px 60px !important;
  }
  .subtitle_blue .badge {
    width: 70px;
  }
  .subtitle_green .number {
    width: 70px;
  }
  
  .subsubtitle {
    font-size: 20px;
    min-height: 42px;
    padding-left: 55px;
  }
  .subsubtitle span.num {
    height: 42px;
    padding: 5px;
    width: 42px;
  }
  .subsubtitle span.num span {
    height: 32px;
    width: 32px;
  }
  
  .fuki_title {
    font-size: 20px;
  }
  
  .conclusion_arrow p {
    font-size: 22px;
  }
  
  table.table {
    font-size: 14px;
  }
  table.table th {
    font-size: 1em;
  }
  
  ul.check_list > li {
    background-size: 24px 21px !important;
    font-size: 18px;
    padding-left: 35px !important;
  }
  
  dl.decimal_list > dt {
    font-size: 17px;
    padding-left: 34px;
  }
  dl.decimal_list > dt .num {
    font-size: 13px;
    height: 26px;
    width: 26px;
  }
  
  .contact_btn span {
    font-size: 28px;
  }
  .contact_btn span img {
    max-width: 60px;
  }
  
  .main_body {
    padding: 0 15px 20px;
  }
  
  #header_top p {
    font-size: 16px;
  }
  #header_top p br {
    display: none;
  }
  
  #header .main {
    padding-top: 90px;
  }
  #header img.header_IT {
    max-width: 60%;
    top: 25px;
  }
  
  #header {
    background-image: url("../images/header_bg.jpg");
  }
  #header .main {
    width: calc(100% - 30px)
  }
  
  #title_header_btm h2 {
    font-size: 28px;
  }
  #title_header_btm h2 .ft_lg {
    font-size: 36px;
  }
  
  .media .media_list dl {
    display: block;
    font-size: 14px;
    margin-top: 0;
    padding: 5px 15px;
  }
  .media .media_list dl dt, 
  .media .media_list dl dd {
    width: 100%;
  }
  .media .media_list dl dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .contact_line_top {
    background-position: -100px bottom;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_line_wrp {
    display: block;
  }
  .contact_line_top h3 {
    font-size: 30px;
    width: calc(100% - 45px);
  }
  .contact_line_top .contact_text p {
    font-size: 16px;
  }
  .contact_text {
    padding-right: 0;
    width: 100% !important;
  }
  .contact_text p.small {
    font-size: 12px !important;
  }
  .contact_line {
    margin-bottom: -10px;
    right: 0;
    position: relative;
    width: 100%;
  }
  .contact_text .add_friend {
    border-radius: 3px 3px 0 0;
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  .contact_text .add_friend:after {
    border-color: #00c300 transparent transparent transparent;
    border-width: 25px 25px 0 25px;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
  }
  
  .about_LINE {
	  background-image: url("../images/about_LINE_bg.jpg");
  }
  .about_LINE_account h3 img {
    width: 50px;
  }
  .about_LINE_account p {
    font-size: 18px;
  }
  .about_LINE_account p br {
    display: none;
  }
  .about_LINE_account ul {
    display: block;
  }
  .about_LINE_account ul li {
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
  .about_LINE_account ul li:nth-child(2), 
  .about_LINE_account ul li:nth-child(3) {
    padding-top: 15px;
  }
  .about_LINE_account ul li br {
    display: none;
  }
  
  .reason_LINE_functions .inner {
    padding: 30px 15px 10px;
  }
  .reason_LINE_functions h3 img {
    margin-right: 10px;
    width: 40px;
  }
  .reason_LINE_functions ul {
    display: block;
  }
  .reason_LINE_functions ul li {
    width: 100%;
  }
  .reason_LINE_functions p {
    font-size: 18px;
  }
  .reason_LINE_functions p br:first-of-type {
    display: none;
  }
  
  .about_LINX, 
  .merit_LINX, 
  .usage_LINX, 
  .marketing_LINE, 
  .btm_contact {
	  background-image: url("../images/header_bg.jpg");
  }
  .about_LINX .text p {
    text-align: left;
  }
  .about_LINX .text p:nth-child(2) strong br {
    display: none;
  }
  .about_LINX_LINEaccount .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_LINX_LINEaccount h3 img {
    width: 40px;
  }
  .add_LINX_functions {
    margin-top: -30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  
  .about_LINX .ma_img {
    display: block;
  }
  .about_LINX .ma_img .ma_img01, 
  .about_LINX .ma_img .ma_img02 {
    margin-top: -30px;
    max-width: 100%;
  }
  .about_LINX .ma_img .ma_img01 {
    margin-top: -50px;
  }
  .about_LINX .ma_img .ma_arrow {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: -30px;
    max-width: 20%;
    transform: rotate(90deg);
  }
  
  .about_LINX .recommend_img {
    max-width: 50%;
    right: 15px;
  }
  
  .merit_LINX #merit_LINX_conclusion {
    padding: 15px;
  }
  .merit_LINX #merit_LINX_conclusion h3 {
    font-size: 26px;
  }
  
  .marketing_LINE dl.qa dt {
    font-size: 18px;
    padding: 0 0 0.5em 30px;
  }
  .marketing_LINE dl.qa dt:before {
    font-size: 30px !important;
    top: -10px;
  }
  .marketing_LINE dl.qa dd {
    font-size: 16px;
    padding: 0 0 10px 30px;
  }
  
  .marketing_LINE .main_body_voice {
    padding: 50px 15px 50px;
  }
  .marketing_LINE .voice {
    padding: 20px 20px 10px;
  }
  .marketing_LINE .voice img {
    margin: 0 0 2em 2em;
    width: 30%;
  }
  .marketing_LINE .voice h4 {
    font-size: 20px;
  }
  .marketing_LINE .voice p {
    font-size: 16px;
  }
  
  .contact_banner {
    background-image: url("../images/contact_banner_bg.jpg");
    padding: 25px 15px;
  }
  .contact_banner_CRM {
    max-width: 100px;
  }
  .contact_banner_header {
    padding-left: 80px;
  }
  .contact_banner_main .inner {
    padding: 15px 10px;
  }
  .contact_banner_main .boxshot {
    left: 15px;
    width: 20%;
  }
  .contact_banner_main h3 {
    font-size: 21px;
    padding-left: 27%;
  }
  .contact_banner_main .logo {
    margin-bottom: 10px;
    margin-left: 27%;
    width: 70%;
  }
  .contact_banner_main .contact_text p {
    font-size: 16px;
  }
  
  table.table_status {
    font-size: 12px;
  }
  table.table_status caption {
    font-size: 20px;
  }
  table.table_status td {
    font-size: 12px !important;
  }
  
  table.table_message {
    font-size: 12px;
  }
  table.table_message th {
    font-size: 20px;
  }
  table.table_message td {
    font-size: 12px !important;
  }
  
  .usage_LINX .main_body#usage_LINX_03 .subsubtitle {
    padding-left: 130px;
  }
  .usage_LINX .main_body#usage_LINX_03 .subsubtitle span.num {
    width: 120px !important;
  }
  .usage_LINX .main_body#usage_LINX_03 .subsubtitle span.num span {
    font-size: 18px;
    line-height: 1.7;
    width: 110px !important;
  }
  
  .campaign_banner {
    background-image: url("../images/contact_banner_bg.jpg");
    padding: 15px 15px 15px;
  }
  .campaign_banner_header {
    padding-bottom: 10px;
  }
  .campaign_banner_body p {
    font-size: 18px;
  }
  .campaign_banner_main .inner {
    padding: 15px;
  }
  .campaign_banner_main .sale {
    font-size: 24px;
  }
  .campaign_banner_main .sale span {
    font-size: 14px;
  }
  .campaign_banner_main h3 {
    font-size: 26px;
  }
  .campaign_banner_main .logo {
    max-width: 90%;
  }
  .campaign_banner_main .contact_text p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .campaign_banner_main .contact_line {
    bottom: 0;
  }
  
  .contact_tel {
    background-image: url("../images/contact_tel_bg.jpg");
    background-position: right -60px top -10px;
    background-size: cover;
  }
  .contact_tel .inner {
    padding: 20px 15px 10px;
  }
  .contact_tel h3 img, 
  .contact_tel a img {
    width: 70%;
  }
  .contact_tel h3 img {
    margin-bottom: 0;
  }
  
  .sales_partner a {
    width: 100%;
  }
  .sales_partner a span {
    font-size: 24px;
  }
  
  .telBtnFix {
    display: block;
  }
  
  #footer {
    padding-bottom: 130px;
  }
  
  #contact_banner_02, #contact_banner_03, #contact_banner_04 {
    display: none;
  }
  
  
}


@media screen and (min-width: 480px) {
  
  .mb479 {
    display: none;
  }
  
}


@media screen and (max-width: 479px) {
  
  .mb479 {
    display: block;
  }
  .mb479_up {
    display: none;
  }
  
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  p.exmpl {
    font-size: 14px;
  }
  
  .contact_btn span {
    font-size: 24px;
  }
  .contact_btn span img {
    max-width: 45px;
  }
  
  #header_top p {
    font-size: 14px;
  }
  
  #header .main {
    padding-top: 60px;
  }
  #header img.header_IT {
    top: 15px;
  }
  
  #title_header_btm h2 {
    font-size: 22px;
  }
  #title_header_btm h2 .ft_lg {
    font-size: 29px;
  }
  
  .merit_LINX #merit_LINX_conclusion h3 {
    font-size: 20px;
    padding: 3px 10px;
  }
  
  .merit_LINX .reduce_cost {
    padding: 5px 5px;
  }
  
  .contact_banner_CRM {
    float: right;
    position: relative;
    left: auto;
    margin-right: -30px;
    margin-top: -50px;
    transform: rotate(20deg) !important;
  }
  .contact_banner_header {
    padding-left: 0;
  }
  
  .contact_line, 
  .contact_mail {
    float: none;
    width: 100%;
  }
  .contact_mail a {
    margin-top: 20px;
  }
  
  #footer .btmlinks {
    display: block;
    text-align: center;
  }
  #footer address {
    display: block;
    float: none;
    text-align: center;
  }
  
  #orderform_header p {
    font-size: 20px;
  }
  #orderform_header p img {
    max-width: 100%;
  }
  
}
/* ====================================================================
   Footer Styles - 完全修正版
==================================================================== */

/* 古いスタイルを完全に上書き */
#footer {
  background-color: #4a4a4a !important;
  padding: 15px 0 !important;
  width: 100%;
}

#footer * {
  color: #ffffff !important;
}

.footer_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/* 左側：リンク */
.footer_left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.footer_left a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.footer_left a:hover {
  opacity: 0.7;
  text-decoration: none !important;
  background: none !important;
}

.footer_left a:visited {
  color: #ffffff !important;
}

.footer_left .separator {
  color: #ffffff !important;
  font-size: 14px;
}

/* 右側:コピーライト */
.footer_right {
  text-align: right;
  flex-shrink: 0;
}

.footer_right p {
  color: #ffffff !important;
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
}

/* 古いクラスを無効化 */
#footer .btmlinks,
#footer address {
  display: none !important;
}

/* タブレット対応 */
@media screen and (max-width: 1024px) {
  .footer_content {
    padding: 0 15px;
  }
  
  .footer_left a {
    font-size: 13px;
  }
  
  .footer_left .separator {
    font-size: 13px;
  }
  
  .footer_right p {
    font-size: 11px;
  }
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #footer {
    padding: 12px 0 !important;
  }
  
  .footer_content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  
  .footer_left {
    flex-direction: column;
    gap: 8px;
  }
  
  .footer_left .separator {
    display: none;
  }
  
  .footer_right {
    text-align: center;
  }
  
  .footer_right p {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  #footer .btmlinks {
    display: none !important;
  }
  #footer address {
    display: none !important;
  }
}