@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%;
	word-break: break-all;
}

#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: #ffffff;
}

div.section p {
	text-align: justify;
	text-justify: inter-ideograph;
}

header {
	background-color: #000000;
}

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: 900px;
	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: #ffffff;
	opacity:1;
	margin: 0 auto;
	text-align: center;
	font-size: 360%;
	font-weight: 600;
}

.logo_set {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	display: inline-block;
	width: 120px;
}

div.counter_box {
	position: absolute;
	background-color: #333333;
	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.counter_box hr {
	border-bottom: 1px dotted #fff;
}

p.counter_box_vr {
	font-size: 100%;
	font-weight: 300;
	color: #ffffff;
	margin: 5px auto 5px auto;
}

div.h1_small_box {
	display: none;
}

div#shipment_record {
	display: none;	
}

li#shipment_record_rink1 {
	display: none;	
}

li#shipment_record_rink2 {
	display: none;	
}



div.counter_box {
	display: none;
}

div.h1_small_box {
	position: absolute;
	background-color: #66bb22;
	bottom: 0;
	margin: 0 10% 0 10%;
	text-align: center;
	width: 74%;
	border-radius: 20px 20px 0 0;
	opacity: 1;
	padding: 1% 3% 1% 3%;
	display: block;	
}

div.h1_small_box h1.h1_main {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 240%;
	line-height: 1.5em;
	opacity: 1;
}

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: #ffffff;
	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%;
}

.mini_no {
	display: block;
}
.mini_on {
	display: none;
}
@media only screen and (max-width: 600px) {
	.mini_no {
		display: none;
	}
	
	.mini_on {
		display: block;
	}
}

@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%;
	}

	div.h1_small_box {
		position: absolute;
		background-color: #66bb22;
		bottom: 0;
		margin: 0 5% 0 5%;
		text-align: center;
		width: 90%;
		border-radius: 10px 10px 0 0;
		opacity:1;
		padding: 1% 1% 1% 1%;
		display: block;	

	}
	div.h1_small_box h1.h1_main {
		font-size: 100%;
		line-height: 1.5em;
	}
	
	.mini_no {
		display: none;
	}
	
	.mini_on {
		display: block;
	}

}

h2 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 200%;
	color: #333333;
	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;
	text-decoration: none;
	background-color: #66bb22;
	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: #ffffff;
}
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;
}

h2.midashi span {
	position: relative;
	font-size: 12px;
}

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;
}


table.twoColtable {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 0px solid #ffffff;
}

th.twoColth {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px solid #ffffff;
	background: #ffffff;
}
td.twoColtd {
	padding: 0px;
	text-align: left;
	border: 0px solid #ffffff;
}

.float_clear {
	clear: both;
}

.kome {
	font-size: 80%;
	margin: 0px 0px 5px 0px;
	padding-left:1em;
	text-indent:-1em;
	color: #444444;
}

.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;
	margin: 0 auto 0 auto;
	color: #ffffff !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: #000000;
}
.btn_a a:hover {
	color: #ffffff;
	background: #333333;

}

.hone_shadow {
	background-color: #66bb22;
	box-shadow: 2px 0px 8px;
	text-align: center;
}

.another_shadow {
	background-color: #0099ff;
	box-shadow: 2px 0px 8px;
}

.hone_shadow:hover {
	background-color: #66bb22;
	box-shadow: 0px 0px 0px;
}

.another_shadow:hover {
	background-color: #0099ff;
	box-shadow: 0px 0px 0px;
}

.top30 {
	margin-top: 30px;
}

/* 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;
	word-break: break-all;
	word-wrap: break-word;
}
.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%;
	height: auto;
	margin:0 0 20px 0;
	word-break: break-all;
	word-wrap: break-word;
}

.twoCol .inner p {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

.hone_image{
		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: #ffffff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width: 780px) {
	.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: #66bb22;
	z-index: 100;
}

header {
	background-color: #66bb22;
}
header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h2 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
}

@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: #66bb22;
	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;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #66bb22;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding: 0 5px 0 5px;
	}
	nav.gnav ul li:hover > a {
		color: #ffffff;
		background: #333333;
	}

	/* 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: #ffffff;
	}

	/* 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: #ffffff;
		transition: .2s;
	}
	nav.gnav ul li ul li a, 
	nav.gnav ul li ul li p{
		padding: 0 15px;
		text-align: left;
		background: #333333;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover,
	nav.gnav ul li ul li p:hover {
		background: #444444;
	}
	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: 180px;
	}
	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: #ffffff;
	}
	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: #ffffff;
	}

	/* 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 #555555;
	}
	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: #444444;
	}
	nav.gnav ul li ul li ul li a:hover,
	nav.gnav ul li ul li ul li p:hover {
		background: #666666;
	}

	/* 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.9;
	}
	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 #333333;
		background: #000000;
	}
	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: #ffffff;
		text-decoration: none;
		background: #000000;
	}
	nav.gnav li a:hover,
	nav.gnav li p:hover {
		color: #ffffff;
		background: #222222;
	}
	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: #000000;
	}
	nav.gnav .subnav a:hover:after,
	nav.gnav .subnav p:hover:after {
		background: #222222;
	}
	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: #333333;
	}
	#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: #dddddd;
}

.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: #ffffff;
	font-size: 11px;
	text-align: center;
	background: #66bb22;
}

@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;
}
.totop a {
	display:block;
	text-decoration:none;

}
.totop img {
	border-radius: 4px;
	background:#111111;
	opacity:0.6;
}
.totop img:hover {
	background:#222222;
}

.totop a:hover {
	opacity:1;
}

/*================================================
 *  固定「詳しく見る」
 ================================================*/
.fix_hone {
	position:fixed;
	bottom:55px;
	left:15px;
	z-index:1;
	display:block;
	width: 160px;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.fix_hone a {
	display:block;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background:#111111;
	display: block;
	color: #ffffff;
	opacity:0.6;
	font-size: 120%;
	font-weight: 600;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.fix_hone a:hover {
	opacity:1;
}

/*================================================
@media screen and (min-width: 780px) {
	.fix_hone {
		display:none;
	}
	.fix_hone a {
		display:none;
	}
}
 ================================================*/


/*================================================
 *  固定「お問い合わせ」
 ================================================*/
.fix_otoi {
	position:fixed;
	bottom:15px;
	left:15px;
	z-index:1;
	display:block;
	width: 160px;
	text-align: center;
}
.fix_otoi a {
	display:block;
	text-decoration:none;
	border-radius: 4px;
	background:#111111;
	display: block;
	color: #ffffff;
	opacity:0.6;
	font-size: 120%;
	font-weight: 600;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.fix_otoi a:hover {
	opacity:1;
}

/*================================================
@media screen and (min-width: 780px) {
	.fix_otoi {
		display:none;
	}
	.fix_otoi a {
		display:none;
	}
}
 ================================================*/


/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
	list-style-type: none;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@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;
	}
	
	img.prbox_2column_img {
		display: block;	
		width: 100%;
		margin: 0 auto 40px auto;
	}	
	
}

.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:#000000;
}

#bp_table th {
	font-weight: bold;
	background: #444444;
	width: 20%;
	color:#ffffff;
}

#bp_table tbody td.bp_table_1td {
	background: #666666;
	width: 10%;
	color:#ffffff;
	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 #dddddd;
		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 #dddddd;
		padding: 2%;
	}
	
	#bp_table tbody td {
		background: #ffffff;
	}
		
	#bp_table tbody th {
		background: #666666;
	}
	
		
	#bp_table tbody td.bp_table_1td {
		background: #999999;
		width: 95.6%;
		border-bottom: 0.2% solid #dddddd;
	}
	
	#bp_table tbody td div.bp_tel {
		float: none;
		width: 95.6%;
		border-bottom: 0.2% solid #dddddd;
		font-size: 120%;
		font-weight: 600;
		text-align: right;
	}

}

table.kaigyo_table {
	margin: 0 auto -1px auto;
}

.kaigyo_tabl_header th,
.kaigyo_tabl_header td {
	border-bottom: 1px solid #66bb22;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #66bb22
	font-weight: bold;
	width: 15%;
	background-color: #66bb22;
	color:#ffffff;
	-moz-text-align: center;
	font-size: 125%;
	text-align: center;
	line-height: 1.5em;
	padding: 4px 12px 4px 12px;

}

th.kaigyo_table_top,
td.kaigyo_table_td,
th.kaigyo_table_th {
	border: 1px solid #66bb22;
}

th.kaigyo_table_top {
	font-weight: bold;
	width: 15%;
	background-color: #66bb22;
	color:#ffffff;
	-moz-text-align: center;
	font-size: 125%;
	text-align: center;
	line-height: 1.5em;
	padding: 4px 12px 4px 12px;
}

.kaigyo_table_top_title {
	font-weight: bold;
	font-size: 100%;
	display: block;
	width: 100%;
	text-align: center;
}

th.kaigyo_table_top_bottomWl {
	border-bottom: 1px solid #66bb22;
	border-left: 1px solid #66bb22;
	border-right: 1px solid #66bb22;
	border-top: 1px solid #ffffff
	font-weight: bold;
	width: 15%;
	background-color: #66bb22;
	color:#ffffff;
	-moz-text-align: center;
	font-size: 125%;
	text-align: center;
	line-height: 1.5em;
	padding: 4px 12px 4px 12px;
}

th.kaigyo_table_th {
	font-weight: 600;
	width: 35%;
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	font-size: 125%;
	padding: 12px 15px 8px 15px;
}

td.kaigyo_table_td {
	font-weight: 100;
	width: 54%;
	background-color: #ffffff;
	color: #333333;
	padding: 8px 15px 12px 15px;
}

.kaigyo_table_shikaku {
	color: #66bb22;
	margin-right: 4px;
	display: inline;
}

.kaigyo_table_kome {
	font-size: 80%;
}

.kaigyo_table_br {
	display: inline;
}

.kaigyo_table_hr {
	border-color: #66bb22;
	border-style: dotted;
	margin-top: 5px;
	margin-bottom: 6px;
}

.kaigyo_table_td_title {
	color: #333333;
	font-weight: 600;
	font-size: 115%;
	line-height: 2em;
	display: inline-block;
}

.kaigyo_table_td_text {
	color: #333333;
	font-weight: 100;
	font-size: 100%;
	line-height: 1.2em;
}



.kaigyo_table_btn a {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	display: block;
	padding: 8% 9% 8% 9%;
	margin: 30px 0 30px 0;
	color: #ffffff !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: #0099ff;
	width: 82%;
	font-size: 200%;
	font-weight: 900;
	vertical-align: middle;
	text-align: center;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border-radius: 12px;
}

.kaigyo_table_btn a:hover {
	color: #ffffff;
	background: #66bb22;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) inset;
	bottom: 3px;
	right: 3px;
}

.kaigyo_table_td_type_a {
	display: none;
}
	
@media only screen and (max-width: 779px) {

	table.kaigyo_table {
		margin: 20px auto 0 auto;
	}

	.kaigyo_table{
		display: block;
		padding: 0;
		-moz-text-align-last: none;
		text-align-last: none;
	}

	.kaigyo_table thead{
		display: none;
	}

	.kaigyo_table tbody{
		display: block;
	}

	.kaigyo_table tbody tr{
		display: block;
		margin: 0;
	}

	.kaigyo_table tbody th,
	.kaigyo_table tbody td{
		display: list-item;
	}

	.kaigyo_table tbody th {
		margin: 0;
		list-style-type: none;
	}

	.kaigyo_table tbody td {
		padding: 0;
		list-style-type: none;
	}
	
	.kaigyo_table tbody td,
	.kaigyo_table tbody th {
		width: 95.6%;
		border-bottom: 0.2% solid #66bb22;
		padding: 2%;
	}
	.kaigyo_table tbody td {
		background: #ffffff;
	}
	.kaigyo_table tbody th {
		background: #66bb22;
	}
	
	.kaigyo_table tbody th.kaigyo_table_top,
	.kaigyo_table tbody th.kaigyo_table_top_bottomWl {
		width: 95.6%;
		border-bottom: 0.2% solid #66bb22;
		padding: 2%;
		font-size: 200%;
		line-height: 1.2em;
		font-weight: bold;
		background-color: #ffffff;
		color: #66bb22;
		text-align: center;
	}

	.kaigyo_table tbody th.kaigyo_table_th {
		width: 99.6%;
		border-bottom: 0.2% solid #66bb22;
		padding: 0;
		font-size: 150%;
		line-height: 1.5em;
		font-weight: bold;
		color: #ffffff;
		background-color: #66bb22;
		text-align: center;
	}

	.kaigyo_table tbody th.kaigyo_table_td {
		width: 95.6%;
		border-bottom: 0.2% solid #66bb22;
		padding: 2%;
		font-size: 100%;
		line-height: 1.25em;
		color: #333333;
		background: #ffffff;
	}
	
	.kaigyo_table_shikaku {
		color: #ffffff;
		margin-right: 4px;
		display: none
	}
	

	th.kaigyo_table_top_bottomWl,
	th.kaigyo_table_top {
		padding: 50px 12px 0 12px;
		border-bottom: 5px solid #66bb22;
		border-left: 1px solid #66bb22;
		border-right: 1px solid #66bb22;
		border-top: 1px solid #66bb22;
	}
	
	.kaigyo_table_top_title {
		font-weight: bold;
		font-size: 100%;
		display: inline;
		width: 100%;
		text-align: center;
	}

	.kaigyo_table_btn a {
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		display: block;
		padding: 10%;
		margin: 30px 0 30px 0;
		color: #ffffff !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: #0099ff;
		width: 80%;
		font-size: 200%;
		font-weight: 900;
		vertical-align: middle;
		text-align: left;
		box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
		border-radius: 12px;
	}
	
	.kaigyo_table_br {
		display: none;
	}
		
	.kaigyo_table_td_type_a {
		font-weight: 600;
		border: 1px solid #66bb22;
		padding: 0 10px 0 10px;
		background-color: #ffffff;
		color: #66bb22;
		line-height: 2em;
		margin: 0 10px 0 0;
		border-radius: 2px;
		width: 36px;
		display: inline-block;
		text-align: center;
	}

}

h3.h3ver {
	color: #ffffff;
	margin-top: 20px 
}

h3.h3ver_td {
	margin-top: 20px 
}

.voice_table {
	margin-top: -70px;
}

.voice_table td,
.voice_table th {
	padding: 5px;
	border: 2px solid #66bb22;
	color:#333333;
	font-size: 125%;
	text-align: left;
	line-height: 125%;
}

.voice_table th {
	font-weight: bold;
	background: #66bb22;
	width: 15%;
	color:#ffffff;
	text-align: center;
	text-justify:auto; 
}

.voice_table_list {
	margin-top: 17px;
}

@media only screen and (max-width: 780px) {

	
	.voice_table {
		display: block;
		padding: 0;
		margin-top: -20px;
	}

	.voice_table thead{
		display: none;
	}

	.voice_table tbody{
		display: block;
	}

	.voice_table tbody tr{
		display: block;
		margin: 0;
	}

	.voice_table tbody th,
	.voice_table tbody td{
		display: list-item;
		border: 0.5px solid #66bb22;
		width: 98%;
		margin: 0;
	}

	.voice_table tbody th {
		margin: 0;
		list-style-type: none;
	}

	.voice_table tbody td {
		padding: 0;
		list-style-type: none;
	}
	
	.voice_table tbody td,
	.voice_table tbody th {
		width: 95.6%;
		border-bottom: 0.2% solid #66bb22;
		padding: 2%;
	}
	.voice_table tbody td {
		background: #ffffff;
	}
	.voice_table tbody th {
		background: #66bb22;
	}
	
	.voice_table tbody td.bp_table_1td {
		background: #66bb22;
		width: 100%;
		padding: 0%;
	}

}

/*================================================
 *  グラフ
 ================================================*/

.chart_box_box {
	display: block;
	width: 100%;
	background-color: #ffffff;
	margin: 10px auto 50px auto;

}
.chart_box {
	display: inline-block;
	width: 49%;
	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%;
		margin: 0 auto 50px auto;
	}
	.chart_box {
		display: block;
		width: 100%;
		text-align: center; 
		margin: 10px auto 50px auto;
	}
}
.chart,
.chart2 {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 250px;
	margin-top: 50px auto 50px auto;
	text-align: center;
  }
.chart canvas,
.chart2 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,
.angular .chart2 {
	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: #ffffff;
	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:#ffffff;
	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: #ffffff;
	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: #ffffff;
		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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	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: #ffffff;
		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: #ffffff;
		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: #ffffff;
		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: #ffffff;
		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;
	}

}


/*================================================
 *  users_voice
 ================================================*/

.users_voice_text_box {
	display: block;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.users_voice_text {
	font-size: 125%;
	text-indent: -7em;
	padding-left: 7em;
	margin-top: 5px;
}

.users_voice_text_t {
	color: #ffffff;
	background-color: #0099ff;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 0 10px 10px 0;
}

.users_voice_text_s {
	color: #ffffff;
	background-color: #66bb22;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 780px) {


.users_voice_text {
	font-size: 125%;
	text-indent: -5.6em;
	padding-left: 5.6em;
	margin-top: 5px;
}

.users_voice_text_t {
	color: #ffffff;
	background-color: #0099ff;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 0 10px 10px 0;
}

.users_voice_text_s {
	color: #ffffff;
	background-color: #66bb22;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 0 10px 10px 0;
}

}

/*================================================
 *  support1
 ================================================*/

.support1_midashi {
	font-size: 125%;
	font-weight: 600;
	text-align: left;
	width: 100%;
	border-bottom: solid 2px #66bb22;

}

.support1_list {
	font-size: 125%;
	line-height: 30px;
	border: solid 1px #66bb22;
	border-radius: 15px;
	padding: 0 10px 0 10px;
	text-indent: -1em;
	padding-left: 1em;
}

.support1_circle {
	color: #66bb22;
}

@media only screen and (max-width: 780px) {
	.support1_list {
		font-size: 125%;
		line-height: 30px;
		border: solid 1px #66bb22;
		border-radius: 15px;
		padding: 10px 10px 10px 20px;
		text-indent: -1em;
		padding-left: 1em;
	}

}

/*================================================
 *  support2
 ================================================*/

img.support2 {
	margin: 0 auto 0 auto;
}

div.lets_text {
	text-align: left;
	padding-left: 10px;
}

@media only screen and (max-width: 780px) {
	div.lets_text {
		text-align: left;
		padding-left: 0;
	}

}


/*================================================
 *  towahitech
 ================================================*/


img.towa_logo {
	margin: 0 auto 0 auto;
	width: 25%;
}


@media only screen and (min-width: 780px) {

	img.towa_logo {
		margin: 0 auto 0 auto;
		width: 20%;
	}


}

table.table01 {
	width: 100%;
	border-right: #3EB1C6 solid 1px;
	border-collapse: collapse;
}

table.table01 thead th {
	background: #66bb22;
	color:#ffffff;
	padding:10px 15px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
}

table.table01 thead th:last-child {
	border-right: #66bb22 solid 1px;
}

table.table01 tbody th {
	background: #66bb22;
	color:#ffffff;
	font-weight: 600;
	padding: 10px 15px 10px 15px;
	border-bottom: #FFF solid 1px;
	vertical-align: middle;
}

table.table01 tbody tr:last-child th {
	border-bottom: #66bb22 solid 1px;
}

table.table01 tbody td {
	background:#ffffff;
	color:#333333;
	padding: 24px 15px 10px 15px;
	border-right: #66bb22 solid 1px;
	border-left: #66bb22 solid 1px;
	border-bottom: #66bb22 solid 1px;
	vertical-align: middle;
}



@media screen and (max-width: 779px) {
	table.table01 thead {
		display: none;
	}
	table.table01 tbody th {
		display: block;
	}
	table.table01 tbody td {
		display: block;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}
	table.table01 tbody td p {
		padding-left: 6em;
	}
}

/*================================================
 * lp
 ================================================*/


.miru_box_link_button {
	margin: 0 auto 20px auto;
	text-align: center;
	padding: 0.5em;
	background-color: #ffffff;
	color: #0099ff;
	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: 90%;
	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;
}


.miru_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;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
}

a.miru_box_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.miru_box_link:hover,
a.miru_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; 
}

.otoi_box_link_button {
	margin: 0 auto 20px auto;
	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: 90%;
	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; 
}

.h2_tyumidashi {
	font-weight: 900;
	width: 100%;
	line-height: 2em;
	border-bottom: 1px solid #333;
}

@media only screen and (max-width: 600px) {

	.h2_tyumidashi {
		font-weight: 900;
		width: 100%;
		line-height: 1.5em;
		border-bottom: 1px solid #333;
	}
	
	
	h2.midashi {
		font-size: 160%;
		line-height: 1.5em;
	}
	
	h3 {
		font-size: 115%;
		text-align: left;
		font-weight: 600;
	}
}







