@charset "UTF-8";

/*現在使用せず
.jumbotron {
	background: url("img/21071658_recipe.jpg");
    background-position: center center;
    background-size: cover;
    color: #300400;
	margin-bottom: 0px;
    height:550px;
}
*/

/*�w�b�_�[*/

.container h1 {
text-align:center;
}

.container h2 {
text-align:center;
}



@media (max-width: 767px){

.container h1 {
text-align: left;
}

.container h2 {
text-align: left;
font-size:19px;
}

}

/*�w�i*/
.wrapper {
	width:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.wrapper-g {
	width:auto;
	background-color:#EDECD0;
	padding-top:20px;
	padding-bottom:40px;
}


/*�^�C�g������*/
.starter-template {
  margin: auto;
  margin-bottom:50px;
}

.starter-template p{
	font-size:19px;
	line-height:30px;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}

@media (max-width: 767px){
.starter-template {
  width:auto;
  margin-bottom:30px;
}

.starter-template p{
	font-size:17px;
	line-height:30px;
 	text-align:left;
	margin-left:5px;
	margin-right:5px;
}
}


/*�u�t*/
.teacher{
margin-bottom:60px;
line-height:27px;
text-align:left;
}

.teacher h3{
margin-top:20px;
font-size:25px;
text-align:left;
font-weight:700;
line-height:28px;
}

.teacher h2{
font-size:40px;
text-align:left;
font-weight:700;
margin-bottom:20px;
}

.teacher p{
font-size:16px;
text-align:left;
}


@media (max-width: 979px){
.teacher {
margin-bottom:0px;
line-height:27px;
font-size:16px;
text-align:left;
padding-bottom:30px;
}

.teacher h3{
font-size:20px;
text-align:left;
margin-left:0px;
margin-right:0px;
margin-top:15px;
}

.teacher h2{
font-size:30px;
text-align:left;
font-weight:700;
margin-bottom:15px;
}

.teacher p{
font-size:16px;
text-align:left;
margin-left:0px;
margin-right:0px;
}
}




/*���C���ݒ�*/
.line-p {
    overflow: hidden;
    text-align: center;
	padding:40px 0 30px 0;
}

.line-p span {
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
	line-height:40px;
	font-weight:600;
}

.line-p span:before,
.line-p span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.line-p span:before {
    right: 100%;
}

.line-p span:after {
    left: 100%;
}

@media (max-width: 767px){
.line-p {
    overflow: hidden;
    text-align: center;
	padding:20px 0 20px 0;
}

.line-p span {
    display: inline-block;
    padding: 0 0em;
    position: relative;
	line-height:40px;
}

.line-p span:before,
.line-p span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.line-p span:before {
    right: 100%;
}

.line-p span:after {
    left: 100%;
}
}

.report-text {
padding-bottom:20px;
}

.report-text p{
padding-top:20px;
font-size:18px;
line-height:32px;
}


/*�A�j���[�V����*/

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}




/* ���i���ׂ�i���X�|���V�u�p�j
===================*/
.p-top-goods__ttl {
  text-align: center;
  margin-bottom: 35px;
}
.p-top-goods__ttl img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-top-goods__ttl img {
    max-width: 500px;
    vertical-align: bottom;
  }
}

.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}



/* �|�C���g�p�̘g
===================*/

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #7ac2e3;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333333;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* �ޗ��p�̘g
===================*/

.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #fb807a;
    color: #ffffff;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #fb807a;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
    color: #ffffff;
}


/* �ޗ��̘g
===================*/

table.table01 {
	width:100%;
	border-right:#f1f1f1 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#f1f1f1;
	color:#333333;
	padding:10px 15px;
	border-right:#ffffff solid 1px;
	border-bottom:#ffffff solid 1px;
}
table.table01 thead th:last-child {
	border-right:#f1f1f1 solid 1px;
}
table.table01 tbody th {
	background:#f1f1f1;
	color:#ffffff;
	padding:10px 15px;
	border-bottom:#ffffff solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#f1f1f1 solid 1px;
}
table.table01 tbody td {
	background:#ffffff;
	padding:10px 15px;
	border-left:#f1f1f1 solid 1px;
	border-bottom:#f1f1f1 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}


/* �H���p�̘g
===================*/

.box25 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #7ac2e3;
    color: #ffffff;
    font-weight: bold;
}
.box25:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #7ac2e3;
    width: 0;
    height: 0;
}
.box25 p {
    margin: 0; 
    padding: 0;
    color: #ffffff;
}

/* ����p
===================*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* ���l�p�̘g
===================*/
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #333333;
    background: #fff5f4;/*�w�i�F*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/*PCとスマホの表示切替用*/

@media only screen and (max-width : 330px) {
	.pc_h{
		display:none;
	}
	.smp_h{
		display:inline;
	}
}

@media only screen and (min-width : 320px) {
	.pc_h{
		display:none;
	}
	.smp_h{
		display:inline;
	}
}
@media only screen and (min-width : 992px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}
@media only screen and (min-width : 1200px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}