@charset "UTF-8";
/* wrapper */
.wrapper {
	width: 1000px;
	margin: auto;
}

.wrapper h2 {
	font-size: 30px;
	letter-spacing: 0.13em;
}

.wrapper p {
	font-size: 16px;
	line-height: 30px;
}

/***ランディングページ(Duo)PC***/

.lp_wrapper {
	width: 100%;
	overflow: hidden;
}

#absolute_header {
position: fixed;            /* ヘッダーの固定 */
    z-index: 1;
	top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 120px;
	background: #ffffff;
	
}


#lp_header {
	background: #192C63;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 5%;
}

#lp_rogo {
	/*float:left;*/
	width:180px;
	height: auto;
	/*line-height:98px;*/
	margin-left: 5%;
	padding: 15px 0px 10px 0px;
}

#lp_rogo img{width:100%; height: auto; vertical-align:middle;}
#lp_rogo a:hover,div#lp_rogo a:hover{opacity:0.7;transition:0.3s ease all}


.lp_top {
	position: relative;
	margin-top: 120px;
}


.lp_top img {
width:100%;
max-width: 100%;
height: auto;
}

.lp_top_sp {
	display: none;
}


.lp_top2_area {
	background: #ECECEC;
}

.lp_top2 {
	position: relative;
	text-align: center;
	width: 1000px;
	/*margin: 30px 0px 20px 0px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #ECECEC;
	
}

.lp_top2 img {
	width: 100%;
}

.lp_top2sp {
	display: none;
}



#bt_header {
	float: right;
	/*width: 130px;
	background: #192C63;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	border-radius: 8px;*/
	margin: -50px 10px 10px 0px;
}

#bt_left {
	float: left;
}

#lp_bt1 {
    float: left;
	text-decoration: none;
    width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    background: linear-gradient(to bottom, #192C63, #192C63);
    padding:10px 20px 10px;
	margin: 0px 10px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#lp_bt1:hover{
    opacity: 0.9;
    color: #192C63;
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    box-shadow: 0 0 0 2px #192C63 inset;
}

#bt_right {
	float: left;
	margin-top: 4px;
}

#lp_bt2 {
    text-decoration: none;
    width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #192C63;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
	box-shadow: 0 0 0 2px #192C63 inset;
	border-radius: 6px;
    padding:9px 8px 10px;
	margin: -1px 30px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#lp_bt2:hover{
    opacity: 0.9;
    color: #ffffff;
    background: linear-gradient(to bottom, #192C63, #192C63);
}

.lp_bt3 {
    width: 280px;
	text-decoration: none;
    font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
    background: #192C63;
	/*border: 0px solid #192C63;*/
	
    padding:20px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.lp_bt3:hover{
    opacity: 0.9;
    color: #192C63;
    background: #FFFFFF;
    /*border: 1px solid #192C63;*/
	 box-shadow: 0 0 0 2px #192C63 inset;
}

.lp_bt_photo {
    width: 280px;
	text-decoration: none;
    font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
    background: #192C63;
	/*border: 0px solid #192C63;*/
	
    padding:20px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.lp_bt_photo:hover{
    opacity: 0.9;
    color: #192C63;
    background: #FFFFFF;
    /*border: 1px solid #192C63;*/
	 box-shadow: 0 0 0 2px #192C63 inset;
}

.lp_bt_photo1 {
    width: 28vw;
	max-width: 100%;
	text-decoration: none;
    font-size: 2vw;
	font-weight: bold;
	color: #FFFFFF;
    background: #192C63;
	/*border: 0px solid #192C63;*/
	
    padding:20px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.lp_bt_photo1:hover{
    opacity: 0.9;
    color: #192C63;
    background: #FFFFFF;
    /*border: 1px solid #192C63;*/
	 box-shadow: 0 0 0 2px #192C63 inset;
}


.bt_center {
	text-align: center;
}

.bt_center_sp {
	display: none;
}

.bt_sp {
	display: none;
}

.bt_sp2 {
	display: none;
}


.bt_photo {
	position: absolute;
	width: 280px;
	left: 355px;
	bottom: 20px;
}

.bt_photo1 {
	position: absolute;
	width: auto;
	left: 8%;
	bottom: 7%;
}


#case_block {
	background: #ECECEC;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 40px 0px;
}


.case_study {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #192C63;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
}

.case_study2 {
	font-size: 22px;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
}

.case_area{
    width: 900px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.case_box{
    width: 280px;
	margin-right: 20px;
	background: #ffffff;
	border: 1px solid #999999;
	/*box-shadow: 0 0 0 1px #999999 inset;*/
	border-radius: 16px 16px 16px 16px;
}

.case_box2{
    width: 280px;
	margin-right: 0px;
	background: #ffffff;
	border: 1px solid #999999;
	/*box-shadow: 0 0 0 1px #999999 inset;*/
	border-radius: 16px 16px 16px 16px;
}

.case_box img {
	width: 100%;
	height: auto;
	border-radius: 16px 16px 0px 0px;
	cursor: pointer;
}

.case_box2 img {
	width: 100%;
	height: auto;
	border-radius: 16px 16px 0px 0px;
	cursor: pointer;
}

.industry {
	text-align: center;
	width: 100px;
	background: #999999;
	font-size: 13px;
	color: #ffffff;
	margin: 20px 0px 10px 20px;
}

.company_name {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}

.case_txt {
	font-size: 18px;
	height: 150px;
	margin: 0px 10px 0px 20px;
}

.trust {
	width: 260px;
	background: #ffffff;
	color: #192C63;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

.trust_top {
	width: 28vw;
	background: #ffffff;
	color: #192C63;
	font-size: 1.5vw;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

.trust2 {
	width: 260px;
	background: #ffffff;
	color: #192C63;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

.lp_midashi {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #192C63;
	margin: 0px 0px 25px 0px;
}

.lp_midashi_sp {
	display: none;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #192C63;
	margin: 0px 0px 25px 0px;
}

.merit_area{
    width: 900px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.merit_box{
    width: 280px;
	margin-right: 20px;
	background: #ffffff;
	/*border: 1px solid #999999;
	box-shadow: 0 0 0 1px #999999 inset;
	border-radius: 16px 16px 16px 16px;*/
}

.merit_box img {
	display: block;
	text-align: center;
	width: 150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.merit_komidashi {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #192C63;
	margin-bottom: 20px;
}

.merit_txt {
	font-size: 16px;
	/*height: 150px;*/
	margin: 0px 10px 0px 10px;
}

.lp_border {
	display: block;
	border-bottom: 1px solid #999999;
	text-align: center;
	margin: 0px 30px 25px 30px;
}

.feature_area{
    width: 900px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.feature_box{
    width: 280px;
	margin-right: 20px;
	background: #ffffff;
	/*border: 1px solid #999999;
	box-shadow: 0 0 0 1px #999999 inset;
	border-radius: 16px 16px 16px 16px;*/
}

.feature_box2{
    width: 280px;
	/*margin-right: 20px;*/
	background: #ffffff;
	/*border: 1px solid #999999;
	box-shadow: 0 0 0 1px #999999 inset;
	border-radius: 16px 16px 16px 16px;*/
}

.feature_box img {
	width: 100%;
	height: auto;
}

.feature_box2 img {
	width: 100%;
	height: auto;
}

.feature_komidashi {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #192C63;
	margin: 20px 0px 20px 0px;
}

.feature_txt {
	font-size: 16px;
	/*height: 150px;*/
	margin: 0px 10px 0px 10px;
}

.feature_txt a {
	color: blue;
}

.fukidashi_box{
    position:relative;
    width:280px;
    /*height:20px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
    background:#FFFFFF;
    padding:5px 0px 5px 0px;
    text-align:center;
    border:1px solid #666666;
    color:#192C63;
    font-size:16px;
    font-weight:bold;
    border-radius:34px;
    -webkit-border-radius:34px;
    -moz-border-radius:34px;
}
.fukidashi_box:after,.fukidashi_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:19%;
}
.fukidashi_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:17px;
    border-right-width:17px;
    margin-left: -17px;
    border-top-color:#FFFFFF;
}
.fukidashi_box:before{
    border-color: rgba(102, 102, 102, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:18px;
    border-right-width:18px;
    margin-left: -18px;
    margin-top: 1px;
    border-top-color:#666666;
}

.use_area {
	background: #ECECEC;
	padding: 20px 0px 40px 0px;
	/*width: 900px;
	margin-left: auto;
	margin-right: auto;*/
}

.use_con{
  display: flex;
  justify-content: center;
  background: #ECECEC;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.use_box{
  width: 330px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  background: #ffffff;
  /*box-shadow: 0 0 0 1px #999999 inset;*/
  border-radius: 16px 16px 16px 16px;
}

.step {
	text-align: center;
	width: 100px;
	background: #192C63;
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px 16px 16px 16px;
}

.manual {
	margin: 0px 10px 20px 10px;
}

.manual img {
	width: 300px;
	height: auto;
}


.arrow{
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin: -10px 10px 0px 10px;
}

.arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #192C63;
  border-right: solid 2px #192C63;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

#lp_footer_area {
	background: #E1E1EB;
}

#lp_footer {
	width: 1000px;
	background: #E1E1EB;
	display: flex;
 	justify-content: left;
	flex-wrap: wrap;
	padding: 10px 0px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	
}

.footer_txt {
	font-size: 12px;
	margin-right: 20px;
}

.footer_txt2 {
	margin-left: 100px;
	font-size: 12px;
}

.footer_txt a:hover {
		text-decoration: underline;
}

@media screen and (max-width: 1000px){.swiper-container{padding-top:80px;min-width:1000px}}


@media screen and (max-width: 700px) {

.wrapper {
	width: 100%;
	margin: auto;
}

/***ランディングページ(Duo)SP***/

.lp_wrapper {
	overflow: hidden;
}

#absolute_header {
position: fixed;            /* ヘッダーの固定 */
    z-index: 1;
	top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 160px;
	background: #ffffff;
	
}



#lp_header {
	background: #192C63;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
	padding-left: 5%;
}

#lp_rogo {
	display: block;
	width:180px;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 10px 0px;*/
}

#lp_rogo img{width:100%;vertical-align:middle;}

#bt_header {
	float: none;
	margin: 0px 0px 20px 10px;
	/*width: 130px;
	background: #192C63;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	border-radius: 8px;*/
}

#bt_left {
	float: left;
}

#lp_bt1 {
    float: left;
	text-decoration: none;
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    background: linear-gradient(to bottom, #192C63, #192C63);
    padding:10px 20px 10px;
	margin: 0px 10px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#lp_bt1:hover{
    opacity: 0.9;
    color: #192C63;
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    box-shadow: 0 0 0 2px #192C63 inset;
}

#bt_right {
	float: left;
	margin-top: 4px;
}

#lp_bt2 {
    text-decoration: none;
    width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #192C63;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
	box-shadow: 0 0 0 2px #192C63 inset;
	border-radius: 6px;
    padding:10px 10px 10px;
	margin: 0px 30px 0px 0px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#lp_bt2:hover{
    opacity: 0.9;
    color: #ffffff;
    background: linear-gradient(to bottom, #192C63, #192C63);
}

.bt_photo {
	display: none;
	/*position: absolute;
	width: 280px;
	left: 355px;
	bottom: 20px;*/
}

.bt_photo1 {
	display: none;
	/*position: absolute;
	width: 280px;
	left: 355px;
	bottom: 20px;*/
}

.bt_sp {
	display: block;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 30px;
}

.bt_sp2 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 30px;
	background: #ECECEC;
}

.bt_center_sp {
	display: inline;
	text-align: center;
	
}


.lp_top {
	display:none;
}

.lp_top_sp {
	display: block;
	margin: 164px 0px 0px 0px;
}

.lp_top2_area {
	width: 100%;
	background: #ECECEC;
}


.lp_top2 {
	display: none;
	width: 100%;
	margin: 30px 0px 20px 0px;
}

.lp_top2sp {
	display: block;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding-bottom: 10px;
}


.lp_top_sp img {
width:100%;
max-width: 100%;
height: auto;
}

.lp_top2 img {
width:100%;
max-width: 100%;
height: auto;
}

.lp_top2sp img {
width:100%;
max-width: 100%;
height: auto;
}

#case_block {
	background: #ECECEC;
	padding: 0px 10px 40px 10px;
	margin: 0px 0px 20px 0px;
}

.case_study {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #192C63;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.case_study2 {
	font-size: 20px;
	text-align: left;
	line-height: 140%;
	color: #666666;
	margin-bottom: 30px;
}

.case_area{
    width: 100%;
	display: block;
	margin-bottom: 30px;
}

.case_box{
	width: 100%;
	margin: 0px 0px 20px 0px;
	background: #ffffff;
	border: 1px solid #999999;
	/*box-shadow: 0 0 0 1px #999999 inset;*/
	border-radius: 16px 16px 16px 16px;
}

.case_box2{
	width: 100%;
	margin: 0px 0px 20px 0px;
	background: #ffffff;
	border: 1px solid #999999;
	/*box-shadow: 0 0 0 1px #999999 inset;*/
	border-radius: 16px 16px 16px 16px;
}

.case_box img {
	width: 100%;
	height: auto;
	border-radius: 16px 16px 0px 0px;
	cursor: pointer;
}

.case_box2 img {
	width: 100%;
	height: auto;
	border-radius: 16px 16px 0px 0px;
	cursor: pointer;
}

.industry {
	text-align: center;
	width: 100px;
	background: #999999;
	font-size: 13px;
	color: #ffffff;
	margin: 0px 0px 10px 20px;
}

.company_name {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}

.case_txt {
	font-size: 16px;
	height: auto;
	margin: 0px 10px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.trust {
	width: 260px;
	background: #ffffff;
	color: #192C63;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

.trust2 {
	width: 260px;
	background: #ffffff;
	color: #192C63;
	border:1px solid #666666;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

.lp_midashi {
	display: block;
	text-align: center;
	line-height: 140%;
	font-size: 24px;
	font-weight: bold;
	color: #192C63;
	margin: 0px 10px 0px 10px;
}

.lp_midashi_sp {
	display: block;
	text-align: center;
	line-height: 140%;
	font-size: 24px;
	font-weight: bold;
	color: #192C63;
	margin: 30px 10px 0px 10px;
	padding-top: 20px;
}

.lp_midashi p{
	text-align: left;
	line-height: 140%;
	font-size: 24px;
	font-weight: bold;
	color: #192C63;
	margin: 0px 10px 0px 10px;
}



.merit_area{
    width: 100%;
	display: block;
	margin-bottom: 30px;
}

.merit_box{
    width: 280px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.merit_box img {
	display: block;
	text-align: center;
	width: 150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.merit_komidashi {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #192C63;
	margin-bottom: 20px;
}

.merit_txt {
	font-size: 16px;
	/*height: 150px;*/
	margin: 0px 10px 0px 10px;
}

.lp_border {
	display: block;
	border-bottom: 1px solid #999999;
	text-align: center;
	margin: 0px 10px 25px 10px;
}

.feature_area{
    width: 100%;
	display: block;
	margin: 0px 0px 30px 0px;
		margin-left: auto;
	margin-right: auto;
}

.feature_box{
    width: auto;
	background: #ffffff;
	margin: 20px 10px 20px 10px;
	/*border: 1px solid #999999;
	box-shadow: 0 0 0 1px #999999 inset;
	border-radius: 16px 16px 16px 16px;*/
}

.feature_box2{
    width: auto;
	margin: 20px 10px 20px 10px;
	background: #ffffff;
	/*border: 1px solid #999999;
	box-shadow: 0 0 0 1px #999999 inset;
	border-radius: 16px 16px 16px 16px;*/
}

.feature_box img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.feature_box2 img {
	width: 100%;
	height: auto;
}

.feature_komidashi {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #192C63;
	margin: 20px 0px 20px 0px;
}

.feature_txt {
	font-size: 16px;
	/*height: 150px;*/
	margin: 0px 10px 0px 10px;
}

.fukidashi_box{
    position:relative;
    width:280px;
    /*height:20px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
    background:#FFFFFF;
    padding:5px 0px 5px 0px;
    text-align:center;
    border:1px solid #666666;
    color:#192C63;
    font-size:16px;
    font-weight:bold;
    border-radius:34px;
    -webkit-border-radius:34px;
    -moz-border-radius:34px;
}
.fukidashi_box:after,.fukidashi_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:19%;
}
.fukidashi_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:17px;
    border-right-width:17px;
    margin-left: -17px;
    border-top-color:#FFFFFF;
}
.fukidashi_box:before{
    border-color: rgba(102, 102, 102, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:18px;
    border-right-width:18px;
    margin-left: -18px;
    margin-top: 1px;
    border-top-color:#666666;
}

.spec_area {
	margin-top: 15px;
}


.use_area {
	background: #ECECEC;
	padding: 20px 0px 40px 0px;
}

.use_con{
  display: block;
  width: 100%;
  justify-content: center;
  background: #ECECEC;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.use_box{
  width: auto;
  margin: 20px 10px 0px 10px;
  padding: 10px 0px 20px 0px;
  background: #ffffff;
  /*box-shadow: 0 0 0 1px #999999 inset;*/
  border-radius: 16px 16px 16px 16px;
}

.step {
	text-align: center;
	width: 100px;
	background: #192C63;
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px 16px 16px 16px;
}

.manual {
	margin: 0px 10px 20px 10px;
}

.manual img {
	width: 100%;
	height: auto;
}

.arrow{
  width: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #192C63;
  border-right: solid 2px #192C63;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 42%;
  margin-top: -10px;
}

#lp_footer_area {
	background: #E1E1EB;
}

#lp_footer {
	width: 100%;
	background: #E1E1EB;
	display: block;
 	justify-content: left;
	flex-wrap: wrap;
	padding: 10px 0px 10px 0px;
	
}

.footer_txt {
	text-align: center;
	font-size: 12px;
	margin-bottom: 3px;
}

.footer_txt2 {
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}


}


/* IEの游ゴシックズレを矯正 */
@media all and (-ms-high-contrast:none) {
	
body {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

}