﻿@charset "utf-8";
@import url(common.css);
*{
	box-sizing:border-box;
}

html {
	scroll-behavior:smooth;
}

body {
	background-color:#fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 2.2em;
}
/* 中心に配置したい時に入れるid */
#auto {
	margin: 0 auto;
}

/*　上下に空白を入れたい */
.margin {
	margin-top: 30px;
	margin-bottom: 30px;
}
.marginbottom{
	margin-bottom: 50px;
}
.center {
	text-align: center;
	margin: 0 auto;
}

/*　メインコンテンツ　*/

#main{
	margin: 0 auto;
	position: relative;
}

img {
	max-width: 100%;
}
#logo{
	position: fixed;
	left: 30px;
	top: 30px;
	width:10%;
	min-width:100px;
	z-index:30;
}

h1{
	margin-bottom:0;
	background: #b5d9be;
	padding: 20px 0 20px 0;
        text-align: center;
}

/* 画像の表示調整のためのwrap */
.wrap {
	margin:0 auto;
	min-width: auto;
	max-width: 100%;
}


.left {
	text-align: left;
}


/* コンテンツの頭 id:top */
#top {
	//text-align: center;
	margin-bottom: 50px;
}

#top h3 {
	padding: 50px;
	font-size: 140%;
	letter-spacing: 5px;
}


/* 商品紹介 id:product */
#product {
	//text-align: center;
	font-size: 120%;
	margin-top: 30px;
	width: 95%;
}

#product h2 {
	border-bottom: 1px solid #b5d9be;
	display: inline-block;
	letter-spacing: 8px;
	margin-bottom: 30px;
	font-size: 120%;
}

#product h3{
	letter-spacing: 5px;
	padding-left: 5px;
}

#product p {
	letter-spacing: 3px;
}
#sindou ul li {
	letter-spacing: 3px;
	text-align: left;
	list-style: none;
	font-size: 100%;
	margin-bottom: 20px;
}
}


#contents {
	margin-bottom: 50px;
	padding: 0;
        text-align: center;
}


#sindou {
	padding: 50px;
}
#sindou ul li {
	letter-spacing: 3px;
	text-align: left;
	list-style: none;
	font-size: 100%;
	margin-bottom: 20px;
}

.gray {
	background: #ebebeb;
	padding: 10%;
	text-align:left;
	line-height:1em;
	margin-top: 0;
}

.gray img {
	margin:50px;
}
.green {
	padding: 5%;
	background: #b2dabf;
}
.flex {
	display: flex;
	background-color: transparent;
	justify-content:center;
}
.flex .image {
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom:3%;
}
.flex .text0 {
	width: 50%;
	margin: 0 0 0 20px;
	text-align: left;
	line-height: 2em;
	font-size: 95%;
}

.flex .text1 {
	width: 50%;
	margin: 0 0 0 20px;
	text-align: left;
	padding-top: 15%;
	line-height: 2em;
	font-size: 90%;
}
.flex .text2 {
	width: 50%;
	margin: 0 0 0 20px;
	text-align: left;
	line-height: 2em;
	font-size: 80%;
}

/* 研究レポート id:report */
#report{
	padding-bottom: 40px;
        text-align: center;
}
#report h1{
	background: #b5d9be;
	padding: 20px 0 20px 0;
        text-align: center;
}
#report h2{
        padding-top: 80px;
	color: #b2dabf; text-align: left;
	border-bottom: 3px double #b2dabf;
	width: 90%;
	font-size: 22pt;
}
#padding{
	padding-top: 20px;
}
#report h3{
	border-bottom: 1px solid #b2dabf;
      	display: inline-block;
	font-size: 20pt;
}
#report h4 {
	margin-top: -25px;
	margin-bottom: 30px;

}
.purpose{
	margin:0 auto;
	width: 60%;
	text-align:left;
}
.method{
	display: flex;
	justify-content: center;
}
.text{
	font-size: 80%;
}
.m-left{
	width: 80%;
	padding-right: 5%;
	padding-bottom:50px;
}

.m-left p{text-align:left;}

.m-left img{
	width: 100%;
}
.results{
	text-align: center;
}


/* まとめ */
.summary{
	margin:0 auto;
	width: 70%;
        text-align: left;
        padding-bottom:30px;
}

.red {color: #e60012;}

.summary h3{
	border-bottom: 1px solid #b2dabf;
      	display: inline-block;
	font-size: 20pt;

}
.summary h4 {
	margin-top: -25px;
	margin-bottom: 30px;

}
.summary p{
	letter-spacing: 3px;
	font-size:15pt;
}

.reflection{
	padding-bottom:30px;
	text-align:left;
}

.reflection p{
	font-size:13pt;
}

.survey{
	font-size:13pt;
        padding-bottom:100px;
}



/* 商品紹介 ここまで↑ */

.footer{
	background: #b2dabf;
}
.footer-menu{
	display: grid;
	grid-template-columns: 275px 275px;
	column-gap: 100px;
	row-gap: 50px;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 80px;
	margin: 0 auto;
}
.f1 li{
	list-style: none;
	border-bottom: 1px solid #000;
}
.f1 ul li a{
	text-decoration: none;
	color: #000;
}
.f1 ul li a:hover{
	transition:all 0.3s; opacity:0.3;
}
#hr{
	width: 90%;
	color: #000;
}
.f2{
	padding: 0 100px;
    	display: flex;
    	align-items: flex-end;
    	justify-content: flex-end;
	position: relative;
	height: 70px;
}
.f2 img{
	width: 100px;
	position:absolute; top: 0.1%; left:46%;
}
.f2 p{
	font-size: 9pt;
	position:absolute; top: 20%; right: 2%;
}
.btn{
	position: fixed;
	bottom: 75px;
	right: 65px;
	opacity: 0;
 	visibility: hidden;
	width:5%; min-width:45px;
	transition: opacity 0.3s, visibility 0.3s;  z-index: 10;
}
.fadein{
	opacity: 1;

	visibility: visible;

}


/* パワーポイント埋め込み */
.powerpoint-slide {
	padding: 64px 0;
}
.powerpoint-slide iframe {
	width: 714px;
    height: 432px;
}

@media screen and (max-width: 767px) {
	.powerpoint-slide iframe {
		width: 100%;
		height: 450px;
	}
}
