@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 62.5%;
}

body{
	background: #ffffff;
	line-height: 1.8;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
    font-size: 1.6rem;
    color: #333;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}

a:hover{
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table{
	width: 100%;
	border-collapse: collapse;
}
th, td{
	text-align: left;
}

ul, ol{
	margin-left: 2em;
}

.flex{
	display: flex;
	align-items: center;
}

article{
	margin: 5em 0;
}

.list_none{
	margin-left: 0;
	list-style: none;
}

.h1_wrap, .h2_wrap{ text-align: center; }
h1, h2, h3,
.h1-title{
	font-weight: bold;
}
.h2_wrap{
	color: #1571da;
}
.h1_wrap, .h2_wrap, h3{
	line-height: 1.6;
}
.h1_sub{
	font-size: 0.857em;
}
.h2_sub{
	margin-bottom: 10px;
	font-weight: 600;
	color:#333;
}
h2{
	line-height: 1.4;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}
img.alignleft{
	float: left;
}
img.alignright{
	float: right;
}
img.aligncenter{
	display: block;
	margin: auto;
}

dt, .b{
	font-weight: bold;
}

.bt_contact a,
.bt_more a{
	position: relative;
	display: block;
	margin: auto;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	z-index: 0;
}
.bt_contact a::after,
.bt_more a::after{
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;	
	border-radius: 4px;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.bt_contact a:hover,
.bt_more a:hover{
	text-decoration: none;
}
.bt_more a:hover::after{
	width: 100%;
}
.bt_contact a{
	border: 1px solid;
	color: #ffffff;
}
.bt_contact a::after{
	background: #ffffff;
}
.bt_more{
	margin: 2em 0;
}
.bt_more a{
	background: #ffffff;
	border: 1px solid;
}
.bt_more a:hover{
	color: #ffffff;
}
.box{
	border: 1px solid #cccccc;
}
.icon_list li{
	position: relative;
	margin-bottom: 1em;
	padding-left: 60px;
	line-height: 1.5;
	font-weight: bold;
}
.icon_list li::before,
.icon_list li::after{
	position: absolute;
	content: "";
}
.icon_list li::before{
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #333;
	border-radius: 100px;
}
.icon_list li::after{
	top: 9px;
	left: 15px;
	width: 7px;
	height: 15px;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.arrow_list{
	position: relative;
	display: block;
	padding-left: 20px;
}
a.arrow_list::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

/* =============================================
 .page-content
============================================= */
.page-content {
	font-size: 1.6rem;
}
.page-content h1,
.page-content h2,
.page-content h3 {
	line-height: 1.6;
}
.page-content h4,
.page-content h5,
.page-content h6 {
	line-height: 1.4;
}

.page-content table th,
.page-content table td {
	padding: 6px 12px;
	font-size: 1.4rem;
}



/* =============================================
 theme_color
============================================= */
a,
.title,
.global_menu li.current a,
.global_menu li a:hover,
.blog_list li p span,
.bt_close label{
	color: #1571da;
}
.bt_contact a,
.bt_more a::after,
.global_menu li.current a::after,
.global_menu li a::after,
.pagenation li.active,
.pagenation li a:hover,
.news_cat li.current a::before,
.blog_cat li.current a::before,
.contact_form .mwform-radio-field label.checked::after,
.contact_form .mwform-checkbox-field label.checked::before,
.bt_close label::before,
.bt_close label::after,
.bt_menu label{
	background: #1571da;
}
.bt_contact a,
.bt_more a,
.pagenation li.active,
.pagenation li a:hover,
.news_cat li.current a::before,
.blog_cat li.current a::before,
.contact_form .mwform-checkbox-field label.checked::before{
	border-color: #1571da;
}
a.arrow_list::before,
.price_monthly .price_m li.on::after{
	border-bottom: 2px solid #1571da;
	border-right: 2px solid #1571da;
}

/* =============================================
 header
============================================= */
header{
	justify-content: space-between;
	box-sizing: border-box;
}
header #logo{
	width: 220px;
}
header #logo a{
	display: block;
	width: 100%;
	height: 45px;
	background: url(../images/logo-dm.jpg) left center no-repeat;
	background-size: 100%;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.bt_menu label,
.bt_close label{
	padding: 1em 2em 1em 3.8em;
}

/* --------------------
 global_menu
-------------------- */
.global_menu li a{
	display: block;
	font-weight: bold;
}

.header_tel{
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.2rem;
	color:#1571DA;
	background: url(../images/icon-tel.svg) center left no-repeat;
	padding-left: 25px;
	font-family: 'Roboto', sans-serif;
}
.header_tel span{
	background-size: 10px auto;
	font-size: 2rem;
}

header .bt_contact a{
	padding: 10px 20px;
	font-size: 1.4rem;
}

/* =============================================
 main
============================================= */
/* --------------------
 mainvisual
-------------------- */
.mainvisual{
	position: relative;
}
.mainvisual .h1_wrap h1,
.mainvisual .h1_wrap .h1-title{
	color:#0779CB;
}
.mainvisual_image{
	background:url(../images/bk-lblue.jpg) no-repeat center;
	background-size: cover;
}

/* --------------------
 bread
-------------------- */
.bread li::after{
	content: ">";
	margin: 0 10px;
}
.bread li:last-child::after{
	content: "";
}

/* --------------------
 pagenation
-------------------- */
.pagenation ul{
	display: flex;
	justify-content: center;
	margin: 3em;
	list-style: none;
}
.pagenation li{
	margin: 0 3px;
}
.pagenation li.active,
.pagenation li a{
	display: block;
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.pagenation li.active,
.pagenation li a:hover{
	color: #ffffff;
}

/* ------------------------------------------------
 index
------------------------------------------------ */
.index_feature .pc_flex div figure{
	position: relative;
}
.index_feature .pc_flex div figcaption{
	position: absolute;
	left: 50%;
	bottom: 1em;
	width: 86%;
	text-align: center;
	font-weight: bold;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.case_company{
	border: 1px solid #cccccc;
}
.case_company ul{
	flex-wrap: wrap;
}

/* ------------------------------------------------
 .case_pickup
------------------------------------------------ */
.case_pickup a{
	color: #333;
}
.case_pickup a:hover{
	text-decoration: none;
}
.case_pickup .case .image{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e5e5e5;
	height: 210px;
}
.case_pickup .case .image img{
	max-height: 100%;
	max-width: 100%;
}
.case_pickup .case .logo{
	margin: -30px 0 0 -1px;
}
.case_pickup .case .logo img{
	border: 1px solid #ffffff;
}
.case_pickup .case .title{
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.1em;
}
.case_pickup .case a:hover .title{
	text-decoration: underline;
}
.case_pickup .case .company{
	font-weight: bold;
}
.case_pickup .case th,
.case_pickup .case td{
	text-align: left;
}
.case_pickup .case th{
	width: 70px;
	font-weight: 500;
}
.case_pickup .case td{
	font-weight: bold;
}

/* ------------------------------------------------
 news, blog
------------------------------------------------ */
.news_cat,
.blog_cat{
	padding: 1em 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.news_cat dt,
.blog_cat dt{
	font-weight: bold;
}
.news_cat dd,
.blog_cat dd{
	flex: auto 1 0;
}
.news_cat li a,
.blog_cat li a{
	position: relative;
	padding-left: 30px;
	color: #333;
}
.news_cat li a::before,
.news_cat li a::after,
.blog_cat li a::before,
.blog_cat li a::after{
	position: absolute;
	content: "";
}
.news_cat li a::before,
.blog_cat li a::before{
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
}
.news_cat li.current a::after,
.blog_cat li.current a::after{
	top: 2px;
	left: 6px;
	width: 6px;
	height: 11px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news_list{
	border-top: 1px solid #cccccc;
}
.news_list li{
    border-bottom: 1px solid #cccccc;
}
.news_list li a{
	font-weight: bold;
}
.news_list li a:hover{
	text-decoration: none;
}
.news_list li .date{
	color: #333;
	font-family: 'Roboto', sans-serif;
}
.news_list li .cat,
.blog_list li .cat{
	background: #fff;
	text-align: center;
	color: #1571da;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.news_list li a:hover .title{
    text-decoration: underline;
}

.blog_list li{
	margin: 3em 0;
}
.blog_list li a{
	color: #333;
}
.blog_list li a:hover{
	text-decoration: none;
}
.blog_list li .thumb img{
	object-fit: cover;
}
.blog_list li .title{
	font-weight: bold;
}
.blog_list li a:hover .title{
	text-decoration: underline;
}
.blog-main-title {
	margin-bottom: 1.2em!important;
	padding-bottom: 5px;
	font-size: 3.6rem!important;
	border-bottom: 2px solid #0779CB;
}
.blog-cat {
	margin-bottom: 10px;
}



/* ------------------------------------------------
 feature
------------------------------------------------ */
.feature_nayami{
	padding-bottom: 150px;
	background: url(../images/icon_human.png) center bottom no-repeat;
}

.feature_point ul.pc_flex{
	border-bottom: 1px solid #cccccc;
}
.feature_point .point_ttl{
	font-weight: bold;
}
.feature_point .point_ttl span{
    font-family: 'Roboto', sans-serif;
}

.feature_voice section{
	position: relative;
	background: #f2f2f2;
	border-radius: 6px;
}
.feature_voice section::before,
.feature_voice section::after{
	position: absolute;
	content: "";
}
.feature_voice section::before{
	background: url(../images/icon_human.png) 0 0 no-repeat;
}
.feature_voice section::after{
	border: 10px solid transparent;
}

.feature_award .pc_flex figcaption{
	font-weight: bold;
}

/* ------------------------------------------------
 service
------------------------------------------------ */
.service_list .service a{
	color: #333;
}
.service_list .service a:hover{
	text-decoration: none;
}
.service_list .service .title{
	font-weight: bold;
}
.service_list .service a:hover .title{
	text-decoration: underline;
}
.service_point_wrap section .flex{
	align-items: start;
}
.service_step dl{
	position: relative;
	margin-bottom: 3em;
	background: #f2f2f2;
}
.service_step dl::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -2.5em;
	border: 12px solid transparent;
	border-top-color: #cccccc;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_step dl:last-child::after{
	position: static;
	border: 0;
}
.service_step dt{
	width: 180px;
}

/* ------------------------------------------------
 case
------------------------------------------------ */
.case .h1_wrap .logo{
	margin: 1em 0;
}
.case .h1_wrap .logo img{
	border: 1px solid #ffffff;
}
.case_index{
	border: 1px solid #cccccc;
}
.case_index dl{
	border-bottom: 1px solid #cccccc;
}
.case_index dl:last-child{
	border-bottom: 0;
}
.case_comment h3{
	margin-bottom: 0;
}
.case_comment .name{
	margin-bottom: 1em;
}

/* ------------------------------------------------
 price
------------------------------------------------ */
.page_menu ul{
	margin: 1em 0;
}

.price_basic .pc_flex div{
	position: relative;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
}
.price_basic .pc_flex div::before,
.price_basic .pc_flex div::after{
	position: absolute;
	content: "";
	background: #333;
}
.price_basic .pc_flex div::before{
	width: 20px;
	height: 2px;
}
.price_basic .pc_flex div::after{
	width: 2px;
	height: 20px;
}
.price_basic .pc_flex div:last-child::before,
.price_basic .pc_flex div:last-child::after{
	position: static;
	width: 0;
	height: 0;
}
.price_basic .pc_flex div small{
	font-weight: 500;
}

.price_monthly .price_m{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	text-align: center;
}
.price_monthly .price_m ul{
	border-top: 1px solid #cccccc;
}
.price_monthly .price_m li{
	position: relative;
	border-bottom: 1px solid #cccccc;
}
.price_monthly .price_m li.on{
	font-weight: bold;
}
.price_monthly .price_m li.on::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.price_addon th,
.price_addon td{
	padding: 1em;
	border: 1px solid #cccccc;
}
.price_addon th:first-child,
.price_addon td:first-child{
	padding-left: 0;
	border-left: 0;
}
.price_addon th:last-child,
.price_addon td:last-child{
	padding-right: 0;
	border-right: 0;
}

/* ------------------------------------------------
 company
------------------------------------------------ */
.company_profile tr{
	border-top: 1px solid #cccccc;
}
.company_profile tr:last-child{
	border-bottom: 1px solid #cccccc;
}

.company_mission .slogan{
	background: #f2f2f2;
}
.company_mission .slogan p{
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.company_officer section .pc_flex .profile ul li{
	position: relative;
	padding-left: 1em;
}
.company_officer section .pc_flex .profile ul li::before{
	position: absolute;
	content: "";
	top: 0.6em;
	left: 0;
	width: 8px;
	height: 8px;
	background: #cccccc;
	border-radius: 100px;
}

.company_staff ul li{
	margin-bottom: 2em;
}
.company_staff ul li .name{
	font-weight: bold;
}

/* ------------------------------------------------
 single
------------------------------------------------ */
.single{
	margin: 0;
}
.single h1{ margin-bottom: 0; }
.single .h1_wrap .cat{
	margin: 1em auto 0;
	background: #0779CB;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
}
.contents p,
.service_point_wrap p{
	margin-bottom: 2em;
}
.share_box{
	margin: 2em 0;
	border: 1px solid #cccccc;
}
.share_box dt{
	padding-right: 40px;
	font-weight: bold;
}
.share_box dd{ padding-top: 6px; }
.share_box dd .sns_fb{
	margin: -5px -10px 0;
}

/* --------------------
 blog_wrap
-------------------- */
.blog_wrap h1{
	line-height: 1.4;
}
.blog_wrap h2,
.blog_wrap .contents p{
	margin: 1em 0;
}
.blog_wrap .main_col .cat a,
.blog_recommend_item .cat,
.blog_related_item .cat{
	background: #1571da;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.blog_wrap .eyecatch{
	margin: 2em 0;
}

.blog_writer .name{
	font-weight: bold;
}
.blog_writer .thumb img{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	object-fit: cover;
}


.blog_recommend_item{
	margin-bottom: 2em;
}
.blog_recommend_item a{
	display: block;
	color: #333;
}
.blog_recommend_item a:hover,
.blog_related_item a:hover{
	text-decoration: none;
}
.blog_recommend_item .thumb img{
	width: 100%;
	object-fit: cover;
}
.blog_recommend_item .date{
	margin: 1em 0 0;
}
.blog_recommend_item .title{
	line-height: 1.4;
	font-weight: bold;
}
.blog_recommend_item a:hover .title,
.blog_related_item a:hover .title{
	text-decoration: underline;
}
.blog_recommend_item .cat,
.blog_related_item .cat{
	color: #999999;
}
.blog_recommend .bt_more a{
    margin: 0; 
}
.auther-area {
	background: #f0f8ff;
	padding: 20px 40px;
}
.auther-area h2 {
	margin: 10px 0 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #0779CB;
	font-size: 2.0rem;
	text-align: center;
	color: #0779CB;
}


/* =============================================
 footer
============================================= */
footer a{
	transition: .3s;
}
footer{
	background: #333;
	color: #ffffff;
}
.footer_logo{
	width: 211px;
	margin-bottom: 1em;
}
.footer_info address{
	font-style: normal;
}
.footer_menu ul{
	font-weight: bold;
}
.footer_menu li{
	margin-bottom: 7px;
}
.footer_menu li a{
	color: #ffffff;
	padding-left: 25px;
	background: url(../images/icon-arw.svg) no-repeat left top 2px;
}

/* =============================================
 contact
============================================= */
.contact-inner{
	max-width: 700px;
	width: 96%;
	margin: 0 auto;
	padding: 50px 0;
}
.contact .eyecatch{
	margin: 1em 0;
}
.contact .tel{
	font-weight: bold;
}
.contact .tel span{
	padding-left: 24px;
	background: url(../images/icon_tel.png) 0 7px no-repeat;
	background-size: 18px auto;
    font-family: 'Roboto', sans-serif;
}

.contact_form{
	margin-top: 2em;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=number],
.contact_form select,
.contact_form textarea{
	width: 100%;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form input[type=number]::placeholder,
.contact_form textarea::placeholder{
	color: #cccccc;
}
.contact_form input[type=radio],
.contact_form input[type=checkbox]{
	display: none;
}
.contact_form .mwform-radio-field label,
.contact_form .mwform-checkbox-field label{
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.contact_form .mwform-radio-field label::before,
.contact_form .mwform-radio-field label.checked::after,
.contact_form .mwform-checkbox-field label::before,
.contact_form .mwform-checkbox-field label.checked::after{
	position: absolute;
	content: "";
}
.contact_form .mwform-radio-field label::before,
.contact_form .mwform-checkbox-field label::before{
	top: -1px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 2px solid #dddddd;
	box-sizing: border-box;
}
.contact_form .mwform-radio-field label::before,
.contact_form .mwform-radio-field label.checked::after{
	border-radius: 100px;
}
.contact_form .mwform-radio-field label.checked::after{
	top: 3px;
	left: 4px;
	width: 12px;
	height: 12px;
}
.contact_form .mwform-checkbox-field label::before{
	border-radius: 3px;
}
.contact_form .mwform-checkbox-field label.checked::after{
	top: 0;
	left: 6px;
	width: 6px;
	height: 11px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact_form table th{
	font-weight: bold;
}
.contact_form table th .must{
	display: inline-block;
	margin-left: 10px;
	background: #ff7f00;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}
.contact_form table td{
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
.contact_form table td dl{
	border-bottom: 1px solid #dddddd;
}
.contact_form table td dl:first-child{
	border-top: 1px solid #dddddd;
}

.contact_form a.blank{
	position: relative;
	padding-right: 20px;
}
.contact_form a.blank::before,
.contact_form a.blank::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	box-sizing: border-box;
}
.contact_form a.blank::before{
	top: 8px;
	right: 8px;
	border: 1px solid;
}
.contact_form a.blank::after{
	top: 6px;
	right: 6px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.contact_form .bt_submit{
	text-align: center;
}
.contact_form .bt_submit input[type=submit]{
	background: #f2f2f2;
	border: 0;
	box-sizing: border-box;
	font-weight: bold;
	color: #cccccc;
	-webkit-appearance: none;
}

.contact footer{
	background: none;
	text-align: center;
    color: #333;
}

/* =============================================
 .faq
============================================= */
.faq, li {
	margin: 0;
}
.faq li {
	list-style: none;
	margin-bottom: 20px;
}
.faq li .question {
	background: #e5e5e5;
	padding: 14px 20px;
	font-weight: bold;
}
.faq li .question:before {
	content:"Q.";
	display: inline-block;
	margin-right: 10px;
}
.faq li .answer {
	padding: 14px 20px 14px 48px;
}

/* =============================================
 .download-link
============================================= */
.download-link {
	width: 50%;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 25px;
	line-height: 1;
	text-align: center;
	transition: .3s;
	font-weight: 600;
	color:#fff;
	background: linear-gradient(90deg, #0E92D7 0%, #0779CB 100%) 0% 0% no-repeat padding-box;
}


/* =============================================
 min-width: 1280px
============================================= */
@media screen and (min-width: 1280px){
	.inner{
		margin: auto;
		width: 1200px;
	}
	.mainvisual .h1_wrap{
		max-width: 1200px;
	}
}

/* =============================================
 max-width: 1279px
============================================= */
@media screen and (max-width: 1279px){
	.inner{
		padding: 0 4.6875%;
		width: 100%;
		box-sizing: border-box;
	}
}

/* =============================================
 max-width: 1023px
============================================= */
@media screen and (max-width: 1023px){
	/* ------------------------------------------------
	 header
	------------------------------------------------ */
	.header_right{
		display: none;
	}
}

/* =============================================
 min-width: 960px
============================================= */
@media screen and (min-width: 960px){
	.inner960{
		margin: auto;
		width: 960px;
	}
}

/* =============================================
 max-width: 959px
============================================= */
@media screen and (max-width: 959px){
	.inner960{
		padding: 0 4.6875%;
		width: 100%;
		box-sizing: border-box;
	}
}

/* =============================================
 min-width: 768px
============================================= */
@media screen and (min-width: 768px){
	.pc{ display: block !important; }
	.sp{ display: none !important; }
	.inner680{
		margin: auto;
		width: 680px;
	}
	.pc_flex{
		display: flex;
		align-items: stretch;
	}
	.col2, .col3, .col4, .col5{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.col2 div, .col2 li{
		flex: 47.5% 0 0;
		box-sizing: border-box;
	}
	.col3 div, .col3 section{
		flex: 31.6% 0 0;
		box-sizing: border-box;
	}
	.col3::after{
		content: "";
		display: block;
		flex: 31.6% 0 0;
		box-sizing: border-box;
	}
	.col4 li{
		flex: 21.8% 0 0;
		box-sizing: border-box;
	}
	.col5 div{
		flex: 16.6% 0 0;
		box-sizing: border-box;
	}
	
	h1,
	.h1-title{
		margin-bottom: 2rem;
		font-size: 3.6rem;
	}
	.h2_wrap{
		margin-bottom: 50px;
	}
	h2{
	    font-size: 2.8rem;
    }
	h3{
		margin-bottom: 1em;
		font-size: 2.2rem;
	}

	.bt_more a{
		padding: 10px;
		width: 200px;
		height: 50px;
		font-size: 1.6rem;
	}
	.box{
		margin: 3em 0;
		padding: 40px;
	}
	a.arrow_list::before{
		top: 6px;
		left: 0;
	}

	/* ------------------------------------------------
	 .page-content
	------------------------------------------------ */
	.page-content h1 {
		margin-bottom: 1.2em;
		font-size: 3.0rem;
	}
	.page-content h2 {
		margin-bottom: 0.8em;
		font-size: 2.6rem;
	}
	.page-content h3 {
		margin-bottom: 0.8em;
		font-size: 2.0rem;
	}
	.page-content h4,
	.page-content h5,
	.page-content h6 {
		line-height: 1.4;
	}
	.page-content p {
		margin-bottom: 1em;
	}
	.contact_form.page-content h2 {
		margin-bottom: 10px;
		line-height: 1.4;
		font-size: 1.8rem;
		color: #0779CB;
	}
		
	/* ------------------------------------------------
	 header
	------------------------------------------------ */
	header{
		padding: 20px 15px;
		height: 80px;
	}
	
	/* --------------------
	 global_menu
	-------------------- */
	.global_menu{
		margin-left: 15px;
	}
	.global_menu li{
		margin: 0 1.2rem;
	}
	.global_menu li a{
		position: relative;
		padding: 10px 0;
		font-size: 1.5rem;
		color: #333;
	}
	.global_menu li.current a,
	.global_menu li a:hover{
		text-decoration: none;
	}
	.global_menu li.current a::after,
	.global_menu li a::after{
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		width: 0;
		height: 3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.global_menu li.current a::after,
	.global_menu li a:hover::after{
		width: 100%;
	}

	/* ------------------------------------------------
	 main
	------------------------------------------------ :/
	/* --------------------
	 mainvisual
	-------------------- */
	.mainvisual,
	.mainvisual_image{
		height: 250px;
	}
	.mainvisual .h1_wrap{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.mainvisual .bt_contact a{
		padding: 11px;
		width: 300px;
		height: 50px;
		font-size: 1.6rem;
	}
	/* --------------------
	 bread
	-------------------- */
	.bread{
		position: absolute;
		top: 20px;
		padding-left: 20px;
	}
	.bread li{
		font-size: 1.2rem;
	}

	/* --------------------
	 pagenation
	-------------------- */
	.pagenation li.active,
	.pagenation li a{
		padding: 10px;
		width: 50px;
		height: 50px;
		font-size: 1.6rem;
	}

	/* ------------------------------------------------
	 index
	------------------------------------------------ */	
	.mainvisual.index_top,
	.mainvisual.index_top .mainvisual_image{
		height: 500px;
	}
	.mainvisual .bt_contact{
		margin-top: 2rem;
	}
	.index_feature .pc_flex{
		justify-content: space-between;
	}

	.case_company{
	    margin-bottom: 3em;
	    padding: 50px 60px;
	}
	.case_company li{
		flex: 15% 0 0;
		margin: 10px 2% 10px 0;
	}
	.case_company li:nth-of-type(6n){
		margin-right: 0;
	}

	/* ------------------------------------------------
	.case_pickup
	------------------------------------------------ */
	.case_pickup{
		justify-content: space-between;
		align-items: start;
	}
	.case_pickup .case{
	    margin: 0 0 2rem 0;
	}
	.case_pickup .case .title{
	    margin: 1rem 0;
	}
    .case_pickup .case .company{
    	font-size: 1.6rem;
    }
    .case_pickup .case th,
    .case_pickup .case td{
    	font-size: 1.2rem;
    }

    /* ------------------------------------------------
     news, blog
    ------------------------------------------------ */
    .news_cat,
	.blog_cat{
		font-size: 1.6rem;
	}
    .news_cat{
		margin: 5em 0;
	}
	.blog_cat{
		margin: 0 0 5em;
	}
	.news_cat dt,
	.blog_cat dt{
		flex: 150px 0 0;
	}
	.news_cat ul,
	.blog_cat ul{
		justify-content: flex-start;
	}
	.news_cat li,
	.blog_cat li{
		flex: 25% 0 0;
	}
    .news_list li a{
		padding: 20px 0;
		font-size: 1.6rem;
    }
	.news_list li .date{
		width: 154px;
		font-size: 1.8rem;
	}
	.news_list li .cat,
	.blog_list li .cat{
		margin-right: 20px;
		padding: 5px;
		width: 116px;
		font-size: 1.2rem;
	}
	.blog_list li a{
		align-items: flex-start;
	}
	.blog_list li .thumb{
		flex: 277px 0 0;
		margin-right: 2em;
	}
	.blog_list li .thumb img{
		width: 277px;
		height: 184px;
	}
	.blog_list li .text{
		flex: auto;
	}
	.blog_list li .date{
		font-size: 1.6rem;
	}
	.blog_list li .title{
		font-size: 2rem;
	}

	/* ------------------------------------------------
	 feature
	------------------------------------------------ */
	.feature_point ul.pc_flex{
		padding-bottom: 2em;
	}
	.feature_point .point{
		justify-content: space-between;
		margin: 3em 0;
	}
	.feature_point .point_txt,
	.feature_point .point_image{
		flex: 47.5% 0 0;
	}
	.feature_point .point_ttl span{
		font-size: 2.4rem;
	}
	.feature_point .point:nth-of-type(even) .point_txt{
		order: 2;
	}
	.feature_reason .pc_flex{
		align-items: start;
	}
	.feature_reason .reason .image{
		margin-bottom: 2em;
	}

	.feature_voice section{
		margin: 0 0 2em 130px;
		padding: 30px 40px;
	}
	.feature_voice section::before{
		top: 0;
		left: -130px;
		width: 80px;
		height: 125px;
	}
	.feature_voice section::after{
		top: 30px;
		left: -20px;
		border-top-color: #f2f2f2;
		border-right-color: #f2f2f2;
	}
	.feature_voice section .name{
		margin-top: 1em;
	}
	
	.feature_award .flex figcaption span{
		font-size: 1.6rem;
	}

	/* ------------------------------------------------
	 service
	------------------------------------------------ */
	.read.pc_flex{
		justify-content: space-between;
		margin: 3em 0;
	}
	.read_txt,
	.read_image{
		flex: 47.5% 0 0;
	}
	.service_list{
		margin: 3em 0;
		align-items: start;
	}
	.service_list .service .title{
		margin: 1em 0 0.5em;
		font-size: 2.2rem;
	}
	.service_point .icon_list li{
		padding-top: 5px;
		font-size: 2.2rem;
	}
	.service_step dl{
		padding: 20px 40px;
	}

	/* ------------------------------------------------
	 case
	------------------------------------------------ */
	.case .mainvisual,
	.case .mainvisual_image{
		height: 340px;
	}
	.case .h1_wrap p{
		font-size: 1.4rem;
	}
	.case_index{
		padding: 0 40px;
	}
	.case_index dl{
		padding: 2em 0;
	}
	.case_index dt .ttl{
		width: 210px;
	}
	.case_index dd{
		padding-left: 196px;
	}
	.case_comment .pc_flex{
		align-items: start;
	}
	.case_comment .image{
		flex: 160px 0 0;
		padding-right: 40px;
	}

	/* ------------------------------------------------
	 price
	------------------------------------------------ */
	.page_menu li{
		margin-right: 2em;
		font-size: 1.6rem;
	}
	.price_basic .pc_flex{
		justify-content: space-between;
	}
	.price_basic .pc_flex div{
		flex: 29% 0 0;
		height: 200px;
	}
	.price_basic .pc_flex div::before,
	.price_basic .pc_flex div::after{
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.price_basic .pc_flex div::before{
		right: -40px;
	}
	.price_basic .pc_flex div::after{
		right: -31px;
	}
	.price_basic .pc_flex div p{
		position: absolute;
		top: 50%;
		left: 50%;
		white-space: nowrap;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.price_basic .pc_flex div strong{
		font-size: 2.4rem;
	}
	.price_basic .pc_flex div small{
		font-size: 1.4rem;
	}
	.price_monthly .price_m{
		flex: 33% 0 0;
		padding: 30px 40px;
	}
	.price_monthly .price_m.standard{
		margin: 0 -1px;
		padding: 50px 40px;
	}
	.price_monthly .price_m .price{
		font-size: 2.4rem;
	}
	.price_monthly .price_m .tax{
		font-size: 1.4rem;
	}
	.price_monthly .price_m ul{
		margin: 2em 0;
	}
	.price_monthly .price_m li{
		padding: 10px 20px 10px 0;
		font-size: 1.6rem;
	}
	.price_monthly .price_m li.on::after{
		top: 15px;
		right: 5px;
	}
	.price_monthly .price_m .bt_contact a{
		padding: 10px;
		font-size: 1.6rem;
	}
	.price_example tr{
		border-top: 1px solid #cccccc;
	}
	.price_example th,
	.price_example td{
		padding: 1em 0;
	}

	/* ------------------------------------------------
	 company
	------------------------------------------------ */	
	.company_profile th,
	.company_profile td{
		padding: 1em 0;
	}
	.company_mission .slogan{
		margin-bottom: 2em; 
		padding: 4em 3em;
	}
	.company_mission .slogan p{
		font-size: 2.2rem;
	}
	.company_officer section{
		margin-bottom: 5em;
	}
	.company_officer section .pc_flex{
		align-items: flex-start;
	}
	.company_officer section .pc_flex .image{
		flex: 240px 0 0;
		order: 2;
		margin-left: 60px; 
	}
	.company_officer section .pc_fles .profile{
		order: 1;
	}
	.company_officer section .pc_flex .profile ul{
		margin: 1em 0 40px 0;
	}
	.company_officer .profile p{
		margin-bottom: 40px;
	}
	.company_officer .profile h4{
		margin-bottom: 1em;
	}
	.company_officer .profile ul.paper_history{
		border-top: 1px solid #e5e5e5;
	}
	.company_officer .profile ul.paper_history li{
		padding-left: 0!important;
		padding-top: 1em;
		padding-bottom: 1em;
		border-bottom: 1px solid #e5e5e5;
	}
	.company_officer .profile ul.paper_history li:before {
		content: none!important;
	}

	/* ------------------------------------------------
	 single
	------------------------------------------------ */
	.single .h1_wrap .cat{
		padding: 4px;
		width: 116px;
		height: 26px;
		font-size: 1.2rem;
	}
	.contents{
		margin: 5em 0;
	}
	.share_box{
	    padding: 30px 40px;
	}

	/* --------------------
	 blog_wrap
	-------------------- */
	.blog_wrap .contents{
		margin: 0 0 5em;
	}
	.blog_wrap .bread{
		position: relative;
	}
	.blog_wrap .inner.pc_flex{
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 3em;
	}
	.blog_wrap .main_col{
		flex: 66% 0 0;
		margin-right: 2%;
	}
	.blog_wrap .main_col .cat a,
	.blog_recommend_item .cat,
	.blog_related_item .cat{
		display: block;
		padding: 3px 5px;
		width: 116px;
		height: 26px;
		font-size: 1.2rem;
		color: #fff;
	}
	.blog_writer .name{
		margin-bottom: 1em;
		font-size: 2.2rem;
	}
	.blog_writer .pc_flex{
		justify-content: space-between;
	}
	.blog_writer .profile{
		flex: auto;
		padding-right: 4%;
		order: 1;
	}
	.blog_writer .thumb{
		flex: 150px 0 0;
		order: 2;
	}
	.blog_recommend .pc_flex{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog_recommend_item{
		flex: 47.5% 0 0;
	}
	.blog_recommend_item .thumb img{
		height: 225px;
	}
	.blog_recommend_item .date{
		font-size: 1.6rem;
	}
	.blog_recommend_item .title{
		margin: 0.5em 0 1em;
	}
	.blog_wrap .sub_col{
		flex: 27% 0 0;
	}
	.blog_wrap .sub_col h3{
		font-size: 1.8rem;
		margin-bottom: 0;
		padding-bottom: 10px;
		line-height: 1;
		text-align: center;
		border-bottom: 1px dotted #999;
	}
	.sub_blog_writer{
		align-items: flex-start;
		margin-bottom: 5em;
	}
	.sub_blog_writer .thumb{
		flex: 80px 0 0;
		margin-right: 30px;
	}
	.sub_blog_writer .thumb img{
		width: 80px;
		height: 80px;
		border-radius: 100px;
		object-fit: cover;
	}

	.blog_related_item{
		border-bottom: 1px dotted #999;
	}
	.blog_related_item a{
		color: #333;
		padding: 1em;
		transition: 0.3s all;
	}
	.blog_related_item a:hover{
		background: #e3f2ff;
	}
	.blog_related_item a:hover .title{
		text-decoration: none;
	}
	.blog_related_item .text{
		flex: auto;
		font-size: 1.4rem;
	}
	.blog_related_item .thumb{
		flex: 100px 0 0;
		margin-left: 25px;
	}
	.blog_related_item .title{
		margin: 0 0 0.5em 0;
		font-weight: bold;
	}

	
	/* ------------------------------------------------
	 footer
	------------------------------------------------ */

	footer{
		padding: 60px 0;
		font-size: 1.4rem;
	}
	footer .pc_flex{
		align-items: start;
	}
	.footer_menu{
		order: 1;
	}
	.footer_menu ul{
		margin-left: 60px;
	}
	.footer_info{
		order: 0;
	}
	.copyright{
		font-size: 1.2rem;
	}

	/* ------------------------------------------------
	 contact
	------------------------------------------------ */
	.contact header{
		padding: 20px 0;
	}
	.contact p{
		font-size: 1.6rem;
	}
	.contact .tel{
		font-size: 1.4rem;
	}
	.contact .tel span{
		font-size: 2.8rem; 
	}
	.contact_form input[type=text],
	.contact_form input[type=email],
	.contact_form input[type=number],
	.contact_form select,
	.contact_form textarea{
		padding: 10px 15px;
		font-size: 1.6rem;
	}
	.contact_form select.birth{
		width: 180px;
	}
	.contact_form input.postnum,
	.contact_form select.pref{
		width: 50%;
	}
	.contact_form textarea{
		height: 240px;
	}
	.contact_form table{
		table-layout: fixed;
	}
	.contact_form table th .must{
		width: 40px;
		height: 20px;
		font-size: 1.2rem;
    }
	.contact_form table td{
		font-size: 1.6rem;
	}
	.contact_form table td dl{
		margin-bottom: 1em;
	}
	.contact_form table td dl dt,
	.contact_form table td dl dd{
		padding: 1em 0;
	}
	.contact_form table td dl dt{
		flex: 110px 0 0;
	}
	.contact_form .bt_submit{
		margin: 2em 0;
	}
	.contact_form .bt_submit input[type=submit]{
		padding: 1em;
		width: 440px;
		height: 80px;
		font-size: 2.2rem;
		background: #ff7f00;
		color: #fff;
		transition: 0.3s all;
		cursor: pointer;
	}
	.contact_form .bt_submit input[type=submit]:hover{
		opacity: 0.8;
	}
	.contact footer{
		padding: 0 0 5em;
	}
}

/* =============================================
 max-width: 767px
============================================= */
@media screen and (max-width: 767px){
	.pc{ display: none !important; }
	.sp{ display: block !important; }
	.inner680{
		padding: 0 4.6875%;
		width: 100%;
		box-sizing: border-box;
	}

	.sp_flex{
		display: flex;
		align-items: center;
	}

	h1,
	.h1-title{
		margin-bottom: 0.5em;
		font-size: 1.571em;
	}
	.h2_wrap{
		margin-bottom: 30px;
	}
	h2{
		font-size: 2rem;
	}
	.h2_sub{
		font-size: 0.857rem;
	}
	h3{
		margin-bottom: 0.5em;
		font-size: 1.285rem;
	}

	.bt_contact a,
	.bt_more a{
		padding: 0.6em;
		width: 70%;
		font-size: 1.142em;
	}
	.box{
		margin: 1em 0;
		padding: 1em 1.5em;
	}
	a.arrow_list::before{
		top: 40%;
		left: 6px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}

	/* ------------------------------------------------
	 .page-content
	------------------------------------------------ */
	.page-content h1 {
		margin-bottom: 1em;
		font-size: 2.2rem;
	}
	.page-content h2 {
		margin-bottom: 0.5em;
		font-size: 1.8rem;
	}
	.page-content h3 {
		margin-bottom: 0.5em;
		font-size: 1.6rem;
	}
	.page-content h4,
	.page-content h5,
	.page-content h6 {
		line-height: 1.4;
	}
	.page-content p {
		margin-bottom: 0.5em;
	}
	
	.contact_form.page-content h2 {
		margin-bottom: 10px;
		line-height: 1.4;
		font-size: 1.6rem;
		color: #0779CB;
	}
	.contact_form.page-content p {
		line-height: 1.4;
		font-size: 1.4rem;
	}
	
	/* ------------------------------------------------
	 header
	------------------------------------------------ */
	header{
		padding: 0.5em 4.6875%;
	}
	
	/* --------------------
	 global_menu
	-------------------- */
	.bt_menu,
	.bt_close{
		text-align: right;
	}
	.bt_menu label,
	.bt_close label{
		position: relative;
		display: inline-block;
		padding: 1em 2em 1em 3.8em;
		border-radius: 100px;
		line-height: 1;
		font-size: 0.714em;
	}
	.bt_menu label::before,
	.bt_menu label::after,
	.bt_close label::before,
	.bt_close label::after{
		position: absolute;
		content: "";
	}
	.bt_menu label{
		color: #ffffff;
	}
	.bt_menu label span{
		position: absolute;
		display: block;
		left: 1.8em;
		width: 15px;
		height: 1px;
		background: #ffffff;
	}
	.bt_menu label span:nth-of-type(1){
		top: 1em;
	}
	.bt_menu label span:nth-of-type(2){
		top: 49%;
	}
	.bt_menu label span:nth-of-type(3){
		bottom: 1em;
	}
	.bt_close label{
		background: #ffffff;
	}
	.bt_close label::before,
	.bt_close label::after{
		top: 47%;
		left: 1.5em;
		width: 12px;
		height: 2px;
	}
	.bt_close label::before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.bt_close label::after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.global_menu{
        position: fixed;
        top: 0;
        left: 100%;
		padding: 1em 4.6875%;
        width: 100%;
        height: 100%;
        background: #404040;
        box-sizing: border-box;
        z-index: 1;
        overflow-y: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
	}
	.global_menu.open{
		left: 0;
		z-index: 2;
	}
	.global_menu ul{
		flex-wrap: wrap;
		padding-bottom: 2em;
		border-bottom: 1px solid #707070;
	}
	.global_menu li{
		flex: 50% 0 0;
	}
	.global_menu li a{
		padding: 0.3em 1em 0.3em 0;
		font-size: 0.857em;
		color: #ffffff;
	}
	.global_menu li.current a{
		color: #ffffff;
	}
	.global_menu .gm_tel{
		margin: 2em 0 1em;
		text-align: center;
		line-height: 1.4;
		font-weight: bold;
		color: #ffffff;
	}
	.global_menu .gm_tel a{
		padding-left: 6vw;
		width: 6vw;
		height: 6vw;
		background: url(../images/icon_tel_w.png) 0 0.3em no-repeat;
		background-size: auto 6vw;
        font-family: 'Roboto', sans-serif;
        font-size: 1.875em;
		color: #ffffff;
	}
	.global_menu .gm_tel span{
		font-size: 0.857em;
	}

	/* ------------------------------------------------
	 main
	------------------------------------------------ :/
	/* --------------------
	 mainvisual
	-------------------- */
	.mainvisual{
		position: relative;
	}
	.mainvisual_image{
		height: 20vh;
	}
	.mainvisual .h1_wrap{
		padding: 0 6%;
		position: absolute;
		top: 40%;
		left: 40%;
		transform: translate(-40%, -40%);
		width: 100%;
		box-sizing: border-box;
	}
	.mainvisual .h1_wrap h1,
	.mainvisual .h1_wrap .h1_sub,
	.h1-title{
		width: 100%;
		text-align: center;
	}
	.mainvisual .h1_wrap h1,
	.h1-title{
		line-height: 1;
		margin-bottom: 10px;
	}
	.mainvisual .bt_contact{
		margin-top: 1em;
	}
	/* --------------------
	 bread
	-------------------- */
	.bread{
		padding: 0.5em;
	}
	.bread ul{
		overflow-x: auto;
		white-space: nowrap;
	}
	.bread li{
		font-size: 0.857em;
	}

	/* --------------------
	 pagenation
	-------------------- */
	.pagenation li.active,
	.pagenation li a{
		padding: 5px;
		width: 36px;
		height: 36px;
		font-size: .857rem;
	}

	/* ------------------------------------------------
	 index
	------------------------------------------------ */
	.index_feature .pc_flex div{
		margin-bottom: 1em;
	}
	.index_feature .pc_flex div figure img{
		width: 100%;
	}
	.index_feature .pc_flex div figcaption{
		font-size: 1.142em;
	}

	.case_company{
		padding: 0.8em 1em;
	}
	.case_company li{
		flex: 33% 0 0;
		padding: 0.2em;
		box-sizing: border-box;
	}

	/* ------------------------------------------------
	.case_pickup
	------------------------------------------------ */
	.case_pickup{
		margin-left: 0;
	}
	.case_pickup .case{
		margin: 1.5em 0;
	}
	.case_pickup .case .image img{
		width: 100%;
	}
	.case_pickup .case .title{
	    margin: 0.5em 0 0.3em;
	}
    .case_pickup .case th,
    .case_pickup .case td{
    	font-size: .857em;
    }

    /* ------------------------------------------------
     news, blog
    ------------------------------------------------ */
    .news_cat,
	.blog_cat{
		margin: 1em 0 3em;
		font-size: 0.857rem;
	}
	.news_cat dt,
	.blog_cat dt{
		flex: 20% 0 0;
	}
    .news_list li a{
    	display: block;
    	padding: 1em 0;
    }
	.news_list li .date{
		display: inline-block;
	}
	.news_list li .date span{
		font-size: 0.857em;
	}
	.news_list li .cat,
	.blog_list li .cat{
		display: inline-block;
		padding: 0 3em;
		font-size: 0.714em;
		margin-bottom: 10px;
	}
	.blog_list li .thumb{
		margin-bottom: 10px;
	}
	.blog_list li .thumb img{
		width: 100%;
		height: 25vh;
	}
	.blog_list li .date{
		font-size: 1.4rem;
	}
	.blog_list li .title{
		font-size: 1.8rem;
	}
	.blog-main-title {
		font-size: 2.4rem!important;
	}

	/* ------------------------------------------------
	 feature
	------------------------------------------------ */
	.feature_point .point,
	.feature_reason .reason{
		margin: 1em 0 2em;
	}
	.feature_point .point_ttl span{
		font-size: 1.285rem;
	}
	.feature_point .point_image{
		margin-top: 1em;
	}
    .feature_reason .reason .image img{
    	width: 100%;
    }
	.feature_reason .reason h3{
		margin-top: 0.5em;
	}
	.feature_voice section{
		margin: 120px 0 0;
		padding: 0.8em 1em;
	}
	.feature_voice section::before{
		top: -100px;
		left: 50%;
		width: 51.2px;
		height: 80px;
		background-size: 51.2px 80px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.feature_voice section::after{
		top: -25px;
		left: 50%;
		border-bottom: 15px solid #f2f2f2;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
    
    .feature_award .pc_flex{
    	border-top: 1px solid #cccccc;
    }
	.feature_award .pc_flex div{
		padding: 1em 0;
		border-bottom: 1px solid #cccccc;
	}
	.feature_award .pc_flex figure img{
		margin-right: 1em;
		width: 40%;
	}

	/* ------------------------------------------------
	 service
	------------------------------------------------ */
	.read.pc_flex{
		margin: 0 0 3em;
	}
	.read_image{
		margin-top: 1em;
	}
	.read_image img{
		width: 100%;
	}
	.service_list .service{
		margin: 1em 0 2em;
	}
	.service_list .service .image img{
		width: 100%;
	}
	.service_list .service .title{
		margin: 0.5em 0 0;
		font-size: 1.285rem;
	}
	.service_point .icon_list li{
		font-size: 1.285rem;
	}
	.service_point_wrap{
		margin: 3em 0;
	}
	.service_point_wrap .pc_flex{
		margin-bottom: 2em;
	}
	.service_step dl{
		padding: 1em 1.5em;
	}

	/* ------------------------------------------------
	 case
	------------------------------------------------ */
	.case .h1_wrap p{
		font-size: 0.714rem;
	}
	.case_index{
		padding: 0 1em;
	}
	.case_index dl{
		padding: 1.5em 0;
	}
	.case_index dd ul{
		margin-left: 1.2em;
	}
	.case_comment .image{
		margin-bottom: 1em;
		text-align: center;
	}

	/* ------------------------------------------------
	 price
	------------------------------------------------ */
	.page_menu ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page_menu li{
		flex: 49% 0 0;
		margin-bottom: 0.5em;
		font-size: 0.857rem;
	}
	.page_menu li a{
		display: block;
		border: 1px solid #cccccc;
		border-radius: 3px;
		padding: 8px 10px 8px 30px;
	}
	.price_basic .pc_flex div{
		margin-bottom: 50px;
		padding: 1em;
	}
	.price_basic .pc_flex div::before,
	.price_basic .pc_flex div::after{
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.price_basic .pc_flex div::before{
		bottom: -26px;
	}
	.price_basic .pc_flex div::after{
		bottom: -35px;
	}
	.price_basic .pc_flex div p{
		margin: 0;
	}
	.price_basic .pc_flex div strong{
		font-size: 1.285rem;
	}
	.price_basic .pc_flex div small{
		font-size: 0.714rem;
	}
	.price_monthly .price_m{
		padding: 1em 1.5em 2em;
	}
	.price_monthly .price_m.standard{
		margin: -1px -5px;
		border-width: 3px;
	}
	.price_monthly .price_m .price{
		font-size: 1.285rem;
	}
	.price_monthly .price_m .tax{
		font-size: 0.714rem;
	}
	.price_monthly .price_m ul{
		margin: 1em 0;
	}
	.price_monthly .price_m li{
		padding: 0.5em 1.5em 0.5em 0;
		font-size: 0.857rem;
	}
	.price_monthly .price_m li.on::after{
		top: 0.8em;
		right: 5px;
	}
	.price_addon table{
		position: relative;
		display: block;
		width: calc(100vw - 3.0rem);
		font-size: 0;
		overflow-x: scroll;
	}
	.price_addon table thead,
	.price_addon table tbody{
		display: block;
		width: -webkit-max-content;
		width: max-content;
	}
	.price_addon table th,
	.price_addon table td{
		width: 30vw;
		font-size: .8rem;
	}
	.price_addon table::-webkit-scrollbar{ height: 10px; }
	.price_addon table::-webkit-scrollbar-track{ background: #f2f2f2; }
	.price_addon table::-webkit-scrollbar-thumb{ background: #cccccc; }
	.price_example section{
		margin: 1em 0 2em;
	}
	.price_example th,
	.price_example td{
		display: block;
		padding: 0.5em;
		width: 100%;
		border-top: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.price_example th{
		background: #f2f2f2;
	}

	/* ------------------------------------------------
	 company
	------------------------------------------------ */	
	.company_profile th,
	.company_profile td{
		display: block;
	}
	.company_profile th{
		padding-top: 1em;
	}
	.company_profile td{
		padding-bottom: 1em;
	}
	.company_mission .slogan{
		margin-bottom: 1em; 
		padding: 1em;
	}
	.company_mission .slogan p{
		font-size: 1.428rem;
	}
	.company_officer section{
		margin-bottom: 3em;
	}
	.company_officer section .pc_flex .image{
		margin-bottom: 1em;
	    text-align: center;
	}
	.company_officer section .pc_flex .profile ul{
		margin-top: 0.5em;
		margin-bottom: 1em;
	}
	.company_officer .profile p{
		margin-bottom: 1em;
	}
	.company_officer .profile h4{
		margin-bottom: 1em;
	}
	.company_officer .profile ul.paper_history{
		border-top: 1px solid #e5e5e5;
	}
	.company_officer .profile ul.paper_history li{
		padding-left: 0!important;
		padding-top: 1em;
		padding-bottom: 1em;
		border-bottom: 1px solid #e5e5e5;
	}
	.company_officer .profile ul.paper_history li:before {
		content: none!important;
	}

	/* ------------------------------------------------
	 single
	------------------------------------------------ */
	.single .h1_wrap .cat{
		display: inline-block;
		padding: 0 3em;
		font-size: 0.714rem;
	}
	.contents{
		margin: 1em 0 5em;
	}
	.share_box{
		padding: 1em 1.5em;
	}

	/* --------------------
	 blog_wrap
	-------------------- */
	.blog_wrap .contents{
		margin: 0 0 5em;
	}
	.blog_wrap .inner.pc_flex{
		margin-top: 1em;
	}
	.blog_wrap .main_col .cat a,
	.blog_recommend_item .cat,
	.blog_related_item .cat{
		display: inline-block;
		padding: 0 3em;
		font-size: 0.714rem;
		color: #fff;
	}
	.blog_writer .name{
		margin-bottom: 0.5em;
		font-size: 1.8rem;
	}
	.blog_writer .thumb{
		text-align: center;
		margin-bottom: 10px;
	}
	.blog_recommend_item .thumb img{
		height: 25vh;
	}
	.blog_recommend_item .date{
		font-size: 0.857rem;
	}
	.blog_recommend_item .title{
		margin: 0.5em 0;
	}
	.blog_wrap .sub_col{
		display: none;
	}

	/* ------------------------------------------------
	 footer
	------------------------------------------------ */

	footer{
		padding: 2em 0;
		font-size: 0.857em;
	}
	.footer_menu ul{
		flex-wrap: wrap;
	}
	.footer_menu li{
		flex: 50% 0 0;
	}
	.footer_menu li a{
		display: block;
		padding: 0.3em 0;
	}
	.footer_info{
		margin-top: 2em;
	}
	.copyright{
		margin-top: 1em;
	}

	/* ------------------------------------------------
	 contact
	------------------------------------------------ */
	.contact header{
		padding: 2em 4.6875% 1em;
	}
	.contact p{
		font-size: 0.857rem;
	}
	.contact .tel{
		font-size: 0.714rem;
	}
	.contact .tel span{
		font-size: 1.571rem; 
	}
	.contact_form input[type=text],
	.contact_form input[type=email],
	.contact_form input[type=number],
	.contact_form select,
	.contact_form textarea{
		padding: 1em 1em ;
		font-size: 1.6rem;
	}
	.contact_form select.birth{
		width: 90%;
	}
	.contact_form textarea{
		height: 40vh;
	}
	.contact_form table th .must{
		padding: 0 5px;
		font-size: 0.714rem;
    }
	.contact_form table td{
		font-size: 0.857rem;
	}
	.contact_form table tr.birthday td{
		display: block;
	}
	.contact_form table tr.birthday td:nth-of-type(-n+2){
		padding-bottom: 0;
	}
	.contact_form table td dl dt{
		padding-top: 1em;
	}
	.contact_form table td dl dd{
		padding: 0.5em 0 1.3em;
	}
	.contact_form table td dl dt{
		flex: 110px 0 0;
	}
	.contact_form .bt_submit{
		margin: 1em 0;
	}
	.contact_form .bt_submit input[type=submit]{
		padding: 0.8em;
		width: 100%;
		font-size: 1.142rem;
		background: #ff7f00;
		color: #fff;
		transition: none;
	}
	.contact footer{
		padding: 1em 0 3em;
	}

	/* ------------------------------------------------
	 .faq
	------------------------------------------------ */
	.faq li .question {
		padding: 14px 15px;
	}
	.faq li .answer {
		padding: 14px 15px;
	}

	/* ------------------------------------------------
	 .download-link
	------------------------------------------------ */
	.download-link {
		width: 100%;
	}
		
}



/* ----------------------------------追記----------------------------------------------*/



/* ------------------------------------------------
	btn
------------------------------------------------ */
.btn{
	width: 100%;
	max-width: 380px;
	margin: 50px auto 0;
	text-align: center;
}
.btn a{
	display: block;
	border-radius: 50px;
	padding: 25px;
	line-height: 1;
	transition: .3s;
	font-weight: 600;
}
@media screen and (max-width:768px) {
	.btn a{
		font-size: 1.6rem;
		padding: 15px;
	}
}
/* blk */
.btn.bg.blk a{
	color:#fff;
	background:url(../images/icon-arw-circle.svg) no-repeat right 20px center #333333;
	border: 2px solid #333;
}
.btn.bg.blk a:hover{
	opacity: 1;
	color:#333;
	background: #fff;
	background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%20%3Cpath%20id%3D%22icon-arw-circle%22%20d%3D%22M473-57a12.915%2C12.915%2C0%2C0%2C1-9.193-3.808A12.915%2C12.915%2C0%2C0%2C1%2C460-70a12.914%2C12.914%2C0%2C0%2C1%2C3.808-9.192A12.916%2C12.916%2C0%2C0%2C1%2C473-83a12.914%2C12.914%2C0%2C0%2C1%2C9.192%2C3.808A12.915%2C12.915%2C0%2C0%2C1%2C486-70a12.916%2C12.916%2C0%2C0%2C1-3.808%2C9.193A12.914%2C12.914%2C0%2C0%2C1%2C473-57Zm-5.3-13.826a.7.7%2C0%2C0%2C0-.7.7v.929a.7.7%2C0%2C0%2C0%2C.7.7h8.339l-3.5%2C3.331a.693.693%2C0%2C0%2C0-.215.5.69.69%2C0%2C0%2C0%2C.2.5l.644.644a.684.684%2C0%2C0%2C0%2C.491.2.69.69%2C0%2C0%2C0%2C.493-.2l5.64-5.64a.686.686%2C0%2C0%2C0%2C.2-.489.693.693%2C0%2C0%2C0-.2-.495l-5.64-5.638a.686.686%2C0%2C0%2C0-.491-.2.693.693%2C0%2C0%2C0-.493.2l-.644.644a.686.686%2C0%2C0%2C0-.205.5.687.687%2C0%2C0%2C0%2C.217.5l3.5%2C3.331Z%22%20transform%3D%22translate(-460%2083)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E')
	no-repeat right 20px center #fff;
}
/* gld */
.btn.bg.gld a{
	color:#fff;
	background: linear-gradient(90deg, #0E92D7 0%, #0779CB 100%) 0% 0% no-repeat padding-box;
}
/* border */
.btn.bdr.blue a{
	border: 2px solid #1571da;
	color:#1571da;
}
.btn.bdr.blue a{
	border: 2px solid #1571da;
	color:#1571da;
	background: url(../images/icon-arw-grd.svg) no-repeat center right 20px;
}
.btn.bdr.blue a:hover{
	opacity: 1;
	border: 2px solid #1571da;
	color:#fff;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%20%3Cg%20id%3D%22icon-arw-grd%22%20transform%3D%22translate(-971%20-2258)%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M511-3667a12.915%2C12.915%2C0%2C0%2C1-9.192-3.808A12.915%2C12.915%2C0%2C0%2C1%2C498-3680a12.916%2C12.916%2C0%2C0%2C1%2C3.808-9.193A12.914%2C12.914%2C0%2C0%2C1%2C511-3693a12.916%2C12.916%2C0%2C0%2C1%2C9.193%2C3.808A12.915%2C12.915%2C0%2C0%2C1%2C524-3680a12.915%2C12.915%2C0%2C0%2C1-3.808%2C9.192A12.917%2C12.917%2C0%2C0%2C1%2C511-3667Zm-5.3-13.825a.7.7%2C0%2C0%2C0-.7.7v.929a.7.7%2C0%2C0%2C0%2C.7.7h8.339l-3.5%2C3.33a.7.7%2C0%2C0%2C0-.215.5.69.69%2C0%2C0%2C0%2C.2.5l.644.644a.68.68%2C0%2C0%2C0%2C.49.2.69.69%2C0%2C0%2C0%2C.493-.2l5.641-5.641a.685.685%2C0%2C0%2C0%2C.2-.489.692.692%2C0%2C0%2C0-.2-.494l-5.641-5.638a.685.685%2C0%2C0%2C0-.491-.2.692.692%2C0%2C0%2C0-.493.2l-.644.644a.687.687%2C0%2C0%2C0-.2.5.689.689%2C0%2C0%2C0%2C.217.5l3.5%2C3.331Z%22%20transform%3D%22translate(473%205951)%22%20fill%3D%22%23FFFFFF%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')
	no-repeat center right 20px #1571da;
}

/* ------------------------------------------------
	font
------------------------------------------------ */
.f-blue{
	color:#1571da;
}
.f-bigger{
	font-size: 120%;
}
/* ------------------------------------------------
	block
------------------------------------------------ */
.inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}
/* gry1-2 */
.block.bg.gry1{
	background: #F1F5F7;
}
.block.bg.gry2{
	background: #E5E5E5;
}
.block.bg.gry1.pd,
.block.bg.gry2.pd{
	padding: 100px 0;
}
@media screen and (max-width:768px) {
	.block.bg.gry1.pd,
	.block.bg.gry2.pd,
	.inner{
		padding: 50px 0;
	}
}
/* blue1 */
.block.bg.blue1,
.block.bg.blue2{
	position: relative;
}
.block.bg.blue1:before,
.block.bg.blue2:before{
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
	left:0;
	background-size: cover !important;
	z-index: -1;
}
.block.bg.blue1:before{
	top:0;
	background: url(../images/bk-blue.jpg) no-repeat center top;
}
.block.bg.blue2:before{
	top:-75px;
	background: url(../images/bk-blue2.jpg) no-repeat center top;
}
.block.bg.blue2{
	margin-top: 75px;
}
.block.bg.blue1 .h2_wrap,.block.bg.blue1 .h2_sub{
	color:#fff;
}
@media screen and (max-width:768px) {
	.block.bg.blue2:before{
		top:-35px;
	}
	.block.bg.blue2{
		margin-top: 35px;
	}
}

/* ------------------------------------------------
	index
------------------------------------------------ */
/* mainvisual */
.index_mainvisual{
	position: relative;
}
.index_mainvisual .h1_wrap{
	max-width: 518px;
	width:40% ;
	height: 306px;
	position: absolute;
	top:calc(50% - 153px);
	left:10vw;
	z-index: 1;
}
.index_mainvisual .h1_wrap .h1_sub{
	font-size: 2rem;
	margin-bottom: 5px;
}
.index_mainvisual .h1_wrap .txt{
	font-weight: 600;
}
.index_mainvisual .h1_wrap .btn{
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	.index_mainvisual .h1_wrap .btn{
		width: 86%;
	}
}
.index_mainvisual .h1_wrap .btn a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-right: 10px;
	background: url(../images/icon-mail.svg) no-repeat left;
}
.index_mainvisual ul{
	margin: 0;
}
.index_mainvisual .slider{
	pointer-events: none;
}
.index_mainvisual .slider img{
	width: 100%;
	min-width: 1200px;
	max-width: none;
}
@media screen and (max-width:1400px) {
	.index_mainvisual .h1_wrap{
		left:5vw;
	}
	.index_mainvisual .h1_wrap .h1_sub{
		font-size: 2vw;
	}
}
@media screen and (max-width:1200px) {
	.index_mainvisual .slider img{
		margin-left: calc(50% - 600px);
	}
}
@media screen and (max-width:900px) {
	.index_mainvisual .slider img{
		min-width: 900px;
		margin-left: calc(50% - 450px);
	}
	.index_mainvisual .h1_wrap{
		top:calc(50% - 143px);
	}
}
@media screen and (max-width:768px) {
	.index_mainvisual{
		display: flex;
		flex-wrap: wrap;
	}
	.index_mainvisual .slider{
		width: 100%;
		order: 1;
	}
	.index_mainvisual .slider img{
		min-width: auto;
		margin: 0 ;
		width: 100%;
	}
	.index_mainvisual .h1_wrap{
		max-width: 320px;
		width: 90%;
		position: static;
		order: 2;
		margin: 30px auto 0;
	}
	.index_mainvisual .h1_wrap .h1_sub{
		font-size: 1.8rem;
	}
}
/* feature */
.index_feature .index_feature__inner{
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: 1px solid #fff;
	position: absolute;
	top:10px;
	left: 10px;
}
.index_feature .pc_flex div{
}
.index_feature .pc_flex div a{
	display: block;
	color:#fff;
	transition: .3s;
}
.index_feature .pc_flex div figure:after{
	display: block;
	width: 100%;
	position: absolute;
	top:50px;
	line-height: 1;
	left: 0;
	z-index: 9;
	text-align: center;
	font-size: 6rem;
    font-family: 'Roboto', sans-serif;
	z-index: 1;
}
.index_feature .pc_flex div:nth-child(1) figure:after{
	content:"1";
}
.index_feature .pc_flex div:nth-child(2) figure:after{
	content:"2";
}
.index_feature .pc_flex div:nth-child(3) figure:after{
	content:"3";
}
.index_feature .pc_flex div figcaption{
	bottom: 30px;
	font-size: 2rem;
}
@media screen and (min-width:768px) and (max-width:1250px) {
	.index_feature .pc_flex div figcaption{
		font-size: 1.6vw;
	}
	.index_feature .pc_flex div figure:after{
		top: 14%;
		font-size: 5vw;
	}
}
@media screen and (max-width:768px) {
	.index_feature .pc_flex div figure:after{
		top:10%;
	}
	.index_feature .pc_flex div figcaption{
		font-size: 1.6rem;
		bottom: 20px;
	}
}
/* function */
.index_function .pc_flex.col3 div{
	background: #fff;
	padding: 20px;
	margin-bottom: 2.5%;
}
.index_function .pc_flex.col3 .index_function__img{
	text-align: center;
}
.index_function .pc_flex.col3 div dt{
	color:#1571da;
	font-size: 2rem;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width:768px) {
	.index_function .pc_flex.col3 div{
		margin-bottom: 20px;
	}
	.index_function .pc_flex.col3 div dt{
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
.index_function .pc_flex.col2 div a{
	background: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
}
.index_function .btn{
	margin-bottom: 100px;
}
.index_function .pc_flex.col2 div a{
	background: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	transition: .3s;
}
@media screen and (max-width:768px) {
	.index_function .pc_flex.col2 div{
		margin-bottom: 20px;
	}
	.index_function .pc_flex.col2 div a{
		display: block;
	}
}
.index_function .pc_flex.col2 div a:hover{
	text-decoration: none;
}
.index_function .pc_flex.col2 div a .index_function__img{
	width: 30%;
	max-width: 183px;
	margin-right: 5%;
}
.index_function .pc_flex.col2 div a dl{
	width: 65%;
	color:#333;
}
.index_function .pc_flex.col2 div a dt{
	padding-left: 40px;
	font-size: 2rem;
	background: url(../images/icon-arw-grd.svg) no-repeat left top 4px;
}
@media screen and (max-width:768px) {
	.index_function .pc_flex.col2 div a dt{
		padding-left: 30px;
		font-size: 1.8rem;
		background-size: 20px;
	}
	.index_function .pc_flex.col2 div a .index_function__img{
		width: 150px;
		margin: 0 auto 20px;
	}
	.index_function .pc_flex.col2 div a dl{
		width: 100%;
	}
}
/* voice */
.index_voice{
	background: rgba(255,255,255,0.8);
	padding: 50px 0;
}
.index_voice.inner{
	width: calc(100% - 100px );
}
@media screen and (max-width:768px) {
	.index_voice{
		padding: 50px 20px;
	}
	.index_voice.inner{
		width: 100%;
	}
}
.index_voice .h2_wrap{
	margin-bottom: 20px;
}
.index_voice .btn{
	margin: 0 auto;
}
/* blog */
.index_blog .index_blog__img{
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: #F1F5F7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_blog .index_blog__img img{
	max-width: 100%;
	max-height: 100%;
}
.index_blog a{
	transition: .3s;
	display: block;
}
.index_blog a:hover{
	opacity: 1;
}
.index_blog__txt,
.index_blog__img img{
	transition: .3s;
}
.index_blog a:hover .index_blog__txt,
.index_blog a:hover .index_blog__img img{
	opacity: 0.7;
}
.index_blog .index_blog__txt{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	.index_blog .pc_flex > div{
		margin-bottom: 50px;
	}
	.index_blog__txt{
		font-size: 1.8rem;
	}
}
/* news */
.index_news .h2_sub{
	color:#000;
}
.index_news a{
	transition: .3s;
}
.index_news .news_list li a:hover .title{
	text-decoration: none;
}

/* ------------------------------------------------
	p_contact
------------------------------------------------ */
.p_contact a{
	transition: .3s;
}
.p_contact dl{
	width: 50%;
	text-align: center;
	border-right: 1px solid #1571DA;
	padding: 30px;
}
.p_contact dt{
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.p_contact dt{
		margin-bottom: 15px;
	}
}
.p_contact dl:nth-child(1){
	border-left: 1px solid #1571DA;
}
@media screen and (max-width:768px) {
	.p_contact dl{
		width: 100%;
		border-right: none;
		padding:0;
	}
	.p_contact dl:nth-child(1){
		border: none;
		padding-bottom: 50px;
		margin-bottom: 30px;
		border-bottom: 1px dotted #1571DA !important;
	}
}
.p_contact .btn{
	margin: 0 auto;
}
.p_contact .btn a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-right: 10px;
	background: url(../images/icon-mail.svg) no-repeat left;
}
.p_contact .p_contact__tel{
	font-weight: 600;
}
.p_contact .p_contact__tel p{
	line-height: 1;
}
.p_contact .p_contact__tel big{
	display: inline-block;
	color:#1571da;
	font-size: 3.6rem;
	padding-left: 25px;
    font-family: 'Roboto', sans-serif;
	background:url(../images/icon-tel.svg) no-repeat left;
}
@media screen and (min-width:769px) and (max-width:1056px) {
	.p_contact .p_contact__tel small{
		display: block;
		margin-top: 5px;
	}
}
.p_contact .p_contact__tel .faq_menu a{
	padding: 10px 0;
	margin-top: 10px;
	margin-left: -10px;
	display: inline-block;
	padding-left: 35px;
	background:url(../images/icon-arw-grd.svg) no-repeat left;
}
.p_contact .p_contact__tel .faq_menu a:hover{
	text-decoration: none;
}

/* ------------------------------------------------
	p_case
------------------------------------------------ */
.p_case a *{
	transition: .3s;
}
.p_case a{
	display: block;
}
.p_case a:hover{
	opacity: 1;
	text-decoration: none;
}
.p_case a:hover img,.p_case a:hover .p_case__txt p{
	opacity: 0.7;
}
.p_case .p_case__img{
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}
.p_case .p_case__txt{
	margin: -30px auto 0;
	width: 90%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	padding: 15px;
	font-weight: 600;
}
.p_case .p_case__txt p{
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 1.6;
}
.p_case .p_case__txt span{
	color:#333;
}
@media screen and (max-width:768px) {
	.p_case .pc_flex > div{
		margin-bottom: 50px;
	}
	.p_case .p_case__txt{
		width: 80%;
	}
	.p_case .p_case__txt p{
		font-size: 1.8rem;
	}
}

/* ------------------------------------------------
	p-banner
------------------------------------------------ */
.p-banner.inner{
	max-width: 1000px;
}
.p-banner.inner a{
	transition: .3s;
}
.p-banner.inner .txt{
	text-align: center;
	margin-top: 10px;
}

/* ------------------------------------------------
	p_mainvisual
------------------------------------------------ */
.p_mainvisual{
	position: relative;
}
.p_mainvisual .p_mainvisual__inner{
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bk-lblue.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.p_mainvisual .p_mainvisual__inner{
		height: 180px;
		margin-bottom: 0px;
	}
}
.p_mainvisual .h1_wrap{
	width: 90%;
}
.p_mainvisual .h1_wrap h1,
.h1-title{
	color:#1571da;
}
.p_mainvisual .breadcrumb{
	position: absolute;
	top:20px;
	left:20px;
	font-size: 1.2rem;
}
@media screen and (max-width:768px) {
	.p_mainvisual .breadcrumb{
		position: static;
		font-size: 1.4rem;
		padding: 0.5em;
	}
}
.p_mainvisual .breadcrumb li::after{
	content: ">";
	margin: 0 10px;
}
.p_mainvisual .breadcrumb li:last-child::after{
	content: "";
}




/* ------------------------------------------------
	header
------------------------------------------------ */
header{
	justify-content: space-between;
}
.header_right {
	width: 340px;
	justify-content: space-between;
}
.header_right .btn{
	max-width: 160px;
	margin: 0;
}
.header_right .btn a{
	padding: 15px;
	font-size: 1.4rem;
	position: relative;
}
.header_right .btn a:before,
.header_left .global_menu .btn a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: -15px;
	margin-right: 10px;
	background: url(../images/icon-mail.svg) no-repeat left;
	background-size: 100%;
}
.global_menu .gm_tel a{
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.683%22%20height%3D%2224.546%22%20viewBox%3D%220%200%2016.683%2024.546%22%3E%20%3Cpath%20id%3D%22icon-tel%22%20d%3D%22M91.307%2C32.8c4.547%2C8.668%2C9.655%2C9.561%2C11.141%2C8.782l.387-.2-3.478-6.631c-.127.065-.257.132-.388.2-1.2.629-2.394-1.187-3.926-4.108s-2.346-4.937-1.149-5.566c.132-.069.26-.137.386-.2L90.8%2C18.442l-.387.2C88.928%2C19.425%2C86.759%2C24.136%2C91.307%2C32.8Zm13.631%2C7.475c.574-.3.259-.961-.068-1.583l-2.337-4.454c-.251-.479-.667-.749-1-.573-.211.111-.7.344-1.334.658l3.471%2C6.617ZM96.406%2C23.9c.336-.176.349-.673.1-1.151s-2.336-4.454-2.336-4.454c-.327-.623-.69-1.256-1.264-.955l-1.269.666%2C3.471%2C6.618C95.725%2C24.281%2C96.2%2C24.01%2C96.406%2C23.9Z%22%20transform%3D%22translate(-88.574%20-17.262)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E')
	 no-repeat left center;
}
@media screen and (min-width:769px) and (max-width:1300px) {
	.global_menu li{
		margin: 0 0.5vw;
	}
	.global_menu li a{
		font-size: 1.1vw;
	}
	header #logo{
		width: 17vw;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.global_menu li{
		margin: 0 1vw;
	}
	.global_menu li a{
		font-size: 1.6vw;
	}
	header #logo{
		width: 20vw;
	}
}
@media screen and (max-width:768px) {
	header{
		padding:0;
	}
	header #logo{
		width: 160px;
		margin: 0 0 0 15px;
		position: relative;
		z-index: 3;
	}
}

/* ------------------------------------------------
	hamberger
------------------------------------------------ */
@media screen and (max-width:768px) {
	.bt_menu{
		line-height: 0;
	}
	.bt_menu label, .bt_close label{
		border-radius: 0;
		width: 50px;
		height: 50px;
		padding: 0;
		line-height: 1;
		font-size: 1rem;
	}
	.bt_menu label span{
		height: 2px;
		width: 20px;
		left: 15px;
	}
	.bt_menu label span:nth-child(1){
		top:15px;
	}
	.bt_menu label span:nth-child(2){
		top:24px;
	}
	.bt_menu label span:nth-child(3){
		bottom:15px;
	}
	.sp.bt_close{
		width: 100%;
		height: 50px;
		position: absolute;
		top:0;
		right: 0;
		background: #fff;
	}
	.bt_close label::before, .bt_close label::after{
		width: 20px;
	}
	.global_menu{
		overflow: hidden;
		padding-right: 0;
	}
	.global_menu .global_menu__inner{
		height: calc(100vh - 80px);
		margin-top: 34px;
		padding-top: 30px;
		overflow-y: auto;
	}
	.global_menu ul{
		display: block;
		border-bottom: none;
	}
	.global_menu ul,
	.global_menu .global_menu-contact{
		margin-right: 4.6875%;
	}
	.global_menu li a{
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #707070;
	}
	.global_menu .gm_tel{
		margin: 0;
	}
	.global_menu .btn{
		margin-top: 20px;
		margin-bottom: 60px;
	}
	
}

/* ------------------------------------------------
	footer
------------------------------------------------ */
footer .inner{
	padding: 0;
}
@media screen and (min-width:960px) and (max-width:1132px) {
	.footer_menu ul{
		margin-left: 2vw;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	footer .footer_menu{
		flex-wrap: wrap;
	}
	.footer_menu ul{
		width: 30%;
		margin-left: 3%;
	}
	.footer_menu ul:last-child{
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.footer_menu li a{
		padding:0 0 0 22px;
		background-position: left top 4px !important;
	}
}



/* ------------------------------------------------
	product
------------------------------------------------ */
/* about */
.product_about .h2_wrap {
	color:#333;
}
.product_about .h2_wrap h2{
	font-size: 2rem;
}
.product_about .aligncenter{
	margin-bottom: 30px;
}

/* nayami */
.product_nayami{
	max-width: 1100px;
	padding:50px 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.product_nayami .h2_wrap{
	margin-bottom: 30px;
}
@media screen and (max-width:768px) {
	.product_nayami.inner{
		width: 100%;
		padding:50px 20px;
	}
}

/* point */
.product_point .point{
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
	padding-bottom:100px ;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:768px) {
	.product_point .point{
		margin-bottom: 70px;
		padding-bottom:70px ;
	}
}
.product_point .point:last-child{
	margin-bottom: 0;
	padding-bottom:0 ;
	border-bottom: none;
}
.product_point .point:nth-child(odd) .point__txt{
	order: 2;
}
.product_point .point:nth-child(odd) .point__img{
	order: 1;
}
.product_point .point:nth-child(odd) .point-sub1,
.product_point .point:nth-child(odd) .point-sub2{
	order: 3;
}
.product_point .point__ttl{
	display: inline-block;
	color:#fff;
	padding:7px 30px;
	border-radius: 50px;
	margin-bottom: 30px;
	background: transparent linear-gradient(90deg, #0E92D7 0%, #0779CB 100%) 0% 0% no-repeat padding-box;
}
.product_point .point__txt{
	max-width:560px ;
	width: 46%;
}
.product_point .point__img{
	max-width:570px ;
	width: 48%;
}
.product_point .point-heading{
	color:#1571da;
	font-size: 2rem;
}
.product_point .point__txt .btn{
	margin: 30px 0 0;
}
@media screen and (max-width:768px) {
	.product_point .point__txt{
		max-width: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.product_point .point__img{
		max-width: none;
		width: 100%;
	}
	.product_point .point__ttl{
		margin-bottom: 20px;
	}
	.product_point .point-heading{
		font-size: 1.8rem;
	}
	.product_point .point:nth-child(odd) .point__txt{
		order: 1;
	}
	.product_point .point:nth-child(odd) .point__img{
		order: 2;
	}
	.product_point .point__txt .btn{
		margin: 20px auto;
	}
}
.product_point .point-sub1,
.product_point .point-sub2{
	width: 100%;
	align-items: center;
	margin-top: 50px;
}
.product_point .point-sub2{
	flex-wrap: wrap;
}
.product_point .point-sub1{
	background: #F1F5F7;
}
.product_point .point-sub1 .point-sub__img{
	max-width:420px ;
	width: 50%;
}
.product_point .point-sub1 .point-sub__txt{
	max-width: 680px;
	width: calc(50% - 60px);
	padding: 10px 30px ;
}
@media screen and (max-width:768px) {
	.product_point .point-sub1 .point-sub__img{
		max-width: none;
		width: 100%;
	}
	.product_point .point-sub1 .point-sub__img img{
		max-width: none;
		width: 100%;
	}
	.product_point .point-sub1 .point-sub__txt{
		width: calc(100% - 40px);
		padding: 20px;
	}
}
.product_point .point-sub2{
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.product_point .point-sub2 .point-sub__img{
	width: calc(100% - 250px);
	text-align: right;
}
.product_point .point-sub2 .point-sub__txt{
	width:230px ;
	line-height:3;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width:1000px) {
	.product_point .point-sub2 .point-sub__txt{
		font-size: 2vw;
		width: 30%;
	}
}
@media screen and (max-width:768px) {
	.product_point .point-sub2 .point-sub__img{
		width: 100%;
	}
	.product_point .point-sub2 .point-sub__txt{
		width:100% ;
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.product_point .point-sub2 .point-sub__txt .sp{
		display: inline-block;
	}
}

/* developer */
.product_developer.inner{
	max-width: 1000px;
}
.product_developer .h2_wrap{
	text-align: left;
}
.product_developer .pc_flex{
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_developer .product_developer__txt{
	max-width: 670px;
	width: 67%;
	text-align: left;
}
.product_developer .product_developer__img{
	max-width: 213px;
	width: 22%;
}
@media screen and (max-width:768px) {
	.product_developer .product_developer__txt,
	.product_developer .product_developer__img{
		max-width: none;
		width: 100%;
	}
	.product_developer .developer-pres{
		text-align: center;
	}
}
.product_developer .product_developer__img img{
	margin-bottom: 30px;
}
.product_developer .product_developer__txt .developer-block{
	margin-bottom: 40px;
}

.product_developer .product_developer__txt .developer-name{
	font-weight: 600;
}
.product_developer .product_developer__txt .developer-name .name{
	font-size: 2.6rem;
}
.product_developer .developer-detail dt{
	font-size: 2rem;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.product_developer .developer-detail dt .f-blue{
	font-size: 2rem;
}
.product_developer .developer-detail.paper{
	width: 100%;
}
.product_developer .developer-detail.paper dd{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/* voice */
.product_voice.inner{
	background: #fff;
	padding: 100px;
	max-width: 1000px;
}
.product_voice .h2_wrap{
	margin-bottom: 20px;
}
.product_voice .product_voice-lead{
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.product_voice .pc_flex{
	justify-content: space-between;
	margin-bottom: 30px;
}
.product_voice .product_voice__img{
	width: 130px;
}
.product_voice .product_voice__txt{
	width: calc(100% - 230px);
	background: #F1F5F7;
	border-radius:10px;
	padding: 30px;
	position: relative;
}
.product_voice .product_voice__txt:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #F1F5F7 transparent transparent;
	position: absolute;
	top:40px;
	left:-15px;
}
@media screen and (max-width:768px) {
	.product_voice.inner{
		padding: 50px 20px;
	}
	.product_voice .product_voice__img{
		margin: 20px auto;
	}
	.product_voice .product_voice__txt{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.product_voice .product_voice__txt h3{
		font-size: 1.6rem;
	}
	.product_voice .product_voice__txt:after{
		border-width: 0 7.5px 10px 7.5px;
		border-color: transparent transparent #F1F5F7 transparent;
		top:-10px;
		left:calc(50% - 7.5px);
	}
}
.product_voice .product_voice__txt h3{
	margin-bottom: 10px;
}

/* more */
.product_more.inner{
	padding: 0;
}
.product_more .pc_flex{
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}
.product_more .pc_flex li{
	width: 48%;
	list-style: none;
}
.product_more .pc_flex li a{
	display: block;
	padding: 30px;
	background: url(../images/icon-arw-grd.svg) no-repeat center right 30px #fff;
	border: 1px solid #DEE0E1;
	font-size: 2rem;
	font-weight: 600;
	transition: .3s;
}
@media screen and (max-width:768px) {
	.product_more .pc_flex li{
		width: 100%;
		margin-bottom: 30px;
	}
	.product_more .pc_flex li a{
		font-size: 1.8rem;
		padding:20px 25px;
	}
}


/* ------------------------------------------------
	function
------------------------------------------------ */
/* about */
.function_about.inner{
	padding-bottom: 0;
}
.function_about .function_about-title{
	font-size: 2.8rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
}
@media screen and (max-width:768px) {
	.function_about{
		width: 80%;
	}
	.function_about .function_about-title{
		font-size: 2rem;
	}
}
.function_about .pc_flex{
	list-style: none;
	justify-content: space-between;
	text-align: center;
	margin: 0;
}
.function_about .pc_flex li{
	width: 30%;
}
.function_about .pc_flex li a{
	background: linear-gradient(90deg, #0E92D7 0%, #1571da 100%);
	display: block;
	padding: 10px;
	color:#fff;
	transition: .3s;
	font-weight: 600;
	position: relative;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.function_about .pc_flex li a:after{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background:url(../images/icon-arw.svg) no-repeat center #fff ;
	background-size: 20px;
	transform: rotate(90deg);
	border-radius: 100%;
	transition: .3s;
	position: absolute;
	bottom:-10px;
	left:calc(50% - 15px);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.function_about .pc_flex li a:hover{
	opacity: 1;
}
.function_about .pc_flex li a:hover:after{
	bottom:-15px;
}
.function_about .pc_flex li .list-inner{
	border: 1px solid #fff;
	padding: 20px 10px;
}
@media screen and (max-width:768px) {
	.function_about .pc_flex li{
		width: 100%;
		margin-bottom: 30px;
	}
	.function_about .pc_flex li a{
		padding: 5px;
	}
	.function_about .pc_flex li .list-inner{
		padding: 20px 0;
	}
}
/* software */
/* software - base */
.function_software .function_software-title{
	color:#1571DA;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.function_software.inner{
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	margin-top: 175px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:768px) {
	.function_software.inner{
		padding: 50px 20px;
		margin-top: 135px;
	}
}
.function_software-inner{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.function_software .function_software-cont{
	margin-bottom: 50px;
}
.function_software .h2_wrap{
	margin-bottom: 70px;
}
.function_software .h2_wrap span{
	position: relative;
	display: inline-block;
}
.function_software .h2_wrap span:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #0E90D7 0%, #1473D9 100%) 0% 0% no-repeat;
	position: absolute;
	bottom:-20px;
	left:0;
}
@media screen and (max-width:768px) {
	.function_software .h2_wrap{
		margin-bottom: 50px;
	}
	.function_software .h2_wrap span:after{
		height: 3px;
	}
}
/* software - exp */
.function_software .function_software-exp dd{
	justify-content: space-between;
}
.function_software .function_software-exp dt{
	background: #F1F5F7;
	padding: 10px;
	border-radius: 50px;
}
.function_software .function_software-exp dd div{
	width: 48%;
	font-weight: 600;
	margin-left: 2%;
}
@media screen and (max-width:768px) {
	.function_software .function_software-exp dd div{
		width: 100%;
	}
}
/* software - contact */
.function_software .function_software-contact{
	padding:50px 30px;
	background: #F1F5F7;
	text-align: center;
}
.function_software .function_software-contact .h2_wrap{
	margin-bottom: 20px;
}
.function_software .function_software-contact .h2_wrap h2{
	font-size: 2rem;
}
@media screen and (max-width:768px) {
	.function_software .function_software-contact{
		padding:30px 20px;
	}
	.function_software .function_software-contact .h2_wrap h2{
		font-size: 1.8rem;
	}
}
.function_software .function_software-contact .txt{
	margin-bottom: 30px;
}
.function_software .function_software-contact .p_contact dl{
	border: none;
	padding:5px 20px;
}
.function_software .function_software-contact .p_contact dl:nth-child(1){
	border-right: 1px solid #1571DA;
}
@media screen and (max-width:768px) {
	.function_software .function_software-contact .p_contact dl{
		padding:0 0 30px;
	}
	.function_software .function_software-contact .p_contact dl:nth-child(1){
		border-right: none;
	}
	.function_software .function_software-contact .p_contact .p_contact__tel big{
		font-size: 2.8rem;
	}
	.function_software .function_software-contact .txt{
		font-size: 1.5rem;
	}
}
.function_software .function_software-contact .p_contact dt{
	margin-bottom: 10px;
}
.function_software .function_software-contact .p_contact .p_contact__mail .btn{
	max-width: 290px;
}
.function_software .function_software-contact .p_contact .p_contact__mail .btn a{
	padding: 20px;
}
.function_software .function_software-contact .p_contact small{
	display: block;
	margin-top: 10px;
}
.function_software .function_software-contact .p_contact .faq_menu{
	display: none;
}
/* software - whats */
.function_software .function_software-whats{
	padding: 50px;
	border: 5px solid rgba(21, 113, 218, 0.2);
}
.function_software .function_software-whats .function_software-whats__img{
	justify-content: center;
	margin-top: 50px;
}
.function_software .function_software-whats .function_software-whats__img img{
	margin: 0 20px;
}
@media screen and (max-width:768px) {
	.function_software .function_software-whats{
		padding: 30px 20px;
		border: 3px solid rgba(21, 113, 218, 0.2);
	}
	.function_software .function_software-whats .function_software-whats__img img{
		margin:0 0 20px ;
	}
}
/* software - detail */
.function_software .function_software-detail .function_software-title{
	text-align: left;
	margin-bottom: 20px;
}
.function_software .function_software-detail .function_software-detail__img{
	width: 50%;
	max-width: 456px;
	margin-right: 20px;
}
.function_software .function_software-detail .function_software-detail__txt{
	width: 40%;
}
@media screen and (max-width:768px) {
	.function_software .function_software-detail .function_software-detail__img{
		width: 100%;
		margin:0 0 20px;
	}
	.function_software .function_software-detail .function_software-detail__txt{
		width: 100%;
	}
}
/* software - btn */
.function_software .function_software-btn{
	max-width: 480px;
	margin-top: 70px;
}
@media screen and (max-width:768px) {
	.function_software .function_software-btn a{
		line-height: 1.4;
	}
}
/* hardware */
.function_hardware.inner{
	padding-top: 0;
}
.function_hardware .pc_flex{
	justify-content: space-between;
}
.function_hardware .function_hardware__box{
	width: 30%;
}
.function_hardware .function_hardware__box__img{
	margin-bottom: 20px;
}
.function_hardware .function_hardware__box__detail dt{
	color:#1571DA;
	font-size: 2rem;
}
@media screen and (max-width:768px) {
	.function_hardware .function_hardware__box__img{
		text-align: center;
	}
	.function_hardware .function_hardware__box{
		width: 100%;
		margin-bottom: 30px;
	}
	.function_hardware .function_hardware__box__detail dt{
		font-size: 1.8rem;
	}
}
/* spec */
.function_spec .function_spec-table{
	width: 100%;
	margin-bottom: 70px;
}
.function_spec .function_spec-table:last-child{
	margin-bottom: 0;
}
.function_spec .function_spec-table thead{
	background: linear-gradient(90deg, #0E92D7 0%, #1571DA 100%) ;
	padding:20px;
	font-size: 2rem;
	color:#fff;
	font-weight: 600;
}
.function_spec .function_spec-table table{
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}
.function_spec .function_spec-table th,
.function_spec .function_spec-table td{
	padding:10px 20px;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}
.function_spec .function_spec-table th{
	width: 350px;
}
.function_spec .function_spec-table td{
	background: #fff;
}
@media screen and (max-width:768px) {
	.function_spec .function_spec-table thead{
		font-size: 1.8rem;
	}
	.function_spec .function_spec-table th,
	.function_spec .function_spec-table td{
		padding:10px;
		width: calc(100% - 20px);
		display: block;
	}
}
