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

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333;
		background: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

img {
	vertical-align: bottom;
	max-width: 1000px;
	width: 100%;
	height: auto;
}

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }



* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}


.fixBt {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.fixBt ul {
	display: flex;
	width: 100%;
}

.fixBt a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
}

.fixBt li {
	width: 100%;
}

.fixBt li a {
	background: #0596e6;
}

.fixBt li:last-child a {
	background: #32b618;
}


.w90 {
  width: 90%;
  margin: 0 auto 50px auto;
}

.fullWidth {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.sec01 {
	background: #fff2ef;
	padding: 20px 0;
	margin-bottom: 40px;
}

.sec01 h2 {
	max-width: 873px;
	width: 100%;
	margin: 0 auto;
}

.sec02 h3 {
	border-bottom: 2px dashed #000;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.sec02 h3 img {
	max-width: 520px;
	width: 90%;
}

.sec02 p {
	max-width: 690px;
	width: 90%;
	margin: 0 auto;
}

.orange {
	background: #ea5f00;
	margin-bottom: 50px;
}

.sec02 {
	background: url(../images/sanyo05.gif) center bottom no-repeat;
	padding-bottom: 60px;
	background-size: 100% auto;
}

.sec03 {
	background: #c5e9ff;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

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

.sec03 h3 {
	border-bottom: 2px dashed #000;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.sec03 h3 img {
	max-width: 586px;
	width: 90%;
}

.sec03 ul {
	max-width: 773px;
	width: 90%;
	margin: 0 auto;
}

.sec03 li {
	text-align: left;
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	.sec03 li {
		text-align: left;
		margin-bottom: 30px;
		font-size: 17px;
		line-height: 1.5;
	}
}

.sec03 li:last-child {
	margin-bottom: 0;
}

.sec03 li img {
	margin-bottom: 20px;
}

.sec04 {
	max-width: 790px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.sec04 h3 {
	margin-bottom: 20px;
}

.sec04 p {
	font-size: 26px;
	line-height: 1.5;
}

.sec04 ul {
	margin-top: 30px;
	margin-bottom: 50px;
}

.sec04 li {
	font-size: 26px;
	line-height: 1.5;
	border-top: 2px dashed #b8b8bb;
	padding: 30px 0;
}

@media screen and (max-width: 599px) {
	.sec04 p {
		font-size: 17px;
		line-height: 1.5;
	}
	
	.sec04 li {
		font-size: 17px;
	}
}

.sec04 li:last-child {
	border-bottom: 2px dashed #b8b8bb;
}

.sec05 {
	max-width: 850px;
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: left;
}

.sec05 table {
	width: 100%;
	margin: 15px 0;
	font-size: 23px;
	line-height: 1.4
}

.sec05 th {
	padding-bottom: 10px;
	white-space: nowrap;
}

.sec05 td {
	padding-bottom: 10px;
	padding-left: 20px;
}

.sec05 td span {
	font-size: 20px;
}

@media screen and (max-width: 599px) {
	.sec05 table,
	.sec05 tr,
	.sec05 td,
	.sec05 th {
		width: 100%;
		display: block;
		font-size: 17px;
	}
	
	.sec05 td span {
		font-size: 15px;
	}
	
	.sec05 table {
		width: 90%;
		margin: 20px auto;
	}
	
	.sec05 td {
		padding-bottom: 20px;
		padding-left: 0px;
	}
}

.gMapBox {
	border: 3px solid #0062b0;
}

.gMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.gMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.toyo {
	background: #ffe5ad;
	padding: 30px 0;
}

.toyo h2 {
	max-width: 844px;
	width: 100%;
	height: auto;
	margin: 0 auto 60px auto;
}

.sec06 h3 {
	border-bottom: 2px dashed #000;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

.sec06 h3 img {
	max-width: 588px;
	width: 90%;
}

.sec06 ul {
	max-width: 825px;
	width: 90%;
	margin: 0 auto 40px auto;
}

.sec06 li {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	.toyo h2 {
		margin: 0 auto 30px auto;
	}
	
	.sec06 h3 {
		margin-bottom: 20px;
	}
	
	.sec06 li {
		margin-bottom: 20px;
	}
	
	.sec06 ul {
		margin: 0 auto 30px auto;
	}
}

.sec06 li:last-child {
	margin-bottom: 0;
}

.sec07 {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.sec07 .gMapBox {
	border: 3px solid #63b62f;
}

.sec07 table {
	width: 100%;
	margin: 15px 0;
	font-size: 23px;
	line-height: 1.4
}

.sec07 th {
	padding-bottom: 10px;
	white-space: nowrap;
}

.sec07 td {
	padding-bottom: 10px;
	padding-left: 20px;
}

.sec07 td span {
	font-size: 20px;
}


@media screen and (max-width: 599px) {
	.sec07 table,
	.sec07 tr,
	.sec07 td,
	.sec07 th {
		width: 100%;
		display: block;
		font-size: 17px;
	}
	
	.sec07 td span {
		font-size: 15px;
	}
	
	.sec07 table {
		width: 90%;
		margin: 20px auto;
	}
	
	.sec07 td {
		padding-bottom: 20px;
		padding-left: 0px;
	}
}
/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

