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

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.4;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	font: 62.5% Meiryo, "メイリオ", arial, clean, verdana, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";

}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% Meiryo, "メイリオ", arial, clean, verdana, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";
}

/*--- default */
body {
	background: #fff;
	text-align: center;
}


/* Link
----------------------------------------------------*/
a { color: #005FAA; text-decoration:none; font-weight:bold; }
a:hover,
a:active { color: #005FAA; text-decoration: underline; font-weight:bold; }
a:visited {
}
/*画像透過*/
a.imgHover:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.googlePage .fleft {
	float: none;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}
.inside_box { /* clearfix */
	zoom: 1;
}
.inside_box:after {
	content:'';
	display: block;
	clear: both;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.txt_narrow {
	letter-spacing: -1px;
}
.txt_space {
	letter-spacing: 1px;
}
.txt_indent {
	text-indent: 1em;
}
.pagemove {
	font-size:16px;
}


table {
	font-size:100%;
	line-height:160%;
}

th,
td {
}
th {
}
td {
}

.m2 { margin-bottom:2px;}
.m5 { margin-bottom:5px;}
.m6 { margin-bottom:6px;}
.m7 { margin-bottom:7px;}
.m8 { margin-bottom:8px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m13 { margin-bottom:13px;}
.m14 { margin-bottom:14px;}
.m15 { margin-bottom:15px !important;}
.m16 { margin-bottom:16px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}
.m70 { margin-bottom:70px;}
.m80 { margin-bottom:80px;}
.m90 { margin-bottom:90px;}
.m100 { margin-bottom:100px;}

.ml10 { margin-left:10px; display:inline;}
.ml15 { margin-left:15px; display:inline;}
.ml20 { margin-left:20px; display:inline;}
.ml25 { margin-left:25px; display:inline;}
.ml23 { margin-left:23px; display:inline;}
.ml28 { margin-left:28px; display:inline;}
.ml30 { margin-left:30px; display:inline;}
.ml43 { margin-left:43px; display:inline;}
.ml10_o { margin-left:10px;}
.ml20_o { margin-left:20px;}

.mr3 { margin-right:3px; display:inline;}
.mr7 { margin-right:7px; display:inline;}
.mr10 { margin-right:10px; display:inline;}
.mr15 { margin-right:15px; display:inline;}
.mr20 { margin-right:20px; display:inline;}
.mr30 { margin-right:30px; display:inline;}
.mr10_o { margin-right:10px;}
.mr20_o { margin-right:20px;}

.p20 { padding-bottom:20px;}
.p90 { padding-bottom:90px;}

.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.mt4 { margin-top:4px;}
.mt5 { margin-top:5px;}
.mt6 { margin-top:6px;}
.mt8 { margin-top:8px;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt28 { margin-top:28px;}
.mt60 { margin-top:60px;}

.flt { float:left;}
.flr { float:right;}

span.tar a{ text-align:right; float:right; font-weight:normal;}
.bold { font-weight: bold; font-size: 16px; }

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
	/*background: url(../images/bg.jpg) top repeat-x;*/
	color: #000;
	text-align: center;
	font-family:"メイリオ", Meiryo, arial, clean, verdana, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
}

#index {
	/*background:url(../images/bg_140917.jpg) repeat-x;*/
}

#index #wrapper{
	/*background:url(../images/bg_140917.jpg) repeat-x;*/
	width:100%;
}

#Page #wrapper{
	/*background:url(../images/bg2.jpg) repeat-x;*/
	width:100%;
}

#Page {
	/*background:url(../images/bg2.jpg) repeat-x;*/
}

#Page2 #wrapper{
	background:none;
	width:100%;
}

#Page2 {
	background:none;
}

#contactPage #wrapper{
	/*background:url(../images/bg2.jpg) repeat-x;*/
	width:100%;
}

#contactPage {
	/*background:url(../images/bg2.jpg) repeat-x;*/
}


#index #main{
	margin: 20px auto 0;
	width:1100px;
	text-align:left;
	line-height:1.7;
	font-size: 120%;
	display: flex;
	justify-content: space-between;
}

#Page #main{
	margin: 20px auto 0;
	width:1100px;
	text-align:left;
	line-height:1.7;
	font-size: 120%;
}

#contactPage #main{
	margin:0px auto;
	width:690px;
	text-align:left;
	line-height:1.7;
	font-size: 120%;
}

#mainimage {
	margin:0 auto;
	width:960px;
	/*height:422px;*/
	margin-bottom:26px;
	overflow:hidden;
	position: relative;
}
#mainimage area {
	outline: none;
}
#mainimage h3 {
	float:left;
}

#mainimage ul {
	list-style-type:none;
}

#mainimage .copy {
	position:absolute;
	top: 126px;
	left: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	font-weight: 700;
	/*padding-left: 5px;*/
	/*font-weight: bold;*/
	color: #333;
}

#mainimage ul li {
	float:left;
}

#locator {
    text-align: left;
    margin-bottom: 15px;
}
#locator a {
    color: #666;
    font-size: 11px;
    font-weight: normal;
}
#locator p {
    font-size: 11px;
    color: #666;
}


#index #content {
	float:left;
	width:470px;
	overflow:hidden;
	text-align:left;
	line-height:1.5;
	padding-bottom:40px;
	font-size:100%;
}

#Page #content {
	float:left;
	width:780px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:40px;
	font-size:100%;
}

#Page2 #content {
	float:left;
	width:780px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:40px;
	font-size:120%;
}

#Page2 #content2 {
	width:780px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:0px;
	font-size:120%;
	float:left;
}

#contactPage #content {
	width:690px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:40px;
	font-size:100%;
	margin:0 auto;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#header{
	margin:0px auto;
	width:100%;
	position:relative;
}
/*#index #header{
	margin:0px auto;
	width:100%;
	position:relative;
}*/

/*#index #header h1{
	float:left;
	position:absolute;
	top:11px;
	left:0;
	font-size:12px;
	color:#333;
	line-height:1.0;
}*/

#index #header h2{
	float:left;
	position:absolute;
	top:11px;
	right:0;
	font-size:12px;
	color:#333;
	line-height:1.0;
}

/*#Page #header{
	margin:0px auto;
	width:1100px;
	position:relative;
}*/

/*#Page #header h1{
	float:left;
	position:absolute;
	top:11px;
	left:0;
	font-size:12px;
	color:#333;
	line-height:1.0;
}*/

#Page #header h2{
	float:left;
	position:absolute;
	top:11px;
	right:0;
	font-size:12px;
	color:#333;
	line-height:1.0;
}

#contactPage #header{
	margin:0px auto;
	width:690px;
	position:relative;
	height:90px;
}

#contactPage #header h1{
	float:left;
	position:absolute;
	top:11px;
	left:0;
	font-size:10px;
	color:#bbb;
	line-height:1.0;
}

#contactPage #header h2{
	float:left;
	position:absolute;
	top:11px;
	right:0;
	font-size:10px;
	color:#bbb;
	line-height:1.0;
}

/*.logo {
	float:left;
	position:absolute;
	top:31px;
	left:0;
}*/

.h_img {
	position:absolute;
	top:30px;
	right:0;
	float:left;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#index #footer, #Page #footer {
    width: 100%;
    text-align: center;
    float: none;
    line-height: 1.5;
    margin: 60px auto -13px;
    /* background: url(../images/fbg.jpg) repeat-x; */
    color: #333;
    font-size: 12px;
    border-top: 1px solid #8da5d5;
    background: #f3f6fe;
    position: relative;
}

#index #footer a {
	color:#005faa;
	text-decoration:none;
}

#index #footer a:hover {
	color:#005faa;
	text-decoration:underline;
}

#index #foot {
    width: 1024px;
    /* height: 526px; */
    margin: 0 auto;
    /* background: url(../images/fbg.jpg) repeat-x; */
    position: relative;
}

#footBtm {
	background: #016DB6;
	color: #FFF;
	padding: 10px 0;
	margin-top: 20px;
}
#footBtminner {
	margin:0 auto;
	padding: 24px 0 19px 0;
	width:1024px;
	background: #DADCDD;
}

#Page #footer a {
	color:#005faa;
	text-decoration:none;
}

#Page #footer a:hover {
	color:#005faa;
	text-decoration:underline;
}


#index #foot, #Page #foot {
    width: 1024px;
    /* height: 526px; */
    margin: 0 auto;
    /* background: url(../images/fbg.jpg) repeat-x; */
    position: relative;
}

#contactPage #footer{
	width:100%;
	text-align:center;
	float:left;
	line-height:1.5;
	margin:0 auto;
	background:url(../images/fbg.jpg) repeat-x;
	color:#333;
	font-size:12px;
}

#contactPage #footer a {
	color:#005faa
	;
	text-decoration:none;
	font-weight:lighter;
}

#contactPage #footer a:hover {
	color:#005faa;
	text-decoration:underline;
	font-weight:lighter;
}

#contactPage #foot {
	width:690px;
	height:107px;
	margin:0 auto;
	background:url(../images/fbg.jpg) repeat-x;
	position:relative;
	text-align:left;
	line-height:1.5;
	overflow:hidden;
}



.footer_logo {
	position:absolute;
	top:46px;
	left:0px;
	float:left;
}
.footer_pmark {
	position:absolute;
	top:37px;
	right:0px;
}

.footer_txt01 {
	position:absolute;
	top:131px;
	left:0px;
	float:left;
	width:169px;
	background:url(../images/fbdr.jpg) repeat-y right top;
}

.footer_txt01 ul {
	list-style-type:none;
}

.footer_txt01 ul li {
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
}

.footer_txt02 {
	position:absolute;
	top:131px;
	left:188px;
	float:left;
	width:235px;
	background:url(../images/fbdr.jpg) repeat-y right top;
}

.footer_txt02 ul {
	list-style-type:none;
}

.footer_txt02 ul li {
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
}

.footer_txt03 {
	position:absolute;
	top:131px;
	left:440px;
	float:left;
	width:520px;
	background:url(../images/fbdr.jpg) repeat-y right top;
}

.footer_txt03 ul {
	list-style-type:none;
}

.footer_txt03 ul li {
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
	float: left;
	width: 150px;
	margin-right: 10px;
}

.footer_txt04 {
	position:absolute;
	top:131px;
	left:654px;
	float:left;
	width:177px;
	background:url(../images/fbdr.jpg) repeat-y right top;
}

.footer_txt04 ul {
	list-style-type:none;
}

.footer_txt04 ul li {
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
}

.footer_txt05 {
	position:absolute;
	top:131px;
	left:877px;
	float:left;
	width:93px;
}

.footer_txt05 ul {
	list-style-type:none;
}

.footer_txt05 ul li {
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
}

.pagetop {
	position:absolute;
    top: -27px;
	right:0;
	float:right;
}

#index #copy {
	/*position:absolute;
	top:333px;
	left:339px;
	float:left;*/
	text-align:center;
}

#Page #copy {
	/*position:absolute;
	top:333px;
	left:339px;
	float:left;*/
	text-align:center;
}

#contactPage #copy {
	position:absolute;
	top:66px;
	right:0px;
	float:left;
}

#copyright {
width:1024px;
text-align:center;
float:left;
line-height:50px;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#nav {
	display: none;
}

#index #nav {
	width:295px;
	float:right;
	overflow:hidden;
	padding-bottom:40px;
	display: block;
}
/*#Page #nav {
	width:250px;
	float:right;
	overflow:hidden;
	padding-bottom:40px;
}
#Page2 #nav {
	width:250px;
	float:right;
	overflow:hidden;
	padding-bottom:40px;
}
#contactPage #nav {
	width:250px;
	float:right;
	overflow:hidden;
	padding-bottom:40px;
}*/

.nav_box01 {
	/*width:250px;
	float:left;*/
}

.nav_box01 p {
	margin-bottom:10px;
}

#gnav ul li {
	font-size: 16px;
}

#gnav ul li.gnav01 {
	width: 209px;
	text-align: left;
}
#gnav ul li.gnav08 {
	width: 126px;
	text-align: right;
}
#gnav ul li.gnav09 {
	width: 108px;
	text-align: right;
}
#gnav li a {
    display: block;
}
/****************************************************************/
#nav .resoList {
	background: url(../images/reso_nav02.jpg) repeat-y 0 0;
}
#nav .resoList .inner {
	background: url(../images/reso_nav03.jpg) no-repeat 0 bottom;
}
#nav .resoList p {
	margin: 0 0 10px 0;
}
#nav .resoList li {
	background: url(../images/resoList_icon.png) no-repeat 0 6px;
	padding: 0 0 8px 12px;
	margin: 5px 10px 8px 10px;
	border-bottom: 1px dotted #1F91D2;
}
#nav .resoList li a {
	font-weight: normal;
}
#nav .resoList li a:hover {
	text-decoration: underline;
}
#nav .resoList_03 {
	background: url(../images/reso_nav02.jpg) repeat-y 0 0;
	padding: 5px 0 0 0;
}
.dis_label {
	color: #ADADAD;
	display: block;
	margin: 5px 0;
	font-size: 14px;
	font-weight: 100;
}

.resoList_dis dl {
	margin: 0 0 15px 0;
	border: 1px solid #D0D0D0;
}
.resoList_dis dl a {
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.resoList_dis dl a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.resoList_dis dt {
	font-size: 16px;
	font-weight: bold;
	background: url("../images/common/arrow-right-s-line_bl.png") no-repeat left 5px;
	padding: 0 0 0 15px;
}
.resoList_dis dd {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 100;
	color: #000;
}
.reso_detail dt {
	color: #ADADAD;
	display: block;
  margin-bottom: 20px;
  font-size: 16px;
	font-weight: 100;
}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
.top_h4 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #c1c9dd;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    background: #f3f6fe;
    line-height: 26px;
}
.top_h4 a {
    position: absolute;
    top: 16px;
    right: 14px;
	background: #004C9F;
    color: #fff;
    padding: 0 13px;
    font-size: 13px;
}
.top_h4 a:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.top_h4_a {
	top: 30px!important;
}

.top_featureBox {
	background: url(../images/top_feature_bg.jpg);
	padding: 10px 0 0 10px;
	float: left;
}
.top_featureBox dl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 330px;
}
.top_featureBox dl dd {
	padding: 5px;
	background: #FFF;
}
.top_featureSbox {
	background: url(../images/top_feature_service_bg.png) no-repeat left top;
	padding: 45px 0 11px 11px;
	float: left;
	margin-bottom:40px;
}
.top_featureSbox li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.top_googleBox {
	width:780px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	line-height:1.5;
}


.top_box01 {
	width:780px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	background:url(../images/top_box01_bg.jpg) repeat-y;
	line-height:1.5;
}

.top_box01_top {
	width:780px;
	height:6px;
	background:url(../images/top_box01_top.jpg) no-repeat;
	overflow:hidden;
	float:left;
}

.top_box01_btm {
	width:780px;
	height:6px;
	background:url(../images/top_box01_btm.jpg) no-repeat;
	overflow:hidden;
	float:left;
}

.top_box02_1 {
	margin-bottom: 40px;
}

/*.top_box02_1 {
	width:682px;
	float:left;
	overflow:hidden;
	margin-left:4px;
	display:inline;
}*/
.top_box02_1 a {
    display: block;
    float: left;
	margin: 0 8px 8px 0;
}
/*.top_box02 {
	width:340px;
	height:101px;
	float:left;
	background:url(../images/top_box02_bg2.jpg) no-repeat;
	overflow:hidden;
}*/

.top_box02 {
	width:340px;
	float:left;
	background:url(../images/top_box02_bg3.jpg) no-repeat left bottom;
	overflow:hidden;
}
.top_box02 a{
	width:330px;
	float:left;
	margin:9px 0 0 12px;
	display:inline;
	cursor:pointer;
}

.top_box02 a {
	text-decoration:none;
	color:#424548;
	font-weight:lighter;
	float:left;
	cursor:pointer;
}

.top_box02 a:hover {
	text-decoration:underline;
	color:#424548;
	font-weight:lighter;
	float:left;
	cursor:pointer;
}

.top_box02 a span.n00 {
	width:80px;
	float:left;
	margin-right:19px;
	display:inline;
}

.top_box02 a span.n01 {
	margin-top:10px;
	margin-bottom:13px;
	width:216px;
	float:left;
}

.top_box02 a span.n02 {
	width:216px;
	float:left;
}
.top_box02 a div.n02 {
	width:216px;
	float:left;
}

.top_box02 a span.n03 {
	/*margin-top:5px;*/
	margin-bottom:10px;
	width:216px;
	float:left;
	background:url(../images/arr.jpg) no-repeat 0 3px;
	text-indent:19px;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
a.imgHover:hover span.n03{
	color: #005FAA;
}

.top_box03 {
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.top_box03 dl {
	/*border-bottom:1px solid #ddd;
	float:left;
	padding-bottom:8px;
	padding-top:8px;*/
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	position: relative;
}

.top_box03 dl:first-of-type {
	border-top: 1px solid #ccc;
}

.top_box03 dl img {
	position: absolute;
	top: 40%;
	right: 20px;
}

.top_box03 dl dt {
	width:96px;
	float:left;
	margin-left:8px;
	display:inline;
	font-weight:bold;
	font-size: 22px;
	color: #5587c5;
}

.top_box03 dl dd {
    /*width: 338px;*/
   /* float: left;*/
	margin-bottom: 20px;
}

.top_box03 dl dd:first-of-type {
    /*width: 338px;*/
   /* float: left;*/
	margin-bottom: 0;
}

.faqList dd span img {
    margin: 0 5px 5px 0;
}
.top_box03 dl dd span {
	color:#005FAA;
	font-weight:bold;
	display:block;
	/*width:576px;*/
	margin-top:7px ;
	margin-bottom:4px;
	margin-left: 20px;
	margin-right: 50px;
	font-size: 14px;
	position: relative;
}

.top_box03 dl dd span img {
	position: absolute;
	right: 10px;
	top:20%;
}

dd.faq_second_ttl {
    margin-bottom: 6px;
    font-size: 22px;
	color:#5587c5;
	font-weight:bold;
	display: flex;
}
dd.faq_second_ttl span a {
	display: block;
}
dl.faqList {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
/*.top_box03 dl dd div.cat span {
	color:#666666;
	padding-left:14px;
	font-size:90%;
	background: url(../images/icon_faqtag.png) no-repeat left center;
	font-weight:normal;
	display:inline;
	margin-right: 15px;
	font-weight: bold;
}*/
.top_box03 dl dd div.cat span.icon span {
    padding: 1px 6px;
    background: #a6a6a6;
    font-size: 83%;
    color: #fff;
    display: inline;
    font-weight: bold;
}
.top_box03 dl dd div.cat span.icon {
    /* background: url(../images/icon_faqbg.png) repeat-x left center; */
    /* padding: 2px 8px 4px 5px; */
    margin-right: 6px;
    display: inline;
}

.top_box03 dl dd.new {
    background: url(../images/new.png) no-repeat 13px 2px;
    text-indent: 33px;
}

.top_box03 dl { /* clearfix */
	zoom: 1;
}
.top_box03 dl:after {
	content:'';
	display: block;
	clear: both;
}
.top_box03 dl.bg {
	padding-bottom:8px;
	padding-top:8px;
}

.top_box03 dl.bg dt {
	width:96px;
	float:left;
	margin-left:8px;
	display:inline;
	font-weight:bold;
}

.top_box03 dl.bg dd {
	width:576px;
	float:left;
}

.top_box03 dl.bg dd span {
	color:#005FAA;
	font-weight:bold;
	display:block;
	width:576px;
	margin-top:4px;
	margin-bottom:4px;
}
.top_box03 dl.bg dd span.cat {
	color:#FFF;
	padding:4px 4px 2px 4px;
	font-size:90%;
	background:#ccc;
	font-weight:normal;
	display:inline;
}

.top_box03 dl.bg dd.new {
	background:url(../images/new.jpg) no-repeat 15px 0;
	text-indent:40px;
	width:586px;
	float:left;
}

.top_box03 dl.bg dd p {
	width:586px;
	float:left;
	text-indent:0;
	padding-bottom:0;
	margin-bottom:0;
}

.top_box03 dl dd p {
	width:586px;
	float:left;
	text-indent:0;
	padding-bottom:0;
	margin-bottom:0;
}

.top_box04 {
	width:670px;
	float:left;
	margin-bottom:20px;
}

.top_box04 dl {
	width:670px;
	border-bottom:1px dotted #bbb;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}

.top_box04 dl dt {
	width:96px;
	float:left;
	margin-left:8px;
	display:inline;
	font-weight:bold;
}

.top_box04 dl dd {
	width:566px;
	float:left;
}

.top_box04 dl dd span {
	color:#005FAA;
	font-weight:bold;
	display:block;
	width:586px;
	margin-bottom:8px;
}

.top_box04 dl dd.new {
	background:url(../images/new.jpg) no-repeat;
	text-indent:43px;
}

.top_box05 {
	width:760px;
	margin-bottom:20px;
	line-height:1.5;
	margin-left:10px;
}

.top_box05 span.n03 {
	/*margin-top:5px;*/
	margin-bottom:10px;
	width:253px;
	float:left;
	/*background:url(../images/arr.jpg) no-repeat 0 3px;*/
	/*text-indent:19px;*/
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.top_box05 span.n03 img {
	margin-right: 5px;
}

.top_box06 {
	width:688px;
	float:left;
	margin-bottom:20px;
	line-height:1.5;
	border: 1px solid #DDDDDD;
}

.top_box06 ul {
	width:672px;
	float:left;
	padding:4px 0;
	margin: 0 8px;
}

.top_box06 ul li {
	float:left;
	width:660px;
	color:#005FAA;
	margin-top:4px;
	margin-bottom:4px;
	padding-left: 12px;
	background: url(../images/common_icon_list.jpg) no-repeat left center;
}
.top_box06 a {
	text-decoration: underline;
	font-weight: normal;
}
.top_box06 a:hover {
	text-decoration: none;
	font-weight: normal;
}

/* feature
------------------------------------------------------------------------*/
.inside_h3 {
	margin-bottom:10px;
	display: none;
}

.inside_h4 {
	margin-bottom:15px;
}

.inside_h5 {
	margin-bottom:10px;
}

.inside_h5_bg {
	width: 780px;
	height:30px;
	background:url(../images/pop_h5.jpg) no-repeat #FFF5E5;
	line-height:30px;
	text-indent:13px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom:13px;
	font-size: 14px;
	float:left;
}

.inside_box {
	/*width:780px;*/
	/*float:left;*/
}

.inside_boxc {
	/*width:780px;*/
	text-align:center;
}

.inside_boxr {
	/*width:780px;*/
	float:left;
	text-align:right;
}

.inside_box_ir {
	/*width:780px;*/
	float:left;
}

.inside_box_ir img {
	float:right;
	margin-left:10px;
	display:inline;
	padding-bottom:10px;
}

.inside_box_il {
	width:100%;
	float:none;
	zoom: 1;
}
.inside_box_il:after {
    /* width: 780px; */
    content: '';
 display: block;
 clear: both;;
}
.inside_box_il img {
	margin-right:5px;
	display:block;
	padding-bottom:10px;
}

.fea_box01 {
	width:700px;
	float:left;
	position:relative;
	margin-left: 20px;
}

.fea_box01 ul {
	list-style-type:none;
}

.fea_box01 ul li {
	float:left;
	display:inline;
}
.fea_box01 ul.center li {
	display: block;
	float: none;
}

.fea_box02 {
    width: 778px;
    height: 243px;
    /* float: left; */
    position: relative;
    border: 1px solid #c1c9dd;
    background: #f3f6fe;
    /* text-align: center; */
	margin: 40px auto 0;
	clear: both;
}
p.n000 {
    position: absolute;
    top: 3px;
    left: 3px;
}
.fea_box02 p.n01 {
    position: absolute;
    top: 100px;
    left: 40px;
}

.fea_box02 p.n02 {
    position: absolute;
    top: 100px;
    right: 40px;
}

.fea_box02 p.n03 {
    position: absolute;
    top: 170px;
    left: 40px;
}

.fea_box02 p.n04 {
    position: absolute;
    top: 170px;
    left: 280px;
}

.fea_box02 p.n05 {
    position: absolute;
    top: 170px;
    left: 520px;
}

#index .fea_box02 {
	display:none;
}

#contactPage .fea_box02 {
	display:none;
}


.fea_box03 {
	width:920px;
	height:207px;
	float:left;
	position:relative;
}

.fea_box03 p.n01 {
	position:absolute;
	top:0;
	left:0;
}

.fea_box03 p.n02 {
	position:absolute;
	top:81px;
	left:480px;
}

.fea_box03 p.n03 {
	position:absolute;
	top:147px;
	left:10px;
}

.fea_box03 p.n04 {
	position:absolute;
	top:147px;
	left:313px;
}

.fea_box03 p.n05 {
	position:absolute;
	top:147px;
	left:617px;
}

/* google_detail
------------------------------------------------------------------------*/
/*.good_box01 {
	float:left;
	width:780px;
}*/

.good_box01 p {
	font-size:20px;
	font-weight:bold;
	color:#005FAA;
	line-height:1.4;
}

/* first
------------------------------------------------------------------------*/
.fir_box01 {
	width:780px;
	float:left;
}

.fir_box02 {
	width:160px;
	float:left;
	background:url(../images/fir_bg01.jpg) no-repeat left bottom;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:17px;
	display:table;
	position:relative;
}

.fir_box02 p {
	display:table-cell;
	vertical-align:middle;
}

*html .fir_box02 p {
	position:absolute;
	top:55px;
	left:55px;
}

*:first-child+html .fir_box02 p {
	position:absolute;
	top:55px;
	left:55px;
}

.fir_box03 {
	width:160px;
	height:98px;
	float:left;
	background:url(../images/fir_bg02.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:17px;
	display:table;
	position:relative;
}

.fir_box03 p {
	display:table-cell;
	vertical-align:middle;
}

*html .fir_box03 p {
	position:absolute;
	top:35px;
	left:55px;
}

*:first-child+html .fir_box03 p {
	position:absolute;
	top:35px;
	left:55px;
}

.fir_box04 {
	width:160px;
	height:77px;
	float:left;
	background:url(../images/fir_bg03.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:17px;
	display:table;
	position:relative;
}

.fir_box04 p {
	display:table-cell;
	vertical-align:middle;
}

*html .fir_box04 p {
	position:absolute;
	top:25px;
	left:55px;
}

*:first-child+html .fir_box04 p {
	position:absolute;
	top:23px;
	left:55px;
}

.fir_box05 {
	width:510px;
	float:right;
	border: 1px solid #ACCB45;
}

.fir_box05 div.ttl {
	width:510px;
	height:35px;
	background:#ACCB45;
	float:left;
	line-height:35px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
}

.fir_box05 div.cont2 {
	width:510px;
	height:63px;
	background:url(../images/fir_bg04.jpg) repeat;
	float:left;
}

.fir_box05 div.cont3 {
	width:510px;
	height:42px;
	background:url(../images/fir_bg04.jpg) repeat;
	float:left;
}
.fir_box05 div.cont {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	float:left;
}
.fir_box05 div.cont p {
	width:490px;
}
.fir_box05 div.cont p span {
	width:480px;
	text-align:right;
	display:block;
}

.fir_box05 div.cont p span a {
	color:#3F4546;
}

.fir_box05 div.cont2 p {
	width:480px;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}

.fir_box05 div.cont2 p span {
	width:480px;
	text-align:right;
	display:block;
}

.fir_box05 div.cont2 p span a {
	color:#3F4546;
}

.fir_box05 div.cont3 p {
	width:480px;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}

.fir_box05 div.cont3 p span {
	width:480px;
	text-align:right;
	display:block;
}

.fir_box05 div.cont3 p span a {
	color:#3F4546;
}

.fir_arr {
	width:780px;
	float:left;
	margin:10px 0 10px 0;
}

.fir_arr p {
	float:left;
	margin-left:60px;
	display:inline;
}

/* ikou
------------------------------------------------------------------------*/
.iko_box01 {
	width:780px;
	height:110px;
	float:left;
	position:relative;
	margin-bottom:30px;
}

.iko_box01 p {
	position:absolute;
	top:0;
	left:0;
	float:left;
}

.iko_box01 ul {
	list-style-type:none;
	position:absolute;
	top:0;
	left:0;
	float:left;
}

.iko_box01 ul li {
	margin-left:10px;
	float:left;
	display:inline;
	margin-top:50px;
}

.iko_box02 {
	width:780px;
	height: 70px;
	float:left;
	position:relative;
	background: url(../images/iko_bg2.jpg) no-repeat left top;
}

.iko_box02 ul {
	list-style-type:none;
	position:absolute;
	padding-left: 10px;
	float:left;
}

.iko_box02 ul li {
	float:left;
	display:inline;
	margin: 10px 0 10px 0;
}


/* popup
------------------------------------------------------------------------*/
.pop_h5 {
	width:217px;
	height:20px;
	background:url(../images/pop_h5.jpg) no-repeat;
	float:left;
	line-height:20px;
	text-indent:13px;
	font-weight:bold;
	margin-bottom:10px;
}

.pop_box01 {
	width:710px;
	float:left;
	position:relative;
}

.pop_box02 {
	width:217px;
	float:left;
	margin-right:19px;
}

.pop_box02 img {
	margin-bottom:15px;
}

table.tab{
	border-collapse:collapse;
	border:1px solid #ddd;
}

table.tab td{
	border:1px solid #ddd;
	padding:10px;
	text-align:left;
}
table.tab td.rig{
	border:1px solid #ddd;
	padding:10px;
	text-align:right;
}

table.tab td.cl{
	border:1px solid #ddd;
	padding:10px;
	text-align:left;
	background:url(../images/td_bg.jpg) no-repeat;
}

table.tab td.cent{
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
}
table.tab td.bg{
	background:url(../images/th_bg.jpg) no-repeat;
	font-weight:bold;
}

table.tab td ul li {
	float: left;
	margin-right: 15px;
}

table.tab th {
    border: 1px solid #ddd;
    padding: 10px;
    background: #f3f6fe;
    text-align: left;
    font-weight: bold;
}

table.tab th.cent{
	border:1px solid #ddd;
	padding:10px;
	background:url(../images/th_bg.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
}
table.tab th.rig{
	border:1px solid #ddd;
	padding:10px;
	background:url(../images/th_bg.jpg) no-repeat;
	text-align:right;
	font-weight:bold;
}

table.resultTable{
	border-collapse:collapse;
	border:1px solid #ddd;
}

table.resultTable tr{
	font-size: 16px;
}

table.resultTable td{
	border:1px solid #ddd;
	padding:10px;
	text-align:left;
	font-size: 14px;
}

table.resultTable td.cl{
	border:1px solid #ddd;
	padding:3px 5px;
	text-align:left;
	background:url(../images/td_bg.jpg) no-repeat;
}

table.resultTable td.cent{
	border:1px solid #ddd;
	padding:3px 5px;
	text-align:center;
}
table.resultTable tr.bg td{
	background: #F3F6FE;
}

table.resultTable th{
	border:1px solid #ddd;
	padding:3px 5px;
	background:#1B83C6;
	text-align:left;
	font-weight:bold;
	color: #FFFFFF;
}

table.resultTable th.cent{
	border:1px solid #ddd;
	padding:13px 0 10px;
	background:#1B83C6;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
}



table.tab02{
	border-collapse:collapse;
	border:1px solid #ddd;
}

table.tab02 td{
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
}

table.tab02 td.cl{
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
	background: #FFE0D9;
}

table.tab02 td.left{
	border:1px solid #ddd;
	padding:10px;
	text-align:left;
}

table.tab02 th{
	border:1px solid #ddd;
	padding:10px;
	background:#f3f6fe;
	text-align:center;
	font-weight:bold;
}
table.tab02 th.cl{
	border:1px solid #ddd;
	padding:10px;
	background: #FFCABD;
	text-align:center;
	font-weight:bold;
}
table.tab02 th.left{
	border:1px solid #ddd;
	padding:10px;
	background:url(../images/th_bg.jpg) no-repeat;
	text-align:left;
	font-weight:bold;
}

/* casestudy
------------------------------------------------------------------------*/
.cas_box02 {
	text-align:center;
	width:780px;
	float:left;
}

.cas_box02 ul {
	list-style-type:none;
	text-align:center;
	display:inline;
}


.cas_box02 ul li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

.cas_box02 ul li a{
	width:40px;
	height:30px;
	background:url(../images/number_off.jpg) no-repeat;
	line-height:30px;
	text-align:center;
	display:inline-block;
	overflow:hidden;
}

.cas_box02 ul li a:hover {
	background:url(../images/number_on.jpg) no-repeat;
}

.cas_box02 ul li.currentPage a {
	background:url(../images/number_on.jpg) no-repeat;
}

.cas_box02 ul li.currentPage a:hover {
	background:url(../images/number_on.jpg) no-repeat;
}


.cas_box02 ul li.previousPage a{
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../images/prev.jpg) no-repeat;
}

.cas_box02 ul li.previousPage a:hover{
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../images/prev_on.jpg) no-repeat;
}

.cas_box02 ul li.nextPage a{
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../images/next.jpg) no-repeat;
}

.cas_box02 ul li.nextPage a:hover{
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../images/next_on.jpg) no-repeat;
}

/* casestudy_detail
------------------------------------------------------------------------*/
.casd_box01 {
	width:780px;
	float:left;
	background:url(../images/casd_bg01.jpg) repeat;
}

.casd_box01 p {
	width:650px;
	float:left;
	margin:10px 0 0 15px;
	display:inline;
}

.casd_box01_top {
	width:780px;
	float:left;
	height:35px;
	overflow:hidden;
}

.casd_box01_btm {
	width:780px;
	float:left;
	height:15px;
	overflow:hidden;
	background:url(../images/casd_btm01.jpg) no-repeat;
}

.casd_box02 {
	width:780px;
	float:left;
	background:url(../images/casd_bg02.jpg) repeat;
}

.casd_box02 p {
	width:650px;
	float:left;
	margin:10px 0 0 15px;
	display:inline;
}

.casd_box02_top {
	width:780px;
	float:left;
	height:35px;
	overflow:hidden;
}

.casd_box02_btm {
	width:780px;
	float:left;
	height:15px;
	overflow:hidden;
	background:url(../images/casd_btm02.jpg) no-repeat;
}

.casd_box03 {
	width:780px;
	float:left;
	background:url(../images/casd_bg03.jpg) repeat;
}

.casd_box03 p {
	width:650px;
	float:left;
	margin:10px 0 0 15px;
	display:inline;
}

.casd_box03_top {
	width:780px;
	float:left;
	height:35px;
	overflow:hidden;
}

.casd_box03_btm {
	width:780px;
	float:left;
	height:15px;
	overflow:hidden;
	background:url(../images/casd_btm03.jpg) no-repeat;
}

/* faq
------------------------------------------------------------------------*/

.faq_box01 {
    /* width: 688px; */
    /* line-height: 54px; */
    float: none;
    margin-bottom: 20px;
    background: #f3f6fe;
		padding: 10px;
}

.faq_box01 select {
	width:200px;
	height: 28px;
	border:1px solid #ccc;
}

.faq_box01 #faqButton {
	width: 60px;
	margin: 0;
	padding: 3px 5px;
	color: #fff;
	background: url(../images/input_button_bg.gif) repeat-x top left #004c9f;
	border: none;
}

.faq_box01 .faqSearchTitle {
	font-weight:bold;
}

.faq_box01 ul {
	list-style-type:none;
	margin-left:13px;
	display: flex;
	align-items: center;
}

.faq_box01 li {
	color: #004c9f;
}

.faq_box01 ul li {
	float:left;
	margin-right:10px;
}

.faq_box02 {
	width: 780px;
	float:left;
}

.faq_box02 div.title {
	width:780px;
	float:left;
	background-color: #FFF;
}
.faq_box02 div.contbox {
    width: 778px;
    float: left;
    border: 1px solid #d9deec;
	border-top: none;
}

.faq_box02 div.cont {
    /* float: left; */
    margin: 10px;
    /* padding-bottom: 15px; */
}
.faq_box02 .question {
    /* font-weight: bold; */
    font-size: 14px;
    /* color: #005FAA; */
}

.faq_box03 {
	width: 100%;
	/* float:left; */
	margin-bottom: 10px;
	background: #f8faff;
	padding: 20px;
	display: flex;
}

.faq_box03 div.title {
	  font-size: 22px;
		color:#0455ae;
		font-weight:bold;
		margin-right: 20px;
}

.faq_box03 div.contbox {
    width: 86%;
}
.faq_box03 div.cont {
    /* width: 750px; */
    /* float: left; */
    margin: 0 10px 10px 10px;
    padding-top: 10px;
		font-size: 16px;
}
.under_txt_link {
	margin-bottom: 60px;
}

ul.under_txt_link li {
    padding-left: 20px;
    background: url("../images/common/arrow-right-s-line_bl.png") no-repeat left 5px;
    list-style: none !important;
	font-size: 16px;
}
ul.under_txt_link li a {
    font-weight: 100;

}
/* price
------------------------------------------------------------------------*/
.emp01 {
	color:#FE3442;
}
.emp02 {
	color: #00F;
}
.emp03 {
	color: #F00;
}
.emp04 {
	color: #060;
	font-weight: bold;
}

.emp_con {
	color:#FE3442;
	font-weight:lighter;
}

.pri_cat {
	width:780px;
	height:30px;
	line-height:30px;
	background:#ededed;
}

.pri_cat ul {
	list-style-type:none;
}

.pri_cat ul li {
	float:left;
}

.pri_cat ul li.pri_cat01 {
	background:url(../images/price_icon01.png) no-repeat 0 5px;
	text-indent:65px;
	margin-left:10px;
	display:inline;
}

.pri_cat ul li.pri_cat02 {
	background:url(../images/price_icon02.png) no-repeat 0 5px;
	text-indent:65px;
	margin-left:20px;
	display:inline;
}

.pri_cat ul li.pri_cat03 {
	background:url(../images/price_icon03.png) no-repeat 0 5px;
	text-indent:135px;
	margin-left:20px;
	display:inline;
}
/* company
------------------------------------------------------------------------*/
.com_box01 {
	width:780px;
	float:left;
}

.com_box01 dl {
	width:780px;
	float:left;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
	padding-top:8px;
}

.com_box01 dl dt {
	width:93px;
	float:left;
	margin-left:6px;
	display:inline;
	font-weight:bold;
}

.com_box01 dl dd {
	width:570px;
	float:left;
}

.com_box01 dl.bg {
	width:780px;
	float:left;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
	padding-top:8px;
	background:url(../images/com_bg.jpg) repeat;
}

.com_box01 dl dt {
	width:93px;
	float:left;
	margin-left:6px;
	display:inline;
	font-weight:bold;
}

.com_box01 dl dd {
	width:570px;
	float:left;
}

/* suggest
------------------------------------------------------------------------*/
.sug_box01 {
	width:780px;
	float:left;
	background:url(../images/sug_bg.jpg) repeat;
	font-size:14px;
}

.sug_box01 ul {
	list-style-type:none;
	float:left;
	margin:15px 0 0 15px;
	display:inline;
}

.sug_box01 ul li {
	float:left;
	background:url(../images/sug_icon.jpg) no-repeat;
	width:633px;
	padding-left:27px;
	padding-bottom:15px;
	line-height:1.4;
	padding-top:3px;
}

/* request
------------------------------------------------------------------------*/
.req_box01 {
	width:780px;
	float:left;
	background:url(../images/req_bg.jpg) no-repeat;
	height:126px;
	font-size:14px;
}

.req_box01 ul {
	list-style-type:none;
	float:left;
	margin:40px 0 0 15px;
	display:inline;
}

.req_box01 ul li {
	float:left;
	background:url(../images/sug_icon.jpg) no-repeat;
	width:633px;
	padding-left:27px;
	padding-bottom:5px;
	line-height:1.4;
	padding-top:3px;
}



/* partner
------------------------------------------------------------------------*/
#tabs {
	float:left;
	width:780px;
	background:url(../images/top_tabbox_bg.jpg) repeat-y;
	border-bottom:1px solid #ccc;
}

#tabs ul {
	list-style:none;
	float:left;
	background:url(../images/tab_bg.jpg) repeat-x;
	height:45px;
	width:780px;
}

#tabs li {
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
}

#tabs li#rel1 {
	margin-right:6px;
	display:inline;
}

#tabs li#rel2 {
	margin-right:6px;
	display:inline;
}

#tabs li#rel3 {
	margin-right:6px;
	display:inline;
}

#tabs li#rel4 {
	margin-right:0px;
	display:inline;
}

#tabs li#rel1 a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab01_off.jpg) no-repeat;
}

#tabs li#rel1 a:hover{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab01_on.jpg) no-repeat;
}

#tabs li#rel1.active a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab01_on.jpg) no-repeat;
}

#tabs li#rel2 a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab02_off.jpg) no-repeat;
}

#tabs li#rel2 a:hover{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab02_on.jpg) no-repeat;
}

#tabs li#rel2.active a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab02_on.jpg) no-repeat;
}

#tabs li#rel3 a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab03_off.jpg) no-repeat;
}

#tabs li#rel3 a:hover{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab03_on.jpg) no-repeat;
}

#tabs li#rel3.active a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab03_on.jpg) no-repeat;
}

#tabs li#rel4 a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab04_off.jpg) no-repeat;
}

#tabs li#rel4 a:hover{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab04_on.jpg) no-repeat;
}

#tabs li#rel4.active a{
	float:left;
	display:inline;
	width:168px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/top_tab04_on.jpg) no-repeat;
}

.top_bdr {
	width:690px;
	float:left;
	overflow:hidden;
}

div #panel1 .panel {
	width:690px;
	float:left;
	overflow:hidden;
	display:block;
}

div #panel2 .panel {
	width:690px;
	float:left;
	overflow:hidden;
	display:block;
}

div #panel3 .panel {
	width:690px;
	float:left;
	overflow:hidden;
	display:block;
}

div #panel4 .panel {
	width:690px;
	float:left;
	overflow:hidden;
	display:block;
}

.par_box01 {
	width:645px;
	float:left;
	margin-left:20px;
	display:inline;
	padding-bottom:20px;
	margin-top:37px;
}

.par_box02 {
	width:690px;
	float:left;
	margin-left:13px;
	display:inline;
	padding-bottom:18px;
	margin-top:18px;
	position:relative;
}

.par_box02_1 {
	width:690px;
	float:left;
	margin-left:0px;
	margin-right:13px;
	display:inline;
}

.par_box03 {
	width:330px;
	float:left;
	margin-right:15px;
	display:inline;
	margin-bottom:14px;
	line-height:1.5;
	font-size:12px;
}

.par_box03 a{
	width:310px;
	float:left;
	color:#333;
}

.par_box03 a.emp{
	width:310px;
	font-size:16px;
	font-weight:bold;
	color:#FF9900;
}

.par_box03_1 {
	width:330px;
	float:left;
	margin-right:15px;
	display:inline;
	margin-bottom:26px;
	line-height:1.5;
	font-size:12px;
}

.par_box03_1 a{
	width:330px;
	float:left;
	color:#333;
}

.par_box03_1 a.emp{
	width:330px;
	font-size:16px;
	font-weight:bold;
	color:#276C92;
}

.par01 {
	margin:0 7px 0 0px;
	float:left;
}

.par_box03 a.par02 {
	float:left;
	width:200px;
	text-decoration:none;
}

.par_box03 a:hover.par02 {
	float:left;
	width:200px;
	text-decoration:underline;
}

.emp {
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
}

.emp_1 {
	font-size:14px;
	font-weight:bold;
	color:#276C92;
	background:url(../images/arr02.jpg) no-repeat 0 2px;
	padding-left:13px;
}

.n00 {
	float:left;
	width:685px;
}


table.tab3{
	border-collapse:collapse;
	border:0px solid #d5d5d5;
}

table.tab3 td{
	border-bottom:1px dotted #999;
	padding:10px;
	text-align:left;
}

table.tab3 th{
	border-bottom:1px solid #C6C6C6;
	border-right:10px solid #fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
}



/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
#contactPage form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
#contactPage form textarea {
	font-size: 12px;
}


/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
	width: 150px;
}
#contactPage form .input2 {
	width: 350px;
}
#contactPage form .input3 {
	width: 80px;
}
#contactPage form .input4 {
	width: 50px;
}


/* submit area style
----------------------------------------------------*/
#contactPage div#submit {
	margin-top: 30px;
	text-align: center;
}
#contactPage div#submit input {
	width: 216px;
	height: 51px;
	border: none;
}
#contactPage div#submit ul#btnSet {
	width: 450px;
	margin: 0 auto;
	list-style-type:none;
}
#contactPage div#submit input#conf {
	background: url(../images/contact_btn_confirm_off.png) no-repeat left top;
}
#contactPage div#submit input#conf:hover {
	background: url(../images/contact_btn_confirm_on.png) no-repeat left top;
}
#contactPage div#submit input#reset {
	background: url(../images/contact_btn_reset_off.png) no-repeat left top;
}
#contactPage div#submit input#reset:hover {
	background: url(../images/contact_btn_reset_on.png) no-repeat left top;
}
#contactPage div#submit input#send {
	background: url(../images/contact_btn_send_off.png) no-repeat left top;
}
#contactPage div#submit input#send:hover {
	background: url(../images/contact_btn_send_on.png) no-repeat left top;
}
#contactPage div#submit input#back {
	background: url(../images/contact_btn_back_off.png) no-repeat left top;
}
#contactPage div#submit input#back:hover {
	background: url(../images/contact_btn_back_on.png) no-repeat left top;
}

/* text style
----------------------------------------------------*/
#contactPage form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
#contactPage form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
#contactPage p.formError {
	color: #f00;
	text-align: center;
}
#contactPage p.formMessage {
	margin: 50px 0;
	text-align: center;
}





/* WP組込時追加
----------------------------------------------------*/
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}
.cas_box02 ul li.currentPage {
	width:40px;
	height:30px;
	background:url(../images/number_on.jpg) no-repeat;
	line-height:30px;
	text-align:center;
	display:inline-block;
}
.noData {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}
.inside_h4_bg {
    /* background: url(../images/h4_bg.jpg) no-repeat left bottom; */
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    margin-bottom: 15px;
	color: #004c9f;
	line-height: 1.2;
}
.offItem {
	display: none;
}
.finishItem {
	display: none;
}
.fir_boxBg {
	background: url(../images/fir_bg01_box.jpg) no-repeat left top;
	width: 160px;
	display: table;
	position:relative;
	float:left;
}

/* googlePage用
----------------------------------------------------*/
#cont {
	margin-bottom: 50px;
}
.googlePage #cont {
	margin-bottom: 40px;
}
#cont strong {
}
#cont h3,
h3.h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #004c9f;
	border-bottom: 2px solid #81aad7;
	line-height: 1.5;
}
#cont h4 {
	font-size:18px;
	font-weight:bold;
	color:#005FAA;
	line-height:1.4;
	margin-top: 15px;
	margin-bottom: 30px;

}
#cont h5{
	height: 50px;
    background: #F3F6FE;
    line-height: 55px;
    text-indent: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;
}
h5.h5{
	margin-bottom:13px;
	padding-bottom:7px;
	line-height:20px;
	background: #FFF5E5;
	border-left: #FF9233 3px solid;
	text-indent:13px;
	font-weight:bold;
	font-size: 14px;
}
#cont h6 {
	font-weight: bold;
	margin-bottom:8px;
}
#cont .content_box2 {
	width: 380px;
	float: left;
	margin: 10px 0 10px 10px;
}
#cont .content_box3 {
	width: 240px;
	float: left;
	margin: 10px 10px 10px 10px;
}
#cont ul{
	padding-left: 15px;
}
#cont ul li {
	list-style: disc;
}

#cont table span.must {
	display: block;
	background: url(../images/goo_icon_must.jpg) no-repeat left top;
	padding-left: 56px;
	min-height: 16px;
}
#cont table span.option {
	display: block;
	background: url(../images/goo_icon_option.jpg) no-repeat left top;
	padding-left: 56px;
	min-height: 16px;
}

/* wp管理画面操作用
----------------------------------------------------*/
#content .imgL,
#content .alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
}
#content .imgLbtm {
	float: left;
	margin-right: 1em;
}
#content .imgR,
#content .alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
}
#content .imgRbtm {
	float: right;
	margin-left: 1em;
}
#content .photo {
	padding: 1px;
	border: 1px solid #ccc;
}
#content .photoBorder {
	padding: 3px;
	border: 1px solid #ccc;
}
#content .aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
#content .imgL2 {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

/* apps blog
----------------------------------------------------*/
.ajaxFeeder p.ti {
	margin-bottom: -3px;
}
.ajaxFeeder dl.ajaxFeederContainer {
	overflow: auto;
	height: 400px;
	margin-bottom: 10px;
	border: 3px #1E91D2 solid;
	padding: 5px;
}
.ajaxFeeder dl.ajaxFeederContainer div.cont {
	margin-bottom: 10px;
	padding: 0 5px 8px;
	border-bottom: 1px dotted #BBBBB7;
}
.ajaxFeeder span.ajaxFeederEntryDate {
	background: url(../images/icon_arrow.jpg) no-repeat 0 9px;
	font-weight: normal;
	text-align: left;
	padding: 8px 5px 0 17px;
	color: #333;
}
.ajaxFeeder span.ajaxFeederEntryTitle {
	font-weight: bold;
}
.ajaxFeeder span.ajaxFeederEntryContent {
	font-size: 10px;
	color: #333;
}

/* 見積りコンテンツ
----------------------------------------------------*/
/*.checkbox,.radio{
    z-index: -1;
    position: absolute;
	 top: 3px;
	 left: 2px;
	 padding: 2px 0 0 2px;
    }*/

.checkbox {
	margin-right: 5px;
}
.radio {
	*margin-top: -2px;
}
.radiolabel_year{
	background: url(../images/price_radio_year.png) no-repeat left top;
	width: 261px;
	height: 62px;
	display: block;
	cursor: pointer;
}
.radiolabel_year:hover {
	background-position: left bottom;
}
.radiolabel_flex{
	background: url(../images/price_radio_flex.png) no-repeat left top;
	width: 261px;
	height: 62px;
	display: block;
	cursor: pointer;
}
.radiolabel_flex:hover {
	background-position: left bottom;
}
.checkboxlabel {
	/*background: url(../images/price_checkbox.jpg) no-repeat left top;
	padding-left: 20px;*/
	height: 16px;
	background-color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
}
.checkboxlabel:hover {
	background-position: left bottom;
}
.LabelSelected,.RadioSelected{
	background-position: bottom left;
}
.input3 {
	width: 40px;
}
.inputh {
	width: 120px;
	height: 35px;
	font-size: 20px;
	padding-left: 10px;
}


/* ツールチップ
----------------------------------------------------*/
.tooltip
{
  position: relative;
  background: #eaeaea;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 215%;
  z-index: 999;
  width: 160px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #e1ca82;
  opacity: 1;
  background-color: #ffeaa6;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: normal;
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ffeaa6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip span:before
{
  border-top-color: #ffeaa6;
  bottom: -8px;
}

.tooltip2
{
  position: relative;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}
a.tooltip2 {
	font-weight: normal;
}

.tooltip2 span
{
  visibility: hidden;
  position: absolute;
  bottom: 23px;
  left: 80px;
  z-index: 999;
  width: 160px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #e1ca82;
  opacity: 1;
  background-color: #ffeaa6;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: normal;
}

.tooltip2:hover
{
  border: 0; /* IE6 fix */
}

.tooltip2:hover span
{
  visibility: visible;
}

.tooltip2 span:before,
.tooltip2 span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ffeaa6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip2 span:before
{
  border-top-color: #ffeaa6;
  bottom: -8px;
}


.tooltip3
{
  position: relative;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip3 span
{
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  left: 70px;
  z-index: 999;
  width: 160px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #e1ca82;
  opacity: 1;
  background-color: #ffeaa6;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: normal;
}

.tooltip3:hover
{
  border: 0; /* IE6 fix */
}

.tooltip3:hover span
{
  visibility: visible;
}

.tooltip3 span:before,
.tooltip3 span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ffeaa6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip3 span:before
{
  border-top-color: #ffeaa6;
  bottom: -8px;
}

.tooltip4
{
  position: relative;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip4 span
{
  visibility: hidden;
  position: absolute;
  bottom: 23px;
  left: 80px;
  z-index: 999;
  width: 160px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #e1ca82;

  opacity: 1;
  background-color: #ffeaa6;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: normal;
}

.tooltip4:hover
{
  border: 0; /* IE6 fix */
}

.tooltip4:hover span
{
  visibility: visible;
}

.tooltip4 span:before,
.tooltip4 span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ffeaa6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip4 span:before
{
  border-top-color: #ffeaa6;
  bottom: -8px;
}


/* 130308
----------------------------------------------------*/
#index .toptxt {
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
#index .toptxt .inner {
	background: url(../images/top_txt_bg.jpg) left top;
	margin: 3px;
	padding: 5px;
}
#index .toptxt .inner .copy {
	/*background: url(../images/top_copy_bg.jpg) no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;*/
	font-weight: bold;
	color: #0F72B9;
	font-size: 14px;
}

.ser_priceBox {
	width: 670px;
	background-color: #F2F2F2;
	padding: 10px;
	float: left;
	margin-bottom: 30px;
}
.ser_priceBox p.txt {
	font-size: 15px;
	font-weight: bold;
	background: url(../images/arr.jpg) no-repeat 0 5px;
	padding-left: 19px;
	float: left;
}
.ser_priceBox p.link {
	float: right;
	padding-top: 5px;
}
.ser_priceBox2 {
	width: 498px;
	background-color: #F2F2F2;
	padding: 10px;
	float: right;
	margin-bottom: 30px;
}
.ser_priceBox2 p.txt {
	font-size: 15px;
	font-weight: bold;
	background: url(../images/arr.jpg) no-repeat 0 5px;
	padding-left: 19px;
	float: left;
}
.ser_priceBox2 p.link {
	float: right;
	padding-top: 5px;
}
.linkBox li {
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.linkicon {
	background: url(../images/common_icon_list.jpg) no-repeat left center;
	padding-left: 12px;
}
table#tableHTML2 th,
table#tableHTML2 td {
	padding: 3px 10px;
	font-weight: normal;
	text-align: left;
}
table#tableHTML3 th,
table#tableHTML3 td {
	padding: 3px 10px;
}
.alignleft {float: left;}

.newsBox {
	overflow: auto;
	height: 400px;
}

/* 130516
----------------------------------------------------*/
#cont table{
	border-collapse:collapse;
	border:1px solid #ddd;
}

#cont table td{
	border:1px solid #ddd;
	padding:10px;
	text-align:left;
}

#cont table th{
	border:1px solid #ddd;
	padding:10px;
	background:url(../images/th_bg.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
}

/* 130906
----------------------------------------------------*/
table.tabm label {
	vertical-align: middle;
}
.tooltip img {
	vertical-align: middle;
}
.tooltip span {
	font-size: 12px;
}
.attention {
	font-size: 12px;
	margin-top: 10px;
	padding:10px;
	border: 1px solid #CCCCCC;
}
.attention p {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
	margin-bottom: 5px;
}
.bolds {
	font-weight:bold;
}


/* 140225 wordsPage
----------------------------------------------------*/
.wordsList_nav li {
	float: left;
	margin: 0 10px 0 0;
}
.word_area {
    border: 3px solid #004EA1;
    border-bottom: 3px solid #004EA1;
    background: #E9EDF8;
    padding: 10px 0 0 15px;
    color: #222;
}
*:first-child+html .word_area {
	padding-bottom: 10px;
}
.wordsList li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 0 15px;
	width: 197px;
	background: url(../images/wordsList_icon.png) no-repeat 0 6px;
}
.wordsList li a {
	color: #222;
	font-weight: normal;
}
.wordsList li a:hover {
	color: #222;
	text-decoration: underline;
	font-weight: normal;
}
.wordsList_box01 {
	width:778px;
	float:left;
	margin-bottom:20px;
	border:1px solid #ddd;
}
.wordsList_box01 p {
	margin-right: 30px;
}
.wordsList_box01 li {
	float:left;
	margin-right: 10px;
	margin-top: 9px;
}
.wordsList_box01 li.last {
	margin-right: 0;
}
.wordsList_box01 .wordsSearchTitle {
	font-weight:bold;
}
.wordsList_box01 input[type="text"] {
	width: 370px;
	height: 25px;
	padding: 0 10px;
}

/*detail*/
.ifi dt {
	float: left;
	color: #FFF;
	padding: 2px 15px 0;
	margin: 0 5px 0 0;
	background: #1E91D2;
	font-size: 12px;
	line-height: 1.6;
}
.ifi dd {
	float: left;
	font-size: 12px;
}
.ifi dd a {
	color: #005FAA;
	text-decoration: underline;
	font-weight: normal;
}
.ifi dd a:hover {
	color: #005FAA;
	text-decoration: underline;
	font-weight: normal;
}
.wordsList_dis {
	padding: 10px;
	border: 1px solid #DDD;
}
.wordsList_dis dl {
	margin: 0 5px 10px 5px;
	border-bottom: 1px dotted #CCC;
}
.wordsList_dis dt {
	margin: 0 10px 5px 0;
	padding: 0 0 0 12px;
	background: url(../images/wordsList_icon.png) no-repeat 0 8px;
	font-weight: bold;
	font-size: 14px;
}
.wordsList_dis dt a:hover {
	color: #005FAA;
	text-decoration: underline;
}
.wordsList_dis dd {
	padding: 0 0 10px 15px;
}
.searchWord {
}
.tabPortal {
	border-bottom: 5px solid #0F72B9;
	margin-bottom: 20px;
}
#content .tabPortal li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	padding:0;
}

#content .tabPortal li img {
	margin:0;
	padding:0;
}


/* 140514 改善
----------------------------------------------------*/
.googleExample {
	width: 702px;/*690+li/margin-right*/
	margin-bottom: 20px;
	float: left;
}
.googleExample li {
	float: left;
	margin: 0 12px 10px 0;
}
.w335 {
	width: 335px!important;
}
dl.w335 dt,
dl.w335 dd,
dl.w335 dd span {
	width: 335px!important;
}
dl.w335 {
	padding-left:8px!important;
}
dl.w335 dt {
	margin-left:0!important;
}
.scbar {
    overflow: auto;
    margin-bottom: 10px;
    max-height: 280px;
    padding: 5px;
    border: 1px solid #d9deec;
    border-top: none;
}
.scbar2 {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #d9deec;
    border-top: none;
}
.scbar dl,
.scbar2 dl {
}
.scbar dl a,
.scbar2 dl a {
	text-decoration: none;
}
.scbar dl a:hover,
.scbar2 dl a:hover {
	text-decoration: underline;
}
.scbar dl dd,
.scbar2 dl dd,
.scbar dl dt,
.scbar2 dl dt{
	float: none;
	line-height: 1.9;
	margin-left: 5px !important;
}
.scbar dl dd span,
.scbar2 dl dd span {
	float: none;
	/*width: 310px !important;*/
	padding-left: 12px;
	background: url(../images/common_icon_list.jpg) no-repeat left 4px;
}
.scbar dl a,
.scbar2 dl a{
	 font-weight: normal;
}
.scbar dl.bg dd span,
.scbar2 dl.bg dd span {
	/*width: 293px !important;*/
	padding-left: 17px;
	background: url(../images/common_icon_list.jpg) no-repeat left 4px;
}
.scbar dl dd p,
.scbar2 dl dd p {
	padding-left: 17px;
	/*width: 293px;*/
}
.scbar dl.bg dd p,
.scbar dl.bg dd p {
	padding-left: 17px;
	/*width: 293px;*/
}
.scbar dl dd div.truncsubstr,
.scbar2 dl dd div.truncsubstr {
	padding-left: 17px;
	/*width: 278px;*/
}
.scbar dl.bg dd div.truncsubstr,
.scbar dl.bg dd div.truncsubstr {
	padding-left: 17px;
	/*width: 278px;*/
}
.scbar dl dd span.truncate_more,
.scbar2 dl dd span.truncate_more {
	/*width: 278px !important;*/
}
.scbar dl.bg dd span.truncate_more,
.scbar dl.bg dd span.truncate_more {
	/*width: 278px !important;*/
}

/* 140606　サービスページ
----------------------------------------------------*/
.serviceTxt {
	width: 100%;
	float: none;
}
.serviceDetail .serviceTxt p + ul {
	clear: both;
}
.serviceDetail .inside_box .imgL {
	margin-bottom: 1em;
}
.serviceTxt .serviceCopy {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.serviceTxt li {
	background: url(../images/service_icon.jpg) no-repeat left center;
	padding-left: 21px;
	font-weight: bold;
	font-size: 14px;
}
.serviceTxt .serviceBtn li {
	display: inline;
	margin-right: 10px;
	background: none;
	padding: 0;
}
.serviceVoice {
	padding-top: 15px;
	font-size: 16px;
}
.serviceVoice .voiceItem {
	margin-bottom: 30px;

}
.serviceVoice .voiceItem dl {
  width: 100%;
}
.serviceVoice .voiceItem dt {
	font-weight: bold;
	margin-bottom: 15px;
	background: #F3F6FE;
	padding: 10px 15px 7px;
}

.serviceFeature {
	margin: 0 10px 50px;
}
.serviceFeature .featureItem {
	margin-bottom: 15px;
}
.serviceFeature .featureItem .featureImg {
	margin-right: 15px;
	width: 126px;
	height: 126px;
	background: url(../images/service_feature_bg.jpg);
	text-align: center;
	float: left;
	display: table;
}
.serviceFeature .featureItem .featureImg p {
	display: table-cell;
	vertical-align: middle;
}
.serviceFeature .featureItem dl {
	/*width: 549px;*/
	padding-left: 141px;
}
.serviceFeature .featureItem dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.fs14 {
	font-size: 14px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs12 {
	font-size: 12px !important;
}
.priceAttention {
	font-size: 12px !important;
	margin-left: 1em;
	text-indent: -1em;
}
.featureItem .serviceBtn li {
	float: left;
	background: none;
	padding: 0;
}


/* 140807　改善
----------------------------------------------------*/
.faqList {
}
.faqList dt {
	width: 20px !important;
	padding-top: 2px;
	padding-top: 11px;
}
.casestudyList {
}
.casestudyList dt {
	width: 33px !important;
}


/* 140911　折り畳み改善
----------------------------------------------------*/
.inline {
	display: inline-block;
}
span.truncate_ellipsis {
	background: none  !important;
	padding: 0 !important;
	float: left;
}
span.truncate_more {
	background: none  !important;
	padding: 0 !important;
	font-weight: normal !important;
	color: #000 !important;
}

/* 141003 改善
----------------------------------------------------*/
/*.serviceContent {
	width: 960px !important;
}
.serviceContent + .servicetop_con {
	width: 960px;
}
.serviceContent + .servicetop_con .fea_box02 {
	float: none !important;
	margin: 0 auto;
}*/
.roundList {
	padding: 0 !important;
}
.roundList li {
	background: url(../images/service_icon.jpg) no-repeat left center;
	font-weight: normal !important;
	font-size: 12px;
	list-style: none !important;
	padding-left: 21px;
}
.supportBox {
	border: 1px solid #CCC;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 270px;
}
.supportBox a {
	color: #0000FF !important;
}
.supportBox dt {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	background: url(../images/supportBox_dt.jpg) repeat 0 0;
	padding-left: 10px;
	margin-bottom: 5px;
}
.supportBox.orange dt {
	background: url(../images/supportBox_dt_orange.jpg) repeat 0 0;
}
.supportBox.green dt {
	background: url(../images/supportBox_dt_green.jpg) repeat 0 0;
}

.supportBox dd {
	padding-left: 5px;
	padding-right: 5px;
}
.supportBox dd .aLink {
	text-decoration: underline;
	background: url(../images/resoList_icon.png) no-repeat 0 center;
	padding-left: 12px;
	display: block;
	margin-top: 3px;
}
.btnBox {
}
.btnList {
	width: 490px;
	margin-top: 10px;
	margin-left: 112px;
}
.btnList li {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}
.kensyuList01 {
	padding-left: 0 !important;
}
.kensyuList01 li {
	background: url(../images/service_icon.jpg) no-repeat left center;
	padding-left: 21px;
	list-style: none !important;
}
.kensyuList02 {
	padding-left: 0 !important;
}
.kensyuList02 h4 {
	background: url(../images/wordsList_icon.png) no-repeat left center;
	padding-left: 21px;
	list-style: none !important;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.kensyuList02 .inner {
	padding:5px;
	background: url(../images/supportBox_dt.jpg);
}
.kensyuList02 ul {
	background: #FFF;
	padding: 5px;
}

.kensyuList02 ul {
	background: #FEFEFE;
}

.kensyuList02 li {
	background: url(../images/service_icon.jpg) no-repeat left 3px;
	padding-left: 21px;
	list-style: none !important;
	float: left;
	margin-right: 10px;
	width: 220px;
	font-size: 12px;
	font-weight: normal;
}
/*.kensyuList02 li + li {
	background: url(../images/service_icon.jpg) no-repeat left center;
	padding-left: 21px;
	list-style: none !important;
	float: left;
	margin-right: 10px;
	width: 205px;
	font-size: 12px;
	font-weight: normal;
}*/
.stepTtl {
	background: url(../images/service_icon.jpg) no-repeat left center;
	padding-left: 21px;
	font-size: 14px;
	font-weight: bold;
}

.priceTable {
}
.priceTable th {
}
.priceTable td {
}

.extList {
	width: 710px;
	margin-bottom: 50px;
}
.extList li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 110px !important;
}
.service_infoBox {
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}
#Page.service .fea_box01 {
	width:760px;
	margin-bottom:23px;
}

#Page.service .fea_box01 ul {
	list-style-type:none;
}

#Page.service .fea_box01 ul li {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#Page.service .fea_box01 ul.center li {
	display: block;
	float: none;
}
#Page.service .servicetop_con2 {
	margin-left: 20px;
}
.serviceTxt02 {
	width: 478px;
	float: right;
}
.serviceBtn02 {
	padding-left: 0 !important;
}
.serviceBtn02 li {
	float: left;
	list-style: none !important;
}
.serviceBtn02 li+li {
	margin-left: 10px;

}
.serviceBtn03 {
	padding-left: 0 !important;
}
.serviceBtn03 li {
	float: left;
	list-style: none !important;
}


.ResCaseBox {
	padding: 10px;
}
.ResCaseBox dt {
	float: left;
}
.ResCaseBox dd {
	margin-left: 70px;
}
.manual_box p,
.linklist3 + .faqp + p,
.ResCaseBox dd p {
	font-size: 16px;
}
.BlueBox {
	border-left: 1px solid #1E91D2;
	border-top: 1px solid #1E91D2;
	border-right: 1px solid #1E91D2;
	background: #F4F9FD;
}
.GreenBox {
	border-left: 1px solid #00A256;
	border-top: 1px solid #00A256;
	border-right: 1px solid #00A256;
	background: #F2FAF6;
}
.OrangeBox {
	border: 1px solid #FFAF00;
	background: #FFFBF2;
}
.case_type {
	width: 695px;
}
.case_type li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #BFBFBF;
}
.case_type li.on {
	background: #F09600;
}
.businessList {
}
.businessList li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
}

/* 150128改修作業
------------------------------------------*/
.thumb {
	float: left;
	margin-right: 10px;
	width: 80px;
}
.thumb img {
	border: 1px solid #ccc;
}
.caseTitle {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.3em;
}
.caseTitle a:hover {
	color: #005FAA!important;
	opacity: 0.7;
}
.caseItem li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.ovh {
	padding-left: 90px;
}
.icon {
	margin-bottom: 0.5em;
}
.icon span.onoffItem {
	background: #F09600;
}
.icon span.status {
	background: #666666;
	padding: 0 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.offoffItem {
	display: none;
}
.googleColumnBox {
	display: flex;
    flex-wrap: wrap;
}
.googleColumn2 {
	width: 370px;
	float: left;
	margin: 0 20px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
        min-height: 144px;
}
.googleColumn2 .img {
	float: left;
	margin-right: 10px;
}
.googleColumn2 img {
	margin: 0;
}
.googleColumn2 .txt {
	width: 300px;
	padding-left: 60px;
}
.googleColumn2 .txt dt {
	font-weight: bold;
	font-size: 16px;
	color: #005FAA;
}


/*
-----------------------------------------*/
.offerBox {
	width: 690px;
	margin: 40px 0;
	background: url(../images/offer_bg.png);
	clear: both;
}
.offerBox .offerttl {
}
.offerBox ul {
	padding-bottom: 10px;
	padding-right: 10px;
}
.offerBox li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background: #FFF;
}

.footer_txt02 ol {
	margin-top: 3px;
}
.footer_txt02 ol li {
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 1px;
}
.footer_txt02 ol li + li {
}

.manualBox dl {
	border: 1px solid #CCC;
	float: left;
	box-sizing: border-box;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.manualBox dl:nth-of-type(3n) {
    margin-right: 0;
}
.manualBox dt {
	text-align: center;
	padding: 10px;
}
.manualBox dt img {
	max-height: 80px;
	max-width: 80px;
}
.manualBox dt span {
	display: block;
	clear: both;
	margin-top: 3px;
	font-weight: bold;
	font-size: 14px;
}
.manualBox dt a {
	text-decoration: underline;
}
.manualBox dt a:hover {
	text-decoration: none;
}
.manualBox dd {
	padding: 0 10px 10px 10px;
	display: block;
}

/*.detailBox {
	width: 714px;
}*/
.detailBox dl {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 25px;
	width: 243px;
}
.detailBox dt {
	padding: 1px !important;
	border: 1px solid #2292D1;
}
.detailBox dd {
	font-size:14px;
	padding:10px 11px 20px 11px;
	line-height:1.4;
}
.detailBox dt img {
	max-height: 100% !important;
	max-width: 100% !important;
}

.manual_list {
	margin-bottom: 10px;
}
/*.manual_list ul {
	width: 715px;
}*/

.manual_list ul { /* clearfix */
	zoom: 1;
}
.manual_list ul:after {
	content:'';
	display: block;
	clear: both;
}
.manual_list ul li {
	float: left;
	display: block;
	width: 357px;
	margin-right: 16px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	background: url(../images/icon_casestudy_140807.png) no-repeat 0 5px;
}
.manual_list ul li:nth-child(2n) {
    margin-right: 0;
}
.manual_detail {
}
.manual_detail + .manual_detail {
	margin-top: px;
}
.comB {
	position: relative;
}
.com {
	font-size: 22px;
    color: #333;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 248px;
    top: 0px;
    left: 0;
    opacity: 0.8;
    background: #EFEFEF;
    padding: 30px 0px 117px 0px;
    z-index: 50;
    line-height: 1.2;
}
.googlePage .h3_2  {
    background: #F3F6FF;
    border:1px solid #D8DEEC;
    font-size: 14px;
    font-weight: bold;
    position:relative;
    padding: 8px 0 8px 23px;
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 15px;
}

.googlePage .h3_2:after {
	content: " ";
	position: absolute;
	top: 7px;
	left: 10px;
	display: inline-block;
	width: 4px;
	height: 26px;
	background: #016DB6;
}
h5.h3_bg  {
    background: #F3F6FF;
    border:1px solid #D8DEEC;
    font-size: 14px;
    font-weight: bold;
    position:relative;
    padding: 8px 0 8px 23px;
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 15px;
}

h5.h3_bg:after {
	content: " ";
	position: absolute;
	top: 7px;
	left: 10px;
	display: inline-block;
	width: 4px;
	height: 26px;
	background: #016DB6;
}


.itemList {
	margin-bottom: 50;
}
/*.itemList ul {
	margin-top: 10px;
}*/
.itemList li {
	float: left;
}

.upList dl dd.new {
    text-indent: 33px !important;
    background: url(../images/new.png) no-repeat 1px 2px;
	
}


/* 211012 サイト改修
-----------------------------------------------*/
.sidemenu {
	float: left;
	width: 280px;
	margin-right: 40px;
}
#index .sidemenu {
	margin-right: 30px;
}
.sidemenu a:hover span {
	text-decoration: underline;
}
.sidemenu dl {
	padding-bottom: 10px;
}
.sidemenu dl + dl {
	margin-top: 10px;
}
.sidemenu dt {
	color: #000;
	/* padding: 8px; */
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 18px 4px;
	text-align: left;
	border-bottom: 3px solid #0455ae;
}
.sidemenu dd {
	height: 26px;
	text-align: left;
	padding: 10px 20px;
	font-size: 14px;
	position: relative;
}
.sidemenu dd::after {
  content: '';
	display: block;
	position: absolute;
	top: 47px;
	left: 14px;
  width: 90%;
  height: 1px;
  background: #cccccc;
}

.sidemenu dd img {
	display: inline-block;
	text-align: center;
	max-height: 30px;
	max-width: 30px;
	vertical-align: middle;
}
.sidemenu dd span {
	color: #000;
	font-weight: initial;
	float: right;
	width: 200px;
	position: relative;
	top: 4px;
}
.sidemenu ul {
	margin-top: 10px;
}
.sidemenu li {
}
.sidemenu li img {
	width: 100%;
}
.sidemenu li + li {
	margin-top: 10px;
}
.nav_contact {
	position: relative;
	margin-bottom: 10px;
}
.nav_contact a {
	position: absolute;
	left: 25px;
	bottom: 15px;
}
.nav_bnrList {
}
.nav_bnrList li {
	margin-top: 10px;
}
.updataBox dd {
	float: right !important;
	width: 280px !important;
}
.updataBox dt {
	color:#666666;
}

.footermenu01 {
    width: 1024px;
    margin: 20px auto 0;
    position: relative;
    padding-bottom: 55px;
}
.fpmark_area {
    position: absolute;
    right: 0;
    bottom: 0px;
}
.footermenu01 dl {
}
.footermenu01 dl + dl {
	margin-top: 5px;
}
.footermenu01 dt {
	float: left;
}
.footermenu01 dd {
	float: right;
	width: 800px;
}
.footermenu01 dd ul {
}
.footermenu01 dd ul li {
	float: left;
	margin: 0 10px 10px 0;
}
.footermenu01 dd ul li a {
	padding-left: 10px;
	background: url(../images/common/icon_footer.png) no-repeat 0 5px;
	background-size: 5px 8px;
}
.footermenu01 dd ul li a:hover {
	text-decoration: underline;
}
.footermenu02 {
	border-top: 1px solid #999;
	width: 1024px;
    margin: 15px auto 0;
	padding-top: 15px;
}
.footermenu02 {
	text-align: center;
}
.footermenu02 li {
	display: inline-block;
}
.footermenu02 li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #333;
}
.footermenu02 li a:hover {
	text-decoration: underline;
}
#footer a {
	font-size: 12px !important;
	font-weight: normal;
	color: #333 !important;
}

/*170511追加css-------------------------------------------------*/
.googleSearch {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    width: 965px;
    height: 54px;
}
#footer dt a {
    font-weight: bold;
}
/* --- テキストボックス --- */
form.search input.textBox {
    width: 430px;
    padding: 0 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    height: 32px;
    margin-top: 10px;
    line-height: 34px;
    color: #333;
}

/* --- ボタン --- */
form.search input.btn {
width: 140px; /* ボタンの幅 */
height: 34px; /* ボタンの高さ */
text-indent:-999px;
background: url(../images/common/serach_btn_bg.png) no-repeat;
margin-left: 10px;
	border: none;
}
form.search input.btn:hover {
	cursor:pointer;
	opacity: .7;
}
form.search input.sample::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}
form.search input.sample:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}
form.search input.sample::-moz-placeholder {
    color: #999;
    font-weight: normal;
}
.top_useful_box {
    margin-bottom: 10px;
    padding: 6px 6px 0 6px;
    border: 1px solid #d9deec;
    border-top: none;
}
.top_useful_box img {
    float: left;
    margin-right: 6px;
}
.itemList li {
    width: 180px;
}
.itemList .top_useful_box li {
    float: left;
    width: 223px;
    margin-bottom: 6px;
	display: table
}
.itemList .top_useful_box li:nth-child(even){
	float: right;
}
.itemList .top_useful_box li a {
	font-weight: normal;
	display: table;
}
.itemList .top_useful_box li span {
	display: table-cell;
	vertical-align: middle;
}
.itemList li .top_useful_box a:hover {
	font-weight: normal;
}
.top_box03.stripe.scbar {overflow-x:auto;}
.top_box03.stripe.scbar::-webkit-scrollbar {width:14px;}/*バーの太さ*/
.top_box03.stripe.scbar::-webkit-scrollbar-track {background:#f3f6fe;}/*バーの背景色*/
.top_box03.stripe.scbar::-webkit-scrollbar-thumb {background:#c1c9dd;}/*バーの色*/

/*コンテンツ下部-----------------------------*/
.under_offerBox p.copy {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.offerBox_inner {
	background:#fff;
	margin-top: 40px;
	padding: 20px 40px;
	margin-bottom: 40px;
}

.offerBox_inner table {
    font-size: 100%;
    line-height: 160%;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 30px;
}
.offerBox_inner p.f16 {
    font-size: 20px;
    font-weight: bold;
}
.offerBox_inner td {
    height: 80px;
    vertical-align: bottom;
		border: none;
}
.offerBox_inner ul li {
		padding-left: 1.8em;
		text-indent: -1.4em;
		line-height: 1.4;
		margin-bottom: 7px;
}
.offerBox_bnr {
    border: 3px solid #ddd;
    padding: 14px;
		margin-bottom: 40px;
}
.offerBox_bnr li {
    float: left;
    height: 81px;
}
.offerBox_bnr li:nth-of-type(2n) {
    margin-left: 16px;
}
.offerBox_bnr li:nth-of-type(1), .offerBox_bnr li:nth-of-type(2) {
    margin-bottom: 16px;
}
/*#faq_wrap dl.casestudyList {
    width: 390px;
    float: left;
}*/

#faq_wrap img {
	right: 10px;
}
#faq_wrap .top_box03 dl.bg dd span {
    width: auto;
}
#faq_wrap .top_box03 dl dd {
    width: 368px;
}
#faq_wrap .top_box03 dl.faq_under_casestydyList dd {
    width: auto;
}

#faq_wrap .top_box03:after {
	content:'';
	display: block;
	clear: both;
}
#faq_wrap .top_box03 { /* clearfix */
	zoom: 1;
}
#faq_wrap .top_box03 a {
	font-weight: bold;
	width: 100%;
	display: block;
}
#faq_wrap .top_box03 dl.bg {
    padding:0;
}
p.n001 {
    position: absolute;
    top: 60px;
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    width: 772px;
    font-size: 16px;
    font-weight: bold;
}
.under_txt_link {
	clear: both;
	margin-top: 15px;
}
.service_archive_list li {
	float: left;
	margin: 0 10px 10px 0;
}
.service_archive_list li:nth-child(2n) {
	margin-right: 0;
}

.googlePage .inside_box_il.imgphoto:after {
    content: '';
    display: block;
    clear: both;
}
.googlePage .inside_box_il.imgphoto {
    zoom: 1;
}
.good_box01.m15.imgphoto {
    clear: both;
	position: relative;
}
ul.serviceBtn3 li {
    float: left;
    margin-right: 10px;
}
ul.serviceBtn3.m5.cf {
    width: 690px;
    margin: 0 auto 40px;
}

/* site search
------------------------------------------------------------------*/
#content .gs-bidi-start-align {
	text-align: left;
}
#content .gsc-results .gsc-cursor-box {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block;
	border: 1px solid #016DB6;
	background: #F3F6FE;
	color: #016DB6;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 12px 5px;
	margin-right: 5px;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	display: inline-block;
	border: 1px solid #016DB6;
	background: none;
	color: #016DB6;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 12px 5px;
	margin-right: 5px;
	text-decoration: none;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	display: inline-block;
	border: 1px solid #016DB6;
	background: none;
	color: #016DB6;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 12px 5px;
	margin-right: 5px;
}
#content .gsc-result .gs-title {
	overflow: visible;
}
#content .gsc-adBlock {
	display: none;
}
.sidemenu dt.left {
    text-align: left;
    line-height: 1.5;
    padding: 4px 8px;
}

.kintoneBox {
	position: relative;
	margin: 30px 0;
}
.kintoneBox img {
	margin: 0;
}
.kintoneBox a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -101px;
}

.kintoneItemBox01 {
}
.kintoneItemBox01 dl {
	float: left;
	width: 240px;
}
.kintoneItemBox01 dl + dl {
	margin-left: 30px;
}
.kintoneItemBox01 dt {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.kintoneItemBox01 dd {
	text-align: center;
}
.kintoneItemBox01 dd p {
	text-align: left;
}
.kintoneItemBox01 dd img {
	display: block;
	margin: 10px auto;
}

.kintoneItemBox02 {
	width: 810px;
	margin-top: 20px;
}
.kintoneItemBox02 dl {
	float: left;
	width: 246px;
	margin: 0 24px 30px 0;
}
.kintoneItemBox02 dt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.kintoneItemBox02 dt img {
	display: block;
	margin: 0 auto 10px auto;
	padding-bottom: 0;
}
.kintoneItemBox02 dd {
}
.kintoneItemBox02 {
}

/* 171005
---------------------------------------------------------------------*/
.google_feature {
	display: flex;
}
.google_feature_item {
	float: left;
	margin: 0 15px 30px 0;
	width: 250px;
}
.google_feature_item:nth-child(3n) {
	margin-right: 0;
}
.google_feature_item img {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.google_feature_item dl {
margin-top: 10px;
}
.google_feature_item dt {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #004c9f;
	height: 50px;
    width: 100%;
    display: table;
}
.google_feature_item dd {
	margin-top: 10px;
}
.google_results .google_results_item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
.google_results .google_results_item img {
	float: left;
	max-width: 200px;
	margin: 0;
	padding: 0;
}
.google_results .google_results_item dl {
	float: right;
	width: 570px;
}
.google_results .google_results_item dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.google_results .google_results_item dd {
}
.faqp {
	margin-bottom: 10px !important;
	font-size: 16px;
    line-height: 1.4;
}


/**--171025--**/
.eigyo-nippoBox {
padding: 0px 20px 10px;
    border: 5px solid #ddd;
    margin: 20px auto 0;
    width: 700px;
}
#cont .nippoBox table td.category {
    background: #eee;
    text-align: center;
    font-weight: bold;
}
#cont .nippoBox table td {
    text-align: center;
}

/**--171219 活用例カスタムタブ--**/

#custom_tabSection ul.custom_tab.tabtop {
    padding-left: 0px;
    border-bottom: solid 1px #005FAA;
    display: inline-block;
    width: 780px;
    margin-bottom: 10px;
}

#custom_tabSection ul.custom_tab.tabtop li{
	float: left;
    padding: 10px;
	list-style: none !important;
	background: #FFFFFF;
	text-align: center;
    font-weight: bold;
	border: solid 1px #d9deec;
    border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-right: 10px;
	cursor: pointer;
	color: #666666;
}
#custom_tabSection ul.custom_tab.tabtop li.custom_select {
  	background: #005FAA;
	border: solid 1px #005FAA;
}
#custom_tabSection ul.custom_tab.tabtop li.custom_select a{
	color: #FFFFFF;	
}
.disnon {
  display: none;
}
#custom_tabSection ul.custom_tab.tabbottom {
    padding-left: 0px;
    border-top: solid 1px #005FAA;
    display: inline-block;
    width: 780px;
    margin-top: 10px;
}

#custom_tabSection ul.custom_tab.tabbottom li{
	float: left;
    padding: 10px;
	list-style: none !important;
	background: #FFFFFF;
	text-align: center;
    font-weight: bold;
	border: solid 1px #d9deec;
    border-top: none;
	border-radius: 0 0 5px 5px;
	margin-right: 10px;
	cursor: pointer;
	color: #666666;

}
#custom_tabSection ul.custom_tab.tabbottom li.custom_select {
  	background: #005FAA;
	border: solid 1px #005FAA;
	color: #FFFFFF;
}

/**--171219 --**/
.offerBox_bnr {
    border: 3px solid #ddd;
    padding: 14px;
    margin-bottom: 15px;
}
.serviceBox_bnr {
    padding: 14px;
	margin-bottom: 40px;
}

.serviceBox_bnr li {
    height: 109px;
}

.serviceBox_bnr li:nth-of-type(2n) {
    margin-left: 10px;
}

/**-- 180129 --**/
#cont ul.caseItem li {
	list-style: none;
}
#cont ul.caseItem img {
	padding-bottom: 0;
}
/**-- 180306 --**/
#content ul.related_block {
	padding-left: 0px;
	margin: 20px auto 30px;
}
#content .related_block li {
	float: left;
	padding: 0px;
	margin-right: 12px;
	list-style-type: none;
}
#content .related_block li img {
	margin-right: 0px;
	padding-bottom: 0px;
}
#content .related_block .mr0 {
	margin-right: 0px!important;
}
.manual_box {
    border: 2px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.manual_box p.copy {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight:bold;
}
#cont ul.under_txt_link {
list-style-type: none !important;
padding-left: 0;
}


.ipDl {
    margin-top: 20px;
}
.ipDl dl {
    float: left;
    width: 236px;
    padding: 0 5px;
    margin: 0 15px 30px 0;
}
.ipDl dl:nth-child(3n) {
    margin-right: 0;
}
.ipDl dt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1589C8;
}
.ipDl dt img {
    margin: 0 auto;
}
.ipDl dt span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.ipDl dt span img {
    max-height: 60px;
    display: inline-block;
}
.ipDl dd {
}

/* 190402
---------------------------------------------------------------------*/
#main-visual {
	background: url("../images/top/top_mainimage211118.jpg") no-repeat;
	width: 790px;
	height: 320px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 77px 0 0 50px;
	line-height: 1.8;
}
#main-visual h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 24px;
	line-height: 1.3;
}
#main-visual p {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}
.top_box03  .inner {
	padding: 5px;
}
.service_dl dd {
	padding-bottom: 0 !important;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 120%;
}
.service_dl dd + dd {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #aaa;
}
table.tab td ul.func-list {
	display: flex;
	flex-wrap: wrap;
}
table.tab td ul.func-list li {
	float: none;
	width: calc( (100% - 45px) /3 );
	margin-bottom: 8px;
}
.service-caselist .caseItem {
	display: flex;
	flex-wrap: wrap;
}
.service-caselist .caseItem li {
	width: calc( (100% - 20px) / 2 );
	margin-right: 16px;
}
.service-caselist .caseItem li:nth-of-type(2n) {
	margin-right: 0;
}
#intro-main {
	position: relative;
}
#intro-main h1 {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 100px;
	left: 170px;
	line-height: 1.4;
}
#intro-main .copy {
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 250px;
}

/* 190402
---------------------------------------------------------------------*/
.gmenuBox {
    margin: 40px 0;
    padding: 5px;
    background: #016DB6;
}
.gmenuBox + .gmenuBox {
    margin-top: 0px;
}
.gmenuTitle {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}
.gmenuInner {
    background: #FFF;
    padding: 20px 10px;
}
.gmenuInner p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.gmenulist {
    text-align: center;
    padding-left: 0 !important;
}
.gmenulist li {
    width: 134px;
    display: inline-block;
    list-style: none !important;
    margin: 10px 5px 0 5px;
}
.gmenulist li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #004DA0;
    padding: 5px;
}
.gmenulist li span + span {
    text-align: left;
    padding: 5px 0;
    line-height: 1.4;
}
.gmenulist li span img {
    margin: 0;
    padding: 0;
}
.gmenulist li a {
    display: flex;
	align-items: center;
	font-size: 11px;
}
.gmenulist li a:hover {
    text-decoration: none;
}
.gpricelist {
    border-top: 1px dotted #004DA0;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
}
.gpricelist li {
    font-size: 14px;
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.gpricelist li + li {
    margin-left: 20px;
}
.gpricelist li span {
    font-size: 16px;
}
.gpricelist li strong {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 26px;
}
.gpricelist li:nth-child(2) strong {
    color: #D80000;
}
.list3item {
    margin: 0 auto;
    width: 70%;
}

.companymenulist {
    margin-top: 40px;
   	margin-bottom: 20px;
}
.companymenulist li {
    width: 245px;
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    background: #EEE;
    padding-bottom: 10px;
}
.companymenulist li a {
    display: inline-block;
    margin-bottom: 10px;
}
.companymenulist li:nth-child(3n) {
    margin-right: 0;
}
.companymenulist li img {
    max-width: 100%;
}
.companymenulist li.area-link:hover {
    opacity: 0.7;
}
.area-link p {
	line-height: 1.35;
}

.philolist {
    counter-reset: number 0;
    margin-top: 20px;
}
.philolist li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E4EF;
    position: relative;
    padding-left: 35px;
}
.philolist li span {
    display: block;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.philolist li:before {
    counter-increment: number 1;
    content: counter(number) " ";
    color: #FFF;
    border-radius: 50%;
    background: #003e6c;
    display: inline-block;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    position: absolute;
    left: 0px;
    top: 0;
}
.philolist.ol_style {
	  margin-top: 40px;
}
.philolist.ol_style li {
    font-weight: normal;
}


.operation_body {
}
.operation_body .operation_top {
}
.operation_body .operation_inner {
    float: left;
    width: 360px;
    position: relative;
}
.operation_body .operation_ttl {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(#FFBE37, #FFAF00);
    padding: 8px 10px 5px 10px;
    text-align: center;
}
.operation_body ul {
    padding: 15px;
    border: 1px solid #FFAF00;
    background: #FFFCF7;
}
.operation_body ul li {
    padding-left: 25px;
    position: relative;
}
.operation_body ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    width: 14px;
    height: 16px;
    background: url(../images/icon_ope03.png) no-repeat center 0;
}
.operation_body ul li + li {
    margin-top: 15px;
}
.operation_body .operation_bottom {
    padding: 15px;
    margin-top: 55px;
    position: relative;
    border: 2px dotted #1E91D2;
}
.operation_body .operation_bottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../images/icon_ope02.png) no-repeat center 0;
    position: absolute;
    left: 0;
    top: -40px;
}
.operation_body .operation_bottom strong {
    color: #AA0000;
}



.operation_body .operation_inner + .operation_inner {
    float: right;
}
.operation_body .operation_inner + .operation_inner:before {
    background: url(../images/icon_ope01.png) no-repeat center center;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -15px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
}
.operation_body .operation_inner + .operation_inner .operation_ttl {
    background: linear-gradient(#00AE5B, #19AC67);
}
.operation_body .operation_inner + .operation_inner ul {
    border: 1px solid #19AC67;
    background: #F8FEFB;
}
.operation_body .operation_inner + .operation_inner ul li:before {
    background: url(../images/icon_ope04.png) no-repeat center 0;
}


.intro_flowBox {
}
.intro_flowBox dl {
    overflow: hidden;
    display: table;
    width: 100%;
}
.intro_flowBox dl + dl {
    border-top: 15px solid #FFF;
}
.intro_flowBox dl dt {
    width: 200px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    background: #016DB6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.intro_flowBox dl:nth-child(5) dt,
.intro_flowBox dl:nth-child(6) dt {
    background: #43BD80;
}
.intro_flowBox dl dd {
    border-left: 1px solid #FFF;
    display: table-cell;
    padding: 10px;
}
.intro_flowBox dl dd span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.intro_flowBox dl dd div {
    display: block;
    text-align: right;
}
.intro_flowBox dl dd a {
}


#bottom_contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #F3F6FE;
    padding: 10px 0;
    border-top: solid 1px #ddd;
    display: none;
}
#bottom_contact ul {
    margin: 0 auto;
    text-align: center;
    max-width:960px;
}
#bottom_contact ul li {
    float:left;
    display: inline-block;
    width: 190px;
    font-size: 15px;
}
#bottom_contact ul li + li {
    margin-left: 10px;
}
#bottom_contact ul li a {
    display: block;
    padding: 7px 10px 7px 30px;
    color: #fff;
    font-size: 12px;
}
#bottom_contact ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#bottom_contact ul li.btn01 {
    background: url(https://www.apps-adviser.com/wp-content/uploads/2020/01/otoiawase_btn.png) no-repeat 35px center;
    background-size: 15px;
    background-color: #003e6c;
    width: 180px;
}
#bottom_contact ul li.btn02 {
    background: url(https://www.apps-adviser.com/wp-content/uploads/2020/01/setsumeikai_btn.png) no-repeat 20px center;
    background-size: 15px;
    background-color: #23B598;
    width: 170px;
}
#bottom_contact ul li.btn03 {
    background: url(https://www.apps-adviser.com/wp-content/uploads/2020/01/service_btn.png) no-repeat 10px center;
    background-size: 15px;
    background-color: #c7524b;
}
#bottom_contact ul li.btn04 {
    background: url(https://www.apps-adviser.com/images/common/license_btn.png) no-repeat 10px center;
    background-size: 15px;
    background-color: #273F7C;
}

/* 200131
---------------------------------------------------------------------*/
.licenseTxt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.license_body .license_inner {
    float: left;
    width: 360px;
    position: relative;
}
.licenseP p {
    font-size: 24px !important;
}

.license_body .license_ttl {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(#9b9b9b, #9b9b9b);
    padding: 8px 10px 5px 10px;
    text-align: center;
}
.license_body ul {
    padding: 15px;
    border: 1px solid #9b9b9b;
    background: #FFFCF7;
}
.license_body ul li {
    padding-left: 25px;
    position: relative;
}
.license_body ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    width: 14px;
    height: 16px;
    background: url(../images/icon_ope03.png) no-repeat center 0;
}
.license_body ul li + li {
    margin-top: 15px;
}
.license_body .license_bottom {
    padding: 15px;
    margin-top: 55px;
    position: relative;
    border: 2px dotted #1E91D2;
}
.license_body .license_bottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../images/icon_ope02.png) no-repeat center 0;
    position: absolute;
    left: 0;
    top: -40px;
}
.license_body .license_bottom strong {
    color: #AA0000;
}

.license_body .license_inner + .license_inner {
    float: right;
}
.license_body .license_inner + .license_inner:before {
    background: url(../license/licenseImg_yajirushi.png) no-repeat center center;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -15px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 53px;
}
.license_body .license_inner + .license_inner .license_ttl {
    background: #D7324A;
}
.license_body .license_inner + .license_inner ul {
    border: 1px solid #D7324A;
}
.license_body .license_inner ul {
    display: table;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.license_body .license_inner .licenseImgzone,
.license_body .license_inner .license_text {
    display: table-cell;
    vertical-align: middle;
}
.license_body .license_inner + .license_inner ul li:before {
    background: url(../images/icon_ope04.png) no-repeat center 0;
}
.license_body .license_inner + .license_inner .license_text {
    text-align: left;
    line-height: 1.4;
    color: #D7324A;
    font-size: 18px;
}

.license_body .license_inner .license_text {
    text-align: left;
    margin-top: 3px;
    font-weight: bold;
    font-size: 16px;
}

.license_body .license_inner .licenseImgzone {
    text-align: center;
    width: 80px;
    padding-right: 15px;
}

.license_body .license_qa {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
}
/*----------------2020.03.09追記----------------*/
.wf_top_img {
    position: relative;
}
p.wf_top_img_02 {
	position: absolute;
    bottom: 40px;
    left: 60px;
}
p.wf_top_img_03 {
    bottom: 40px;
    left: 420px;
    position: absolute;
}
.wf_onym_area {
    display: flex;
    justify-content: space-between;
}
.wf_onym_dtl {
    width: 30%;
    margin: 0 auto;
}
.wf_onym_dtl img {
    width: 120px;
	margin: 0 auto;
}
.wf_onym_dtl span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.wf_onym_dtl {
    font-size: 14px;
    font-weight: bold;
}

.xrbox_trgl {
    position: relative;
    padding: 30px 0;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #FFF;
}
.xrbox_trgl:after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 20px;
    border-right: 300px solid transparent;
    border-top: 80px solid #016DB6;
    border-left: 300px solid transparent;
    z-index: -1;
    margin-left: -300px;
}
.xrbox {
    overflow: hidden;
    margin-bottom: 60px;
}
.xrbox_item {
    float: left;
    width: 48%;
    background: #F9F9F9;
    padding: 15px;
    box-sizing: border-box;
}
.xrbox_item + .xrbox_item {
    float: right;
}
.xrbox_item img {
    max-width: 100%;
}
.xrbox_item p {
    margin-bottom: 15px;
    min-height: 42px;
}
.xrbox_item a {
    width: 230px;
    height: 50px;
    background: #f0ad1d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #fff;

}
.xrbox_item a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.xrbox_item .tt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #016DB6;
    margin-bottom: 10px;
}
/*-------------20200312追加-------------*/
.serviceBtn02 li:last-child {
    margin-left: 0;
}

.linklist3 {
    overflow: hidden;
    margin-bottom: 30px;
	display: flex;
	justify-content: space-between
}
.linklist3 li {
	display: flex;
	align-items: center;
}
.linklist3 a {
	width: 230px;
	background: #f0ad1d;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}
.linklist3 img {
	position: absolute;
	right: 6px;
}
.linklist3 a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.accessbody iframe {
    margin-bottom: 15px;
}

.access_imgs {
    overflow: hidden;
}
.access_imgs img {
    float: left;
    max-width: 380px;
    margin: 0 20px 20px 0;
}
.access_imgs img:nth-child(2n) {
    margin-right: 0;
}

/*200709追記*/
	.flex_lcn_list-- {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lcn_list-- {
    width: 48%;
    border: #D8DEEC 1px solid;
    padding-bottom: 20px;
	margin-bottom: 25px;
}
.ttl {
    padding: 18px 0 14px;
    text-align: center;
    font-size: 20px;
    background-color: #4A83BC;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
	line-height: 1.4;
}
.lcn_list-- p {
	  font-size: 16px;
    padding: 0 20px;
	  margin-bottom: 12px;
}
.lcn_list-- .plice {
    padding: 5px 20px 0;
    text-align: center;
    font-weight: bold;
		font-size: 16px;
  	color: #0C5BB9;
}
.lcn_list-- .plice span {
    font-weight: normal;
    padding-right: 16px;
}
.lcn_list-- .botton {
    margin: 17px auto 0;
    text-align: center;
}
.lcn_list-- .botton a img {
    width: 55%;
}
.xrbox.d_35 .xrbox_item {
	width: 31%;
}
.xrbox.d_35 .xrbox_item + .xrbox_item {
     float: left;
}
.xrbox.d_35 .xrbox_item {
    margin-right: 27px;
}
.xrbox.d_35 .xrbox_item:last-child {
    margin-right: 0;
}
h4.d35_h4 {
    margin: 40px 0 10px!important;
    font-size: 25px!important;
}
/*200826追記*/

.main-visual {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height:400px;
    margin-bottom:20px;
}
.main-visual__bg__google-38 {background-image:url(../../wp-content/uploads/2020/09/main-bg_detail38.png);}
.main-visual__bg__google-43 {background-image:url(../../wp-content/uploads/2020/09/main-bg_detail43.png);}
.main-visual__bg__google-33 {background-image:url(../../wp-content/uploads/2020/12/main-bg_detail33.png);}
.main-visual__bg__google-26 {background-image:url(../../wp-content/uploads/2020/12/main-bg_detail26.png);}
.main-visual__bg__google-47 {background-image:url(../../wp-content/uploads/2020/12/main-bg_detail47.png);}

.main-visual__inner {
    padding: 30px;
}
#cont .main-visual__ttl {
    font-size: 32px;
    font-weight:bold;
    color: #fff;
    letter-spacing: 0.05em;
    line-height:1.4;
    margin-bottom: 20px;
}
#cont .main-visual__read {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height:1.6;
    margin-bottom: 35px;
}
.main-visual__entrance {
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

/*201007*/
body .main-visual__bg__google-20 {
    background-image: url(../../wp-content/uploads/2020/10/d20_topimg.jpg);
}
body .main-visual__bg__google-22 {
    background-image: url(../../wp-content/uploads/2020/10/d22_topimg.jpg);
	    height: 500px;
}
body .main-visual__bg__google-22 .btn03{
	    margin: 20px 30px;
    display: block;
}
.bnr_cnt{
	margin-top: 20px;
	    clear: both;
}
.bnr_cnt .flex{
	display: flex;
	justify-content: space-between;
}
.bnr_cnt .long{
	margin-top: 20px;
	    display: block;
}

/*201029------------------------------------------------------------------------------------------------*/

#cnt-relatedService dl span{
        display: inline-block;
    position: relative;
}
#cnt-relatedService.inside_box_il img{
    margin-right: 5px;
    display: block;
    padding-bottom: 0;
    position: static !important;
    width: 20px;
    top: -16px;
    left: -27px;
}
#cnt-relatedService .flex{
    display: flex;
        justify-content: space-between;
}
#cnt-relatedService dl{
width: 48%;
}

#cnt-relatedService dl dt {
    font-size: 14px;
    background: #175ca9;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.2;
}
#cnt-relatedService dl dd{
        width: calc(100% - 22px);
    border: 1px solid #175ca9;
    padding: 10px;
}
#cnt-relatedService a{
	color: #000;
	font-weight: normal;
}
#cnt-relatedService a:hover{
	opacity: 0.7;
	text-decoration: none;

}
#cnt-relatedService dl:hover{
	background: #f3f6fe;
}
.casestudy-txtlink_disp{
display: none;
}
.casestudy-txtlink_disp.on{
display: block;
}
body .main-visual__bg__google-10 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2020/11/d10_topimg.png);
}
body .main-visual__bg__google-25 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2020/11/d25_topimg.png);
}
body .main-visual__bg__google-36 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2020/11/d36_topimg.png);
}



#gnav > ul > li.gnav05:hover .megamenu{
  max-height: 9999px;
  opacity: 1;
  padding: 20px;
}

#gnav > ul .megamenu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background-color: #004c9fd4;
    z-index: 1000;
    padding: 0px;
    top: 70px;
		box-sizing: border-box;
}

#gnav > ul .megamenu .menu_inner {
    padding: 1em 0;
    width: 100%;
}
#gnav > ul .megamenu .menu_inner li {
  display: inline-block;
    margin: 0 .5em;
    background: #fff;
    padding: 10px;
    min-height: 75px;
}
#gnav > ul .megamenu a {
   color: #004c9f;
   font-size: 12px;
}

#gnav > ul .megamenu .menu_inner li:hover{
opacity: 0.7;
}

#gnav > ul .megamenu_search {
	height: 80px;
}

#index #main-visual h1 {
    margin-bottom:8px;
}
#index #main-visual h1 span{
        font-size: 28px;
    margin-bottom: 8px;
}
.itemList .top_useful_box li a {
    height:72px;
}
.itemList .top_useful_box li span {
    display: inline;
}
#Page .linklist3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 78px;
	position: relative;
	line-height: 1.4;
	font-size: 13px;
}
#Page #intro-main h1 {
    font-size: 29px;
}
#cnt-relatedService dl dt {
    font-size:13px;
}

#cnt-relatedService dl dd{
    min-height: 84px;
}

/*201225追加*/
body .main-visual__bg__google-39 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/01/workspace_mv.png);
}
body .main-visual__bg__google-51 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/01/memo_mv.png);
}
body .main-visual__bg__google-28 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/01/keihi_mv.png);
}
body .main-visual__bg__google-31 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/01/data_base_mv.png);
}
body .main-visual__bg__google-49 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/01/telework_mv.png);
}
body .main-visual__bg__google-53 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/04/search_mv.png);
}
body .main-visual__bg__google-54 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/05/website_creation.png);
}


.main-visual__bg__google-39 .main-visual__read,
.main-visual__bg__google-51 .main-visual__read,
.main-visual__bg__google-28 .main-visual__read,
.main-visual__bg__google-31 .main-visual__read,
.main-visual__bg__google-49 .main-visual__read,
.main-visual__bg__google-53 .main-visual__read,
.main-visual__bg__google-54 .main-visual__read,
.main-visual__bg__license .main-visual__read {
    margin-bottom: 52px!important;
}
.main-visual__bg__google-39 .main-visual__inner,
.main-visual__bg__google-51 .main-visual__inner,
.main-visual__bg__google-28 .main-visual__inner,
.main-visual__bg__google-31 .main-visual__inner,
.main-visual__bg__google-49 .main-visual__inner,
.main-visual__bg__google-53 .main-visual__inner,
.main-visual__bg__google-54 .main-visual__inner {
    padding: 53px 20px;
}

.main-visual__bg__google-39 h4.main-visual__ttl,
.main-visual__bg__google-51 h4.main-visual__ttl,
.main-visual__bg__google-28 h4.main-visual__ttl,
.main-visual__bg__google-31 h4.main-visual__ttl,
.main-visual__bg__google-49 h4.main-visual__ttl,
.main-visual__bg__google-53 h4.main-visual__ttl,
.main-visual__bg__google-53 h4.main-visual__ttl {
    margin-top: 0!important;
}

.flex_area--- {
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
.flex_area--- .item {
    width: 30%;
    text-align: center;
}
.flex_area--- .item span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block;
}
.flex_area--- .item img {
    margin: 0 auto 10px;
}

/*20210202*/


body .main-visual__bg__google-30 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/02/detail30.jpg);
}
body .main-visual__bg__google-16 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/02/detail16.jpg);
}
body .main-visual__bg__google-17 {
    background-image: url(https://www.apps-adviser.com/wp-content/uploads/2021/02/detail17.jpg);
}
/*about_google*/
.main-visual.main-visual__bg__google-about {
    background: url("../images/about_google/img01.png");
	background-size:cover;
	background-repeat:no-repeat;
}


.about_google .ttl {
    background: none;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.about_google .flex {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.about_google .flex > div {
    width: 30%;
}

.about_google .flex .ttl img {
    width: 60px;
}
.about_google .botton {
    text-align: center;
    margin: 30px auto 0;
}
.main-visual.main-visual__bg__google-52 {
    background: url("../images/detail52/img18.png");
	background-size:cover;
}
.about_google .ttl {
    text-align: left;
    margin-bottom: 0;
}

.about_google .flex > div {
    margin-bottom: 20px;
}

/*20211012 con*/

.servicetop_con {
	background: #f3f6fe;
	padding: 26px 0 30px;
	text-align: center;
}

.servicetop_con .title {
	font-size: 24px;
	font-weight: bold;
	color: #004c9f;
	margin-bottom: 28px
}

.servicetop_con .text {
	margin-bottom: 26px;
	font-size: 16px;
}

.con_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 546px;
	margin: 0 auto;
	margin-bottom: 34px;
}

.call_box {
	display: flex;
	align-items: center;
	text-align: left;
	font-weight: bold;
	color: #004c9f;
	margin-right: 30px;
}

.call_box img {
	margin-right: 10px;
	min-width: 38px;
	height: 38px;
}

.call_box .textbox {
}

.call01 {
	font-size: 14px;
}

.call02 {
	font-size: 22px;
	line-height: 1.2;
}

.con_item {
	position: relative;
}

.con_item a {
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 230px;
	height: 50px;
	background: #f0ad1d;
	font-size: 12px;
	line-height: 3.7;
	position: relative;
}

.con_item img {
	position: absolute;
	right: 9px;
    top: 40%;
}

.servicetop_con ul {
	display: flex;
	width: 546px;
	justify-content: space-between;
	margin: 0 auto;
}

.con_gware a,.con_cont a,.con_file a {
	width: 165px;
	height: 56px;
	background: #1179bd;
	line-height: 1.4;
}

/*20211012 detail*/
.main-visual__entrance a:hover {
	color: #fff;
}

.inside_box_il p a:hover {
	color: #fff;
}

.under_offerbox p {
	font-size: 16px;
}

.entrance_btn {
	width: 230px;
	height: 50px;
	background: #f0ad1d;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #fff;
}
.entrance_btn a {
		display: block;
    width: 100%;
    height: 100%;
}

.entrance_btn:hover {
	color: #fff!important;
	opacity: 0.7;
    text-decoration: none;
}

.entrance_btn img {
	position: absolute;
	right: 10px;
	top: 40%;
}

.block {
	display: block;
	width: 100%;
}

.box_il01 {
	font-size: 16px;
}

.imgL img {
	width: 320px;
}

.imgM {
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
}

.imgM img {
	width: 160px;
}
.imgauto img {
	width: auto;
}
.g_function p {
	font-size: 100%!important;
}

.google_feature_btn {
	width: 290px;
	font-size: 14px;
	margin: 0 auto;
	height: 70px;
	line-height: 1.4;
}

.mgn {
	margin: 40px 0 30px 0;
}

.mgn img {
	width: 100%;
}

.under_box {
	margin-bottom: 60px;
}

.under_box p {
	font-size: 16px;
	line-height: 1.6;
}

.offerBox_inner {
	padding: 0;
}
.offerBox_inner tr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.offerBox_inner td {
	width: 100px;
	text-align: center;
	font-weight: bold;
}

.offerBox_inner td img {
	width: auto;
	margin-bottom: 10px;
}

.offerBox_inner .subtitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #004c9f;
}

.recommend_box {
	background: #f3f6fe;
	padding: 30px;
	margin-bottom: 40px;
}

.recommend_box p {
	font-size: 24px;
	color: #004c9f;
}

.recommend_box li {
	font-size: 16px;
}

.recommend_box li::first-letter {
	color: #004c9f;
	font-size: 18px;

}

.offer_item {
	display: flex;
	justify-content: space-between;
}

.offer_item li {
	width: 210px;
	border: 1px solid #ccc;
	padding: 10px;
	height: 283px;
	position: relative;
}

.offer_item li a {
	font-size: 16px;
	color: #000;
	font-weight: inherit;
	line-height: 1.2;
	height: 83%;
}

.offer_item li {
	margin-bottom: 30px;
}

.offer_imgbox {
	height: 120px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.offer_item img {
	display: block;
	margin: 0 auto;
}

.tag {
	background: #004c9f;
	width: max-content;
	color: #fff;
	padding: 4px 14px 2px;
	margin-bottom: 30px;
}

.offer_btn {
	text-align: left;
}

.offer_btn img {
	position: absolute;
	right: 10px;
	bottom: 52px;
}

.top_box05 span a {
	color: #000;
	font-weight: 100;
}

.top_box05 span.n03 {
	float: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.top_box05 {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}

#faq_wrap {
	margin-bottom: 60px;
}

.faq_second_ttl　dl dd span img {
	right: 300px;
}

.top_box02_1 {

}

.top_box02_1 a {
	width: 46%;
	height: 78px;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	padding: 7px 10px 10px;
	margin-bottom: 10px;

}

.top_box02_1 a:hover {
	text-decoration: none;
	opacity: 0.7;
}



.img_wrap {
	width: 100px;
	text-align: center;
	margin-right: 8px;
}

.img_wrap　img {
	width: 100%;
	height: auto;
}

.top_box02_1 dl {
	  width: 250px;
	margin-right: 10px;
}

.top_box02_1 dt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
}
.top_box02_1 dt span {
	display: block;
	font-size: 12px;
}

.top_box02_1 dd {
    font-weight: 100;
		color: #000;
}

/*20211020 faq_index*/
.faq_box01 {
	padding: 12px;
}
.faq_box01 select {
	width: 216px;
    height: 32px;
}
.faq_box01 .faqSearchTitle {
	font-size: 14px;
}
.faq_box01 ul li:first-of-type {
	margin-right: 34px;
}
.faq_box01 #faqButton {
	width: 52px;
	padding: 6px 0;
}
.faq_box01 #faqButton:hover {
	opacity: 0.7;
}
.top_box03 {
	margin-bottom: 60px;
}
.top_box03 dl.bg:first-of-type {
	padding-top: 25px;
}
.top_box03 dl dd div.cat span.icon span {
	margin-right: 0;
}
.top_box03 dl dd span {
	margin-right: 0;
    margin-left: 18px;
	margin-bottom: 0;
}
.top_box03 dl.bg dd {
	width: 650px;
	margin-left: 20px;
}
.top_box03 dl.bg dd span {
	width: 100%;
}
.top_box03 dl dd div.cat span.icon {
	margin-right: -28px;
}
.top_box03 dl dd div.cat span.icon span {
	font-weight: 100;
}
.faq_box01 #faqButton {
	background: #004c9f;
}
.cas_box02 {
	float: none;
}
.cas_box02 ul li.currentPage {
	background: rgb(17,121,189,0.5);
	font-weight: bold;
    color: #004c9f;
}
.cas_box02 ul li {
	margin-right: 6px;
}
.cas_box02 ul li:last-of-type {
	margin-right: 0;
}
.cas_box02 ul li a {
	background: #f3f6fe;
}
.cas_box02 ul li a:hover {
	background: rgb(17,121,189,0.5);
	text-decoration: none;
}
.cas_box02 ul li.nextPage a {
	background: #f3f6fe;
	font-weight: 100;
	font-size: 14px;
}
.cas_box02 ul li.nextPage a:hover {
	background: rgb(17,121,189,0.5);
	text-decoration: none;
}
.cas_box02 ul li.previousPage a {
	background: #f3f6fe;
	font-weight: 100;
	font-size: 14px;
}
.cas_box02 ul li.previousPage a:hover {
	background: rgb(17,121,189,0.5);
	text-decoration: none;
}

/*20211020 faq_detail*/
.inside_h4_bg {
	margin-bottom: 30px;
    margin-top: 35px;
}
.faq_box03 div.cont {
	margin: 0;
	padding-top: 4px;
	line-height: 1.6;
}
ul.under_txt_link li a {
	position: relative;
    top: 1px;
}
.cont ul.under_txt_link {
	margin-top: 30px;
	margin-bottom: 30px;
}
.under_txt_link {
	margin-top: 30px;
	margin-bottom: 0;
}
.under_txt_link_after {
	margin-top: 0;
    margin-bottom: 30px;
}
.license_banner img {
	width: 100%;
}
.under_offerbox a:hover {
	opacity: 0.7;
    text-decoration: none;
}
.servicetop_con a:hover {
	opacity: 0.7;
    text-decoration: none;
}
.google_feature img {
	width: 180px;
}
.contact_btn {
	width: 350px;
    height: 60px;
}
.contact_btn img {
	right: 0;
}
.groupware_btn {
	width: 100%;
    background: #00A901;
}
#gnav {
	width: 1100px;
}
#gnav + #gnav {
	width: 100%;
	border-top: 1px solid #81aad7;
	border-bottom: 1px solid #81aad7;
}
.scbar {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}
.scbar dl {
	border-bottom: none;
	font-size: 12px;
}
.scbar dl:first-of-type {
	border-top: none;
}
.scbar dl a {
	font-size: 12px;
}
.scbar2 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}
.scbar2 dl {
	border-bottom: none;
}
.scbar2 dl:first-of-type {
	border-top: none;
}
.scbar2 dl dt {
	font-size: 12px;
	font-weight: 100;
	color: #666666;
}
.scbar2 dl a {
	line-height: 1.5;
	font-weight: bold;
	font-size: 14px;
}
.scbar dl dd span {
	margin-left: 0;
}
.top_faq_ranking dl {
	margin-left: 0;
	margin-bottom: 0;
}
.top_faq_ranking dl dd span {
	margin-left: 0;
	margin-top: 0;
}
.top_faq_ranking dl dd a {
	line-height: 1.4;
	padding-top: 5px;
}
.kintone_btn {
	width: 82%;
    margin: 40px auto;
	height: 60px;
	background: #FCA802;
}
.kintone_btn:after {
	content: "";
	background: url(../images/external_link_icon.png) no-repeat;
	width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    right: -2px;
}
.tool_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 10px;
	margin: 26px auto;
}
.tool_btn li {
	margin-right: 0;
}
.tool_btn li a {
	width: 180px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #0067AD;
}
.tool_btn li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.csdd {
	margin-left: 0 !important;
}
.csdd span {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.servicedetailgoogle {
	margin-top: 30px;
}
.servicedetailgoogle a p {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: normal !important;
}

body.googlePage #cont .inside_box_il .serviceTxt {
	width: 100% !important;
}
body.googlePage #cont .inside_box_il .imgL {
	margin-right: 1em !important;
}

#index .top_box03.stripe.scbar,
#index .top_box03.stripe.scbar2.upList {
	margin-bottom: 20px;
}


/*2021111----------------------------------------------------------------------------*/
.mt30{
	margin-top: 30px;
}
.mt1em{
	margin-top: 1em;
}
.f_13em{
	font-size: 1.3em;
}
.gworkspace__flex{
	display: flex;
}
.gworkspace__flex > div:first-child {
    width: 18%;
}
.googleAbout .googleColumn2 .txt {
	width: auto;
	padding-left: 180px;
}


/*2021116----------------------------------------------------------------------------*/
.serviceTxt {
	font-size: 16px;
}
.intro_flowBox-support dl:nth-child(5) dt {
    background: #016DB6;
}

.intro_flowBox-support dl:nth-child(6) dt,
.intro_flowBox-support dl:nth-child(7) dt {
    background: #81AAD7;
}
.intro_flowBox-support dl dd p {
	font-size: 16px;
}
.supportBox {
	border: none;
	width: 100%
}
.supportBox dt {
	background: #016DB6;
	padding-left: 0;
	padding: 5px 15px 0;
	display: inline;
}
.supportBox.orange dt {
	background: #016DB6;
}
.supportBox dd {
	font-size: 16px;
}
.service_infoBox {
	font-size: 16px;
}
.introsupport_flex {
	display: flex;
	margin-bottom: 30px;
}
.introsupport_bubble {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F6FE;
	position:relative;
	margin-right: 40px;
	color: #016DB6;
	font-weight: bold;
}
.introsupport_bubble::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(243, 246, 254, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:16px;
    border-right-width:16px;
    margin-top: -16px;
    border-left-color:#F3F6FE;
    left:100%;
    top:50%;
}
.introsupport_box {
	margin-bottom: 20px;
}
.introsupport_textarea {
	width: 100%;
	text-align: left;
}
.introsupport_topic {
	display: inline-block;
	background: #016DB6;
	padding: 6px 15px 0;
	color: #fff;
	font-weight: bold;
}
.caseItem02 {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caseItem02 li {
	border: 1px solid #ccc;
	font-size: 16px;
	padding-bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	width: calc(100%/2 - 10px);
	margin-bottom: 10px;
}
.caseItem02_flex {
	display: flex;
	align-items: center
}
.caseItem02 li a {
	display: block;
    width: 100%;
    height: 100%;
	color: #016DB6;
}
.caseItem02 li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.caseItem02_flex img {
	margin-right: 20px;
}
.caseTitle {
	color: #016DB6;
	font-size: 16px;
}
.caseItem02_topic {
	background: #A6A6A6;
	color: #fff;
	font-size: 14px;
	font-weight: nomal;
	padding: 2px 10px 0;
	margin-right: 10px;
}
.caseItem02_topic:last-child {
	margin-right: 0;
}
.caseItem02_custom {
	font-weight: bold;
	font-size: 14px;
}
.sup_hover:hover {
	color: #005FAA !important;
	opacity: 0.7;
	font-size: 16px;
}
.ikou_ul {
	background: #F3F6FE;
	padding: 40px;
	line-height: 1.2;
}
.ikou_ul li{
	background: none;
	padding-left: 0;
	font-size: 16px;
	margin-bottom: 6px;
}

.ikou_ul li::before {
	hite-space: pre-wrap;
	content: "✓ ";
	color: #016DB6;
}
.ikou_ul li:last-of-type {
	margin-bottom: 0;
}
.ikou_btn:last-of-type {
	margin-right: 0;
}
.ikou_btn a {
	line-height: 1.2;
	text-align: center;
	width: 223px;
}
.ikou_voiceArea {
	margin-top: 10px;
	font-size: 16px;
}
.ikou_voiceItem {
	display: flex;
	margin-bottom: 30px;
}
.ikou_voice {
	background: #81AAD7;
    padding: 120px 67px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ikouItem_custom {
	font-size: 16px;
	font-weight: bold;
}
.ikou_feature {
	background: #016DB6;
	padding: 120px 56px;
}
.serviceFeature {
	font-size: 16px;
	margin: 0;
}
.ikouBtn {
	display: flex;
	justify-content: space-between;
}
.ikouBtn li a {
	width: 130px;
	text-align: center;
}
.ikouBtn li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.ikou_blue {
	font-weight: bold;
	color: #016DB6;
}
.kensyu_ul li {
	font-weight: bold;
}
.kensyu_ul li::before {
	content: "■ ";
}
.kensyu_ul h4 {
	font-size: 20px;
	font-weight: bold;
	color: #016DB6;
	margin-bottom: 10px;
}
.training_table img {
	width: 20%!important;
	margin-right: 10px!important;
}
.training_table dt {
	background: #fff!important;
	color: #016DB6!important;
}
.training_table dl dd {
	border: none!important;
	padding: 10px 0 10px 14px!important;
}
.training_table dl {
	width: 49%!important;
    border: 1px solid #ccc;
    padding: 10px 8px;
    box-sizing: border-box;
}
.training_table dl:hover {
	background: #fff!important;
	opacity: 0.7;
}
.training_table dd {
	font-size: 14px;
	display: flex;
	align-items: baseline;
}
.training_table dd img{
	width: 20px!important;
	margin-right: 0!important;
}
.operation_body .operation_ttl {
	background: #016DB6;
}
.operation_body ul {
	border: 1px solid #016DB6;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
}
.operation_body ul li:before {
	background: none;
	hite-space: pre-wrap;
	content: "✓ ";
	color: #016DB6;
}
.operation_body .operation_inner + .operation_inner .operation_ttl {
	background: #81AAD7;
}
.operation_body .operation_inner + .operation_inner ul {
	border: 1px solid #81AAD7;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
}
.operation_body .operation_inner + .operation_inner ul li:before {
	background: none;
	hite-space: pre-wrap;
	content: "✓ ";
	color: #81AAD7;
}
.operation_body .operation_bottom {
	padding: 30px;
	border: none;
    background: #F3F6FE;
    font-size: 16px;
}
table.tab02 {
	font-size: 16px;
}
#cont .operation_info {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
}
#cont .operation_info h5 {
    background: #016DB6;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 6px 15px 0;
    height: auto;
    text-indent: 0;
	margin-bottom: 6px;
	line-height: 1.8;
}
table.tab02 th {
	widows: 26%;
}
.service_top_box a {
	padding: 10px 10px 8px 0;
}
.service_top_box02 a {
	width: 370px;
}
.service_top_box dt {
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 6px;
}
.service_top_box dd {
	font-size: 16px;
	color: #016DB6;
	line-height: 1.2;
	font-weight: bold;
}
.service_top_box dl {
	width: 320px;
}
.service_top_box .img_wrap {
	margin-right: 0;
}
.nav_contact {
	background: #F3F6FE;
}
.nav_title {
	background: #004C9F;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 6px 0 3px;
    line-height: 1.4;
    font-weight: bold;
}
.nav_box {
	padding: 6px 27px 16px;
}
.nav_text {
	font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.nav_call_box {
	margin-right: 0;
	margin-bottom: 10px;
}
.nav_call01 {
    font-size: 14px;
    margin-bottom: 0!important;
}
.nav_call_btn {
	background: #F0AD1D;
    color: #fff;
    font-size: 16px;
    padding: 10px 40px 8px;
    box-sizing: border-box;
	position: relative!important;
	left: 0!important;
	bottom: 0!important;
}
.nav_call_btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}
.top_h4 {
	padding: 16px;
	font-size: 16px;
}
.top_faq_ranking {
	font-size: 14px;
	padding: 14px;
	border: 1px solid #ccc;
}
.top_faq_ranking dl dd {
	margin-bottom: 10px;
	display: flex;
	font-weight: bold;
}
.top_faq_ranking01 dd div {
	font-size: 22px;
	color: #D2B350;
	margin-right: 26px;
}
.top_faq_ranking02 dd div {
	font-size: 22px;
	color: #aaaaaa;
	margin-right: 26px;
}
.top_faq_ranking03 dd div {
	font-size: 22px;
	color: #c0734f;
	margin-right: 26px;
}
.top_faq_ranking04 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 26px;
}
.top_faq_ranking05 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 26px;
}
.top_faq_ranking06 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 26px;
}
.top_faq_ranking07 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 26px;
}
.top_faq_ranking08 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 26px;
}
.top_faq_ranking09 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 26px;
}
.top_faq_ranking10 dd div {
	font-size: 22px;
	color: #5587c5;
	margin-right: 10px;
}
.nav_bnrList li {
    border: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 16px;
}
.nav_bnrList li:last-of-type {
	margin-bottom: 20px;
}
.bnrList_title {
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #004C9F;
    padding: 10px 10px 4px;
}
.bnrList_text {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.bnrList_btn {
	margin: 0 auto;
    width: 80%;
    text-align: center;
    display: block;
}
.top_faqList {
	padding: 20px 14px;
}
.top_faqList dl dd span, .top_faqList dl dd span {
	background: none;
}
.top_faq_container dl {
	display: flex;
}
.top_faqList dl a {
	line-height: 1.4;
	font-size: 13px;
	font-weight: bold;
}
.top_faqList dt {
	width: 7%!important;
}
.top_faq_container {
	display: flex;
    border-bottom: 1px solid #ccc!important;
    align-items: center;
    padding-bottom: 15px;
	padding: 10px 0!important;
}
.upList {
	padding: 16px;
}
.top_offer {
	flex-wrap: wrap;
	margin-top: 20px;
	position: relative;
}
.top_offer li {
	margin-bottom: 20px;
	width: 204px;
	height: 261px;
}
.top_exList dl {
	margin-bottom: 0!important;
}
.top_exList dl a {
	display: block;
	width: 380px;
}
.top_exList dl img {
	right: 10px!important;
}
.main-visual-wrapper {
	width: 100%;
}
.top_wrapper {
	display: flex;
	justify-content: space-between;
}

/*2021214----------------------------------------------------------------------------*/

.license_body .license_ttl {
	background: #4a83bc;
}
.license_body .license_inner ul {
	background: #fff;
}
.license_body ul {
	border: #4a83bc 1px solid;
}
.license_body .license_inner .license_text {
	font-size: 18px;
	color: #4a83bc;
}
.license_body .license_inner + .license_inner .license_ttl {
	background: #005faa;
}
.license_body .license_inner + .license_inner ul {
	border: #005faa 1px solid;
}
.license_body .license_inner + .license_inner .license_text {
	color: #005faa;
}
.intro_flowBox dl:nth-child(5) dt, .intro_flowBox dl:nth-child(6) dt {
	background: #016DB6;
}
.intro_flowBox dl:nth-child(7) dt, .intro_flowBox dl:nth-child(8) dt {
	background: #81aad7;
}

.caseTop__item .caseItem02_flex {
	margin-bottom: 10px;
}
.caseTop__item .caseItem02_box {
	margin: 8px 0 6px;
}
.caseTop__item .caseItem02_custom {
	margin-right: 10px;
}
.caseTop__item .caseItem__text {
	font-weight: 100;
	color: #000;
	font-size: 14px;
}
.caseTop__item .caseItem02_topic {
	margin-right: 5px;
}
.cas_box02 ul li a {
	overflow: inherit;
}

.case_type {
	width: auto;
}
.case_type li {
	padding: 6px 15px 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
}
.case_type li.on {
	background: #004C9F;
}

.case_detail--box {
	background: #F3F6FE;
	padding: 20px;
	font-size: 16px;
	margin-bottom: 85px;
	position: relative;
}
.case_detail--box::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 75px 0 75px;
	border-color: #81abd7 transparent transparent transparent;
	position: absolute;
	bottom: -70px;
	left: 39%;
}
.case_detail--box-last {
	background: #F3F6FE;
	padding: 20px;
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
}
.case_detail--box dt,
.case_detail--box-last dt{
	font-size: 20px;
	font-weight: bold;
	color: #045DB0;
	border-bottom: 2px solid #045DB0;
	display: inline-block;
	margin-bottom: 20px;
}

.manualBox dd {
	font-size: 16px;
	font-weight: 100;
	color: #000;
}
.manualBox a {
	width: 100%;
	height: 100%;
	display: block;
}
.manualBox a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.manualBox dt img {
	margin-bottom: 10px;
}
.manualBox dt span {
	font-size: 16px;
	text-decoration: underline;
}
.manualBox dl dt .com {
	height: 84%;
}

.detailBox dl {
	border-bottom: none !important;
	border: none !important;
}
.detailBox dd {
	color: #004C9F;
	font-weight: bold;
}

.manual_detail p {
	font-size: 16px;
}
.manual_detail_list {
	font-size: 16px;
}
.manual_detail_list li {
	border-bottom: 1px solid #ccc;
	padding: 14px 0 12px 20px;
}
.manual_detail_list li:first-of-type {
	padding: 0 0 12px 20px;
}

.serviceBox_bnr {
	padding: 14px 0;
}
.manual_bnr {
	display: flex;
	margin-bottom: 0;
}
.serviceBox_bnr  ul li:last-of-type a {
	margin: 0 0 8px 0;
}
.manual_bnr-tag {
	display: table;
	color: #fff;
	background: #004C9F;
	padding: 6px 10px 2px;
	margin-bottom: 6px;
}
.manual_bnr li dt {
	margin-bottom: 0;
}
.manual_bnr li a {
	width: 360px;
}
.serviceBox_bnr li:nth-of-type(2n) {
	margin-left: 28px;
}
/*----------------2022.01.17追記----------------*/
.license_qa__dd {
	display: flex;
	font-size: 22px;
  color: #5587c5;
  font-weight: bold;
}
.license_qa__dd span {
  color: #005FAA;
	font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
	margin-left: 15px
}
.license_qa__dd-answer {
	color: #0252AE;
}
.license_qa__dd-answer span {
	font-weight: 100;
	color: #000;
}
.license_qa__dd-answer div {
	margin-top: 15px;
	padding-left: 20px;
  background: url("../images/common/arrow-right-s-line_bl.png") no-repeat left 5px;
  list-style: none !important;
  font-size: 16px;
}
.license_qa__dd-answer div a {
	font-weight: 100;
}
.lcn_list--btn {
	margin: 20px auto 0;
  display: table;
}
.company_box #cont h4 {
	font-size: 24px;
}
.company_box #cont {
	margin-bottom: 0;
}
.outline_table {
	font-size: 16px;
}
.outline_table tbody tr th {
	padding: 15px;
}
.outline_btn {
	background: #004C9F;
	color: #fff;
	padding: 4px 10px 2px;
	display: inline-block;
	margin: 6px 0 8px;
}
.outline_btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}
.history_table tbody tr th {
	padding: 18px 0 15px;
	width: 20%;
	text-align: center
}
.history_table tbody tr td {
padding: 18px 18px 15px 18px;
}
.privacy_inside_box {
	font-size: 16px;
}
.privacy_box h3 {
	font-weight: bold;
	margin-top: 20px;
}
table.table_privacy th {
	font-weight: 100;
}
.privacy_box ul {
  margin: 10px 0;
}
.privacy_box ul li {
	padding-left:1em;
	text-indent:-1em;
}
.release_inside_box {
	font-size: 16px;
}
.briefing_inside_box {
	display: flex;
}
.briefing_inside_box img {
	flex-shrink: 0;
	width: 320px;
	height: fit-content;
	margin-right: 20px;
}
.briefing_text_box p {
	font-size: 16px;
}
.briefing_btn {
	margin: 0 auto;
	color: #fff;
}

/*220124
-----------------------------------*/
br.faq_title_br {
    display: none;
}

.inside_h4_bg br.faq_title_br {
    display: block;
}
/*220131
-----------------------------------*/
.lightalink{
	position: relative;
}
.lightalink:hover{
	opacity: 0.7;
    text-decoration: none;
}
.lightalink::before{
	content: '';
	position: absolute;
}
/*220221
-----------------------------------*/
.offerBox_inner tr{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.offerBox_inner td {
    width: 100px;
    text-align: center;
    font-weight: bold;
    margin: 0 5px 1rem;
}

/*220301
-----------------------------------*/
#cont table.license_table , #cont table.license_table td, #cont table.license_table th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
    text-align: center;
	font-size: 14px;
}
#cont table.license_table td, #cont table.license_table th {
	padding: 20px;
	width: auto;
}
#cont table.license_table th span {
	font-size: 20px;
}
#cont table.license_table td.price{
	background: #f3f6fe;
}
#cont table.license_table td.price span{
	font-size: 20px;
	font-weight: bold;
}
#cont table.license_table td{
	background: #fff;
}
#cont table.license_table th {
	background: #016DB6;
	color:#fff;
}
#cont .main-visual__ttl{
	margin-top: 15px;
}
body .main-visual__bg__license {
    background-image: url(../images/license_top.png);
}

#cont .main-visual__bg__license .main-visual__read span{
	font-size: 42px;
	line-height: 1.2;
}
/*220412
-----------------------------------*/

ul.under_txt_link li.tab {
    background: url("../images/common/arrow-tab.png") no-repeat left 8px;
}
/*220512
-----------------------------------*/

.google-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.google-item{
    width: 47%;
	margin-bottom: 2rem;
}
.google-item a{
    display: flex;
    flex-flow: column;
	height: 100%;
}
.google-item img{
	width: 100%;
}
.google-item .ttl {
	display: flex;
    align-items: center;
    font-size: 14px;
    color: #004c9f;
    font-weight: bold;
    background: none;
    padding: 0;
	margin: 5px 0 ;
}

.google-item img.icon {
	max-height: 30px;
    max-width: 30px;
	margin: 0 10px 0 0;
}
.google-item a .txt{
	margin-bottom: 5px;
	color: #000;
}
.google-item a:hover{
	text-decoration: none;
}
.google-item a:hover  .txt{
	color: #005FAA;
}
.google-item a:hover .img{
	opacity: .8;
}
.google-item .under_txt_link{
	margin: auto 0 0;
}
.google-item a:hover .under_txt_link{
	text-decoration: underline;
}
.google-item  ul.under_txt_link li{
	font-size: 14px;
	    padding-left: 15px;
    background: url(../images/common/arrow-right-s-line_bl.png) no-repeat left center;
}


.faq_postscript{
	    width: auto;
    margin-bottom: 30px;
    padding: 20px;
    border: 2px #004c9f solid;
}
.faq_postscript p{
    margin: 0;
    padding-top: 4px;
    line-height: 1.6;
    font-size: 16px;
}

/*220823
-----------------------------------*/

#footer .pagetop{
    top: -24px;
}
#footer .pagetop a {
    color: #fff!important;
    background: #8da5d5;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

#footer .pagetop a:hover{
    text-decoration:none!important;
    background: #6884b6;
}

.gm {
	border: 1px solid #CCC;
}
.gm .gm-head {
	text-align: left;
	padding: 10px;
	background: #FFF;
}
.gm p {
	padding: 15px;
}
.main-visual__bg__google-48 {
	background-image: url("../images/google/gimg48.png");
}
.main-visual__read .entrance_btn,
.main-visual__bg__google-48 .entrance_btn {
	width: 300px;
	height: 70px;
	justify-content: flex-start;
}
.main-visual__read .minimini,
.main-visual__bg__google-48 .minimini {
    line-height: 1.4;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
	letter-spacing: 0;
}
.main-visual__read .minimini strong,
.main-visual__bg__google-48 .minimini strong {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
.main-visual__read .mvformbtn,
.main-visual__bg__google-48 .mvformbtn {
	position: static;
	margin: 0 15px;
}

/*230511
-----------------------------------*/
.license_bnr_lead {
	padding: 10px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #1179bd;
}
.license_bnr--big .license_bnr_lead {
	padding: 10px 20px;
	margin-bottom: 0.8rem;
}
.license_bnr {
    cursor: pointer;
}
.license_bnr:hover {
	opacity: 0.7;
}
.license_bnr a:hover {
    opacity: 1.0!important;
}
.license_bnr.license_bnr--big .bg_purple img {
    top: 140px!important;
}

/*230606 column
-----------------------------------*/
#contents {
	font-size: 16px;
	border: 2px solid #bfbfbf;
}
.contents-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 20px;
	height: 40px;
	background: #bfbfbf;
}
.contents-list {
	padding: 35px 40px 35px 60px;
	line-height: 2;
}
.contents-list,
.contents-list > li {
	list-style-type: decimal;
}
.contents-list ul {
	list-style-type: none;
	padding-left: 20px;
}
.contents-list ul li {
	position: relative;
}
.contents-list ul li::before {
	content: '└';
	position: absolute;
	top: 0;
	left: -20px;
}
.contents-list a {
	text-decoration: underline;
	color: inherit;
	font-weight: normal;
}
#column-wrapper {
	display: flex;
	flex-flow: column;
	gap: 20px;
	margin-bottom: 50px;
}
.column-link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #f3f6fe;
	padding: 35px 35px 40px;
	margin: 20px 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: normal;
}
.column-link:hover {
	text-decoration: none;
	font-weight: normal;
}
.column-link.all-link:hover {
	cursor: pointer;
}
.column-link-text {
	color: #000;
	font-size: 16px;
	width: calc(100% - 260px);
}
#Page .column-link .title {
	color: #004c9f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.column-link .detail {
	margin-bottom: 40px;
}
.column-link-btn {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #f0ad1d;
	width: 200px;
	position: relative;
	padding: 15px 0;
	margin-right: 0;
	margin-left: auto;
	position: relative;
	display: block;
}
.column-link-btn:hover {
	color: #fff;
	text-decoration: none;
}
.column-link-btn img {
	position: absolute;
	right: 9px;
	top: 19px;
}

/*230629 campaign
-----------------------------------*/
.gnav05_useful .bold, .gnav05_useful li {
	cursor: pointer;
}
.gnav05_useful .bold:hover::after {
	bottom: -7px;
    opacity: 1;
    visibility: visible;
}
.gnav05_useful .bold::after {
	position: absolute;
	bottom: 0px;
    content: '';
    width: 68%;
    left: 15%;
    height: 2px;
    background: #0058ab;
	opacity: 0;
	visibility: hidden;
    transition: .3s;
}
.gnav05_useful .bold {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
/*230804 7月改善*/
.column-area .manualBox dt img {
	max-height: none;
	max-width: none;
}
.column-area h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #004c9f;
    border-bottom: 2px solid #81aad7;
    line-height: 1.5;
}
.column-link:hover {
	opacity: .8;
}
/*230921 8月改善*/
.bnr_license {
	background-color: #f3f6fe;
	padding: 20px;
	margin-bottom: 30px;
}
.bnr_license:hover {
	opacity: .8;
	cursor: pointer;
}
.bnr_license .bnr_license_inner {
	background-image: url("../images/bnr_license_bg.png");
	background-size: cover;
	background-repeat: round;
	padding: 20px;
	text-align: center;
}
.bnr_license .bnr_license_inner p a {
	font-size: 22px;
	color: #004c9f;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .08rem;
}
.bnr_license .bnr_license_inner p a:hover {
	text-decoration: none;
}
.bnr_license .bnr_license_inner p a span {
	font-size: 30px;
}
.bnr_license .bnr_license_inner p a::before {
	content: "";
	background-image: url("../images/bnr_license_logo.png");
	display: inline-block;
	width: 116px;
	height: 32px;
	margin-right: 15px;
}
/*231218 11月改善*/
/*faq_contact_area*/
.faq_contact_area {
	background-image: url("../images/common/faq_contact_area_2312.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 23px 35px 28px;
	margin-top: 30px;
}
.faq_contact_area h5 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.faq_contact_area h5 span {
	color: #004c9f;
	font-size: 26px;
}
.faq_contact_area ul {
	padding: 0 130px;
	margin: 15px auto;
}
.faq_contact_area ul li::before {
	content: "";
	background-image: url("../images/common/arrow_faq_2312.png");
	display: inline-block;
	width: 15px;
	height: 14px;
	object-fit: contain;
	margin-right: 10px;	
}
.faq_contact_area ul li {
	display: flex;
	align-items: center;
}
.faq_contact_area .faq_contact_area_btn {
	text-align: center;
}
.faq_contact_area .faq_contact_area_btn a {
	background: #1179bd;
	padding: 15px 70px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}
.faq_contact_area .faq_contact_area_btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
/*faq_column_detail01_area*/
.faq_column_int_area {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 30px auto;
	padding: 40px 50px;
}
.faq_column_int_area.faq_column_int_area_01 {
	background-image: url("../images/common/faq_column_detail01_area.jpg");
}
.faq_column_int_area.faq_column_int_area_03 {
	background-image: url("../images/common/faq_column_detail03_area.jpg");
}
.faq_column_int_area h5 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.faq_column_int_area h5 span {
	font-size: 28px;
}
.faq_column_int_area .faq_column_int_area_btn a {
	background-color: #f0ad1d;
	padding: 13px 60px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	position: relative;
}
.faq_column_int_area .faq_column_int_area_btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.faq_column_int_area .faq_column_int_area_btn img {
	position: absolute;
    right: 25px;
    top: 40%;
}
.faq_column_int_area .faq_column_int_area_inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
/*column_top_sec*/
.column_top_sec {
	padding: 80px 0;
}
.column_top_sec p {
	font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
.column_top_sec .manualBox {
	width: 780px;
	margin: 0 auto;
}
.column_top_sec .con_item {
	margin: 60px auto 0;
}
/*240724 ロゴ変更*/
#gnav .imgHover + div {
	display: flex;
	align-items: center;
}