@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 1000px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 50px;
	float: left;
	clear: both;
}

.inner {
	position: relative;
	/*margin: auto;*/
}

a {
	color: #000;
}
a:hover {
	color: #000;
}
a:link {
	text-decoration: none;
}

h1 {
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}

/*dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}*/

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	width: 50%;
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR p{
	font-size: 16px;
	width:55%;
	float:left;
}
.imgR img {
	float:right;
	width: 40%;
	margin-top: -40px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR p{
	font-size: 12px;
	padding-bottom: 10px;
	width: 100%;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
		width: 100%;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: red;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 16px; 
}
.btn a:hover {
	color: #fff;
	background: #333;
}


/* ボタン */
.btn_l a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #999999;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 26px;
}
.btn_l a:hover {
	color: #fff;
	background: #333;
}


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	/*display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;*/
	-ms-flex-align: left;
	-webkit-box-align: left;
	-webkit-align-items: left;
	align-items: left;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 2カラム背景あり（スマートフォンでは1カラム) */
.twoCol_bg {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.twoCol_bg .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: left;
	-webkit-box-align: left;
	-webkit-align-items: left;
	align-items: left;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
	background: #dddddd;
}
.twoCol_bg .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol_bg .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol_bg .inner img {
	width:100%;
}

@media screen and (max-width:767px) {
	.twoCol_bg {
		display: block;
		margin-bottom:20px;
	}
	.twoCol_bg .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 2カラムセンター揃え（スマートフォンでは1カラム) */
.twoCol_m {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.twoCol_m .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  justify-content: center;
  align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol_m .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol_m .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol_m .inner img {
	padding: 0px;
	height:35%;
	margin-bottom: 10px;
}

/* 2カラムセンター揃え（スマートフォンでは1カラム) */
.oneCol_m {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.oneCol_m .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  justify-content: center;
  align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
}
.oneCol_m .inner div:nth-child(2n+1) {
	clear:both;
}
.oneCol_m .inner .image {
	width: 100%;
	min-height: 0%;
}
.oneCol_m .inner img {
	padding: 0px;
	height:35%;
	margin-bottom: 10px;
}
.balloon_box img {
	padding: 0px;
	height:35%!important;
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {
	.twoCol_m {
		display: block;
		margin-bottom:20px;
	}
	.twoCol_m .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}

/* 5カラム（スマートフォンでは2カラム) */
.fiveCol {
	clear: both;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.fiveCol .inner {
	position: relative;
	/* overflow: hidden; */
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((180 / 980) *100%);
	margin: 0 0 20px 0;
}
.fiveCol .inner .image {
	border-color: #bfbfbf;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	min-height: 0%;
}
.fiveCol .inner img {
	width: 100%;
}
.fiveCol .inner p{font-size: 18px; font-weight: bold;}

@media screen and (max-width:767px) {
	.fiveCol {
		display: block;
		margin-bottom: 20px;
	}
	.fiveCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fiveCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fiveCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
	.fiveCol .inner p{font-size: 14px;}
}

/*================================================
 *  トップヘッダー
 ================================================*/

.roll_head{
	background: url(../img/io-link-solving/io_link_main.png)no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.roll_head .logo{
	position: absolute;
	top:10px;
	left:10px;
	width: 130px;
}
.roll_head .inq_btn a{
	position: absolute;
	top:0px;
	right:10px;
	width: 140px;
}
.roll_head .inq_btn a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	}
.roll_head .h2{width: 850px; margin-left: auto; margin-right: auto; color:#fff;}
.roll_head .h2 p{text-align: center; margin-top: 1.5%; font-size:140%;}
.roll_head h1.top_txt{
	margin-left: auto;
	margin-bottom: 5%;
	margin-right: auto;
	margin-top: 8%;
	width: 850px;
	background: rgba(255,255,255, 0.9);
	border-radius: 10px;
	text-align: center;
}
.roll_head h1.top_txt dt{
	padding: 3%;
	font-weight: bold;
	font-size: 270%;
}
.roll_head h1.top_txt dt span{
	color:#5a9cd3;
}
.roll_head h1.top_txt dt span img{width: 25%; padding: 0 5px 12px 0; }
.roll_head h1.top_txt dd{
	padding-top: 3%;
	font-size: 200%;
	border-bottom-color: #bfbfbf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.roll_head h1.top_txt dd span{	background-color: red; margin: 0.5%; padding: 0 1% 0 1%;}


@media screen and (max-width:768px) {

	.roll_head .inq_btn a{
	padding-top:  0%;
	}
	.roll_head .inq_btn a:link img{
	z-index:100;
	}
	.roll_head h1.top_txt{
	font-size: 12px;
	width: 90%;
	margin-top: 15%;
	}
	.roll_head h1.top_txt dt{
	font-size: 160%;
	}

	.roll_head h1.top_txt dd{
	font-size: 120%;
	font-weight: normal;
	}
	.roll_head .inq_btn a{
		width: 120px;
	}
	.roll_head dl.top_txt dt span img{padding: 0 2px 7px 0; }
}

/*================================================
 *  フッター
 ================================================*/
/* footer */
#footer {
	float: left;
	width:100%;
	background: #DDDDDD;
	margin-top: 0 !important;
}
.footerwrap {
	position:relative;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

footerwrap ul > :first-child + * + * + * + * + *{
	border-right: 1px solid #333 !important;
	padding-right: 10px !important;
}
.footerwrap li:last-child{
	border-right: none !important;
	padding-right: 0 !important;
}

.copyright {
	letter-spacing:0.4px!important;
	font-size:0.9em;
	text-align:center;
}

#foot_group_nav{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #aaa;
}
#foot_group_nav p{
	color: #005EAE;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#foot_group_nav li {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}
#foot_group_nav li a{
	color: #000;
}
#foot_group_nav li i{
	padding-leftt: 3px;
	line-height: 30px;
}

#foot_group_nav li:first-child {
    clear: both;
    float: left;
    border-right: 2px solid #999;
    padding-right: 10px;
    padding-left: 0px
}
#foot_group_nav li{
	border-right: none;
}
#foot_group_nav li img,.footerwrap p a img{
	padding-left: 5px;
}
.footerwrap p a{
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	float: left;
	display:inline-block;
}

@media screen and (max-width:767px) {
	#footer{
		background: #DDDDDD;
	}
	#footer .nav{
		display: none;
	}
	
	#wrapper,
	.footerwrap,
	.footerwrap .inquirywrap,
	#foot_group_nav{
		width: auto;
		padding-left: 10px;
	}
	#foot_group_nav {
		border-top: none;
	}
	#foot_group_nav li{
		width: 200px;
		text-align: left;
		float: left;
		padding-left: 5px;
		line-height: 2em;
	}
	#foot_group_nav li:first-child{
		border-right: none;
		padding-left: 5px;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111;
}
.totop img:hover {
	background:#222;
}



/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner { width: 100%; }
	#contents { box-sizing: border-box; width: 100%; padding: 0 10px; }
	footer { width: 100% }
	.lock { overflow: hidden; }
}
/* お知らせ */
.main .top_ttl{margin-bottom: 5px; margin-top: 5px; clear: both; float: left; border-left-color: #FF0000; border-left-width: 3px; border-left-style: solid; padding-left: 10px; font-size: 20px; font-weight: bold;}
/*
table
*/
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th,td{font-size: 16px; font-weight: bold;}
th span,td span{font-size: 48px; font-weight: bold;}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	background-color: #ffcd54;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}
th img,td img{width: 40%;}
/*
information
*/
.info_ttl{ font-size: 20px; }
.info_ttl li{ clear: both; width: 100%; font-weight: bold; }
.info_ico{ font-size: 12px; float: right; width: 20%; }
.info_ico{ padding-left: 10px; padding-bottom: 5px; padding-right: 10px; padding-top: 5px; display: block; margin-right: 10px; position: relative; text-align: center; background: #097CBC; color: #fff; width: 80px; }
@media screen and (max-width:767px) {
	.main{width: 100%;}
	.main .top_ttl{ font-size: 16px;}
	table.info{ width: 100%; }
	table.info th{ width: auto; display: block; border-bottom: 0px }
	table.info td{ display: block; padding: 0px 0px 30px 0px; }
	.info_ttl{ font-size: 16px; }
	.info_ico{ width: 50px; font-size: 10px; padding: 4px 6px; }
}

/*================================================
 *  PCコンテンツ
 ================================================*/
 
.lg_ttl{padding-top: 20px; font-size: 45px; font-weight: bold; text-align: center; line-height: 1.3em;}
.cn_ttl{margin-bottom: 20px; text-align: center; padding-bottom: 15px; padding-top: 15px; float: left; line-height: 20px; font-size: 24px; font-weight: bold; width: 100%; color: white; background-color: #7f7f7f;}
.cn_ttl span{font-size: 120%;}
.cn_copy{float: left; padding-bottom: 25px; padding-top: 25px; font-size: 16px;}
.prd_ttl{ margin-top: 50px; margin-bottom: 20px; padding-bottom: 10px; padding-top: 10px; float: left; width: 100%; color: white; background-color: #7f7f7f;}
.prd_ttl p{ line-height: 1.3em; font-size:28px; text-align: left; font-weight: bold; margin-left: 20px; }
.sub_ttl span{ color: red; font-size: 130%;}
.sub_ttl{padding-bottom: 10px; padding-top: 10px; font-size: 24px; font-weight: bold; }
.qst{ clear: both; display: inline-block; height: 500px; float: left; position: relative; width: 100%;}
.qst ul.inner{  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 10px;
  }
.qst ul.inner li{ padding-bottom: 20px; padding-top: 0px; padding-left: 40px; font-size: 24px; font-weight: bold; background: url('../img/home/check_ico.png') no-repeat; width: 100%; white-space: nowrap; }
.qst ul.inner li span{ font-size: 140%; color: red;}
.qst ul.inner li.arrow{background-image : none; text-align: center; padding-left: 0px; float: left;}
.qst ul.inner li.arrow img{text-align: center; width: 40%;}
.qst ul.inner li.fa{background-image : none; text-align: center; float: left; padding-left: 0px; font-size: 28px; } 
.qst ul.inner li.fa span{color:#00a0e9; } 
.qst dl dt.slash{ background-image : none; left: 680px; bottom: 40px; position: absolute;} 
.qst dl dt.slash img{ height: 80px; } 
.qst dl dt.sub_01{ left: 0px; bottom: 0px; position: absolute;} 
.qst dl dt.sub_02{ left: 140px; bottom: 0px; position: absolute;}
.qst dl dt.sub_03{ left: 280px; bottom: 0px; position: absolute;}
.qst dl dt.sub_04{ left: 400px; bottom: 0px; position: absolute;}
.qst dl dt.sub_05{ left: 520px; bottom: 0px; position: absolute;}
.qst dl dt.sub_06{ left: 670px; bottom: 0px; position: absolute;}
.qst dl dt.sub_07{ left: 840px; bottom: 0px; position: absolute;}
.qst dl dt.sub_01 img{ height: 75px;  text-align: center;} 
.qst dl dt.sub_02 img,.qst dl dt.sub_03 img,.qst dl dt.sub_04 img,.qst dl dt.sub_05 img,.qst dl dt.sub_06 img{ height: 75px;  text-align: center;} 
.qst dl dt.sub_01 p,.qst dl dt.sub_02 p,.qst dl dt.sub_03 p,.qst dl dt.sub_04 p,.qst dl dt.sub_05 p,.qst dl dt.sub_06 p,.qst dl dt.sub_07 p{ font-size: 110%;  text-align: center;} 
.qst dl dt.sub_01 p span,.qst dl dt.sub_02 p span,.qst dl dt.sub_03 p span,.qst dl dt.sub_04 p span,.qst dl dt.sub_05 p span,.qst dl dt.sub_06 p span,.qst dl dt.sub_07 p span{ font-weight: bold;} 
.qst dl dt.name_01{ left: 0px; bottom: 160px; position: absolute; font-size: 16px; font-weight: bold;} 
.qst dl dt.name_02{ left: 140px; bottom: 160px; position: absolute; font-size: 16px; font-weight: bold;} 
dl.io_info{ margin-top: 20px;  background: #e9e9e9; border-radius: 10px; padding: 15px;} 
dl.io_info dt{font-size: 16px; font-weight: bold;} 
.threeCol .inner p.ttl{padding-bottom: 5px; text-align: center; font-size: 18px; font-weight: bold;}

.threeCol .inner p.cp {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 0px;
  min-width: 120px;
  max-width: 100%;
  font-size: 18px;
  background: #e9e9e9;
  border-radius: 5px;
  text-align: center;
}

.threeCol .inner p.cp:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e9e9e9;
}
.threeCol .inner p.cp img{ height: 90px; width: 65px; left: 2px; bottom: 0px; position: absolute;}

.threeCol .inner .reco_01,.threeCol .inner .reco_02,.threeCol .inner .reco_03{color:#fff; margin: 20px; padding: 20px; text-align: center; font-size: 24px; font-weight: bold; border-radius: 5px; width: 250px;}
.threeCol .inner .reco_01{background: #166ebe;}
.threeCol .inner .reco_02{background: #ea7c35;}
.threeCol .inner .reco_03{background: #19b257;}

.oneCol .inner .reco_04,.oneCol .inner .reco_05,.oneCol .inner .reco_06{color:#fff; margin-bottom: 20px; margin-right: 20px; padding: 7px; text-align: center; font-size: 16px; font-weight: bold; border-radius: 5px; width: 160px; float: left;}
.oneCol .inner .reco_04{background: #166ebe;}
.oneCol .inner .reco_05{background: #ea7c35;}
.oneCol .inner .reco_06{background: #19b257;}


.oneCol .inner p{font-size: 16px; float: left;}
.oneCol .inner .io_ttl_01,.oneCol .inner .io_ttl_02,.oneCol .inner .io_ttl_03{font-size: 24px; width: 100%; font-weight: bold;}
.oneCol .inner .io_ttl_01{color:#166ebe;}
.oneCol .inner .io_ttl_02{color:#ea7c35;}
.oneCol .inner .io_ttl_03{color:#19b257;}
.oneCol .inner .io_s_ttl{font-size: 20px; font-weight: bold; margin-bottom: 20px; margin-top: 20px;}
.oneCol .inner .io_ss_ttl{font-size: 18px; width: 100%; font-weight: bold; margin-top: 20px; margin-bottom: 10px;}
.oneCol .inner .im_one_touch{width: 60%;}
.oneCol .inner .im_one_touch p{float: left;}
.oneCol_bg .inner {background: #dddddd !important; width: 100%; float: left;}

@media screen and (max-width:768px) {
.threeCol .inner .reco_01,.threeCol .inner .reco_02,.threeCol .inner .reco_03{font-size: 16px; width: 100%;}
.oneCol .inner p{font-size: 12px;}
.threeCol .inner .reco_01,.threeCol .inner .reco_02,.threeCol .inner .reco_03{margin: 10px; padding: 20px; font-size: 18px; font-weight: bold; width: 100%;}
.oneCol .inner .io_ttl_01,.oneCol .inner .io_ttl_02,.oneCol .inner .io_ttl_03{font-size: 20px;}
.oneCol .inner .io_s_ttl{font-size: 18px;}
.oneCol .inner .im_one_touch{width: 100%;}
}


dl.pr{clear: both; margin-bottom: 20px; padding-bottom: 20px; position: relative; width: 100%; float: left;}
dl.pr dt.pr_im{ padding-left: 10px; padding-top: 10px; width: 40%; float: left;}
dl.pr dt.pr_new{margin-left: 20px; padding-left: 10px; padding-top: 20px; width: 50%; float: right;}
dl.pr dt.pr_new p{ text-align: center; width: 80px; padding: 3px; font-size: 18px; font-weight: bold; background-color: red; color: white; }
dl.pr dt.pr_ttl{ font-size: 24px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: right;}
dl.pr dt.pr_cm{ font-size: 14px; padding-top: 5px; width: 50%; text-align: left;}
dl.pr dt.pr_sttl{ font-size: 16px; font-weight: bold; padding-top: 15px; width: 50%;}
dl.pr dt.pr_sr{ font-size: 32px; font-weight: bold; padding-top: 5px; width: 50%;}
dl.pr dt.pr_ps{ color: red; font-size: 16px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: right;}

dl.pr_two{clear: both; margin-bottom: 20px; padding-bottom: 20px; height: auto; position: relative; width: 100%; float: left;}
dl.pr_two dt.pr_im{ padding-right: 10px; padding-top: 10px; width: 30%; float: right;}
dl.pr_two dt.pr_yim{ padding-right: 10px; padding-top: 50px; width: 41%; float: right;}
dl.pr_two dt.pr_new{margin-left: 20px; padding-left: 10px; padding-top: 20px; width: 50%; float: left;}
dl.pr_two dt.pr_new p{ text-align: center; width: 80px; padding: 3px; font-size: 18px; font-weight: bold; background-color: red; color: white; }
dl.pr_two dt.pr_ttl{ font-size: 20px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 20px; width: 50%; float: left;}
dl.pr_two dt.pr_cm{ font-size: 14px; margin-left: 20px; padding-left: 10px; padding-top: 5px; float: left; text-align: left;}
dl.pr_two dt.pr_sttl{ font-size: 14px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 15px; width: 50%; float: left;}
dl.pr_two dt.pr_sr{ font-size: 28px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: left;}
dl.pr_two dt.pr_sr img{ width: 80%;}

dl.pr_three{clear: both; margin-bottom: 20px; padding-bottom: 20px; height: auto; position: relative; width: 100%; float: left;}
dl.pr_three dt.pr_im{ padding-left: 10px; padding-top: 10px; width: 30%; float: left;}
dl.pr_three dt.pr_sttl{ font-size: 13px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 15px; width: 50%; float: left;}
dl.pr_three dt.pr_sr{ font-size: 18px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: left;}



dl.pr_io_one{clear: both; margin-bottom: 20px; padding-bottom: 20px; height: auto; width: 100%; float: left;}
dl.pr_io_one dt.pr_im{ padding-left: 20px; padding-top: 10px; width: 30%;}
dl.pr_io_one dt.pr_ttl{ font-size: 20px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 20px; width: 50%; float: left;}
dl.pr_io_one dt.pr_cm{ font-size: 14px; margin-right: 30px; margin-left: -100px; margin-top: -150px; float: left; text-align: left; width: 30%;}
dl.pr_io_one dt.pr_sttl{ font-size: 14px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 15px; width: 50%; float: left;}
dl.pr_io_one dt.pr_sr{ font-size: 28px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: left;}
dl.pr_io_one dt.pr_ico img{ width: 40%;}
dl.pr_io_one dt.pr_ico{ width: 50%; float: left; padding-left: 20px; }
.io_uc2_ttl{font-size: 16px; width: 100%; font-weight: bold; margin-left: 20px; margin-bottom: 10px;}
.io_suc2_ttl{font-size: 16px; width: 100%; margin-left: 20px; margin-bottom: 20px;}

@media screen and (max-width:768px) {
dl.pr_two{width: 100%;}
dl.pr_two dt.pr_im,dl.pr_io_one dt.pr_im,dl.pr_two dt.pr_yim{ width: 100%}
dl.pr_two dt.pr_new{ width: 90%; font-size: 14px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr_two dt.pr_new p{  font-size: 14px;  width: 50px; }
dl.pr_two dt.pr_ttl,dl.pr_io_one dt.pr_ttl{ width: 90%; font-size: 18px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr_two dt.pr_cm{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px; padding-bottom: 10px;}
dl.pr_io_one dt.pr_cm{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px; padding-bottom: 10px; margin-top: 0px;}
dl.pr_two dt.pr_sttl,dl.pr_io_one dt.pr_sttl{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr_two dt.pr_sr,dl.pr_io_one dt.pr_sr{ width: 90%; font-size: 24px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr_two dt.pr_sr img{ width: 40%;}
dl.pr_io_one dt.pr_ico img{ width: 70%;}
dl.pr_two dt.pr_btn{ width: 100%; padding-top: 10px;}
dl.pr_two dt.pr_ps{ width: 100%; font-size: 12px; }
}



dl.pr dt.pr_
{ margin-right: 20px; margin-left: 20px; padding-left: 10px; padding-top: 30px; width: 50%; float: right;}
.balloon_box{padding-bottom: 40px; width: 100%; text-align: center;}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 20px;
  background: #e0edff;
  border-radius: 5px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.balloonio {font-size: 14px;  text-align: center;}
.balloonio {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 20px;
  background: #e0edff;
  border-radius: 5px;
}

.balloonio:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloonio p {
  margin: 0;
  padding: 0;
}
 /*================================================
 *  スマホコンテンツ
 ================================================*/
@media screen and (max-width:768px) {
.lg_ttl{padding-top: 15px; font-size: 18px;}
.cn_ttl{padding-bottom: 5px; padding-top: 5px; line-height: 18px; font-size: 18px; }
.cn_copy{float: left; padding-bottom: 15px; padding-top: 15px; font-size: 12px;}
.sub_ttl{  font-size: 16px;}
.prd_ttl{width: 100%;}
.prd_ttl p{  font-size: 16px; }
.qst{ height: 300px; }
.qst ul.inner{ 
  top: 50%; left:50%;}
.qst ul.inner li{ font-size: 14px; background-image : none; width: 100%; padding-right: 0px; padding-bottom: 5px; padding-top: 5px; padding-left: 0px; white-space: normal;}
.qst ul.inner li.fa{font-size: 18px; } 
.qst dl dt.slash img{ display: none; } 
.qst dl dt.sub_01,.qst dl dt.sub_02,.qst dl dt.sub_03,.qst dl dt.sub_04,.qst dl dt.sub_05,.qst dl dt.sub_06{  display: none;} 
.qst dl dt.name_01,.qst dl dt.name_02{  display: none; } 
.threeCol .inner{ margin-bottom: 20px;}
.threeCol .inner p.ttl{ font-size: 14px;}
.threeCol .inner p.cp{ font-size: 14px;}

dl.pr{width: 100%;}
dl.pr dt.pr_im{ width: 100%}
dl.pr dt.pr_new{ width: 90%; font-size: 14px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_new p{  font-size: 14px;  width: 50px; }
dl.pr dt.pr_ttl{ width: 90%; font-size: 18px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_cm{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px; padding-bottom: 10px;}
dl.pr dt.pr_sttl{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_sr{ width: 90%; font-size: 24px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_btn{ width: 100%; padding-top: 10px;}
dl.pr dt.pr_ps{ width: 100%; font-size: 12px; }
table {
	width: 100%;
}
th,td{font-size: 12px; font-weight: bold;}
th span,td span{font-size: 20px; font-weight: bold;}

.balloon {font-size: 14px; }
.btn a,.btn_l a{ font-size: 16px; width: 55%; margin-top:10px; margin-bottom:10px; margin-top:0 auto; float: none;}
p.notice{font-size: 12px;}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol_bg {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.threeCol_bg .inner {
	position: relative;
	overflow: hidden;
	/*display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;*/
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 30.14%;
	/*width: calc((315 / 980) *100%);*/
	margin: 0 15px 20px 15px;
}
.threeCol_bg .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol_bg .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol_bg .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol_bg .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol_bg .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol_bg .inner img {
	width: 100%;
}
.threeCol_bg .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol_bg .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}
.mgL80{margin-left:80px !important;
float: left;}
.io_logo{width: 30%; margin-bottom: 6px;}

@media screen and (max-width:767px) {
	.threeCol_bg {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol_bg .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
	.mgL80{margin-left:0px !important;}
}
dl.pr-two{}
dl.pr-two .img{width: 80%;}
dl.pr-two .series{font-size: 28px; font-weight: bold;}
dl.pr-two .type{font-size: 16px;}
dl.pr-two .price{color: red; font-size: 20px; font-weight: bold;}
.info-txt{margin-top:50px;}
@media screen and (max-width:767px) {
dl.pr-two .series{font-size: 24px;}
dl.pr-two .type{font-size: 14px;}
dl.pr-two .price{color: red; font-size: 16px;}
.info-txt{margin-top:0px;}
}


dl.cn_an{ padding-top: 25px; float: left; width: 100%;}
dl.cn_an dt.cn_im{ width: 160px; float: left; vertical-align: bottom;}
dl.cn_an dt.cn_im_r{ width: 160px; float: right; vertical-align: bottom;}
dl.cn_an dt.cn_im_sr{ width: 350px; float: right; margin-top:30px; }
dl.cn_an dt.cn_im_sl{ width: 350px; float: left; margin-top:30px; }
dl.cn_an dt.cn_bl{ padding-right: 500px; width: 90px; float: left; }
dl.cn_an dt.cn_cp{ padding-left: 20px; color: #087BBB; font-size: 24px; font-weight: bold; float: left; }
dl.cn_an dt.balloon-l {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 450px;
  background: #e0edff;
  color: #000;
  font-size: 16px;
  border: solid 3px #e0edff;
  box-sizing: border-box;
  border-radius: 15px;
}

.dl.cn_an dt.balloon-l:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #e0edff;
  z-index: 2;
}

dl.cn_an dt.balloon-l:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e0edff;
  z-index: 1;
}

dl.cn_an dt.balloon-l p {
  margin: 8px;
  padding: 0;
  font-size: 20px;
}


dl.cn_an dt.balloon-r {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 450px;
  color: #000;
  font-size: 16px;
  background: #feeddb;
  border: solid 3px #feeddb;
  box-sizing: border-box;
  border-radius: 15px;
}

dl.cn_an dt.balloon-r:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #feeddb;
  z-index: 2;
}

dl.cn_an dt.balloon-r:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #feeddb;
  z-index: 1;
}

dl.cn_an dt.balloon-r p {
  margin: 8px;
  padding: 0;
  font-size: 20px;
}
.soltxt{ clear: both; display: inline-block; float: left; width: 100%;}
.soltxt ul.inner{ 
text-align: center;
  padding: 10px;
  }
.soltxt ul.inner li{ padding-bottom: 20px; padding-top: 0px; padding-left: 40px; font-size: 22px; font-weight: bold; white-space: nowrap; }
.soltxt ul.inner li.fa{background-image : none; text-align: center; padding-left: 0px; font-size: 28px; } 
.soltxt ul.inner li.fa span{color:#00a0e9; font-size: 140%;} 


@media screen and (max-width:768px) {
dl.cn_an{width: 100%;}
dl.cn_an dt.cn_im,dl.cn_an dt.cn_im_r{ width: 120px;}
.cn_an dt.cn_im_sr,.cn_an dt.cn_im_sl{ width: 100% !important; margin-top:0px;}
dl.cn_an dt.cn_bl{ width: 60px; float: left; padding-right: 0px; }
dl.cn_an dt.cn_cp{ font-size: 16px; padding-left: 0px;}
dl.cn_an dt.balloon-r p,dl.cn_an dt.balloon-l p  {font-size: 16px;}
dl.cn_an dt.balloon-r,dl.cn_an dt.balloon-l  {max-width: 65%; margin-top:-30px;}
.soltxt ul.inner li.fa{font-size: 18px;} 
}

.mt20{margin-top:20px;}
.mt30{margin-top:30px; }
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
dl.exce{width: 100%; margin-top:30px; margin-bottom:30px; float: left;}
dl.exce dt.human{width: 150px;
float: left;}
dl.exce dt.ex-txt{float: left; width: 850px;}
dl.exce dt.ex-txt li.exce-balloon{padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
padding-top: 15px;
text-align: center;
font-size: 22px;
background-color: #5a9cd3;
color: #fff;
border-radius: 10px;
width: 170px;
float: left;
margin-top:15px;
font-weight: bold;}
dl.exce dt.ex-txt li.exce-txt{padding-bottom: 20px;
padding-top: 0px;
padding-left: 40px;
font-size: 24px;
font-weight: bold;
background: url('../img/home/check_ico.png') no-repeat;
width: 600px;
white-space: nowrap;
float: left;
margin-left:20px; margin-top:20px; margin-bottom:20px;}

@media screen and (max-width:768px) {
.soltxt ul.inner li.fa{font-size: 18px; } 
dl.exce dt.ex-txt{float: left; width: 100%;}
dl.exce dt.ex-txt li.exce-txt{font-size: 14px; background-image: none; width: 60%; margin-top:20px; margin-bottom:10px;}
dl.exce dt.ex-txt li.exce-balloon{font-size: 16px;　width: 10%;}
}