@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,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,sub,sup,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}
a {text-decoration: none;}

/*================================================
 *  FontSet
 ================================================*/

/* latin-ext */

@font-face {
	font-family: 'latoblack';
	src: url('./font/webfontkit_lato/lato-black-webfont.eot');
	src: url('./font/webfontkit_lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./font/webfontkit_lato/lato-black-webfont.woff2') format('woff2'),
		 url('./font/webfontkit_lato/lato-black-webfont.woff') format('woff'),
		 url('./font/webfontkit_lato/lato-black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('./font/webfontkit_lato/lato-bold-webfont.eot');
	src: url('./font/webfontkit_lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./font/webfontkit_lato/lato-bold-webfont.woff2') format('woff2'),
		 url('./font/webfontkit_lato/lato-bold-webfont.woff') format('woff'),
		 url('./font/webfontkit_lato/lato-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latohairline';
	src: url('./font/webfontkit_lato/lato-hairline-webfont.eot');
	src: url('./font/webfontkit_lato/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./font/webfontkit_lato/lato-hairline-webfont.woff2') format('woff2'),
		 url('./font/webfontkit_lato/lato-hairline-webfont.woff') format('woff'),
		 url('./font/webfontkit_lato/lato-hairline-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight';
	src: url('./font/webfontkit_lato/lato-light-webfont.eot');
	src: url('./font/webfontkit_lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./font/webfontkit_lato/lato-light-webfont.woff2') format('woff2'),
		 url('./font/webfontkit_lato/lato-light-webfont.woff') format('woff'),
		 url('./font/webfontkit_lato/lato-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('./font/webfontkit_lato/lato-regular-webfont.eot');
	src: url('./font/webfontkit_lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./font/webfontkit_lato/lato-regular-webfont.woff2') format('woff2'),
		 url('./font/webfontkit_lato/lato-regular-webfont.woff') format('woff'),
		 url('./font/webfontkit_lato/lato-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./fonts/icomoon.eot?qb9t7i');
	src:  url('./fonts/icomoon.eot?qb9t7i#iefix') format('embedded-opentype'),
	url('./font/icomoon/icomoon.ttf?qb9t7i') format('truetype'),
	url('./font/icomoon/icomoon.woff?qb9t7i') format('woff'),
	url('./font/icomoon/icomoon.svg?qb9t7i#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-size: 200%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*================================================
 *  一般・共通設定
 ================================================*/
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%;
	font-variant-ligatures: no-common-ligatures;
}

#contents {
	width: 100%;
	max-width: 900px;
	margin: 30px auto 30px;
}

div.section {
	display: block;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 20px 0 20px 0;
	background-color: #fff;
}

div.section p {
	text-align: justify;
	text-justify: inter-ideograph;
}

header {
	background-color: #000;
}

header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
 
a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}


.top_image_box {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.top_image_box_inner {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: block;
	text-align: center;	
}

.top_image {
	max-width: 100%;
	margin: 50px auto 20px auto;
	padding-top: 0;
}

h1.h1_main {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #fff;
	opacity:1;
	margin: 0 auto;
	text-align: center;
	font-size: 200%;
	font-weight: 600;
}

h1.h1_sub {
	position: absolute;
	color: #fff;
	bottom: 20px;
	left: 0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: left;
	font-size: 340%;
	font-weight: 600;
	margin: 0 0 0 -2px;
	width: 75%;
}

.logo_set {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	display: inline-block;
	width: 120px;
}

div.counter_box_900 {
	position: absolute;
	background-color: #ee0011;
	bottom: 0;
	margin: 0;
	text-align: center;
	width: 94%;
	opacity:0.8;
	padding: 1% 3% 1% 3%;
	display: block;
	color: #ffffff;
}

div.counter_box_kaigen_text_900_1 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 480%;
	font-weight: 900;
	line-height: 1.5em;
	color: #ffffff;
	margin: 0 auto 0 auto;
	display: block;
}

div.counter_box_kaigen_text_900_2 {
	font-size: 175%;
	font-weight: 400;
	line-height: 1.5em;
	color: #ffffff;	
	margin: -10px auto 60px auto;
	display: block;
}

div.h1_small_box {
	position: absolute;
	background-color: #000000;
	bottom: 0;
	margin: 0 10% 0 10%;
	text-align: center;
	width: 74%;
	border-radius: 20px 20px 0 0;
	opacity:0.9;
	padding: 1% 3% 1% 3%;
	display: block;	

}

div.h1_small_box h1.h1_main {
	line-height: 1.5em;
}

div.counter_box_600 {
	display: none;
}

div.counter_box_kaigen_text_600_1 {
	display: none;
}

br.kaigen_none_br {
	display: none;
}

span.kaigen_none_text {
	display: inline;
}

div.counter_box_kaigen_text_600_2 {
	display: none;
}


@media only screen and (max-width: 900px) {

	div.counter_box_900 {
		display: none;
	}

	div.counter_box_kaigen_text_900_1 {
		display: none;
	}

	div.counter_box_kaigen_text_900_2 {
		display: none;
	}

	div.counter_box_600 {
		position: absolute;
		background-color: #ee0011;
		top: 0;
		margin: 0 10% 60px 10%;
		text-align: center;
		width: 78%;
		border-radius: 0 0 20px 20px;
		opacity:1;
		padding: 1% 1% 1% 1%;
		display: block;	
	}
	
	div.counter_box_kaigen_text_600_1 {
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 300%;
		font-weight: 900;
		line-height: 1.5em;
		color: #ffffff;
		margin: 0 auto 0 auto;
		display: block;
	}

	div.counter_box_kaigen_text_600_2 {
		font-size: 175%;
		font-weight: 400;
		line-height: 1.5em;
		color: #ffffff;	
		margin: 5px auto 10px auto;
		display: block;
	}



}

@media only screen and (max-width: 550px) {

	
	div.counter_box_kaigen_text_600_1 {
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 240%;
		font-weight: 900;
		line-height: 1.2em;
		color: #ffffff;
		margin: 0 auto 0 auto;
		display: block;
	}

	div.counter_box_kaigen_text_600_2 {
		font-size: 100%;
		font-weight: 400;
		line-height: 1.5em;
		color: #ffffff;	
		margin: 5px auto 10px auto;
		display: block;
	}
	
	br.kaigen_none_br {
		display: inline;
	}

	span.kaigen_none_text {
		display: none;
	}

}


li#shipment_record_rink1 {
	display: none;	
}

li#shipment_record_rink2 {
	display: none;	
}

@media only screen and (max-width: 900px) {
	
	div#shipment_record {
		display: block;	
	}

	li#shipment_record_rink1 {
		display: list-item;	
	}

	li#shipment_record_rink2 {
		display: list-item;	
	}

}


.h_reader_version_text_big_main {
	font-family: "latoblack";
	font-size: 360%;
	font-weight: 900;
	line-height: 1em;
	margin: 0;

}

.counter_box_table {
	display: table;
	color: #fff;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: left;
	font-size: 220%;
	font-weight: 600;
	opacity: 1;
	margin: 0;
	padding: 0;
}

.counter_box_left {
	opacity: 1;
	display:table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 35%;
}

.counter_box_right {
	opacity: 1;
	display:table-cell;
	vertical-align: middle;
	margin: 20px 0;
	padding: 0;
	width: 64%;
}


@media only screen and (max-width: 780px) {
	h1.h1_sub {
	position: absolute;
	color: white;
	bottom: 20px;
	left: 0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #ffffff;
	text-align: center;
	font-size: 240%;
	font-weight: 400;
	margin: 0 auto;
	width: 100%;
	}
}

h2 {
	margin-top: 75px;
	margin-bottom: 30px;
	font-size: 250%;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2.towahitech_logo {
	position: absolute;
	color: #ffffff;
	font-family: "latoblack",sans-serif;
	font-size: 165%;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin: 0 0 0 -15px;
	text-decoration: none;
	background-color: #000;
	width: 200px;
}


h2.towahitech_logo a,
h2.towahitech_logo a:link,
h2.towahitech_logo a:visited,
h2.towahitech_logo a:hover,
h2.towahitech_logo a:active {
	text-decoration: none;
	color: #fff;
}
h2 span {
	position: relative;
	font-size: 15px;
}

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;
}

h2.midashi span {
	position: relative;
	font-size: 15px;
}

h2.midashi 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.midashi 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: 1em;
	font-size: 130%;
	font-weight: 600;
	text-align: center;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

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;
}

p {
	margin:0 0 1em 0;
}

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: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

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;
}

.float_clear {
	clear: both;
}

.kome {
	font-size: 80%;
	margin: 0px 0px 5px 0px;
	padding-left:1em;
	text-indent:-1em;
	color: #444;
}

.bold {
	font-weight: bold;
}


/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.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 {
	float:left;
	margin:0 30px 0 0;
}

@media screen and (max-width: 780px) {
	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		margin:0 0 30px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width: 780px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.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 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: #000;
}
.btn_a a:hover {
	color: #fff;
	background: #333;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	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:60px;
}
.twoCol .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: 48.98%;
	width: calc((449 / 900) *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: 780px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	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:60px;
}
.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: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 32.14%;
	width: calc(299 / 900) *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: center;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
.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: 600px) {
	.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: 60px;
}
.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 / 900) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width: 780px) {
	.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;
	}
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
	font-weight: 900;

}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width: 780px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 100;
}

header {
	background-color: #000;
}
header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h2 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

@media screen and (max-width: 780px) {

	header h2 {
		padding: 0 0 0 10px;
	}

	h2.towahitech_logo {
	position: absolute;
	color: #ffffff;
	font-family: "latoblack",sans-serif;
	font-size: 165%;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin: 0 auto;
	text-decoration: none;
	background-color: #000;
	width: 100%;
	}
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width: 779px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0 5px 0 5px;
		opacity:0.9;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #000;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding: 0 5px 0 5px;
	}
	nav.gnav ul li:hover > a {
		color: #fff;
		background: #333;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a, 
	nav.gnav ul li ul li p{
		padding: 0 15px;
		text-align: left;
		background: #333;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover,
	nav.gnav ul li ul li p:hover {
		background: #444;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:first-child > ul {
		width: 280px;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -90px;
		width: 200px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
		width: 260px;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a,
	nav.gnav ul li ul li ul li p {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover,
	nav.gnav ul li ul li ul li p:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width: 780px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
		opacity:0.8;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	
	nav.gnav li a,
	nav.gnav li p {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #000;
	}
	nav.gnav li a:hover,
	nav.gnav li p:hover {
		color: #fff;
		background: #222;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a,
	nav.gnav li li p {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a,
	nav.gnav li li li p {
		padding: 10px 20px 10px 48px;
	}
	nav.gnav > ul > li:first-child > ul {
		width: 100%;
	}
	nav.gnav ul li ul li ul {
		top: 0;
		left: 0%;
		width: 100%x;
	}
	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after,
	nav.gnav .subnav p:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before,
	nav.gnav .subnav.active > p:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after,
	nav.gnav .subnav.active > p:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #ddd;
}

.fnav {
	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;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #000;
}

@media screen and (max-width: 780px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
	opacity:0.6;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111;
}
.totop img:hover {
	background:#222;
	opacity:1;
}


/*================================================
 *  固定「お問い合わせ」
 ================================================*/
.fix_otoi {
	position:fixed;
	bottom:15px;
	left:15px;
	z-index:1;
	display:block;
	text-align: center;
}
.fix_otoi a {
	display:block;
	text-decoration:none;
	background:#111111;
	display: block;
	color: #ffffff;
	opacity:0.6;
	font-size: 120%;
	font-weight: 600;
	line-height: 40px;
	padding: 5px 15px 5px 15px;
}

.fix_otoi a:hover {
	opacity:1;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width: 780px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 90%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}

/*================================================
 *  本文
 ================================================*/
 
.prbox_2column {	
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 0;
	margin:0; 
}

.prbox_2column_text_right,
.prbox_2column_text_left {
	display: block;
	margin: 20px 0 20px 0;
	width: 100%;
	text-align: justify;
	text-justify: distribute;
	padding:0;
	background-color: #ffffff;
}

img.prbox_2column_img {
	display: block;	
	width: 100%;
	margin: 0 auto 40px auto;
}	


@media only screen and (min-width: 779px) {
	.prbox_2column_box {
		display: table;
		width: 100%;
	}

	.prbox_2column {	
		display:table-cell;
		width: 48%;
		margin: 10px auto 10px auto;
	}
	
	.prbox_2column_text_right {
		margin: -5px 0 0 4%;
	}
	
	.prbox_2column_text_left {
		margin: -5px 4% 0 0;
	}
	
}

.gd_logo {
	margin: 20px auto 20px auto;
	text-align: center;

}

.h_reader_version_text_big {
	font-family: "latoblack";
	font-size: 600%;
	font-weight: 900;
	line-height: 120%;

}

.other_guest_text_box {
	font-size: 120%;
	border: 1px solid #666;
	margin-top: 20px;
	padding: 20px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	behavior: url(//www.towahitech.com/css/ie-css3.htc); 

}

.fi65f_box {
	display: block;
	font-size: 120%;
	border: 1px solid #666;
	margin: 20px auto 56px auto;
	padding: 20px 20px 60px 20px;
	text-align: center;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	behavior: url(//www.towahitech.com/css/ie-css3.htc); 

}


/*================================================
 *  表
 ================================================*/

#bp_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 105%;
	margin: 10px 0 0 0;
	padding: 3px;
}

#bp_table td,
#bp_table th {
	padding: 5px;
	border: 1px solid #000;
	color:#000;
}

#bp_table th {
	font-weight: bold;
	background: #444;
	width: 20%;
	color:#fff;
}

#bp_table tbody td.bp_table_1td {
	background: #666;
	width: 10%;
	color:#fff;
	text-align: center;
}

#bp_table tbody td div.bp_tel {
	float: right;
	width: 30%;
	font-size: 120%;
	font-weight: 600;
	text-align: right;
}

@media only screen and (max-width: 780px) {

	#bp_table{
		display: block;
		padding: 0;
	}

	#bp_table thead{
		display: none;
	}

	#bp_table tbody{
		display: block;
	}

	#bp_table tbody tr{
		display: block;
		margin: 0;
	}

	#bp_table tbody th,
	#bp_table tbody td{
		display: list-item;
		border: 0.5px solid #ddd;
		width: 98.2%;
		margin: 0;
	}

	#bp_table tbody th{
		margin: 0;
		list-style-type: none;
		line-height: 3em;
	}

	#bp_table tbody td{
		padding: 0;
		list-style-type: none;
	}
	
	#bp_table tbody td,
	#bp_table tbody th {
		width: 95.6%;
		border-bottom: 0.2% solid #ddd;
		padding: 2%;
	}
	
	#bp_table tbody td {
		background: #fff;
	}
		
	#bp_table tbody th {
		background: #666;
	}
	
		
	#bp_table tbody td.bp_table_1td {
		background: #999999;
		width: 95.6%;
		border-bottom: 0.2% solid #ddd;
	}
	
	#bp_table tbody td div.bp_tel {
		float: none;
		width: 95.6%;
		border-bottom: 0.2% solid #ddd;
		font-size: 120%;
		font-weight: 600;
		text-align: right;
	}

}

#bp_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 105%;
	margin: 10px 0 0 0;
	padding: 3px;
}

.spec_table td,
.spec_table th,
.spec_table2 td,
.spec_table2 th, {
	padding: 5px;
	border: 1px solid #000;
	color:#000;
}

.spec_table th,
.spec_table2 th {
	font-weight: bold;
	background: #444;
	width: 20%;
	color:#fff;
}

.spec_table tbody td.bp_table_1td,
.spec_table2 tbody td.bp_table_1td {
	background: #666;
	width: 10%;
	color:#fff;
	text-align: center;
}

h3.h3ver {
	color: #fff;
	margin-top: 20px 
}

h3.h3ver_td {
	margin-top: 20px 
}

@media only screen and (max-width: 780px) {

	.spec_table,
	.spec_table2 {
		display: block;
		padding: 0;
	}

	.spec_table thead,
	.spec_table2 thead {
		display: none;
	}

	.spec_table tbody,
	.spec_table2 tbody {
		display: block;
	}

	.spec_table tbody tr,
	.spec_table2 tbody tr{
		display: block;
		margin: 0;
	}

	.spec_table tbody th,
	.spec_table tbody td,
	.spec_table2 tbody th,
	.spec_table2 tbody td{
		display: list-item;
		border: 0.5px solid #ddd;
		width: 98%;
		margin: 0;
	}

	.spec_table tbody th,
	.spec_table2 tbody th {
		margin: 0;
		list-style-type: none;
	}

	.spec_table tbody td,
	.spec_table2 tbody td {
		padding: 0;
		list-style-type: none;
	}
	
	.spec_table tbody td,
	.spec_table tbody th,
	.spec_table2 tbody td,
	.spec_table2 tbody th {
		width: 95.6%;
		border-bottom: 0.2% solid #ddd;
		padding: 2%;
	}
	.spec_table tbody td,
	.spec_table2 tbody td {
		background: #fff;
	}
	.spec_table tbody th,
	.spec_table2 tbody th {
		background: #666;
	}
	
	.spec_table tbody td.bp_table_1td
	.spec_table2 tbody td.bp_table_1td {
		background: #999999;
		width: 100%;
		padding: 0%;
	}

}

/*================================================
 *  グラフ
 ================================================*/

 .chart_box_box {
	display: block;
	width: 100%;
	height: 300px;
	background-color: #fff;
	margin: 10px auto 50px auto;

}
.chart_box {
	display: inline-block;
	width: 49%;
	height: 300px;
	text-align: center;
	margin: 0;
}

.chart_box_mini {
	font-size: 90%;
	font-weight: 100;
}

@media only screen and (max-width: 780px) {
	.chart_box_box {
		display: block;
		width: 100%;
		height: 650px;
		margin: 0 auto 50px auto;
	}
	.chart_box {
		display: block;
		width: 100%;
		height: 300px;
		text-align: center; 
		margin: 10px auto 50px auto;
	}
}
.chart {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 250px;
	margin-top: 50px auto 50px auto;
	text-align: center;
  }
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
  }
.percent {
	display: inline-block;
	line-height: 250px;
	z-index: 2;
	font-size: 300%;
	font-weight: 900;
  }
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .5em;
  }
.angular {
	margin-top: 250px;
  }
.angular .chart {
	margin-top: 0;
  }

/*================================================
 *  シェアボタン
 ================================================*/

.icon-line:before {
	content: "\e96b";
}
.icon-google-plus:before {
	content: "\ea8b";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-twitter:before {
	content: "\ea96";
}

#share {
	display: block;
	margin: -10px 0 20px 0;
	font-weight:400;
}

#share ul{
	height:auto;
}

#share li{
	display: block;
	font-size: 90%;
	float: left;
	height: 60px;
	text-align: center;
	width: 30%;
	margin-right:0%;
	margin-left:0%;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 3px;
	list-style:none;
}

#share li:nth-child(2) {
	display: block;
	font-size: 90%;
	float: left;
	height: 60px;
	text-align: center;
	width: 30%;
	margin-right:4%;
	margin-left:4%;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 3px;
	list-style:none;
}

#share li:hover{
	margin-top: 32px;
	margin-bottom: 58px;
}

#share li.share-twitter{
	background: #55acee;
	box-shadow: 0 2px #2795e9;
}

#share li.share-twitter:hover{
	background: #83c3f3;
	box-shadow: 0 0 #ffffff;
}
#share li.share-facebook{
	background: #3b5998;
	box-shadow: 0 2px #2d4373;
}

#share li.share-facebook:hover{
	background: #4c70ba;
	box-shadow: 0 0 #ffffff;
}
#share li.share-google{
	background: #dd4b39;
	box-shadow: 0 2px #c23321;
}

#share li.share-google:hover{
	background: #e47365;
	box-shadow: 0 0 #ffffff;
}

#share li.share-line{
	background: #00b800;
	box-shadow: 0 2px #009d00;
}

#share li.share-line:hover{
	background: #2bd92b;
	box-shadow: 0 0 #ffffff;
}

#share li.share-line a img {
	margin: -15px auto 0 auto;
}

#share a{
	display:block;
	height: 60px;
	padding-top:18px;
	color:#ffffff;
	text-decoration:none;
}

#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

@media screen and (max-width: 960px) {

	#share {
		display: block;
		width: 100%;
		margin: 50px 0 50px 0;
		background: #222;	
	}

	#share li:nth-child(1),
	#share li:nth-child(2) {
		padding-top:3px;
		width: 100%;
		margin-right:0;
		margin-left:0;
		margin-top: 0px;
		margin-bottom: 0;
		border-radius: 0px;
		height: 60px;
	}

	#share li:nth-child(3),
	#share li:nth-child(4){
		padding-top:15px;	
		width: 100%;
		margin-right:0;
		margin-left:0;
		margin-top: 0px;
		margin-bottom: 60px;
		border-radius: 0px;
		height: 60px;
	}

	#share li:nth-child(3) a {
		padding-top: 0px;
	}

	#share li.share-twitter,
	#share li.share-facebook,
	#share li.share-google,
	#share li.share-line{
		box-shadow: 0 0 #ffffff;
	}
	
	#share li.share-line a img {
		margin: 0px auto 0 auto;
		width: 40px;
		height: 40px;
	}

}


/*================================================
 *  サブページトップイメージ
 ================================================*/
.topimagebox {
	max-width: 100%;
	background-color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.topimage {
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
}

/*================================================
 *  f-i65F
 ================================================*/

h4.h4fi65f {
	font-weight: 100;
}

/*================================================
 *  全自動
 ================================================*/

ul.jidou {
	padding-top: 5px;
	position: relative;
	margin-left: -30px;
}

ul.jidou li {
	color: #0099ff;
	font-size: 130%;
	font-weight: 600;
	border-left: solid 6px #0099ff;
	background: #aaffff;
	margin-bottom: 6px;
	line-height: 1.5;
	padding: 0.5em;
	padding-left:1.8em;
	text-indent:-2em;
	list-style-type: none!important;/*ポチ消す*/
}

/*================================================
 *  特徴
 ================================================*/

p.tokutyou_midasi {
	color:#0099ff;
	font-size: 125%;
	font-weight: 600;
	border-bottom: solid 2px #0099ff;
}

p.tokutyou_midasi span {
	display:inline-block;
	padding:0 20px 0 20px;
	color:#fff;
	font-size: 125%;
	font-weight: 600;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #0099ff;
	margin-right: 10px;
}

p.tokutyou_honbun {
	margin-right: 0;
	margin-bottom: 30px;
}


@media only screen and (min-width: 779px) {

	p.tokutyou_midasi,
	p.tokutyou_honbun {
		margin-right: 20px;
	}
}

/*================================================
 *  性能
 ================================================*/

.seinou_chart {
	margin: 10px auto 50px auto;
}

.seinou_midasi_right,
.seinou_midasi_left {
	margin: 5px 0 10px 0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 500%;
	font-weight: 600;
	color: #0099ff;
	border-bottom: solid 2px #0099ff;
}


.seinou_midasi_right {
	margin-left: 0px;
	padding-left: 0px;

}

.seinou_midasi_left {
	margin-right: 0px;
	padding-right: 0px;
}

.seinou_midasi_right span,
.seinou_midasi_left span {
	display: none;
	font-size: 50%;
}

@media only screen and (min-width: 779px) {

	.seinou_chart {
		margin: -120px auto 0 150px;
	}

	.seinou_midasi_right {
		margin-left: -20px;
		padding-left: 20px;
	}
	
	.seinou_midasi_left {
		margin-right: -200px;
		padding-right: 0px;
	}

	.seinou_midasi_right span,
	.seinou_midasi_left span {
		display: inline-block;
		font-size: 50%;
	}

}


/*================================================
 *  実例
 ================================================*/

.prbox_2column_jiturei_balloon3-right-bt {
	display: block;
	margin: 20px 0 20px 0;
	width: 100%;
	text-align: center;
	text-justify: distribute;
	padding:0;
	background-color: #ffffff;
}

.jiturei_balloon3-right-btm {
	position: relative;
	display: inline-block;
	margin: 1em auto 0 auto;
	padding: 80px 5px;
	width: 240px;
	height: 240px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background: #0099ff;
	border-radius: 50%;
	box-sizing: border-box;

}

.jiturei_balloon3-right-btm:before{
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #0099ff;
 	z-index: 0;
}


.jitsu_img {
	display: block;	
	width: 50%;
	margin: 20px auto 40px auto;
}

@media only screen and (min-width: 779px) {

	.prbox_2column_jiturei_balloon3-right-bt {
		text-align: left;
		margin: -5px 0 0 4%;
	}

	.jiturei_balloon3-right-btm {
		position: relative;
		display: inline-block;
		margin: 1em 0;
		padding: 80px 5px;
		width: 240px;
		height: 240px;
		vertical-align: middle;
		text-align: center;
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		background: #0099ff;
		border-radius: 50%;
	 	box-sizing: border-box;
	 	left: 0%;
	}

	.jiturei_balloon3-right-btm:before{
		content: "";
		position: absolute;
		top: 50%;
		left: -10px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #0099ff;
	 	z-index: 0;
	}

	.jitsu_img {
		display: block;	
		width: 40%;
		margin: 60px 20px 40px 260px;
	}

}


/*================================================
 *  メリット
 ================================================*/

.merit_advantage_a {
	width: 98%;
	height: 30px;
	display: block;
	float: none;
	background-color: #0099ff;
	color: #fff;
	padding: 0 5px 0 10px;
	font-size: 125%;
	font-weight: 900;
	line-height: 30px;
	border-bottom: solid 1px #0099ff;
	margin: 5px 0 5px 0;
	-moz-border-radius: 0 0 0 0; 
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	behavior: url(//www.towahitech.com/css/ie-css3.htc); 	
}

.merit_advantage_b {
	width: 100%;
	height: 50px;
	display: block;
	float: none;
	background-color: #fff;
	color: #0099ff;
	padding: 0 5px 0 5px;
	font-size: 125%;
	font-weight: 600;
	line-height: 1.4em;
	border-bottom: solid 0px #0099ff;
	margin: 5px 0 5px 0;
}

.merit_box1 {
	width: 90%;
	display: block;
	padding: 10px 5% 10px 5%;
	margin: 20px 0 20px 0;
	font-size: 125%;
	border: dotted 2px #0099ff;
	text-align: center;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(//www.towahitech.com/css/ie-css3.htc);
}

.merit_box2 {
	display: block;
	width: 100%;
	height: 125px;
	background-color: #fff;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	border: solid 2px #0099ff;
	text-align: center;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(//www.towahitech.com/css/ie-css3.htc); 
}

.merit_box3 {
	display: block;
	width: 100%;
	height: 125px;
	background-color: #fff;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	border: solid 2px #0099ff;
	text-align: center;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(//www.towahitech.com/css/ie-css3.htc); 
}

.merit_box_title {
	width: 100%;
	background-color: #0099ff;
	color: #fff;
	font-size: 125%;
	font-weight: 600;
	line-height: 3em;
}

.merit_box_text {
	margin: 10px;
	font-size: 100%;
	font-weight: 100;
}

@media only screen and (min-width: 779px) {

	.merit_advantage_a {
		width: 15%;
		height: 30px;
		display: inline-block;
		float: left;
		background-color: #0099ff;
		color: #fff;
		padding: 0 5px 0 10px;
		font-size: 125%;
		font-weight: 900;
		line-height: 30px;
		border-bottom: solid 1px #0099ff;
		margin: 5px 0 5px 0;
		-moz-border-radius: 0 15px 15px 0; 
		-webkit-border-radius: 0 15px 15px 0;
		border-radius: 0 15px 15px 0;
		behavior: url(//www.towahitech.com/css/ie-css3.htc); 
		
	}

	.merit_advantage_b {
		width: 82%;
		height: 30px;
		display: inline-block;
		float: right;
		background-color: #fff;
		color: #0099ff;
		padding: 0 5px 0 5px;
		font-size: 125%;
		font-weight: 600;
		line-height: 30px;
		border-bottom: solid 1px #0099ff;
		margin: 5px 0 5px -20px;
	}

	.merit_box1 {
		width: 56%;
		display: block;
		padding: 20px 10% 20px 10%;
		margin: 20px auto 20px auto;
		font-size: 125%;
		border: dotted 2px #0099ff;
		text-align: center;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
		behavior: url(//www.towahitech.com/css/ie-css3.htc); 
	}

	.merit_box2 {
		display: block;
		width: 98%;
		height: 150px;
		background-color: #fff;
		float: left;
		margin-right: 0;
		margin-bottom: 20px;
		border: solid 2px #0099ff;
		text-align: center;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
		behavior: url(//www.towahitech.com/css/ie-css3.htc); 
	}

	.merit_box3 {
		display: block;
		width: 98%;
		height: 150px;
		background-color: #fff;
		float: right;
		margin-right: 0;
		margin-bottom: 20px;
		border: solid 2px #0099ff;
		text-align: center;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
		behavior: url(//www.towahitech.com/css/ie-css3.htc); 
	}
	
	.merit_box_text {
		margin: 10px;
		font-size: 110%;
		font-weight: 100;
	}

}


/*================================================
 *  デモ版ソフトウェア
 ================================================*/

.demo_midashi {
	margin: 10px 0px 10px 0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 280%;
	font-weight: 600;
	color: #0099ff;
	border-bottom: solid 2px #0099ff;
	line-height: 1.35em;
}

.demo_text {
	font-size: 110%;
	margin: 0 0px 10px 0;
}

.demo_kome {
	margin: 0 20px 5px 0;
}

@media only screen and (min-width: 779px) {

	.demo_midashi {
		margin: 0px 20px 10px 0;
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 260%;
		font-weight: 600;
		color: #0099ff;
		border-bottom: solid 2px #0099ff;
	}

	.demo_text {
		font-size: 110%;
		margin: 0 20px 10px 0;
	}

	.demokome {
		margin: 0 20px 5px 0;
	}

}



/*--kaigen-----------------------------------------------------------*/
div.kaigen_box {
	margin: 30px auto 0 auto;
	width: 90%;
	display: block;
	text-align: center;
}

div.kaigen_box_left {
	display: block;
	padding: 5px;
	margin: 0;
	width: 100%;
	border: 1px solid #0099ff;
	background: #0099ff;
	color:#ffffff;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	vertical-align: middle;
}


div.kaigen_box_left p {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: center;
}

div.kaigen_box_right {
	display: block;
	margin: 0;
	width: 100%;
	border: 1px solid #0099ff;
	background: #ffffff;
	color:#333333;
	font-weight: 200;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}


div.kaigen_box_right ul li {
	border-top: 0px dotted #0099ff;
	margin: -5px auto -5px auto;
	padding-top: 10px;
	line-height: 1.2em;
	text-align: center;
	font-size: 130%;
	list-style-type: none
}

span.kaigen_mini {
	font-size: 60%;
}


@media only screen and (max-width: 780px) {

div.kaigen_box {
	margin: 30px auto 0 auto;
	width: 70%;
	display: block;
	text-align: center;
}

div.kaigen_box_left {
	display: block;
	margin: 0;
	width: 100%;
	color:#ffffff;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
}

div.kaigen_box_right {
	display: block;
	margin: 0;
	width: 100%;
	color:#333333;
	font-weight: 200;
	text-align: center;
	vertical-align: top;
}

div.kaigen_box_right ul li {
	border-top: 0px dotted #0099ff;
	margin: -5px auto -5px auto;
	padding-top: 10px;
	line-height: 1.2em;
	text-align: center;
	font-size: 110%;
	list-style-type: none
}

}

/* ******************* news ************************************** */

.news_title {
	font-size: 150%;
	font-weight: 900;	
}

.news { 
	background-color: #ffffff;
	overflow: auto;
	width: 101%;
	height: 180px;
	margin: 0;
	padding: 0;
/*	border: solid 1px #999999;  */
}

.newsbox { 
	border-bottom: 1px dotted #999999; 
	word-break: break-all;
}

.newsbox hr { 
	width: 80%;
	margin: 20px 20% 14px 0;
	border: solid 1px #aaaaaa;
}

.newstext {
	margin: 3px 0 3px 0; 
	color: #666666;
	line-height: 120%;
	padding-right:1em;
	padding-left:1em;
	text-indent:-1em;
}

.newstext:last-of-type {
	margin: 3px 0 1em 0; 
	color: #666666;
	line-height: 120%;
	padding-right:1em;
	padding-left:1em;
	text-indent:-1em;
}

.newsmidashi {
	margin: 0.3em 10px 10px 0; 
	font-size: 120%;
	color: #333;
	font-weight: 900;
	padding-left:1.25em;
	text-indent:-1.25em;
}

.newsmidasi_kazari {
	color: red;
	font-size: 125%;
}

.newstext a,
.newstext a:link,
.newstext a:visited,
.newstext_2 a,
.newstext_2 a:link,
.newstext_2 a:visited {
	color: #0099ff;
}

.newstext a:hover,
.newstext a:active,
.newstext_2 a:hover,
.newstext_2 a:active {
	color: #0033ff;
}

.news_table td,
.news_table th,
.news_table2 td,
.news_table2 th, {
	padding: 5px;
	border: 1px solid #000;
	color:#000;
}

.news_table th,
.news_table2 th {
	font-weight: bold;
	background: #444;
	width: 20%;
	color:#fff;
}

.news_table tbody td.bp_table_1td,
.news_table2 tbody td.bp_table_1td {
	background: #666;
	width: 10%;
	color:#fff;
	text-align: center;
}

@media only screen and (max-width: 780px) {

	.news_table,
	.news_table2 {
		display: block;
		padding: 0;
	}

	.news_table thead,
	.news_table2 thead {
		display: none;
	}

	.news_table tbody,
	.news_table2 tbody {
		display: block;
	}

	.news_table tbody tr,
	.news_table2 tbody tr{
		display: block;
		margin: 0;
	}

	.news_table tbody th,
	.news_table tbody td,
	.news_table2 tbody th,
	.news_table2 tbody td{
		display: list-item;
		border: 0.5px solid #ddd;
		width: 98%;
		margin: 0;
	}

	.news_table tbody th,
	.news_table2 tbody th {
		margin: 0;
		list-style-type: none;
	}

	.news_table tbody td,
	.news_table2 tbody td {
		padding: 0;
		list-style-type: none;
	}
	
	.news_table tbody td,
	.news_table tbody th,
	.news_table2 tbody td,
	.news_table2 tbody th {
		width: 95.6%;
		border-bottom: 0.2% solid #ddd;
		padding: 2%;
	}
	.news_table tbody td,
	.news_table2 tbody td {
		background: #fff;
	}
	.news_table tbody th,
	.news_table2 tbody th {
		background: #666;
	}
	
	.news_table tbody td.bp_table_1td
	.news_table2 tbody td.bp_table_1td {
		background: #999999;
		width: 100%;
		padding: 0%;
	}

}

/* ******************* otoi ************************************** */


.otoi_box_link_button {
	margin: 20px auto 20px 0;
	text-align: center;
	padding: 0.5em;
	background-color: #0099ff;
	color: #ffffff;
	font-size: 110%;
	border: 1px solid #0099ff;
	display: block;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
	behavior: url(https://www.towahitech.com/css/ie-css3.htc);
	width: 100%;
	display: block;
	position: relative;
	vertical-align: middle;
	-moz-box-shadow: 2px 2px 2px #777777;
	-webkit-box-shadow: 2px 2px 2px #777777;
	-o-box-shadow: 2px 2px 2px #777777;
	box-shadow: 2px 2px 2px #777777;
}


.otoi_box_link_button:hover {
	top: -2px;
	left: -2px;
	-moz-box-shadow: 0 0 0 #777777;
	-webkit-box-shadow: 0 0 0 #777777;
	-o-box-shadow: 0 0 0 #777777;
	box-shadow: 0 0 0 #777777;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 	
}

a.otoi_box_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
}

a.otoi_box_link:hover,
a.otoi_box_link:active {
	background-color: #003399;
	-moz-box-opacity: 0.2;
	-webkit-box-opacity: 0.2;
	-o-box-opacity: 0.2;
	opacity: 0.2;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
}

/* ******************* bp ************************************** */

.bp_table_br {
	display: none;	
}

@media only screen and (max-width: 780px) {

	.bp_table_br {
		display: inline;
	}
}

.bp_table_soft {
	font-size: 90%;
}

/* ******************* driver ************************************** */

.driver_box {
	font-variant-ligatures: no-common-ligatures;
	display: block;
	font-size: 120%;
	border: 1px solid #666;
	margin: 20px auto 56px auto;
	padding: 20px 20px 60px 20px;
	text-align: center;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	behavior: url(//www.towahitech.com/css/ie-css3.htc); 
}

.driver_box_link_button {
	font-variant-ligatures: no-common-ligatures;
	margin: 20px auto 20px auto;
	text-align: center;
	padding: 0.5em;
	background-color: #0099ff;
	color: #ffffff;
	font-size: 125%;
	border: 1px solid #0099ff;
	display: block;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
	behavior: url(https://www.towahitech.com/css/ie-css3.htc);
	width: 80%;
	display: block;
	position: relative;
	vertical-align: middle;
	-moz-box-shadow: 2px 2px 2px #777777;
	-webkit-box-shadow: 2px 2px 2px #777777;
	-o-box-shadow: 2px 2px 2px #777777;
	box-shadow: 2px 2px 2px #777777;
}


.driver_box_link_button:hover {
	top: -2px;
	left: -2px;
	-moz-box-shadow: 0 0 0 #777777;
	-webkit-box-shadow: 0 0 0 #777777;
	-o-box-shadow: 0 0 0 #777777;
	box-shadow: 0 0 0 #777777;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 	
}

a.driver_box_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
}

a.driver_box_link:hover,
a.driver_box_link:active {
	background-color: #003399;
	-moz-box-opacity: 0.2;
	-webkit-box-opacity: 0.2;
	-o-box-opacity: 0.2;
	opacity: 0.2;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
}
