@charset "utf-8";
/* ------------------
 *common css
 * --------------- */

/*body
====================================================*/

body {
	width: 100%;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}

	
	.yellow_white {
		font-size: 2rem;
		color: white;
		font-weight: 700;
		text-align: center;
	}
	
		.yellow_white_smaller {
		font-size: 1.8rem;
			color: white;
	font-weight: 800;
		text-align: center;
	}

.simple-yellow {
	color: #e7f6a1;
}
.simple-white {
	color: white;
}
	
		.yellow_white span {
		color: #e9c22a;
	}
	
.shadow_text {
	text-align: right;
    color: #444444;
	font-size: 1rem;
    text-shadow: 
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white,
        2px 2px 4px rgba(0, 0, 0, 0.25);
	margin-top: 0px!important;
}

.image_text_cont {
	position: relative;
}

/* PC ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1920px) and (min-width:768px) {
/*body
====================================================*/

body {
	min-width: 1200px;
}
	

.p_non {
	display: none;
}
/*wrapper
====================================================*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
/*header
====================================================*/
header {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	/* overflow:hidden; */
	background: #e6e6e6;
}
header .header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
header .header h1 {
	line-height: 30px;
        font-weight: 700;
        color: #6d6a6a;
        font-size: 12px;
        float: left;
        width: 1000px;
			text-shadow: 2px 2px 4px white;
}
header .header h2 {
	position: absolute;
	right: 50px;
	top: 0;
	z-index: 1;
}
/*contents
====================================================*/
section {
	width: 100%;
	margin: 0 auto;
}
section .contents {
	width: 1000px;
	margin: 0 auto;
}
/*main
====================================================*/
section.main {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
	background: url(../img/img_main.jpg) no-repeat left;
	position: relative;
}
section.main h3 {
	padding: 10px 0 0 100px;
	width: 350px;
}
section.main h4 {
	text-align: center;
	padding: 80px 150px 0 0;
}
section.main .contact {
	position: absolute;
	width: 325px;
	text-align:right;
	top: 35px;
	right: 150px;
}
section.main .contact p {
	margin-bottom: 10px;
}
/*markup
====================================================*/
section.markup {
	margin: 0 auto;
	background: #334769;
	overflow: hidden;
	height: 250px;
}
section.markup ul {
	position: absolute;
	top: 360px;
	width: 1000px;
}
section.markup li {
	float: left;
	padding: 0 0 0 50px;
}
section.markup p {
	margin: 120px auto 0 auto;
}
/*solution
====================================================*/
section.solution {
	margin: 0 auto;
	background: url(../img/back01_new.gif) no-repeat center;
	overflow: hidden;
	height: 482px;
}
section.solution p.flL {
	margin: 80px 0 0 0;
}
section.solution p.flR {
	margin: 0 0 30px 0;
}
section.solution div.check {
	clear: both;
	margin: 0 auto;
	text-align: center;
}
/*support
====================================================*/

section.support {
	background: url(../img/back02.jpg) no-repeat top center;
}
section.support .contents {
	position: relative;
}
section.support p {
	text-align: center;
	padding: 10px 0 13px 0;
}
section.support span {
	display: block;
	margin: 0 auto;
	text-align: center;
}
section.support .freetel {
	margin: 30px 0;
}
section.support .freetel p {
	padding: 35px 0 !important;
}
section.support p.zero {
	position: absolute;
	left: 6px;
	top: 322px;
	height: 127px;
}
/*important
====================================================*/
section.important {
	background: url(../img/back03.gif) center repeat-x;
	padding: 10px 0;
}
section.important p {
	text-align: center;
	padding: 10px 0 0 20px;
}
/*ceo
====================================================*/
section.ceo {
	padding: 10px 0 0 0;
}
section.ceo .contents {
	background: url(../img/back04.jpg) left bottom no-repeat;
}
section.ceo .comment {
	width: 550px;
	padding: 20px 0;
	margin-left: auto;
}
section.ceo h5 {
	width: 550px;
	padding: 20px 0 0 0;
	margin-left: auto;
}
section.ceo .comment p {
	margin: 20px 0;
}
section.ceo .comment span {
	text-align: right;
	display: block;
}
/*graph
====================================================*/
section.graph {
	padding: 20px 0;
	background: #00a9ec;
	color: #FFF;
}
section.graph h5 {
	margin: 10px auto;
	text-align: center;
}
section.graph p {
	padding: 10px;
}
/*phone, phone2
====================================================*/
section.phone {
	padding: 20px 0;
	background: #fffae6;
	overflow: hidden;
}
section.phone2 {
	padding: 20px 0;
	background: #e6f7fe;
	overflow: hidden;
}
section.phone dl {
/* width:300px; */
}
section.phone dt,
section.phone2 dt {
	width: 220px;
	float: left;
	text-align: center;
	margin: 0 auto;
}
section.phone dd,
section.phone2 dd  {
	margin-left: 220px;
}
section.phone dd li,
section.phone2 dd li {
	margin: 20px 0 30px 0;
}
section.phone dd li img,
section.phone2 dd li img  {
	vertical-align: middle;
	margin-right: 20px;
}
/*voice
====================================================*/
section.voice {
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(../img/back05.gif) no-repeat center;
}
	
	

	
section.voice p {
	margin: 0 0 20px 0;
	text-align:center;
}
section.voice li {
	float: left;
	width: 500px;
	margin: 10px 0px;
	padding: 0;
}
section.voice li.voice01 {
	background:url(../img/voice01.png) no-repeat;
	height: 270px;
}
section.voice li.voice02 {
	background:url(../img/voice02.png) no-repeat;
	height: 376px;
	margin-top: -30px;
}
section.voice li.voice03 {
	background:url(../img/voice03.png) no-repeat;
	height: 340px;
	margin-top: -50px;
}
section.voice li.voice04 {
	background:url(../img/voice04.png) no-repeat;
	height: 300px;
}
section.voice li span{
	display:block;
	font-size:12px;
	margin: 80px 0 0 0;
}
section.voice li.voice01 span{
	width: 320px;
	margin-left: 30px;
}
section.voice li.voice02 span{
	width: 260px;
	margin-top: 130px;
	margin-left: 30px;
}
section.voice li.voice03 span{
	width: 280px;
	margin-left: 150px;
}
section.voice li.voice04 span{
	width: 260px;
	margin-left: 180px;
}

/*company
====================================================*/
section.company {
	padding: 50px 0;
	overflow: hidden;
	text-align: center;
}
section.company p {
	margin: 0 0 20px 0;
}



/*footer
====================================================*/
footer {
	padding: 0 0 20px;
	border-top: #999 solid 1px;
	font-size: 13px;
}
footer .contents {
	border-bottom: #CCC solid 1px;
}
footer ul {
	overflow: hidden;
	text-align: center;
	width: 1000px;
	margin: 0 auto 10px auto;
}
footer li {
	float:left;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
 	/zoom: 1;
	padding: 10px 0;
	border-right: solid 1px #fff;
	vertical-align:bottom;
}
footer li.flR img {
	margin: 20px 0 0 0;
}
footer p {
	text-align: center;
	margin: 10px 0;
}
/* float対策clear
====================================================*/
.clearfix {/*ie用*/
	zoom: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*リンク
====================================================*/
a {
	color: #403f41;
	text-decoration: none;
}

/*切替画像
====================================================*/
.imgChange {
	visibility: hidden;
}
}

/* SP --------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
img {
	width: 100%;
}
.s_non {
	display: none;
}
/*wrapper
====================================================*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
/*header
====================================================*/
header {
	display: none;
}
/*contents
====================================================*/
section {
	width: 100%;
	margin: 0 auto;
}
section .contents {
	width: 95%;
	margin: 0 auto;
	padding: 0;

}
/*main
====================================================*/

section.main h3 {
	margin: 10px;
	background: #FFF;
	width: 97%;
}
section.main h3 img {
	width: 60%;
}
section.main h4 {
	text-align: right;
	padding: 15px 0;
	margin: 0;
}
section.main h4 img {
	width: 50%;
}
section.main .contact {
	display: none;
}
/*markup
====================================================*/
section.markup {
	margin: 0 auto;
	padding: 30px 0 15px 0;
	background: #334769;
	overflow: hidden;
}
section.markup ul {
	margin: 0 auto;
}
section.markup li {
	float: left;
	margin: 0 auto;
	padding-left: 10px;
	width: 30%;
}
section.markup li img {
	width: 100%;
}
section.markup p {
	margin: 0px auto 0 auto;
	width: 80%;
}
/*solution
====================================================*/
section.solution {
	margin: -20px auto 0 auto;
	background: url(../img/back01_s.gif) no-repeat #fdd100 center left;
	background-size: 90%;
	overflow: hidden;
	margin-top: -20px;
}
section.solution p.flL {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
}
section.solution .check {
	width: 100%;
	background: url(../img/back_check.gif) repeat-x;
	text-align: center;
	padding: 20px 0;
}
section.solution .check img {
	width: 80%;
}
/*support
====================================================*/

section.support {
	background: url(../img/back02_s.jpg) no-repeat top center;
	background-size: 100%;
}
section.support p {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 80%;
}
section.support span {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
section.support .freetel {
	margin: 30px 0;
	padding: 15px 0 0 0;
}
section.support .freetel p {
	padding: 20px 0 0 0!important;
	width: 100%;
}
section.support p.zero {
	width: 30%;
	margin: 0 auto;
	padding: 0;
}
/*important
====================================================*/

section.important {
	background: url(../img/back03_s.gif) center no-repeat;
	background-size: 100%;
	padding: 15px 0;
}
section.important p {
	text-align: center;
	padding: 10px 10px;
}
/*ceo
====================================================*/

section.ceo {
	padding: 10px 0 30px 0;
}
section.ceo .comment {
}
section.ceo h5 {
	width: 100%;
}
section.ceo .comment p {
	margin: 20px 0;
}
section.ceo .comment span {
	text-align: right;
	display: block;
}
section.ceo .comment span {
	display: block;
	width: 60%;
	margin-left: auto;
}
/*graph
====================================================*/

section.graph {
	padding: 10px 0;
	background: #00a9ec;
	color: #FFF;
}
section.graph h5 {
	margin: 10px auto;
	text-align: center;
}
section.graph p {
	padding: 10px;
}



/*phone, phone2
====================================================*/
section.phone {
	padding: 10px 0;
	background: #fffae6;
	overflow: hidden;
}
section.phone2 {
	padding: 10px 0;
	background: #e6f7fe;
	overflow: hidden;
}
section.phone dt,
section.phone2 dt {
	text-align:center;
}
section.phone dt img ,
section.phone2 dt img{
	width: 30%;
	text-align: center;
	margin: 0 auto;
}
section.phone dd,
section.phone2 dd  {
	width: 100%;
}
section.phone dd li,
section.phone2 dd li {
	margin: 10px auto;
	text-align:center;
}
section.phone dd li img,
section.phone2 dd li img  {
	margin: 10px 0;
	width: 100%;
	vertical-align: middle;
}

/*voice
====================================================*/
section.voice {
	padding: 20px 0;
	background: url(../img/back_check.gif) repeat center;
	background-size:100%;
	overflow:hidden;
}
section.voice p {
	margin: 0 0 20px 0;
	text-align:center;
}


/*company
====================================================*/
section.company {
	padding: 20px 0 0 0;
	overflow: hidden;
	text-align: center;
}
section.company p {
	margin: 0 0 20px 0;
}



/*footer
====================================================*/
footer {
	padding: 0 0 20px;
	border-top: #999 solid 1px;
	font-size: 10px;
	width: 100%;
}
footer .contents {
	border-bottom: #CCC solid 1px;
	padding-top: 20px;
}
footer ul {
	overflow: hidden;
	text-align: center;
	width: 70%;
	margin: 0 auto 10px auto;
}
footer li {
	padding: 5px 0;
	border-right: solid 1px #fff;
	vertical-align:bottom;
}
footer li.flR img {
	margin: 10px 0 0 0;
}
footer p {
	text-align: center;
	margin: 10px 0;
}
/*リンク
====================================================*/
a {
	color: #403f41;
	text-decoration: none;
}

}

/* 2211 new*/
.text14{
	margin: auto;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 1px 2px 2px #000;
    line-height: 1.8;
    padding-top: 30px;
}
.text14 span{
	color: #FED900;
}
p.mini{
	font-size: 10px;
    text-align: left;
    display: flex;
    justify-content: left;
    padding-top: 10px;
}
@media(max-width:767px){
	.text14{
		font-size: 14px;
		font-size: 20px;
    	padding-top: 7px;
	}
	p.mini{
		width: 80%;
		margin: 0 auto;
	}
}
