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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #CCC;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

a {
	color: #000;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
a:active {
	text-decoration: underline;
	color:#000;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 10px;
  line-height: 1.4;
  font-family: 'Noto Sans Japanese', sans-serif;
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 480px){
#wrapper{
	width:100%;
	margin:0 auto;
	background-image:url(../images/bg_s.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#header{
	width:90%;
	margin:0 auto;
	padding:2em 0;
	text-align:center;
}
#header img{
	width:100%;
	height:auto;
}


h1 {
	margin-bottom:1em;
}

h2 {
	font-weight: 500;
	font-size:1.8em;
	line-height:2em;
	color:#6DA9CE;
}

h3 {
display:none;
}

#nav {
	display: none;
}
#first{
	background-color:#6CA9CE;
	width:100%;
	margin:0 auto;
}
#second{
	background-color:#89BAD8;
	width:100%;
	margin:0 auto;
}
#third{
	background-color:#A7CBE2;
	width:100%;
	margin:0 auto;
}

.contents{
	width:95%;
	margin:0 auto;
	padding:1em 0;
}

.products{
	display: flex;
	padding:0;
	flex-wrap: wrap;
}
.products div.item{
  width: calc(100% - 10px);
  margin: 5px;
  background-color:#FFFFFF;
  padding:5px;
}

.products div.none{
  width: calc(100% - 10px);
  margin: 5px;
  background-color:none;
  padding:5px;
}
.upf-mov{
	padding:10px 0;
	}
.upf-mov img{
	width:100%;
	height:auto;
	}
.upf{
 display:none;
}

.box{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;

}
.box div.photo{
  width: calc(33.3% - 10px);
  margin: 5px;
}
.box div.photo img{
	width:100%;
	height:auto;
	}

.box div.photo p{
	text-align:center;
	font-weight: 600;
	font-size:1em;
}

.link-btn{
	width:100%;
	display:block;
	padding:10px;
	background-color:#7F8B98;
	text-align:center;
	margin-top:5px;
	cursor:pointer;
}

.txt-box{
	display: flex;
	align-items: center;
	background-color: rgba(255,255,255,0.5);
	margin:3em 0.5em;
	line-height:1.8em;
	font-weight: 500;
	flex-wrap: wrap;
}

.txt-box .col-1 {
	padding:2em;
	width:100%;
	}

.txt-box .col-2 {
  width:100%;
  padding:0 2em 2em;
}

#footer {
	width: 100%;
	height: 65px;
	padding-top:30px;
	text-align: center;
}
.footText {
	font-size: 0.8em;
	line-height: 180%;
	color: #FFF;
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#6FC0D2;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}

}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
#wrapper{
	width:100%;
	margin:0 auto;
	background-image:url(../images/bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#header{
	width:90%;
	margin:0 auto;
	padding:2em 0;
	text-align:center;
}
#header img{
	width:100%;
	height:auto;
}


h1 {
	margin-bottom:1em;
}

h2 {
	font-weight: 600;
	font-size:2em;
	line-height:2em;
	color:#6DA9CE;
}

h3 {
display:none;
}

#nav {
	display: none;
}
#first{
	background-color:#6CA9CE;
	width:100%;
	margin:0 auto;
}
#second{
	background-color:#89BAD8;
	width:100%;
	margin:0 auto;
}
#third{
	background-color:#A7CBE2;
	width:100%;
	margin:0 auto;
}

.contents{
	width:95%;
	margin:0 auto;
	padding:1em 0;
}

.products{
	display: flex;
	padding:0;
	flex-wrap: wrap;
}
.products div.item{
  width: calc(100% - 10px);
  margin: 5px;
  background-color:#FFFFFF;
  padding:5px;
}

.products div.none{
  width: calc(100% - 10px);
  margin: 5px;
  background-color:none;
  padding:5px;
}
.upf-mov{
	display:none;
	}
.upf img{
	width:80%;
	height:auto;
	}
.upf{
 padding:10px 0;
}

.box{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;

}
.box div.photo{
  width: calc(33.3% - 10px);
  margin: 5px;
}
.box div.photo img{
	width:100%;
	height:auto;
	}

.box div.photo p{
	text-align:center;
	font-weight: 600;
	font-size:1em;
}

.link-btn{
	width:100%;
	display:block;
	padding:10px;
	background-color:#7F8B98;
	text-align:center;
	margin-top:5px;
}

.txt-box{
	display: flex;
	align-items: center;
	background-color: rgba(255,255,255,0.5);
	margin:3em 0.5em;
	line-height:1.8em;
	font-weight: 500;
	flex-wrap: wrap;
	font-size:0.8em;
}

.txt-box .col-1 {
	padding:2em;
	width:100%;
	}

.txt-box .col-2 {
  width:100%;
  padding:0 2em 2em;
}

#footer {
	width: 100%;
	height: 65px;
	padding-top:30px;
	text-align: center;
}
.footText {
	font-size: 1em;
	line-height: 180%;
	color: #FFF;
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#6FC0D2;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}

}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

#wrapper{
	width:100%;
	margin:0 auto;
	background-image:url(../images/bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#header{
	width:750px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
	
}


h1 {
	margin-bottom:1em;
}

h2 {
	font-weight: 500;
	font-size:3.2em;
	line-height:2em;
	color:#6DA9CE;
}

h3 {
	font-weight: 500;
	font-size:1.3em;
	line-height:1.6em;
	color:#6DA9CE;
	padding:1em 0 0.5em;
}

#nav {
	display: flex;
}
#nav div.btn{
  width: calc(33.3% - 10px);
  margin: 5px;
}

#first{
	background-color:#6CA9CE;
	width:100%;
	margin:0 auto;
}
#second{
	background-color:#89BAD8;
	width:100%;
	margin:0 auto;
}
#third{
	background-color:#A7CBE2;
	width:100%;
	margin:0 auto;
}

.contents{
	width:1050px;
	margin:0 auto;
	padding:1em 0;
}

.products{
	display: flex;
	padding:0;
}
.products div.item{
  width: calc(50% - 10px);
  margin: 5px;
  background-color:#FFFFFF;
  padding:5px;
}

.products div.none{
  width: calc(50% - 10px);
  margin: 5px;
  background-color:none;
  padding:5px;
}

.upf{
	padding:10px 0;
}
.upf-mov{
	display:none;
}

.box{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;

}
.box div.photo{
  width: calc(33.3% - 10px);
  margin: 5px;
}

.box div.photo p{
	text-align:center;
	font-weight: 600;
	font-size:1em;
}

.link-btn{
	width:100%;
	display:block;
	padding:10px;
	background-color:#7F8B98;
	text-align:center;
	margin-top:5px;
	cursor:pointer;
}

.txt-box{
	display: flex;
	align-items: center;
	background-color: rgba(255,255,255,0.5);
	margin:3em 0.5em;
	line-height:1.8em;
	font-weight: 500;
}

.txt-box .col-1 {
	padding:2em 3em 2em 2em;
	}

.txt-box .col-2 {
  flex: 2;
  padding:2em;
}

#footer {
	width: 100%;
	height: 65px;
	padding-top:30px;
	text-align: center;
}
.footText {
	font-size: 1em;
	line-height: 180%;
	color: #FFF;
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#6FC0D2;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}
}