@charset "UTF-8";

@media print, screen and (min-width: 736px) {/* PC用 */

	/*indexページ*/
	
	div#container{
		width: 1160px;
		margin: 0px auto 10px;
		text-align: center;
	}
	div.header{
		position: relative;
		padding: 20px;
	}
	div.header h1{
		padding-left: 24px;
		height: 100%;
	}
	div.headMenu{
		position: absolute;
		top:35px;
		right: 0px;
	}
	div.headMenu ul{
		display: flex;
		justify-content: flex-end;
	}
	div.headMenu ul li{
		font-size: 14px;
		font-weight: bold;
		padding: 0 24px;
		border-right: 1px solid #000;
	}
	div.headMenu ul li:last-child{
		border: none;
	}
	div.headMenu ul li a:link, div.headMenu ul li a:visited{
		text-decoration: none;
		color: #000;
		padding-bottom: 5px;
	}
	div.headMenu ul li a:active, div.headMenu ul li a:hover{
		text-decoration: none;
		color: #000;
		border-bottom: 2px solid #00489B;
	}
	div.idxMainPic{
		margin-bottom: 68px;
	}
	div.idxProduct{
		width: 910px;
		margin: 0 auto 60px;
	}
	div.idxProduct h2{
		margin: 0 auto 23px;
		text-align: center;
	}
	div.idxP01{
		margin-bottom: 27px;
	}
	div.idxP01Pic{
		width: 873px;
		margin: 0 auto;
		position: relative;
	}
	div.responsive{
		position: absolute;
		width: 244px;
		top: 38px;
		right: 40px;
		aspect-ratio: 16/9;
	}
	div.responsive iframe{
		width: 100%;
		height: 100%;
	}
	div.idxP01Comment{
		background: #DCEEFF;
		padding: 28px 40px;
		color: #008DFF;
		font-size: 14px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
	}
	div.idxProductList{
		width: 910px;
		margin: 0 auto 70px;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
	}
	div.idxP02{
		width: 215px;
	}
	div.idxP02Pic{
		width: 200px;
		margin: 0 auto;
	}
	div.idxP02Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP02Comment{
		background: #F3E7F3;
		padding: 25px 25px;
		color: #972E99;
		font-size: 14px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 300px;
		box-sizing: border-box;
	}
	div.idxP03{
		width: 215px;
	}
	div.idxP03Pic{
		width: 200px;
		margin: 0 auto;
	}
	div.idxP03Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP03Comment{
		background: #EAEAF5;
		padding: 25px 25px;
		color: #003AA5;
		font-size: 14px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 300px;
		box-sizing: border-box;
	}
	div.idxP04{
		width: 215px;
	}
	div.idxP04Pic{
		width: 200px;
		margin: 0 auto;
	}
	div.idxP04Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP04Comment{
		background: #F4E9E1;
		padding: 25px 25px;
		color: #BE7A46;
		font-size: 14px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 300px;
		box-sizing: border-box;
	}
	div.idxP05{
		width: 215px;
	}
	div.idxP05Pic{
		width: 200px;
		margin: 0 auto;
	}
	div.idxP05Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP05Comment{
		background: #FFF2E0;
		padding: 25px 25px;
		color: #F97300;
		font-size: 14px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 300px;
		box-sizing: border-box;
	}
	div.idxNews{
		margin: 0 auto 60px;
	}
	div.idxNews h2{
		margin: 0 auto 23px;
		text-align: center;
	}
	
	div.idxNewsBox{
		padding: 40px 210px;
		background: #E5EDF5;
	}
	div.idxNewsBox dl{
		height: 290px;
		overflow: auto;
		border-top: 1px solid #00489B;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content: stretch;
		align-items: stretch;
		box-sizing: border-box;
	}
	div.idxNewsBox dl dt{
		width: 30%;
		padding: 20px 0;
		font-size: 12px;
		border-bottom: 1px solid #00489B;
	}
	div.idxNewsBox dl dd{
		width: 70%;
		padding: 20px 0;
		font-size: 12px;
		border-bottom: 1px solid #00489B;
	}
	
	div#footerBox{
		width: 914px;
		margin: 0 auto;
		border-top: 2px solid #00489B;
	}
	
	div.footerTit{
		padding: 35px 0;
		margin: 0 auto;
		text-align: center;
	}
	div.footerNav{
		padding-bottom: 22px;
		border-bottom: 1px solid #666666;
	}
	div.footerNav ul{
		display: flex;
		justify-content: space-between;
	}
	div.footerNav ul li{
		font-size: 14px;
		font-weight: bold;
		padding: 0 10px;
		border-right: 1px solid #000;
		text-align: center;
		line-height: 100%;
	}
	div.footerNav ul li:first-child{
		padding-left: 0;
	}
	div.footerNav ul li:last-child{
		border: none;
		padding-right: 0;
	}
	div.footerNav ul li a:link, div.footerNav ul li a:visited{
		text-decoration: none;
		color: #000;
	}
	div.footerNav ul li a:active, div.footerNav ul li a:hover{
		text-decoration: none;
		color: #000;
		border-bottom: 2px solid #00489B;
	}
	div.footerAdd{
		padding: 20px 0 35px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
	}
	div.footerAdd01{
		width: 250px;
		font-size: 12px;
	}
	div.footerAdd02{
		width: 330px;
		font-size: 12px;
		box-sizing: border-box;
		padding: 0 40px;
		border-left: 1px dotted #000000;
		border-right: 1px dotted #000000;
	}
	div.footerAdd03{
		width: 250px;
		font-size: 12px;
	}
	div.copyrightBox{
		padding: 5px 0;
		background: #00489B;
		color: #FFF;
		font-size: 10px;
		text-align: center;
	}
	div.idxMainSide {
		position: fixed;
		top: 140px;
		left: 50%;
		margin-left: 468px;
		z-index: 10;
	}
	div.idxMainSide ul li{
		margin-bottom: 10px;
	}
	
	
	
	div#mainBox {
		width: 1160px;
		height: 350px;
		margin: 0px auto;
	}
	
	div.mainPh {
		width: 880px;
		float: left;
	}
	
	div.mamberWhat {
		width: 280px;
		float: right;
	}
	
		div.mamberWhat span {
		display: none;
	}
	
	div.whatBox {
		width: 280px;
		height: 175px;
		background-color: #ff6800;
		overflow: auto;
	}
	
	div.whatBox table {
		width:235px;
		font-size: 12px;
		line-height: 18px;
		color: #fff;
		margin: 5px 15px 15px 15px;
	}
	
	div.whatBox table th {
		font-weight: normal;
		vertical-align: top;
		width:80px;
		padding: 10px 0px;
		border-bottom: 1px dotted #fff;
	}
	
	div.whatBox table td {
		width:155px;
		padding: 10px 0px;
		border-bottom: 1px dotted #fff;
	}
	
	div.whatBox table td a {
		color: #fff;
	}
	
	div.whatBox table td a:hover {
		color: #FFFF00;
	}
	
	div#navBox {
		width: 900px;
		height: 70px;
		margin: 0px auto 0px auto;
	}
	
	div#navBox ul {
		margin-top: 40px;
	}
	
	div#navBox ul li {
		float: left;
	}
	
	div#mainBtn {
		width: 900px;
		margin: 0px auto;
		padding-top: 40px;
		border-top: 1px dotted #a0a0a0;
	}
	
	div#mainBtn ul.pc {
		overflow: hidden;
		margin: 35px auto 40px auto;
	}
	
	div#mainBtn ul.pc li {
		float: left;
		margin-bottom: 20px;
	}
	
	div#mainBtn ul.sp {
		display: none;
	}
	
	div#faceBook {
		width: 900px;
		margin: 0px auto 40px auto;
		padding-top: 60px;
		border-top: 1px dotted #333;
		overflow: hidden;
	}
	
	div#faceBook div.faceBtn {
		width: 260px;
		float: left;
	}
	
	div#faceBook div.fb-page {
		width: 500px;
		float: left;
	}
	
	
	div#footBox {
		width: 1160px;
		margin: 0px auto;
		padding: 50px 0px 0px 0px;
		overflow: hidden;
		background-color: #e8edf4;
	}
	
	div#footInner {
		width: 900px;
		overflow: hidden;
		margin: 0px auto 55px auto;
	}
	
	div.footLogo {
		float: left;
		margin-right: 55px;
	}
	
	div.footAdd {
		float: left;
		padding-right: 55px;
		border-right: 1px dotted #a0a0a0;
	}
	
	div.footAdd dl {
		font-size: 12px;
		line-height: 18px;
	}
	
	div.footAdd dl dd.mg {
		padding-bottom: 23px;
	}
	
	div.footAdd dl dd.bm {
	
	}
	
	div.footNav {
		float: left;
		margin-left: 55px;
	}
	
	div.footNav ul li {
		overflow: hidden;
		padding: 0px 0px 5px 10px;
		background: url(../img/foot_nav_ico.jpg) left top no-repeat;
	}
		
	div.copyBox {
		width: 900px;
		margin: 0px auto 35px auto;
		padding-top: 35px;
		clear: left;
		font-size: 11px;
		text-align: center;
		border-top: 1px solid #000;
	}


}

@media screen and (max-width:736px){/* スマートフォン用 */

	/*indexページ*/
	
	div#container{
		width: 100%;
		margin: 0px auto;
		text-align: center;
	}
	div.header{
		position: relative;
		padding: 10px;
	}
	div.header h1{
		padding-left: 10px;
	}
	div.header h1 img{
		width: 180px;
		height: auto;
	}
	div.headMenu{
		display: none;
	}
	div.headMenu ul{
		display: flex;
		justify-content: flex-end;
	}
	div.idxMainPic{
		margin-bottom: 30px;
	}
	div.idxMainPic img{
		width: 100%;
		height: auto;
	}
	div.idxProduct{
		width: 94%;
		margin: 0 auto 30px;
	}
	div.idxProduct h2{
		margin: 0 auto 20px;
		text-align: center;
	}
	div.idxProduct h2 img{
		width: 100%;
		height: auto;
	}
	div.idxP01{
		margin-bottom: 20px;
	}
	div.idxP01Pic{
		width: 94%;
		margin: 0 auto;
		position: relative;
	}
	div.idxP01Pic img{
		width: 100%;
		height: auto;
	}
	div.responsive{
		position: absolute;
		width: 120px;
		top: 10px;
		right: 10px;
		aspect-ratio: 16/9;
	}
	div.responsive iframe{
		width: 100%;
		height: 100%;
	}
	div.idxP01Comment{
		background: #DCEEFF;
		padding: 20px 20px;
		color: #008DFF;
		font-size: 12px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
	}
	div.idxProductList{
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		flex-wrap: wrap;
	}
	div.idxP02{
		width: 48%;
		margin-bottom: 20px;
	}
	div.idxP02Pic{
		width: 94%;
		margin: 0 auto;
	}
	div.idxP02Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP02Comment{
		background: #F3E7F3;
		padding: 15px 10px;
		color: #972E99;
		font-size: 12px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 220px;
		box-sizing: border-box;
	}
	div.idxP03{
		width: 48%;
		margin-bottom: 20px;
	}
	div.idxP03Pic{
		width: 94%;
		margin: 0 auto;
	}
	div.idxP03Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP03Comment{
		background: #EAEAF5;
		padding: 15px 10px;
		color: #003AA5;
		font-size: 12px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 220px;
		box-sizing: border-box;
	}
	div.idxP04{
		width: 48%;
	}
	div.idxP04Pic{
		width: 94%;
		margin: 0 auto;
	}
	div.idxP04Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP04Comment{
		background: #F4E9E1;
		padding: 15px 10px;
		color: #BE7A46;
		font-size: 12px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 160px;
		box-sizing: border-box;
	}
	div.idxP05{
		width: 48%;
	}
	div.idxP05Pic{
		width: 94%;
		margin: 0 auto;
	}
	div.idxP05Pic img{
		width: 100%;
		height: auto;
	}
	div.idxP05Comment{
		background: #FFF2E0;
		padding: 15px 10px;
		color: #F97300;
		font-size: 12px;
		text-align: justify;
		line-height: 180%;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #ccc ;
		height: 160px;
		box-sizing: border-box;
	}
	div.idxNews{
		margin: 0 auto 30px;
	}
	div.idxNews h2{
		margin: 0 auto 20px;
		text-align: center;
	}
	div.idxNews h2 img{
		width: 100%;
		height: auto;
	}
	
	div.idxNewsBox{
		padding: 20px 20px;
		background: #E5EDF5;
	}
	div.idxNewsBox dl{
		height: 240px;
		overflow: auto;
		border-top: 1px solid #00489B;
		box-sizing: border-box;
	}
	div.idxNewsBox dl dt{
		padding: 10px 0 0;
		font-size: 12px;
	}
	div.idxNewsBox dl dt span{
		display: none;
	}
	div.idxNewsBox dl dd{
		padding: 5px 0 10px;
		font-size: 12px;
		border-bottom: 1px solid #00489B;
	}
	
	div#footerBox{
		width: 94%;
		margin: 0 auto;
		border-top: 2px solid #00489B;
	}
	
	div.footerTit{
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
	}
	div.footerTit img{
		width: 180px;
		height: auto;
	}
	div.footerNav{
		padding-bottom: 20px;
		border-bottom: 1px solid #666666;
	}
	div.footerNav ul{
		
	}
	div.footerNav ul li{
		padding: 10px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		border-top: 1px dotted #333;
	}
	div.footerNav ul li:first-child{
		border:none;
	}
	div.footerNav ul li a:link, div.footerNav ul li a:visited{
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
	}
	div.footerNav ul li a:active, div.footerNav ul li a:hover{
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
		border-bottom: 2px solid #00489B;
	}
	div.footerAdd{
		padding: 20px 0 20px;
	}
	div.footerAdd01{
		font-size: 12px;
		padding: 0  0 20px;
		border-bottom: 1px dotted #000000;
	}
	div.footerAdd02{
		font-size: 12px;
		box-sizing: border-box;
		padding: 20px  0 20px;
		border-bottom: 1px dotted #000000;
	}
	div.footerAdd03{
		font-size: 12px;
		padding: 20px 0 0;
	}
	div.copyrightBox{
		padding: 5px 0;
		background: #00489B;
		color: #FFF;
		font-size: 10px;
		text-align: center;
	}
	
	div.idxMainSide {
		position: fixed;
		top: 70px;
		right: 0px;
		z-index: 10;
	}
	div.idxMainSide ul li{
		margin-bottom: 10px;
	}
	div.idxMainSide ul li img{
		width: 60px;
		height: auto;
	}
	
	
	
	
	div#mainBox {
		width: 900px;
		margin: 0px auto;
	}
	
	div.mainPh {
		margin: 0px auto;
	}
	
	div.mainPh img {
		width: 900px;
	}
	
	div.mamberWhat {
		width: 900px;
	}
	
	div.mamberWhat img {
		display: none;
	}
	
	div.mamberWhat a span {
		font-size: 36px;
		text-align: center;
		background: #3279BB;
		padding: 40px 10px;
		display: block;
		overflow: hidden;
		color: #fff;
	}
	
	div.mamberWhat a {
		text-decoration: none;
	}
	
	div.whatBox {
		width: 900px;
		height: 300px;
		background-color: #ff6800;
		overflow: auto;
	}
	
	div.whatBox table {
		width: 870px;
		font-size: 26px;
		line-height: 34px;
		color: #fff;
		margin: 5px 15px 15px 15px;
	}
	
	div.whatBox table th {
		font-weight: normal;
		vertical-align: top;
		width:80px;
		padding: 10px 0px;
		border-bottom: 1px dotted #fff;
	}
	
	div.whatBox table td {
		width:155px;
		padding: 10px 0px;
		border-bottom: 1px dotted #fff;
	}
	
	div.whatBox table td a {
		color: #fff;
	}
	
	div.whatBox table td a:hover {
		color: #FFFF00;
	}
	
	div#navBox {
		display: none;
	}
	
	div#navBox ul {
		margin-top: 40px;
	}
	
	div#navBox ul li {
		float: left;
	}
	
	div#mainBtn {
		width: 900px;
		margin: 0px auto;
		padding-top: 40px;
		border-top: 1px dotted #a0a0a0;
	}
	
	div#mainBtn ul.sp {
		overflow: hidden;
		margin: 35px auto 0px auto;
		text-align: center;
	}
	
	div#mainBtn ul.sp li {
		margin-bottom: 20px;
	}
	
	div#mainBtn ul.pc {
		display: none;
	}
	
	div#faceBook {
		width: 900px;
		margin: 0px auto 40px auto;
		padding-top: 20px;
		border-top: 1px dotted #333;
		overflow: hidden;
	}
	
	div#faceBook div.faceBtn {
		width: 260px;
		float: left;
		margin-left: 60px;
	}
	
	div#faceBook div.fb-page {
		width: 500px;
		float: left;
	}
	
	
	div#footBox {
		width: 900px;
		margin: 0px auto;
		padding: 50px 0px 0px 0px;
		overflow: hidden;
		background-color: #e8edf4;
	}
	
	div#footInner {
		overflow: hidden;
		margin: 0px auto 55px auto;
	}
	
	div.footLogo {
		margin: 0px auto 20px auto;
		text-align: center;
	}
	
	div.footAdd {
		text-align: center;
	}
	
	div.footAdd dl {
		font-size: 28px;
		line-height: 38px;
		margin-left: 50px;
	}
	
	div.footAdd dl dd.mg {
		padding-bottom: 23px;
	}
	
	div.footAdd dl dd.bm {
	
	}
	
	div.footNav {
		width: 800px;
		margin: 60px 50px 0px 50px;
		text-align: center;
		font-size: 28px;
		line-height: 38px;
	}
	
	div.footNav ul li a {
		text-align: center;
		overflow: hidden;
		display: block;
		padding: 18px 10px;
		border: 1px solid #E8EDF4;
		background-color: #D8E2F0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
		
	div.copyBox {
		margin: 0px auto 35px auto;
		padding-top: 35px;
		font-size: 24px;
		text-align: center;
		border-top: 1px solid #000;
	}

}


