@charset "UTF-8";

.sub-header_h1 { 
	background-color: #073061;
	background-image: url(images/title_use.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sub-header_title { 
	background-color: #073061;
	/*background-image: url(images/title_use.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.service_title {
	background: url(images/title_index.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.deputize_title {
	background: url(images/title_deputize.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top !important;
}
.faq_main_title {
	background: url(images/title_faq.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.howtoscript_title {
	background: url(images/title_howtoscript.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.oparate_title {
	background: url(images/title_oparate.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.title_use_agency {
	background: url(images/title_use_agency.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


/* 製品紹介リンク（2カラム×2ボタン） */
.cat_link ul {
	overflow: hidden;
}

.cat_link li {
	float: left;
	width: 230px;
}

.cat_link li:last-child {
	float: right;
}

.cat_link p {
	font-weight: bold;
}

/* index */
.service_index_list {
	overflow: hidden;
	margin-bottom: 60px;
}

.service_index_list img {
	float: left;
}

.service_index_list_text {
	width: 480px;
	float: right;
}

.service_index_list_text p {
	line-height: 2;
}

.service_index_list_text .wrap_inquiry {
	margin: 30px 0 0 0;
}

.service_index_list_text .wrap_inquiry a {
	width: 100%;
}

/* deputize */

.deputize_about {
	margin-bottom: 40px;
}

.deputize_about h4 {
	background: #073061;
	color: #fff;
	font-size: 110%;
	padding: 8px 16px;
	margin-bottom: 10px;
}

.deputize_about h5 {
	font-weight: bold;
	margin-bottom: 10px;
}

.deputize_about h5:nth-of-type(2) {
	margin-top: 30px;
}

.inquiry {
	background: #e0ebee;
	padding: 40px 0;
}

.inquiry h4 {
	font-size: 24px;
	text-align: center;!important;
}

.inquiry p.section_lead {
	margin: 25px auto;
}

.inquiry ul.standard {
	width: 78%;
	margin: 10px auto;
}

.inquiry ul.standard li {
	margin: 0;
}

.inquiry p.indent {
	width: 80%;
	margin: 0 auto;
}

/* how to script */
.blockquort {
	margin: 20px auto;
	border: 1px solid #060;
	padding: 10px;
	box-sizing: border-box;
	
	width: 80%;
}

.point {
	display: inline-block;
	background: #F30;
	color: #fff;
	padding: 2px 4px 1px;
	margin-right: 6px;
}

/* faq ページ内リンク */
.faq_lead {
	width: 80%;
	margin: auto;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.faq_pr {
	/*margin-top: 50px;*/
	margin-top: -30px;
	overflow: hidden;
}

.button_txt {
	text-align: center;
	margin-top: 5px;
}


.faq_pr > div {
	float: left;
	width: 480px;
}

.faq_pr p {
	margin-top: 20px;
	line-height: 1.7;
	letter-spacing: 0.03em;
}


/***よくある質問PC***/

.faq-box {
	
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;

	color: #073061;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	border: 2px solid #073061;
	box-sizing: border-box;
	background: #ffffff;
}

.faq_box,
.toggle{
	width: 780px;
	margin: 0 auto;
	color: #000000;
	border: 2px solid #073061;
	border-top: none;
}

.faq-box{
	display: block;
	pointer-events: none;
	padding: 0px 0px 0px 0px;
	/*background: #ffffff;
	color: #073061;*/
	background: #073061;
	color: #ffffff;
}

.faq-box:hover{
	padding: 0px;
	background: #073061;
	color: #ffffff;
	border-bottom: none;
}



.toggle{
	padding: 2px 8px 2px 8px;
	margin-bottom: 30px;
	list-style: none;
	background: #ffffff;
}

.toggle li{
	padding: 8px;
	border-top: none;
}

.toggle li:not(:last-child){
	border-bottom: solid 1px #aaa;
}

.toggle li p {
	margin-left: 1.1em;
	text-indent: -1.1em;
}

#faq_link {
	color: #ffffff;
}

.toggle li a:link {
	color: #0000FF;
	text-decoration: underline;
}

/***サポートPC***/

.block_pc {
	display: inline-block;
}


.support_title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.support_address {
	text-align: left;
	margin: 10px 0px -20px 110px;
}

.support_address p {
	display: inline-block;
	text-align: left;
}


.support_txt1 {
	text-align: center;
	margin: 20px 110px 0px 110px;
}

.support_txt1 p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

.support_txt1 a:link { color: #0000ff; }
.support_txt1 a:visited { color: #000080; }


.support_line {
	border-bottom: 2px solid #999999;
	margin: 20px 0px 20px 0px;
}


.version {
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.version p {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.support_txt2 {
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.support_txt2 p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

.support_midashi {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 30px;
}

.support_midashi2 {
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-size: 30px;
	color: #444444;
}

.support_midashi p {
	display: inline-block;
	text-align: center;	
}

.support_button {
	margin: 0px 0px 30px 0px;
}

.support_button2 {
	margin: 0px 0px 0px 0px;
}

.soft {
	font-size: 16px;
	color: #4444444;
	margin-top: -10px;
}

.soft2 {
	font-size: 16px;
	color: #4444444;
	margin-top: -10px;
}


.support_komidashi {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.support_komidashi2 {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.support_bt {
	margin-top: 50px;
}

.driver {
	margin-top: 5px;
}

.support_photo {
	margin-top: 50px;
	text-align: center;
}

.support_photo img {
	margin-bottom: 30px;
	text-align: center;
}


.centering-block {
 text-align: center;
}
.centering-block .centering-block-inner {
 text-align: left;
 display: inline-block;
}

/***スピーチアシストPC***/

.block_speech {
	display: inline-block;
}

.block_speech2 {
	display: inline-block;
	font-weight: normal;
}

.speech_midashi {
font-size:30px;
font-weight:bold;
text-align:center;
}

.speech_midashi span
{display:inline-block;
font-size:30px;
font-weight:bold;}

.speech_area {
	background: #DBE6F4;
	padding: 40px 0px 20px 0px;
}

.speech_area h4 {
	font-size: 30px;
	text-align: center;!important;
}

.speech_area h5 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;!important;
	margin-top: 40px;
}

.price {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.price_b {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.price_b span {
	font-size: 20px;
	font-weight: normal;
}

.speech_area p.section_lead {
	margin: 25px auto;
}

.speech_area ul.standard {
	width: 78%;
	margin: 10px auto;
}

.speech_area ul.standard li {
	margin: 0;
}

.speech_area p.indent {
	width: 80%;
	margin: 0 auto;
}

.speechbox {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
}

.speech_name {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.speech_prof {
	width: 230px;
	font-size: 14px;
	line-height: 140%;
	margin: 0px 0px 0px 22px;
}

.speech_photo {
	width: 230px;
}

.speech_photo img:first-child {
	display: block;
	/*margin-bottom: 3rem;*/
	margin: 0px 40px 0px 20px;
	width: 230px;
	height: auto;
	border: 1px solid #cccccc;
}

.speech_photo img {
	display: block;
	/*margin-bottom: 3rem;*/
	margin: 0px 40px 0px 30px;
	width: 230px;
	height: auto;
	border: 1px solid #cccccc;
}

.column_2 .btn_inquiry, .column_2 .btn_simple, .column_2 .btn_oncolor, .column_2 .btn_download {
	width: 100%;
}

.inquiry {
	background: #e0ebee;
	padding: 40px 0;
	margin-bottom: 0px;
}

.inquiry h4 {
	font-size: 24px;
	text-align: center;
}

.inquiry h4 span {
	font-size: 24px;
	text-align: center;
}

.inquiry p {
	margin: 25px auto;
}

.demo_center {
	text-align: center;
	margin-bottom: 20px;}
.demo_center_block {
	display: inline-block;
	}



@media screen and (max-width: 640px) {

/* 製品紹介リンク（2カラム×2ボタン） */
.cat_link .clearfix > div {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.cat_link .clearfix > div:last-child {
	float: none;
}

.cat_link li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.cat_link li:last-child {
	float: none;
}


/***index修正***/

.service_index_list_text {
	width: 100%;
}

/***よくある質問SP***/

.faq_block {
	display: inline-block;
}

.faq_title {
	display: inline-block;
	text-align: left;
}

.faq-box {
	pointer-events: all;
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #073061;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 140%;
	border: 2px solid #073061;
	box-sizing: border-box;
	background: #ffffff;
	/*border-radius: 10px 10px 10px 10px;*/
}

.faq-box:hover {
	padding: 5px;
	background: #073061;
	color: #ffffff;
	/*border-radius: 10px 10px 0px 0px;*/
	border: 2px solid #073061;
	border-bottom: none;
}

.faq-box:active {
	padding: 5px 0px -10px 5px;
	background: #073061;
	color: #ffffff;
	/*border-radius: 10px 10px 0px 0px;*/
	border-bottom: none;
	
}


	.toggle{
		width: auto;
		height: 0;
		padding: 0 8px;
		margin-bottom: 20px;
		transition: .2s;
		overflow: hidden;
		border-bottom: none;
		border-radius: 0px 0px 0px 0px;
	}
	
	input:checked + .toggle{
		height: auto;
		padding: 8px;
		border-bottom: 2px solid #073061;
		
	}
	
	.button_txt {
		text-align: left;
		margin: 5px 0px 0px 10px;
	}

/* how to script */
.blockquort {
	margin: 10px auto;
	border: 1px solid #060;
	padding: 10px;
	box-sizing: border-box;
	
	width: 100%;
}



/* deputize */
.inquiry {
	background: #e0ebee;
	padding: 20px;
}

.inquiry h4 {
	font-size: 22px;
}

.inquiry p.section_lead {
	line-height: 1.8;
}

.inquiry ul.standard {
	width: 94%;
	margin: 10px auto;
}

.inquiry ul.standard li {
	margin: 0 0 10px 0;
	line-height: 1.3;

}

.inquiry p.indent {
	width: 100%;
}

/***サポートSP***/

.support_title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.support_address {
	text-align: left;
	margin: 10px 0px -20px 0px;
}

.support_address p {
	display: inline-block;
	text-align: left;
}


.support_txt1 {
	margin: 20px 0px 0px 0px;
}

.support_line {
	border-bottom: 2px solid #999999;
	margin: 30px 0px 30px 0px;
}

.block {
	display: inline-block;
}

.version {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.version p {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	font-size: 20px;
}

.support_txt2 {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.support_txt2 p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

.support_txt3 {
	display: inline-block;
	text-align: left;
	margin: -20px 0px 0px 0px;
}


.support_midashi {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 130%;
}

.support_midashi2 {
	text-align: left;
	margin: 20px 0px 0px 0px;
	font-size: 22px;
	line-height: 140%;
	color: #444444;
}

.support_midashi p {
	display: inline-block;
	text-align: center;	
}

.soft {
	text-align: left;
	font-size: 16px;
	color: #4444444;
	margin-top: 20px;
}

.soft2 {
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	color: #4444444;
	margin-top: 10px;
}


.support_komidashi {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.support_komidashi2 {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.driver {
	margin-top: 30px;
	margin-bottom: 40px;
}

.support_photo {
	margin-top: 0px;
	text-align: center;
}

.support_photo img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

.support_button {
	margin: 0px 0px 40px 0px;
}

.support_button2 {
	margin: 0px 0px 0px 0px;
}

.support_bt {
	margin-top: -20px;
}

/***スピーチアシストSP***/

.block_speech2 {
	display: inline-block;
	font-weight: normal;
	line-height: 140%;
}

.speech_midashi {
font-size:20px;
font-weight:bold;
text-align:center;
line-height: 140%;
margin-bottom: -20px;
}

.speech_midashi span
{display:inline-block;
font-size:20px;
font-weight:bold;}

.speech_area {
	background: #E3E8ED;
	padding: 20px 0px 20px 0px;
}

.speech_area h4 {
	font-size: 22px;
}

.price {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}

.price_b span {
	font-size: 20px;
	font-weight: normal;
}

.speech_area p.section_lead {
	line-height: 1.8;
}

.speech_area ul.standard {
	width: 94%;
	margin: 10px auto;
}

.speech_area ul.standard li {
	margin: 0 0 10px 0;
	line-height: 1.3;

}

.speech_area p.indent {
	width: auto;
	margin: 0px 10px 0px 10px;
}

.speechbox {
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: 10px;
	margin-right: 10px;
}

.speech_photo {
	width: auto;
}

.speech_photo img {
	display: block;
	/*margin-bottom: 3rem;*/
	margin: 0px 0px 0px 0px;
	width: 99%;
	height: auto;
	border: 1px solid #cccccc;
}

.speech_photo img:first-child {
	display: block;
	/*margin-bottom: 3rem;*/
	margin: 0px 0px 0px 0px;
	width: 99%;
	height: auto;
	border: 1px solid #cccccc;
}

.speech_name {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0px 5px 0px;
}

.speech_prof {
	width: auto;
	font-size: 16px;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
}

.column_2 img {
width: 100%;
height: auto;
}

.demo_block {
	display: inline-block;
	/*font-size: 20px;*/
}

}

/* IEの游ゴシックズレを矯正 */
@media all and (-ms-high-contrast:none) {
	
body {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

}
