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

body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

h3 {
	border-left: 10px solid #3D407A;
	background-color: #fff5d1;
	font-weight: bold;
	/* font-size: 142.85%; */
	font-size: 26px;
	padding: 10px;
	margin: 25px 0 20px;

}

h4 {
	/* font-size: 114.28%; */
	font-size: 18px;
	font-weight: bold;
	color: #3D407A;
	margin: 20px 0;
}

p {
	margin-bottom: 15px;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table tr th {
	border: 1px solid #ccc;
	vertical-align: middle;
	background-color: #DFF0F9;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	/* font-size: 114.28%; */
}

table tr th.w33P {
	width: 33%;
}

table tr td {
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	/* font-size: 114.28%; */
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}

img {
	max-width: 100%;
	height: auto;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		/* min-width: 100%; */
		min-width: 320px;
	}

	table tr th, 
	table tr td {
		padding: 5px;
		font-size: 14px;
	}

}


/* --------------------------------------------------------------
WRAP,HEADER,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

header p, 
footer p {
	margin-bottom: 0;
}

#headerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 12px;
}

#headerArea p.desc {
	float: left;
	font-size: 12px;
	line-height: 1.5;
}

#headerArea  p.desc a {
	color: #656565;
	text-decoration: none;
}

#headerArea ul#headNav {
	float: right;
	font-size: 12px;
	line-height: 1.5;
}

#headerArea ul#headNav li a {
	background: url("../images/common/iconArrow.png") no-repeat 0 5px / 4px 8px;
	padding-left: 8px;
	color: #666;
	text-decoration: none;
	display: block;
}

#headerArea ul#headNav li a:hover {
	text-decoration: underline;
}

#footer {
	background: url("../images/common/bgFooter.gif") repeat left top;
	border-top: 1px solid #999999;
}

#footerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 12px;
	font-size: 14px;
}

#footerArea dl dt {
	float: left;
	font-weight: bold;
}

#footerArea dl dd {
	float: left;
	margin-left: 10px;
}

#copy {
	background: #666;
}

#copy p {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 12px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#pageTop p {
	margin-bottom: 0;
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 96;
	display: none;
}

#pageTop p img {
	width: 40px;
	height: auto;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#headerArea {
		padding: 10px;
	}

	#footerArea {
		padding: 10px;
	}

	#copy p {
		padding: 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#headerArea {
		width: 768px;
		padding: 10px;
	}

	#footerArea {
		width: 768px;
		padding: 10px;
	}

	#copy p {
		width: 768px;
		padding: 10px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#headerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#headerArea p.desc {
		font-size: 10px;
		float: none;
		margin-bottom: 5px;
	}

	#headerArea ul#headNav {
		float: right;
		font-size: 10px;
	}

	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#footerArea dl dt {
		float: none;
	}

	#footerArea dl dd {
		float: none;
		margin-left: 0;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
h2.titBl {
	background-color: #3d407a;
	margin-bottom: 30px;
	line-height: 1;
}

h4.tit02 {
	background: url("../images/common/disc02.gif") no-repeat 3px 11px;
	padding: 0 0 0 18px;
}

.contBox {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 12px;
}

.contBox *:first-child {
	margin-top: 0;
}

.contBox *:last-child {
	margin-bottom: 0;
}

.alignLeft {
	float: left;
	margin: 0 20px 15px 0;
}

.alignRight {
	float: right;
	margin: 0 0 15px 20px;
}

.att {
	color: #cb0000;
}

.waku {
	border: 2px solid #ccc;
	padding: 15px;
	margin: 20px 0;
}

ul.list {
	margin: 20px 0;
}

ul.list li {
	background: url("../images/common/iconList.png") no-repeat 5px 7px / 8px 8px;
	padding-left: 20px;
}

ul.list li + li {
	margin-top: 10px;
}

ul.list02 {
	margin: 20px 0;
}

ul.list02 li {
	background: url("../images/common/disc01.gif") no-repeat 5px 8px;
	padding-left: 20px;
	font-weight: bold;
}

ul.list02 li + li {
	margin-top: 5px;
}

p.btn {
	max-width: 560px;
	margin: 0 auto 15px;
	text-align: center;
}

p.btn a {
	background: #ffb94f;
	background: -moz-linear-gradient(top, #ffb94f 0%, #ff9a4f 100%);
	background: -webkit-linear-gradient(top, #ffb94f 0%,#ff9a4f 100%);
	background: linear-gradient(to bottom, #ffb94f 0%,#ff9a4f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb94f', endColorstr='#ff9a4f',GradientType=0 );
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.2) 0px 1px 0;
	display: block;
}

p.btn a span {
	background: url("../../common/images/arrowBtnW.png") no-repeat right center / 24px 24px;
	min-height: 24px;
	padding-right: 34px;
	display: inline-block;
}

p.btn a:hover {
	opacity: 0.8;
}

.formAtt {
	font-size: 14px;
}

.youtubeBox {
	text-align: center;
	margin: 30px 0;
}

#mov {
	width:470px;
	max-width:100%;
	margin:0 auto;
}

.frameBox .youtube {
	position: relative;
	padding-bottom: calc(56.25% - 30px);
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.frameBox .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
	width: 100%;
}


.fontM {
	/* font-size: 115%; */
	font-size: 18px;
}

.fontS {
	/* font-size: 85.71%; */
	font-size: 12px;
}

.red {
	color: #C00;
}

.boxBlue {
	border: 2px solid #3D407A;
	padding: 20px;
	background: #DFF0F9;
}

.contactBoxNew2 p.contactTit {
	margin: 0;
	background: url("../images/common/contactTit.png"), linear-gradient(to bottom,  #ffbc58 0%,#ff9b06 100%);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 1000px;
	height: 60px;
}

.contactBoxNew2 .contactTxt {
	padding: 20px;
	border: solid 3px #ffd699;
	border-top: none;
}

.contactBoxNew2 ul.contactPoint {
	background: #fff5e5;
	padding: 15px;
	margin-bottom: 20px;
}

.contactBoxNew2 ul.contactPoint li + li {
	margin-top: 15px;
}

.contactBoxNew2 .contactBtn {
	text-align: center;
}

.contactBoxNew2 .contactTxt p:last-child {
	margin-bottom: 0;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	.contBox {
		width: 768px;
		padding: 40px 10px;
	}

	.contactBoxNew2 p.contactTit {
		width: 748px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.contBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 30px 10px;
	}

	.alignLeft, 
	.alignRight {
		float: none;
		margin: 15px auto;
		display: block;
	}

	.waku {
		padding: 10px;
	}

	p.leadTxt {
		text-align: left;
	}

	.youtubeBox {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.youtubeBox iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.boxBlue {
		padding: 10px;
	}

	.contactBoxNew2 p.contactTit {
		color: #fff;
		background: #ff9900;
		padding: 10px;
		font-weight: bold;
		font-size: 20px;
		text-indent: 0;
		white-space: normal;
		overflow: visible;
		width: auto;
		height: auto;
		line-height: 1.4;
	}

	.contactBoxNew2 .contactTxt {
		padding: 10px;
	}

	table.respTable tr th, 
	table.respTable tr td {
		display: block;
		width: 100%!important;
		border-top: none;
	}

	table.respTable tr:first-child th {
		border-top: 1px solid #ccc;
	}

	#mov {
		width:100%;
	}

}


/* --------------------------------------------------------------
-------------------------------------------------------------- */
#mainVisual {
	background: url("../images/bgMain.jpg") no-repeat center top / cover;
	position: relative;
}

#mainVisual::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.6);
}

#mainVisualArea {
	width: 1024px;
	margin: 0 auto;
	padding: 0 12px;
	height: 360px;
	position: relative;
}

#mainVisualArea p {
	margin-bottom: 0;
	position: absolute;
}

#mainVisualArea p#btnFormPctb {
	left: 431px;
	bottom: 26px;
}

#mainVisualArea p#btnFormSp {
	display: none;
}

#topAttArea .contBox {
	padding-bottom: 0;
}

#topAttArea .box {
	border: 2px solid #cb0000;
	padding: 15px;
}

#topAttArea .box > *:last-child {
	margin-bottom: 0;
}

#topAttArea .box p.tit {
	font-size: 18px;
	font-weight: bold;
	color: #cb0000;
}

#lead .contBox {
	padding: 40px 12px 0;
}

#branch p, 
#branch ul, 
#branch ul li {
	margin-bottom: 0;
}

#branch #siteLink {
	float: right;
	width: 300px;
}

#branch #siteLink a {
	border: 1px solid #3D407A;
	display: block;
	color: #000;
	text-decoration: none;
}

#branch #siteLink a:hover {
	opacity:0.70;
}

#branch #siteLink a p.tit {
	background: #fff;
	padding: 16px 10px;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

#branch #siteLink a p.tit .foBold {
	font-weight: bold;
}

#branch #siteLink a p.arrow {
	background: url("../images/common/arrow.png") #3D407A no-repeat right 10px center / 20px 20px;
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}

#branch #siteNext {
	margin-right: 330px;
}

#branch #siteNext ul.waku {
	border: 4px solid #F0741A;
	padding: 25px 30px;
	min-height: 82px;
}

#branch #siteNext ul.waku li {
	background: url("../images/common/iconList.png") no-repeat 0 9px / 10px 10px;
	padding-left: 24px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}

#branch #siteNext ul.waku li + li {
	margin-top: 15px;
}

#branch #siteNext ul.waku li span {
	font-weight: bold;
	color: #FF0000;
}

#solution h2 {
	text-align: center;
	margin-bottom: 30px;
}

#service h2 {
	text-align: center;
	margin-bottom: 30px;
}

#profile .box {
	padding: 20px;
	border: 2px solid #ccc;
}

#profile .profileImg {
	width: 210px;
	float: right;
	margin-left: 20px;
	display: inline;
}

#profile .profileImg .iconSns {
	margin: -10px 0 0 -10px;
}

#profile .profileImg .iconSns p {
	float: left;
	width: 40px;
	margin: 10px 0 0 10px;
}

#voices .colVoice {
	padding: 20px;
	margin: 0 0 30px;
	background-color: #F3F3F3;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #ccc;
}

#voices .colVoice .voiceInfo {
	width: 758px;
	float: right;
}

#voices .colVoice .voiceInfo h3 {
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #FF6600;
	padding: 5px 15px;
	margin: 0 0 10px;
	line-height: 1.4;
	margin-top: 0;
	border-radius: 5px;
}

#voices .colVoice .voiceInfo p.voiceName {
	color: #0072B3;
	background: url("../images/common/ic_man.gif") no-repeat left top;
	padding: 3px 0 2px 30px;
	margin-bottom: 0px;
	line-height: 1.3;
}

#voices .colVoice h4 {
	border-left: 3px solid #F93;
	padding: 0 0 0 13px;
	color: #00507B;
}

#support .boxBlue {
	margin-top: 30px;
}

#otherArea {
	text-align: center;
}

#otherArea p {
	margin-bottom: 30px;
}

p.topPh {
	text-align: center;
	margin-bottom: 30px;
}

p.topPh img {
	max-width: 100%;
	height: auto;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#mainVisualArea {
		width: 768px;
		height: 269px;
		padding: 0 10px;
	}

	#mainVisualArea p#btnFormPctb {
		width: 176px;
		left: 306px;
		bottom: 20px;
	}

	#branch #siteLink {
		width: 230px;
	}

	#branch #siteNext {
		margin-right: 260px;
	}

	#voices .colVoice .voiceInfo {
		width: 506px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#mainVisualArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		height: auto;
		padding: 0 10px 58px;
	}

	#mainVisualArea p#btnFormPctb {
		display: none;
		margin-bottom: 0;
	}

	#mainVisualArea p#btnFormSp {
		display: initial;
		bottom: 11px;
		width: calc(100% - 20px);
	}

	#mainVisualArea p#btnFormSp a {
		background-color: #f0741a;
		border-radius: 6px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 10px;
		display: block;
	}

	#mainVisualArea p#btnFormSp a span {
		background: url("../images/common/arrowBtnForm.png") no-repeat right center / 10px 12px;
		padding-right: 20px;
		display: inline-block;
	}

	#branch #siteLink {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	#branch #siteNext {
		margin-right: 0;
	}

	#branch #siteNext ul.waku {
		padding: 10px;
		min-height: initial;
	}

	#branch #siteNext ul.waku li {
		font-size: 18px;
	}

	#profile .box {
		padding: 10px;
	}

	#profile .profileImg {
		width: 40%;
		margin-left: 4%;
	}

	#voices .colVoice {
		padding: 10px;
	}

	#voices .colVoice .voiceInfo {
		width: 70%;
		margin-bottom: 20px;
	}

	#voices .colVoice p.voiceThumbPage {
		float: left;
		margin-bottom: 20px;
		width: 26%;
	}

	#voices .colVoice .voiceInfo h3 {
		padding: 5px;
		font-size: 14px;
	}

	#voices .colVoice .voiceInfo p.voiceName {
		font-size: 12px;
	}

}


/* -------------------------------------------------
form
--------------------------------------------------- */
#formArea .req {
	background: #C00;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	padding: 2px;
}

#formArea #mailform input {
	vertical-align: baseline;
}

#formArea #mailform *:last-child {
	margin-bottom: 0;
}

/*
#formArea #mailform table tr td span.wpcf7-list-item {
	display: block;
	margin: 0;
}
*/

#formArea #mailform table tr td input[type="text"], 
#formArea #mailform table tr td input[type="email"], 
#formArea #mailform table tr td input[type="tel"], 
#formArea #mailform table tr td input[type="date"], 
#formArea #mailform table tr td select, 
#formArea #mailform table tr td textarea {
	border: 1px solid #aaa;
}

#formArea #mailform table tr td input[type="text"], 
#formArea #mailform table tr td input[type="email"], 
#formArea #mailform table tr td textarea {
	padding: 10px;
	/*width: 420px;*/
	width: 100%;
}

#formArea #mailform table tr td input[type="tel"] {
	padding: 10px;
	width: 200px;
	/*width: 100%;*/
}

#formArea #mailform table tr td input[type="date"] {
	padding: 10px;
}

#formArea #mailform table tr td input[type="text"].addnum {
	width: 200px;
}

#formArea #mailform table tr td input[type="text"].addnumS {
	width: 100px;
}

#formArea #mailform table tr td select {
	padding: 10px;
}

form.wpcf7-form p.submit-button {
	margin: 20px 0 0;
	text-align: center;
}

form.wpcf7-form p.submit-button .wpcf7-submit {
	border-radius: 2px;
	padding: 10px 20px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	font-size: 16px;
	cursor: pointer;
	outline: none;
	width: 200px;
}

form.wpcf7-form p.submit-button input[type="submit"]:hover {
}

form.wpcf7-form p.submit-button input[type="submit"][disabled] {
	cursor: not-allowed;
}

/* 
form.wpcf7-form p.submit-button input[type="button"]:hover {
	background-color: #ccc;
}

form.wpcf7-form input[type="button"]:hover, 
form.wpcf7-form input[type="submit"]:hover {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}
 */

.wpcf7-mail-sent-ok {
	border: 2px solid #60C0BD!important;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color:  #db381d;
}

.wpcf7-validation-errors {
	border: 2px solid #ce4739!important;
	text-align: center;
	margin-top: 20px;
}

.wpcf7-spinner {
	display: block!important;
	margin: 10px auto 0!important;
}

#formArea #mailform table {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

#formArea #mailform table th {
	width: 220px;
	padding: 20px;
	border-top: solid 1px #ccc;
	border-left: none;
	background: #DFF0F9;
	text-align: left;
	vertical-align: top;
}

#formArea #mailform table td {
	padding: 20px;
	border-top: solid 1px #ccc;
	border-right: none;
	vertical-align: top;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#formArea #mailform table {
		border-bottom: 1px solid #ccc;
		font-size: 14px;
	}

	#formArea #mailform table th, 
	#formArea #mailform table td {
		display: block;
		width: 100%!important;
	}

	#formArea #mailform table th{
		border-right: none;
		padding: 10px;
	}

	#formArea #mailform table td{
		border: none;
		padding: 10px 10px 20px;
	}

}


/* add20231030 */
h2.mainCatch {
	font-size: 24px;
	margin-bottom: 40px;
}
h2.mainCatch span {
	margin-right: 10px;
	padding: 3px 5px 1px;
	color: #3D407A;
	font-size: 36px;
	background: #fff5d1;
}

.kakomi_red {
	margin: 0 0 20px 0;
	padding: 20px;
	border: solid 2px red;
}
.kakomi_red p {
	margin-bottom: 0;
	padding: 10px 0 10px 40px;
	font-size: 20px;
	font-weight: bold;
	background: url("../images/mark_exclamation.png") no-repeat left center / 30px 30px;
}

.kakomi_solution {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-top: solid 2px #3D407A;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.kakomi_solution h4 {
	font-size: 20px;
}
.kakomi_solution h4 span {
	display: inline-block;
	background: #3D407A;
	margin-right: 10px;
	padding: 5px 20px;
	color: #FFF;
	font-size: 24px;
}
.kakomi_solution h5 {
	clear: both;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 16px;
	background: #3D407A;
	color: #FFF;
}
.kakomi_solution p + h5 {
	margin-top: 30px;
}
.kakomi_solution p,
.kakomi_solution h5,
.kakomi_solution table {
	margin: 0 20px 20px 20px;
}
.kakomi_solution table {
	width: inherit;
}

.kakomi_solution ul {
	margin-left: 30px;
}

.kakomi_solution_no_border {
	border:none;
}
.kakomi_solution_no_border h5 {
	margin-left:0;
}

img.flRight_sp_w100 {
	float: right;
	margin: 0 0 20px 20px;
}

/*__________ SP __________*/
@media screen and (max-width: 767px) {
	
	h2.mainCatch {
		font-size: 18px;
	}
	h2.mainCatch span {
		margin-right: 0;
		font-size: 24px;
	}

	.kakomi_red p {
		padding: 0 0 0 40px;
		font-size: 18px;
		background: url("../images/mark_exclamation.png") no-repeat left top / 30px 30px;
	}
	.kakomi_red p + p {
		margin-top: 20px;
	}
	
	img.flRight_sp_w100 {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto 20px auto;
		max-width: 100%;
	}
	.kakomi_solution h4 {
		padding: 10px;
		font-size: 16px;
	}
	.kakomi_solution h4 span {
		padding: 5px 10px;
		font-size: 16px;
	}

	
}




