@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;600;700&display=swap');

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing: .05em;
  color: #404040;
  background-color: #fff;
  margin: 0 auto;
}
#content,
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
a{
  color: #555;
	text-decoration: none;
}
a:hover{
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

strong {
  font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: none;
}
li {
	margin-left: 0;
}

h2 {
	font-family: 'M PLUS 2', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin-bottom: 70px;
	text-align: center;
}

.orange {
	color: #ff9046;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.blue {
	color: #004184;
}

.service_intro {
	font-size: 24px;
	text-align: center;
	margin-bottom: 95px;
}

.service_intro img {
	max-width: 170px;
	margin-right: 15px;
}

.border {
	border-bottom: 1px solid #000;
}

.free_button {
	margin: auto;
	max-width: 60%;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 28px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
  }
  #content,
  .wrap {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
  }

  .service_intro {
		font-size: 20px;
		margin-bottom: 50px;
	}

	.service_intro img {
		max-width: 110px;
		margin-right: 10px;
	}

	.free_button {
		max-width: 90%;
	}

}


/*================================================
 *  ヘッダー
 ================================================*/
 header {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #fff;
}
header .inner {
  max-width: 1100px;
  margin: 0 auto;
}
/* inner-left */
header .inner-left {
  width: 20%;
  position: relative;
}



@media screen and (max-width:768px) {
  header .inner-left {
	width: 150px;
	margin-left: 15px;
  }
  }

/*================================================
 *  section
 ================================================*/
section {
	padding-top: 80px;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	section {
		padding-top: 50px;
		padding-bottom: 80px;
	}
}

/*================================================
 *  button
 ================================================*/
a.button {
	text-align: center;
	display: block;
}

a.button img {
	width: 90%;
}

/*================================================
 *  main
 ================================================*/
#main {
	position: relative;
	background-image: url(../images/main_bg.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	padding: 30px 0 50px;
}

#main .main_inner {
    margin: auto;
    max-width: 1000px;
}

#main .header_logo,
#main .header_catch, 
#main .no1,
#main .pc_img {
	margin-bottom: 30px;
}

#main .main_right .no1 {
	width: 80%;
    margin: 0 auto 30px;
}

#main .main_right .pc_img {
	width: 90%;
    margin-left: auto;
    margin-right: 10px;
}

#main .cta .button_blue {
    max-width: 400px;
    margin-bottom: 15px;
}

#main .cta .button_orange {
	max-width: 310px;
}

@media screen and (max-width: 767px) {
	#main {
		position: relative;
		background-image: url(../images/main_bg__sp.png);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		width: 100%;
	}

	#main .main_inner.pc {
		display: none;
	}

	#main .main_inner.sp {
		padding: 0 20px;
	}
	#main .main_inner.sp .header_logo .w30{
		width: 30%;
		margin-right: 15px;
	}
	#main .main_inner.sp .header_logo .w60{
		width: 60%;
	}

	#main .no1 {
		width: 100%;
		margin: 0 auto 30px;
	}

	#main .reasons {
		margin-bottom: 30px;
	}

	#main .cta .button_blue {
		width: 100%;
	}

	#main .cta .button_orange {
		width: 70%;
	}
}

/*================================================
 *  なぜ・・・/intro
 ================================================*/
#intro {
	background-image: url(../images/bg_intro.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#intro .intro_ttl p {
	margin-bottom: 30px;
	font-size: 28px;
}

#intro .intro_ttl p img {
	width: 227px;
	margin-right: 10px;
}

#intro .intro_ttl p.big {
	font-size: 40px;
}

#intro .intro_ttl p small {
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	#intro .intro_ttl p {
		font-size: 18px;
	}
	
	#intro .intro_ttl p img {
		width: 150px;
		margin-right: 10px;
	}
	
	#intro .intro_ttl p.big {
		font-size: 28px;
	}
	
	#intro .intro_ttl p small {
		font-size: 14px;
	}
}

/*================================================
 *  ご存知でしたか？/know
 ================================================*/
#know {
	background-image: url(../images/bg_know.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#know .know_intro {
	font-size: 42px;
}

.knowList {
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	padding: 30px 80px 60px;
}

.knowList .know_top {
	width: 80%;
	margin: 0 auto 30px;
}

.knowList ul li {
	text-align: center;
	margin-bottom: 50px;
}

.knowList .knowList_ttl {
	position: relative;
	font-size: 22px;
	background-color: #ff9046;
	border-radius: 24px;
	display: inline-block;
	padding: 3px 15px;
	margin-bottom: 30px;
}

.knowList li .knowList_ttl::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #ff9046 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}

.knowList ul li ul.knowList_txt {
	max-width: 680px;
	margin: auto;
}
.knowList ul li ul.knowList_txt li{
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 2.4em;
	text-indent: -2.4em;
}

.knowList ul li ul.knowList_txt li::before {
	content: '';
	display: inline-block;
	background-image: url(../images/check_orange.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 38px;
	height: 37px;
	position: relative;
	top: 6px;
	margin-right: 10px;
}

.knowList ul li .flow_list {
	max-width: 650px;
	margin: auto;
}

.knowList .know_bottom {
	max-width: 400px;
	margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
	#know .know_intro {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.knowList {
		padding: 30px 15px 60px;
	}

	.knowList .know_top {
		width: 100%;
	}

	.knowList .knowList_ttl {
		font-size: 18px;
	}

	.knowList ul li ul.knowList_txt li::before {
		width: 25px;
		height: 22px;
	}

	.knowList ul li ul.knowList_txt li {
		margin-left: 2.4em;
		text-indent: -2.4em;
	}
}

/*================================================
 *  競合比較/comparison
 ================================================*/
#comparison {
	background-image: url(../images/bg_function.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#comparison .comparison_txt {
	margin-bottom: 50px;
}

#comparison .comparison_txt p {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}

#comparison .comparison_txt p span{
	font-size: 40px;
}

#comparison .comparison_txt img {
	width: 225px;
	margin-right: 10px;
}

#comparison h2 {
	margin-bottom: 30px;
}


/*===========
.scroll-box
===========*/
.scroll-box {
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
  }
  .scroll-box div img {
	max-width: 100%;
	min-width: 600px;
	vertical-align: top;
  }
  
  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
	height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
	background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
	background: #999;
  }

  @media screen and (max-width: 768px) {
	#comparison .comparison_txt p {
		font-size: 20px;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#comparison .comparison_txt p span{
		font-size: 28px;
	}
}


/*================================================
 *  サブヘッダー/subheader
 ================================================*/
#subheader {
	position: relative;
	background-image: url(../images/main_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#subheader .subheader_top {
	margin-bottom: 50px;
}

#subheader .subheader_top .subheader_left {
	width: 50%;
	margin-right: 30px;
}

#subheader .subheader_top .subheader_right {
	width: 40%;
}

#subheader .subList .sub_ttl {
	font-size: 28px;
	position: relative;
	text-align: left;
	margin-left: 1.7em;
	text-indent: -1.7em;
	margin-bottom: 30px;
}

#subheader .subList .sub_ttl::before {
	content: '';
	display: inline-block;
	background-image: url(../images/check_white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 38px;
	height: 37px;
	position: relative;
	top: 6px;
}

#subheader .subList figure {
	margin: 0 auto 35px;
}
#subheader .subList .sub01 figure {
	width: 145px;
}

#subheader .subList .sub02 figure {
	width: 185px;
}

#subheader .subList .sub03 figure {
	width: 91px;
}

#subheader .subList li p {
	text-shadow:1px 1px 0 #ff9046, -1px -1px 0 #ff9046,
              -1px 1px 0 #ff9046, 1px -1px 0 #ff9046,
              0px 1px 0 #ff9046,  0-1px 0 #ff9046,
              -1px 0 0 #ff9046, 1px 0 0 #ff9046;
}

#subheader .free_button {
	position: absolute;
	bottom: -6%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#subheader .free_button img {
	max-width: 60%;
}


@media screen and (max-width: 768px) {
	#subheader {
		background-image: url(../images/main_bg__sp.png);
	}
	#subheader .subheader_top .subheader_left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	#subheader .subheader_top .subheader_right {
		width: 100%;
	}

	#subheader .subList li {
		margin-bottom: 30px;
	}

	#subheader .subList .sub_ttl {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}

	#subheader .subList figure {
		margin: 0 auto 20px;
	}

	#subheader .free_button {
		position: static;
		margin-top: 50px;
		transform: unset;
	}

	#subheader .free_button img {
		max-width: 100%;
	}
}


/*================================================
 *  システムの特徴/system
 ================================================*/
#system .system_top {
	font-size: 36px;
	margin-bottom: 50px;
}
#system .system_top img {
	max-width: 230px;
	margin-right: 10px;
}

#system .serviceList {
	margin-bottom: 90px;
}

#system .serviceList ul li {
	margin: 0 5px;
}
#system .systemList {
	margin: auto;
	margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
	#system .system_top {
		font-size: 24px;
		margin-bottom: 50px;
	}

	#system .system_top img {
		max-width: 140px;
		margin-right: 10px;
	}

	#system .serviceList ul li {
		margin: 0 15px 30px;
	}
}

#system .system_intro {
	font-size: 24px;
	margin-bottom: 70px;
}

#system .system_inner ul li {
	background-color: #ffeec7;
	padding: 24px 30px;
	margin-bottom: 8px;
}

#system .system_inner .inner_ttl {
	font-size: 28px;
	font-weight: 600;
}

#system .system_inner .inner_txt {
	font-size: 28px;
	line-height: 0.8;
}

#system .system_inner .inner_txt span {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	#system .systemList {
		font-size: 16px;
	}
	#system .systemList li {
		margin-bottom: 15px;
	} 
	#system .system_intro {
		font-size: 20px;
		margin-bottom: 50px;
	}
	#system .system_inner ul {
		margin-top: 30px;
	}
	#system .system_inner ul li {
		background-color: #ffeec7;
		padding: 12px 15px;
		margin-bottom: 8px;
	}
	#system .system_inner .inner_ttl {
		font-size: 24px;
	}
	#system .system_inner .inner_txt {
		font-size: 24px;
	}
	#system .system_inner .inner_txt span {
		font-size: 11px;
	}
}

/*================================================
 *  手順/flow
 ================================================*/
#flow .flowList li {
	background-color: #ffeec7;
	border-radius: 50px;
	padding: 18px;
	position: relative;
	margin-bottom: 20px;
}

#flow .flowList li:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #ffeec7 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}

#flow .flowList li .flow_ttl {
	color: #ff9046;
	width: 24%;
}
#flow .flowList li .flow_ttl span {
	display: inline-block;
	background-color: #ff9046;
	padding: 0 10px;
	border-radius: 20px;
	margin-right: 5px;
}

#flow .flowList li .flow_txt {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	#flow .flowList li .flow_ttl {
		width: 100%;
		font-size: 20px;
		margin-bottom: 15px;
	}
}

/*================================================
 *  機能＆特徴/feature
 ================================================*/
#feature .featureList .feature_ttl {
	background-color: #004184;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 30px;
	font-size: 28px;
	margin-bottom: 15px;
}

#feature .featureList .feature_txt {
	font-size: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#feature .featureList .feature_ttl {
		font-size: 20px;
		padding: 10px 15px;
	}
	
	#feature .featureList .feature_txt {
		font-size: 16px;
	}
}

/*================================================
 *  メリット/merit
 ================================================*/
#merit {
	background-color: #ffeec7;
	position: relative;
}

#merit .meritList {
	margin-bottom: 70px;
}
#merit .meritList li {
	width: 22%;
	margin: 15px;
}

#merit .meritList li .merit_ttl {
	position: relative;
	font-size: 28px;
	padding-left: 30px;
	text-align: left;
}

#merit .meritList li .merit_ttl::before {
	content: '';
	display: inline-block;
	background-image: url(../images/check_orange.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 38px;
	height: 37px;
	position: absolute;
	top: 6px;
	left: -5%;
}

#merit .meritList figure {
	max-width: 145px;
	margin: auto;
}

#merit .meritList li p {
	margin-top: 15px;
	font-size: 18px;
}

#merit .detailList {
	margin-bottom: 80px;
}

#merit .detailList li {
	width: 290px;
    margin: 5px;
	background-color: #fff;
	padding: 40px 15px 10px;
	border-radius: 10px;
}

#merit .detailList .detail_ttl {
	font-size: 28px;
	margin-bottom: 50px;
}

#merit .detailList .detail_txt {
	margin-bottom: 50px;
}

#merit .detailList .detail_txt p {
	font-size: 16px;
	margin-bottom: 30px;
}

#merit .recommendArea .recommendList {
	background-color: #ff9046;
	padding: 30px 15px;
	border-radius: 30px 0 30px 0;
	width: 450px;
    margin: 10px;
}

#merit .recommendArea .recommendList .recommend_ttl {
	font-size: 36px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

#merit .recommendArea .recommendList .reccomend li {
	font-size: 18px;
	padding-bottom: 15px;
}

#merit .recommendArea .recommendList .reccomend li::before {
	content:  "";                 /* 空の要素作成 */
    width: 28px;                            /* 幅指定 */
    height: 37px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: -5px;
    margin-right: 10px;                     /* 余白指定 */
    background-image:  url(../images/heart_pin.png);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}

#merit .free_button {
	position: absolute;
	bottom: -3%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#merit .free_button img {
	max-width: 60%;
}


@media screen and (max-width: 768px) {
	#merit .meritList li {
		width: 45%;
		margin: 5px;
	}

	#merit .meritList li .merit_ttl {
		font-size: 24px;
	}

	#merit .meritList li .merit_ttl::before {
		width: 30px;
		height: 30px;
	}
	#merit .meritList figure {
		max-width: 100px;
	}
	#merit .meritList li p {
		font-size: 14px;
	}

	#merit .detailList li {
		width: 100%;
	}

	#merit .recommendArea .recommendList .recommend_ttl {
		font-size: 28px;
	}

	#merit .recommendArea .recommendList .reccomend li {
		font-size: 14px;
	}

	#merit .recommendArea .recommendList .reccomend li::before {
		width: 18px;                            /* 幅指定 */
		height: 24px;                           /* 高さ指定 */
		top: 0px;
		margin-right: 5px;
	}

	#merit .free_button {
		position: static;
		margin-top: 50px;
		transform: unset;
	}

	#merit .free_button img {
		max-width: 100%;
	}
}

/*================================================
 *  機能/function
 ================================================*/
#function {
	background-image: url(../images/bg_function.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#function .function_ttl {
	font-size: 40px;
	margin-bottom: 80px;
}

#function .function_ttl img {
	max-width: 270px;
	margin-right: 10px;
}

#function .function_txt {
	font-size: 34px;
	margin-bottom: 100px;
}

#function .function_txt img {
	max-width: 200px;
	margin-right: 5px;
}

#function .functionArea_top ul li {
	max-width: 400px;
    margin: 15px;
}


#function .functionArea_bottom ul li {
	max-width: 310px;
    margin: 10px;
}

@media screen and (max-width: 768px) {
	#function .function_ttl {
		font-size: 28px;
		margin-bottom: 50px;
	}

	#function .function_ttl img {
		max-width: 150px;
	}

	#function .function_txt {
		font-size: 20px;
		margin-bottom: 50px;
	}

	#function .function_txt img {
		max-width: 120px;
		margin-right: 5px;
	}

	#function .functionArea_bottom ul li {
		max-width: 48%;
		margin: 5px 3px;
	}
}

/*================================================
 *  お悩み/worries
 ================================================*/
#worries {
	background-color: #004184;
}

#worries .worries_list,
#worries .resolution_list {
	margin-bottom: 50px;
}

#worries .worries_list ul li,
#worries .resolution_list ul li {
	width: 30%;
}

#worries .worries_ttl,
#worries .resolution_ttl {
	margin: 50px auto 30px;
	max-width: 40%;
}

#worries .orange_arrow {
	margin: auto;
	max-width: 77px;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	#worries .worries_list {
		margin-bottom: 30px;
	}

	#worries .worries_ttl,
	#worries .resolution_ttl {
		margin: 30px auto;
		max-width: 70%;
	}

	#worries .orange_arrow {
		max-width: 30px;
		margin-bottom: 30px;
	}
}

/*================================================
 *  取引先企業/enterprise
 ================================================*/
#enterprise {
	background-color: #f3f3f3;
}

#enterprise .enterprise01 {
	width: 46%;
}

#enterprise .enterprise02 {
	width: 53%;
}

@media screen and (max-width: 768px) {
	#enterprise .enterprise01,
	#enterprise .enterprise02 {
		width: 100%;
	}
}

/*================================================
 *  料金プラン/price
 ================================================*/
#price {
	background-color: #ffeec7;
}

#price .price_table {
	margin-bottom: 90px;
}

#price .price_table .right {
	width: 59%;
}

#price .price_table .free {
	width: 40%;
}



@media screen and (max-width: 768px) {
	.service_intro {
		font-size: 20px;
		margin-bottom: 50px;
	}

	.service_intro img {
		max-width: 110px;
		margin-right: 10px;
	}

	#price .price_table {
		margin-bottom: 50px;
	}
	
}


/*================================================
 *  まとめ/summary
 ================================================*/
#summary {
	background-image: url(../images/bg_summary.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#summary .wrap {
	background-color: #ffffffdb;
	padding: 38px 0 86px;
	border-radius: 30px;
}

#summary .summary_txt p {
	font-size: 22px;
	margin-bottom: 50px;
}

#summary .summary_txt p span {
	font-size: 18px;
	word-break: break-all;
}

@media screen and (max-width: 768px) {
	#summary .wrap {
		max-width: 94%;
		padding: 30px 15px 50px;
	}

	#summary .summary_txt p {
		text-align: left;
		font-size: 18px;
		margin-bottom: 30px;
	}

	#summary .summary_txt p span {
		font-size: 14px;
	}
}


/*================================================
 *  Q&A
 ================================================*/
#faq .faqList .faqBox {
	padding: 40px 15px 40px 100px;
	background-color: #ffeec7;
	border-radius: 30px;
	margin-bottom: 20px;
}

#faq .faqList .faqBox .question {
	position: relative;
	color: #ff9046;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 50px;
}

#faq .faqList .faqBox .question::before,
#faq .faqList .faqBox .answer::before {
	position: absolute;
	content: '';
	background-image: url(../images/Q.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	left: -80px;
    top: -5px;
}

#faq .faqList .faqBox .answer {
	position: relative;
}

#faq .faqList .faqBox .answer::before {
	background-image: url(../images/A.png);
}

#faq .faqList .faqBox p.ar {
	font-size: 16px;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	#faq .faqList {
		max-width: 94%;
		margin: auto;
	}

	#faq .faqList .faqBox {
		padding: 30px 15px 30px 60px;
	}

	#faq .faqList .faqBox .question {
		font-size: 20px;
		margin-bottom: 30px;
	}

	#faq .faqList .faqBox .question::before,
	#faq .faqList .faqBox .answer::before {
		width: 40px;
		height: 40px;
		left: -50px;
		top: -5px;
	}

	#faq .faqList .faqBox p.ar {
		font-size: 11px;
	}
}

/*================================================
 *  会社概要/company
 ================================================*/
#company {
	background-color: #f3f3f3;
}

#company table {
	max-width: 700px;
    margin: auto;
}

#company table tr th {
	width: 40%;
    font-weight: 700;
	padding-bottom: 30px;
	text-align: left;
}

#company table tr td {
	width: 60%;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#company table {
		max-width: 90%;
	}
}




/* footer */
footer {
	text-align: center;
	font-size: 18px;
}

footer .footer_top {
	background-color: #ffeec7;
	padding: 50px 0;
	text-align: center;
}

footer .footer_inner {
	text-align: center;
}

footer p.logo {
	max-width: 260px;
	margin: 0 auto 30px;
}

footer p.logoArea {
	max-width: 700px;
	margin: auto;
}

footer .copyright {
	padding: 12px;
	background-color: #ff9046;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	footer p.logoArea {
		max-width: 90%;
	}
}