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

/*リンク*/
a:link {
	text-decoration: none;
	color: #383e50;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #383838;
}

a:hover {
	color: #383838;
}

a:active {
	text-decoration: none;
	color: #383838;
}

* {
	box-sizing: border-box;
}

html {
	overscroll-behavior: none;
	/*scroll-behavior: smooth;*/
	-webkit-text-size-adjust: 100%;
	position: relative;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	word-wrap: break-word;
	padding: 0;
	margin: 0;
	color: #383838;
	overflow-x: hidden;
	min-width: 1080px;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background: url(../images/common/bg_dot.png) center top;
}

body.form {
	background: none, url(../images/common/bg_dot.png) center top;
}

#rswrapper {
	transform: scale(0.9);
    transform-origin: left top;
    height: calc(100% / 0.9);
    width: calc(100% / 0.9);
	position: absolute;
	top: 0;
	left: 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

header {
	width: 100%;
	height: 218px;
	background: white url(../images/common/bg_header.png) center top repeat-x;
}

header #h_wrapper {
	width: 1200px;
	height: 218px;
	margin: 0 auto;
	position: relative;
}

header #h_wrapper h1 {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: white;
}

header #h_wrapper #logo {
	width: 317px;
	height: auto;
	position: absolute;
	left: 0;
	top: 64px;
}

header #h_wrapper #logo img {
	width: 100%;
	height: auto;
}

header #h_wrapper #link_btn {
	width: 668px;
	height: auto;
	position: absolute;
	right: 0;
	top: 59px;
	display: flex;
	justify-content: space-between;
}

header #h_wrapper nav#gNav {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 15px;
	font-size: 20px;
}

header #h_wrapper nav#gNav ul {
	width: 100%;
	height: 30px;
	display: flex;
}

header #h_wrapper nav#gNav ul li {
	width: 20%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	position: relative;
}


header #h_wrapper nav#gNav ul li:first-child::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #383838;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

header #h_wrapper nav#gNav ul li::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #383838;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}


header #h_wrapper nav#gNav ul li a {
	position: relative;
}

header #h_wrapper nav#gNav ul li a::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #125cb5;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}

header #h_wrapper nav#gNav ul li a:hover::after {
	transform-origin: left top;
  	transform: scale(1, 1);
}

header #h_wrapper nav#gNav ul li ul.tab_menu {
	width: calc(100% + 1px);
	height: auto;
	display: block;
	position: absolute;
	z-index: 10;
	background: white;
	top: 30px;
	left: -1px;
	padding: 10px 0;
	border: solid 1px #383838;
	border-top: none;
	display: none;
}

header #h_wrapper nav#gNav ul li ul.tab_menu.top {
	width: 100%;
	left: 0;
}


header #h_wrapper nav#gNav ul li ul.tab_menu li {
	width: 100%;
	height: 50px;
	line-height: 50px;
}


header #h_wrapper nav#gNav ul li ul.tab_menu li::before, header #h_wrapper nav#gNav ul li ul.tab_menu  li::after {
	content: none;
}

header #h_wrapper nav#gNav ul li.active a::before, header #h_wrapper nav#gNav ul li.active a::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #125cb5;
	position: absolute;
	bottom: 0;
	left: 0;
}

header #h_wrapper nav#gNav ul li ul.tab_menu li a::before {
	content: none;
}

section h3.title {
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-weight: 600;
	position: relative;
}

section h3.title::after {
	content: "";
	width: 200px;
	height: 6px;
	background: #125cb5;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: -15px;
}


section.main {
	width: 100%;
	height: 758px;
	background: white url(../images/top/main_bg.jpg) center top no-repeat;
	padding-top: 82px;
	position: relative;
}

section.main h3 {
	width: 100%;
	height: auto;
	text-align: center;
}

section.main ul.type_list {
	width: 769px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -476px;
}

section.main ul.type_list li {
	width: 251px;
	height: 268px;
}

section.main ul.type_list li a {
	width: 199px;
	height: 35px;
	margin: 210px auto 0;
	display: block;
}

section.main ul.type_list li.pro {
	background: url(../images/top/main_pro.png) center top no-repeat;
	background-size: 100% auto;
}
section.main ul.type_list li.cloud {
	background: url(../images/top/main_cloud.png) center top no-repeat;
	background-size: 100% auto;
}
section.main ul.type_list li.easy {
	background: url(../images/top/main_easy.png) center top no-repeat;
	background-size: 100% auto;
}

section.about {
	width: 100%;
	height: auto;
	padding-top: 55px;
}

section.about .inner {
	width: 100%;
	height: 849px;
	background: url(../images/top/about_bg.png) center top no-repeat, url(../images/top/about_bg.jpg) center top repeat-x;
	padding-top: 68px;
	margin-top: 80px;
	text-align: center;
}

section.about .inner h4 {
	width: 100%;
	height: auto;
}

section.about .inner .text {
	width: 100%;
	height: auto;
	color: white;
	font-size: 28px;
	margin-top: 35px;
	line-height: 1.8;
}

section.type {
	width: 100%;
	height: auto;
	padding: 50px 0 90px;
}

section.type h4 {
	width: 100%;
	height: 108px;
	text-align: center;
	margin-top: 60px;
}

section.type .inner {
	width: 1065px;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between ;
}

section.type .inner .apri_wrapp {
	width: 495px;
	height: auto;
	flex-wrap: wrap;
}

section.type .inner .apri_wrapp .obi {
	width: 485px;
	height: 56px;
	margin-bottom: 24px;
}

section.type .inner .apri_wrapp .pro {
	width: 495px;
	height: 626px;
	position: relative;
	background: url(../images/top/type_pro.png) center top no-repeat;
}

section.type .type_text {
	width: 100%;
	position: absolute;
	top: 450px;
	left: 0;
	font-size: 14px;
	text-align: center;
}

section.type .type_text span {
	display: inline-block;
	text-align: left;
}

section.type .type_btn {
	width: 296px;
	height: 50px;
	position: absolute;
	top: 540px;
	left: 24px;
}

section.type .inner .cloud_wrapp {
	width: 495px;
	height: 56px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.type .inner .cloud_wrapp .obi {
	width: 485px;
	height: 56px;
	margin-bottom: 24px;
}

section.type .inner .cloud_wrapp .cloud {
	width: 495px;
	height: 626px;
	position: relative;
	background: url(../images/top/type_cloud.png) center top no-repeat;
}

section.type .inner .cloud_wrapp .easy {
	width: 354px;
	height: 626px;
	position: relative;
	background: url(../images/top/type_easy.png) center top no-repeat;
}

section.type .type-slide {
	display: none;
}

section.trial {
	width: 100%;
	height: 302px;
	background: #ecf4fd url(../images/top/trial_bg.png) center top repeat-x;
	padding-top: 34px;
}

section.trial h4 {
	width: 100%;
	height: 45px;
	text-align: center;
}

section.trial .trial_btn {
	width: 1078px;
	height: 115px;
	text-align: center;
	margin: 34px auto 20px;
}

section.trial .text {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: white;
}


section.support {
	width: 100%;
	height: auto;
	background: #ecf4fd;
	/*padding: 50px 0 90px;*/
	padding: 50px 0;
}


section.support .support_list {
	width: 1124px;
	height: 740px;
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.support .support_list .list_box {
	width: 549px;
	height: 203px;
	background: url(../images/top/support_box.png) center top no-repeat;
	margin-bottom: 20px;
	position: relative;
}

section.support .support_list .list_box .icon {
	width: 155px;
	height: 155px;
	position: absolute;
	top: 24px;
	left: 24px;
}

section.support .support_list .list_box .text {
	width: 335px;
	height: 164px;
	position: absolute;
	top: 22px;
	right: 18px;
	font-size: 20px;
	line-height: 1.28;
}

section.support .support_list .list_box .text span {
	padding-left: 62px;
}

section.support .support_list .list_box .text p {
	font-size: 26px;
	color: #125cb5;
	font-weight: 600;
}

section.support .bottom_text {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

section.price {
	width: 100%;
	height: auto;
	padding: 45px 0 70px;
}

section.price .price_img {
	/*width: 1216px;*/
	width: 1020px;
	height: auto;
	margin: 45px auto 0;
}

section.price .price_img img {
	width: 100%;
}

section.price .price_text {
	width: 1020px;
	height: auto;
	margin: 15px auto 0;
	font-size: 18px;
	line-height: 1.68;
}

section.price .price_text span {
	margin-left: 35px;
}

section.flow {
	width: 100%;
	height: auto;
	background: #ecf4fd;
	padding: 70px 0 80px;
}


section.flow .flow_list {
	width: 1207px;
	height: 980px;
	margin: 80px auto 0;
	background: url(../images/top/flow_img.png) center top no-repeat;
	position: relative;
	font-size: 22px;
}

section.flow .flow_list p {
	width: 660px;
	height: 110px;
	position: absolute;
	right: 40px;
}

section.flow .flow_list p a {
	text-decoration: underline;
}

p.list01 { top: 60px;}
p.list02 { top: 255px;}
p.list03 { top: 450px;}
p.list04 { top: 645px;}
p.list05 { top: 840px;}

section.qanda {
	width: 100%;
	height: auto;
	padding: 60px 0 100px;
}

section.qanda .inner {
	width: 1200px;
	height: auto;
	margin: 85px auto 0;
}

section.qanda .inner dl.qanda_list {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 20px auto;
	background: #f3f3f3;
	border-radius: 12px;
	filter: drop-shadow(0 0 5px #ababab);
	-webkit-filter: drop-shadow(0 0 5px #ababab);
}

section.qanda .inner dl.qanda_list dt {
	width: 100%;
	height: 92px;
	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	font-size: 22px;
}

section.qanda .inner dl.qanda_list dt::before {
	content: "";
	width: 44px;
	height: 44px;
	background: url(../images/top/icon_q.png) center top;
	background-size: 100% auto;
	margin-right: 25px;
}

section.qanda .inner dl.qanda_list dt span {
	display: inline-block;
	margin-left: auto;
	margin-right: 25px;
	transition-duration: 0.5s;
	width: 27px;
	height: 27px;
	background: url(../images/top/qanda_before.png) center top;
	background-size: 100% auto;
	-webkit-transform: rotate(-180deg);
  	transform: rotate(-180deg);
}


section.qanda .inner dl.qanda_list dt.open span {
	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
	transition-duration: 0.5s;
	background: url(../images/top/qanda_after.png) center top;
	background-size: 100% auto;
}

section.qanda .inner dl.qanda_list dd {
	width: 100%;
	height: auto;
	padding: 28px 32px;
	display: none;
	position: relative;
}

section.qanda .inner dl.qanda_list dd a {
	text-decoration: underline;
}

section.qanda .inner dl.qanda_list dd span {
	margin-left: 70px;
	font-size: 22px !important;
}

section.qanda .inner dl.qanda_list dd::after {
	content: "";
	width: 1140px;
	height: 2px;
	background: #ababab;
	display: block;
	position: absolute;
	top: 0;
}

section.qanda .inner dl.qanda_list dd::before {
	content: "";
	width: 44px;
	height: 44px;
	background: url(../images/top/icon_a.png) center top;
	background-size: 100% auto;
	position: absolute;
	top: 28px;
}

section.qanda .inner dl.qanda_list dd span {
	font-size: 18px;
	display: inline-block;
	margin-top: 5px;
}


section.site {
	width: 100%;
	height: auto;
}

section.site h3.obi {
	width: 100%;
	height: 211px;
	background: #125cb5;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.site .site_text {
	text-align: center;
	font-size: 30px;
	margin: 100px 0 105px;
	line-height: 1.72;
}

section.site .site_text span {
	font-size: 35px;
	color: #0269d1;
	position: relative;
	z-index: 1;
}

section.site .site_text span::after {
	content: "";
	width: 100%;
	height: 21px;
	background: #fff000;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 8px;
}

section.site .tabArea {
	width: 1198px;
	height: auto;
	margin: 0 auto;
}

section.site .tabArea .tabList {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

section.site .tabArea .tabList::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #383838;
	margin: 45px 0;
}

section.site .tabArea .tabList .tab {
	width: 192px;
	height: 59px;
	text-align: center;
	margin-right: 10px;
	line-height: 58px;
	cursor: pointer;
	background: url(../images/site/tab.png) center top no-repeat;
	color: white;
	font-size: 20px;
}


section.site .tabArea .tabList .tab.active {
	color: white;
	background: url(../images/site/tab_active.png) center top no-repeat;
	color: #0269d1;
}

section.site .tabArea .contWrapp {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

section.site .tabArea .contWrapp .cont {
	width: 100%;
	height: auto;
	display: none;
	padding: 10px 0;
	box-sizing: border-box;
}

section.site .tabArea .contWrapp .cont.show  {
	display: block;
}

section.site .tabArea .contWrapp .cont ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

section.site .tabArea .contWrapp .cont ul li {
	width: 225px;
	height: auto;
	margin: 0 18px 18px 0;
	padding: 10px;
	background: #92d4e6;
	box-sizing: border-box;
}

section.site .tabArea .contWrapp .cont ul li:nth-child(5n) {
	margin-right: 0;
}

section.site .tabArea .contWrapp .cont ul li dl dt {
	width: 100%;
	height: 120px;
	padding: 0;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

section.site .tabArea .contWrapp .cont ul li dl dt a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


section.site .tabArea .contWrapp .cont ul li dl dt a img {
	width: 168px;
	height: auto;
	display: block;
	margin: 0 auto;
}

section.site .tabArea .contWrapp .cont ul li dl dt img.h_img {
	width: 120px;
}


section.site .tabArea .contWrapp .cont ul li dl dd {
	width: 100%;
	height: auto;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.site .tabArea .contWrapp .cont ul li dl dd p.name {
	width: 100%;
	height: 24px;
	text-align: center;
	line-height: 26px;
	color: black;
	background: #c3c3c3;
	border-radius: 0px;
	margin: 8px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

section.site .tabArea .contWrapp .cont ul li dl dd p {
	position: relative;
}

section.site .tabArea .contWrapp .cont ul li dl dd p a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.site .tabArea .contWrapp .cont ul li dl dd p.name.min {
	font-size: 10px;
}

section.site .tabArea .contWrapp .cont ul li dl dd p.name span {
	font-size: 92%;
}


section.site .tabArea .contWrapp .cont ul li dl dd p {
	width: 92px;
	height: 24px;
	margin: 0 4px;
	background: white;
	box-shadow: 1px 1px 1px black;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}

section.site .tabArea .contWrapp .cont ul li dl dd p a {
	color: black;
	text-decoration: none;
}

section.site .tabArea .contWrapp .cont ul li dl dd p.non {
	background: none;
	box-shadow: none;
}

section.site .bottom_contact {
	width: 100%;
	height: auto;
	background: white;
	padding: 70px 0 150px;
}

section.site .bottom_contact .contact_text {
	text-align: center;
	font-size: 26px;
	margin-bottom: 70px;
	line-height: 1.72;
}

section.site .bottom_contact .contact_text span {
	font-size: 40px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

section.site .bottom_contact .contact_text span::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #0269d1;
	position: absolute;
	left: 0;
	bottom: 5px;
}

section.site .bottom_contact .contact_btn {
	text-align: center;
}

/*pro cloud easy*/
section.main_img {
	width: 100%;
	height: 558px;
	overflow: visible;
	text-align: center;
	background: white;
	position: relative;
}

section.main_img p.pc {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1070px;
}


section.main_img.easy {
	height: 552px;
}

section.about_easy {
	width: 100%;
	height: 849px;
	padding-top: 505px;
	background: url(../images/easy/about_bg.png) center top no-repeat, url(../images/easy/about_bg.jpg) center top repeat-x;
}

section.about_easy .text {
	width: 1190px;
	height: 269px;
	margin: 0 auto;
	border: solid 10px white;
	text-align: center;
	font-size: 50px;
	color: white;
	font-weight: 600;
	padding-top: 40px;
	line-height: 1.72;
}

section.feature {
	width: 100%;
	height: auto;
	padding-top: 60px;
}

section.feature .feature_inner {
	width: 100%;
	height: 793px;
	background: url(../images/pro/feature_bg.jpg) center top repeat-x;
	margin-top: 90px;
}

section.feature .feature_inner .point_list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 55px 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.feature .feature_inner .point_list .point {
	width: 374px;
	height: 313px;
	position: relative;
	margin-bottom: 40px;
}

section.feature .feature_inner .point_list .point .text {
	width: 340px;
	height: 140px;
	position: absolute;
	left: 18px;
	top: 148px;
	font-size: 21px;
	line-height: 1.5;
}

section.recommend {
	width: 100%;
	height: auto;
	padding: 92px 0 80px;
}

section.recommend h3.obi {
	width: 100%;
	height: auto;
	text-align: center;
}

section.recommend h3.obi.easy {
	margin-left: -40px;
}

section.recommend .recommend_list {
	width: 100%;
	height: auto;
	margin-top: 42px;
}

section.recommend .recommend_list.easy {
	margin-top: -2px;
}

section.recommend .recommend_list p {
	text-align: center;
	margin-bottom: 13px;
}

section.operation {
	width: 100%;
	height: auto;
	padding: 70px 0 95px;
	background: #ecf4fd;
	position: relative;
}

section.operation::after {
	content: "";
	width: 142px;
	height: 99px;
	background: url(../images/common/eye.png) center top no-repeat;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: 292px;
}

section.operation .operation_inner {
	width: 1200px;
	height: auto;
	margin: 90px auto 0;
	position: relative;
}

section.operation .operation_inner .slide {
	width: 100%;
	height: auto;
}

.slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	width: 55px;
	z-index: 10;
  }
  .prev-arrow {
	left: -5px;
  }
  .next-arrow {
	right: -5px;
  }

section.operation .operation_inner .slide div {
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
}

section.operation .operation_inner .slide div img {
	width: 1056px;
	margin: 0 auto;
	filter: drop-shadow(0 0 10px #ababab);
	-webkit-filter: drop-shadow(0 0 10px #ababab);
}

section.operation .operation_inner .note {
	width: 1074px;
	height: auto;
	margin: 45px auto 0;
	text-align: center;
}


section.function {
	width: 100%;
	height: auto;
	padding: 55px 0 80px;
}

section.function .function_inner {
	width: 1200px;
	height: auto;
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.function .function_inner .function_list {
	width: 100%;
	height: 380px;
	border: solid 2px #125cb5;
	margin-bottom: 20px;
	background: white;
	filter: drop-shadow(0 0 10px #ababab);
	-webkit-filter: drop-shadow(0 0 10px #ababab);
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

section.function .function_inner .function_list .img {
	width: 413px;
	height: 343px;
	overflow: hidden;
	border: solid 2px #e2e1e1;
}

section.function .function_inner .function_list .img img {
	width: 100%;
}

section.function .function_inner .function_list .text_box {
	width: 700px;
	height: 343px;
	overflow: hidden;
	font-size: 20px;
	line-height: 1.4;
}

section.function .function_inner .function_list .text_box p {
	width: 100%;
	height: 45px;
	font-size: 30px;
	color: #0269d1;
	border-bottom: 1px solid #0269d1;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 20px;
}

section.function .function_inner .function_list_min {
	width: 385px;
	height: 355px;
	background: url(../images/pro/function_box.png) center top no-repeat;
	filter: drop-shadow(0 0 10px #ababab);
	-webkit-filter: drop-shadow(0 0 10px #ababab);
	margin-top: 20px;
	font-size: 19px;
	padding: 0 12px;
}

section.function .function_inner .function_list_min p {
	width: 100%;
	height: 78px;
	text-align: center;
	font-size: 30px;
	color: #0269d1;
	font-weight: 600;
	line-height: 84px;
	z-index: 1;
	margin-bottom: 30px;
}

section.function .function_inner .function_list_min p span {
	position: relative;
}

section.function .function_inner .function_list_min p span::after {
	content: "";
	width: 100%;
	height: 13px;
	background: white;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: -1;
}

section.bottom_contact {
	width: 100%;
	height: auto;
	padding: 48px 0 50px;
	background: white;
}


section.bottom_contact .contact_text {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}

section.bottom_contact .tel {
	font-size: 57px;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	position: relative;
	line-height: 1;
}


section.bottom_contact .tel p::before {
	content: "";
	width: 43px;
	height: 51px;
	background: url(../images/common/tel_icon.png) center top no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -275px;
}
section.bottom_contact .tel p::after {
	content: "";
	width: 432px;
	height: 4px;
	background: #0269d1;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -216px;
}

section.bottom_contact .tel span {
	font-size: 24px;
}

section.bottom_contact .mail {
	text-align: center;
	font-size: 29px;
	font-weight: 600;
	margin-top: 25px;
	position: relative;
}

section.bottom_contact .mail::before {
	content: "";
	width: 35px;
	height: 24px;
	background: url(../images/common/mail_icon.png) center top no-repeat;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -255px;
}

section.bottom_contact_easy {
	width: 100%;
	height: auto;
	background: white;
	border-top: 14px solid #199530;
	border-bottom: 14px solid #199530;
	margin-bottom: 100px;
	padding: 0;
}

section.bottom_contact_easy .contact_text {
	width: 100%;
	height: 122px;
	font-size: 60px;
	text-align: center;
	font-weight: 600;
	line-height: 122px;
}

section.bottom_contact_easy .contact_text span::before {
	content: "";
	width: 35px;
	height: 79px;
	background: url(../images/easy/slash_l.png) center top;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 24px;
	position: relative;
	top: 24px;
}

section.bottom_contact_easy .contact_text span::after {
	content: "";
	width: 35px;
	height: 79px;
	background: url(../images/easy/slash_r.png) center top;
	background-size: 100% auto;
	display: inline-block;
	margin-left: 24px;
	position: relative;
	top: 24px;
}

section.bottom_contact_easy .tel_box {
	width: 100%;
	height: 286px;
	font-size: 132px;
	margin: 0;
	position: relative;
	background: #199530;
	color: white;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section.bottom_contact_easy .tel_box p.tel {
	width: 100%;
	text-align: center;
	position: relative;
}

section.bottom_contact_easy .tel_box p.tel::before {
	content: "";
	width: 89px;
	height: 105px;
	background: url(../images/common/tel_icon_w.png) center top no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 30px;
}

section.bottom_contact_easy .tel_box p.time {
	width: 100%;
	text-align: center;
	font-size: 55px;
	display: block;
	margin-top: -70px;
}

section.bottom_contact_easy .mail {
	width: 100%;
	height: 85px;
	text-align: center;
	font-size: 36px;
	margin: 0;
	position: relative;
	line-height: 85px;
	font-weight: 600;
}

section.bottom_contact_easy .mail::before {
	content: "";
	width: 35px;
	height: 24px;
	background: url(../images/common/mail_icon.png) center top no-repeat;
	display: inline-block;
	margin-left: -35px;
	margin-right: 10px;
}

/*form*/
section.form_wrapper {
	width: 100%;
	height: auto;
}

section.form_wrapper h3.obi {
	width: 100%;
	height: 211px;
	background: #125cb5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 95px;
}

section.form_wrapper .text {
	text-align: center;
	font-size: 26px;
	line-height: 1.72;
	margin-bottom: 60px;
}

section.form_wrapper .text span {
	position: relative;
}

section.form_wrapper .text span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #383838;
	position: absolute;
	bottom: 2px;
	left: 0;
}

section.form_wrapper .medium_text {
	text-align: center;
	margin: 60px 0;
}

.status {
	text-align: center;
	margin: 100px 0 70px;
}

section.form_wrapper form {
	padding-bottom: 155px;
}

section.form_wrapper form input[type="submit"] {
	width: 400px;
	height: 70px;
	margin: 125px auto 0;
	text-align: center;
	display: block;
	background: url(../images/form/confirm.png);
	border: none;
	cursor: pointer;
}

form .form_inner {
	width: 1200px;
	height: auto;
	margin: 80px auto 0;
	border: solid 2px #a0a0a0;
}

form .form_inner dl {
	width: 100%;
	height: auto;
	display: flex;
	border-top: solid 1px #a0a0a0;
}

form .form_inner #addition {
	border-top: solid 1px #a0a0a0;
}

form .form_inner dl:first-child {
	border: none;
}

form .form_inner dl dt {
	width: 413px;
	min-height: 78px;
	background: #eeeded;
	font-size: 22px;
	padding: 0 40px;
	line-height: 80px;
}

form .form_inner dl dt.filebox {
	height: auto;
	line-height: 1.25;
	padding: 20px 40px;
}

form .form_inner dl dt span {
	width: 54px;
	height: 26px;
	color: white;
	background: #f22828;
	margin-left: 18px;
	text-align: center;
	display: inline-block;
	line-height: 28px;
	font-size: 20px;
}

form .form_inner dl dt p {
	font-size: 14px;
	line-height: 1.25;
}

form .form_inner dl dt p a {
	text-decoration: underline;
}

form .form_inner dl dd {
	width: 783px;
	height: auto;
	background: white;
	padding: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

form .form_inner dl dd.filebox {
	padding-top: 24px;
}

section.form_wrapper .form_inner dl dd input[type="text"], section.form_wrapper .form_inner dl dd input[type="tel"] {
	width: 100%;
	height: 44px;
	padding: 0 10px;
	border: 1px solid #a0a0a0;
}

section.form_wrapper .form_inner dl dd select {
	width: 100%;
	height: 44px;
	padding: 0 20px;
	border: 1px solid #a0a0a0;
	font-size: 20px;
}

section.form_wrapper .form_inner dl dd p {
	margin-right: 10px;
}

section.form_wrapper .form_inner dl dd label {
	width: calc(100% / 4);
}

section.form_wrapper .form_inner dl dd textarea {
	width: 100%;
	height: 277px;
	border: 1px solid #a0a0a0;
	padding: 10px;
}

#file01, #file02, #file03 {
	position: absolute;
	opacity: 0;
	width: 10px;
}
#fileName01, #fileName02, #fileName03 {
	white-space: normal;
	margin-left: 10px;
}

label.fileUploadBtn {
	width: 207px !important;
	height: 42px !important;
	display: block;
	overflow: hidden;
	display: inline-block;
	background: #1c79eb;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 42px !important;
}
.fileUploadBtn:hover,
.fileUploadBtn:focus {
filter: brightness(1.2);
}

.req {
	display: inline-block !important;
}

.req.disbk {
	display: none !important;
}


.confirm_inner table tr td p.name {
    overflow-wrap: break-word;
}

.confirm_inner table tr td p.img {
	width: 300px;
}

.confirm_inner table tr td p.img img {
	width: 100%;
}

#page_top {
	width: 44px;
	height: 22px;
	position: fixed;
	right: 15px;
	bottom: 45px;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	transition: 0.5s all;
}

#page_top.fade {
	opacity: 1;
	transition: 0.5s all;
}

#page_top.move {
	bottom: 155px;
}

#page_top:hover {
	opacity: 1;
	transition: 0.5s all;
}

#scroll_contact {
	width: 222px;
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 165px;
	z-index: 100;
	opacity: 0;
	transition: 0.5s all;
}

#scroll_contact.fade {
	opacity: 1;
	transition: 0.5s all;
}

#scroll_contact.move {
	bottom: 296px;
}

#scroll_contact:hover {
	opacity: 1;
	transition: 0.5s all;
}

#scroll_contact .close {
	width: 33px;
	height: 33px;
	position: absolute;
	top: -16px;
	right: -16px;
	cursor: pointer;
}

footer {
	width: 100%;
	height: 130px;
	background: #0269d1;
	position: relative;
	padding-top: 30px;
	color: white;
}

footer::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #0269d1;
	position: absolute;
	left: 0;
	top: -10px;
}

footer nav#fNav_sp {
	display: none;
}

footer nav#fNav {
	width: 1200px;
	height: 30px;
	height: auto;
	font-size: 15px;
	margin: 0 auto;
}

footer nav#fNav ul {
	width: 100%;
	height: 30px;
	height: auto;
	display: flex;
	justify-content: center;
}

footer nav#fNav ul li {
	width: 12%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: relative;
}

footer nav#fNav ul li a {
	color: white;
}

footer nav#fNav ul li:first-child::before {
	content: "";
	width: 1px;
	height: 30px;
	background: white;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

footer nav#fNav ul li::after {
	content: "";
	width: 1px;
	height: 30px;
	background: white;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

footer nav#fNav ul li a {
	position: relative;
}

footer nav#fNav ul li a::after {
	content: "";
	width: 100%;
	height: 1px;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}

footer nav#fNav ul li a:hover::after {
	transform-origin: left top;
  	transform: scale(1, 1);
}

footer nav#fNav ul li ul.tab_menu {
	width: calc(100% + 1px);
	height: auto;
	position: absolute;
	z-index: 10;
	background: #0269d1;
	top: 30px;
	left: -1px;
	padding: 10px 0;
	border-top: none;
	display: none;
	font-size: 16px;
}

footer nav#fNav ul li ul.tab_menu li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}


footer nav#fNav ul li ul.tab_menu li::before, footer nav#fNav ul li ul.tab_menu  li::after {
	content: none;
}

footer nav#fNav ul li.active a::before, footer nav#fNav ul li.active a::after {
	content: "";
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer nav#fNav ul li ul.tab_menu li a::before {
	content: none;
}


footer #copy {
	text-align: center;
	font-size: 14px;
	margin-top: 35px;
}

/*form部分*/
.message {
	text-align: center;
	color: #eb0203;
}

.error {
	width: 100%;
	color: #eb0203;
}

.result_img {
	width: 300px;
	margin-right: 10px;
}

.confirm_inner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.confirm_text {
	text-align: center;
	margin-bottom: 45px;
	font-size: 18px;
	line-height: 1.8;
}

.confirm_text h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.confirm_inner table {
	width: 100%;
	height: auto;
	border-collapse:collapse;
	background: white;
}

.confirm_inner table th{
	width:30%;
	font-weight:normal;
	background:#eeeded;
	text-align:left;
}

.confirm_inner table td, .confirm_inner table th {
	border:1px solid #a0a0a0;
	padding:10px;
}

.confirm_inner .center {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.confirm_inner .center .back input[type="submit"] {
	width: 300px;
	height: 70px;
	margin: 20px;
	background: #9c9c9c;
	color: white;
	border: none;
	font-size: 18px;
	border-radius: 12px;
}

.confirm_inner .center .finish input[type="submit"] {
	width: 300px;
	height: 70px;
	margin: 20px;
	background: #eb0203;
	color: white;
	border: none;
	font-size: 18px;
	border-radius: 12px;
}

.back_top {
	font-size: 18px;
	margin: 45px 0;
	text-align: center;
}

@media screen and (max-width:960px) {
	.confirm_inner {
		width:90%;
		margin:0 auto;
	}
	.confirm_inner table{
		margin:5.6vw auto;
	}

	.confirm_inner table th, .confirm_inner table td {
		width:100%;
		display:block;
	}
	.confirm_inner .center .back input[type="submit"] {
		margin-top:5px;
		border-bottom:0;
	}

	.confirm_inner .center {
		margin-top: 3.9vw;
	}

	.confirm_inner .center .back input[type="submit"] {
		width: 39.06vw;
		height: 9.11vw;
		margin: 2.6vw;
		padding: 0;
		line-height: 9.11vw;
		font-size: 3.9vw;
	}
	
	.confirm_inner .center .finish input[type="submit"] {
		width: 39.06vw;
		height: 9.11vw;
		margin: 2.6vw;
		font-size: 3.9vw;
		line-height: 9.11vw;
	}

	.confirm_inner table tr td p.name {
		width: 80vw;
		overflow-wrap: break-word;
	}

	.confirm_inner table tr td p.img {
		width: 70vw;
	}
}
