/*-------------　リセット　-------------*/

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,address,ul,li,table,th,td {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

p {
    line-height: 1.6;
    margin: 20px 0;
	padding: 0 10px;
}


/*-------------　構成　-------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#maincontainer {
    margin: 0px auto;
    padding: 0px;
    text-align: left;
	width:100%;
    max-width: 750px;
}

section {
	padding:10px;
}

h2{
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 1px;
	padding: 20px;

}

/* ---------------------------------
	タイトル
---------------------------------- */

/*画像*/
.title_area img {
	width:100%;
}

/* ---------------------------------
	リード文
---------------------------------- */

.lead_area {
    background: #fff493;
    border-radius: 7px;
}

/* ---------------------------------
	導入文
---------------------------------- */

/* 見出し*/

:root{/*吹き出しの色*/
	--fukidashi:#37aae9;
}

.introduction h2 {
	background: var(--fukidashi);
	margin: 10px 0;
	border-radius: 3px;
	position: relative;
}

.introduction h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--fukidashi);
  width: 0;
  height: 0;
}

/*画像*/
.introduction img{
    display: block;
    margin: auto;
}

/* ---------------------------------
	感想文の書き方
---------------------------------- */

/*見出し*/

.how_to h2 {
	background-color: #4e8be1;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 30px 10px;
    padding: 10px 15px;
	box-shadow: 0px 0px 0px 5px #4e8be1;
	border: dashed 1px #96c2fe;
}

/*小見出し*/
h3 {
	font-weight: bold;
	color: #454545;
	margin: 30px 10px;
    padding: 10px 15px;
	background: #bbd9f7;
}

/*画像*/
.how_to img {
    width: 60%;
    display: block;
    margin: auto;
}


/* 昨年度の受賞作品 */

.last_year p {
    text-align: center;
	font-weight: bold;
	color:#ea5479;
	margin-bottom: 10px;
}


.last_year a {
	display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ff7395;
    margin: 0 auto 50px;	
    padding: 10px 20px;
    border-radius: 5px;
    width: 70%;
    max-width: 300px;
}

.last_year a:hover{
	background:#ea5479;
}


	

/* -------------------------------
	フッター
------------------------------- */
	
footer {
    background: #c2d5e5;
    display: flex;
    width: 100%;
    height: 30px;
    justify-content: center;
    align-items: center;
}
	
footer p {
	color:#6f6f72;
	font-size: 12px;
}
	
/*////////////////////  SP版　 ////////////////////*/

@media screen and (max-width: 480px) {
	
/* ---------------------------------
	タイトル
---------------------------------- */
	
.title_area img {
    margin-bottom: -15px;
}	
	
	
/* ---------------------------------
	リード文
---------------------------------- */
	
.lead_area {
    border-radius: inherit;
}	
	
/* ---------------------------------
	導入文
---------------------------------- */
	
/*画像*/
.introduction img{
	width: 60%;
}
	
/* ---------------------------------
	感想文の書き方
---------------------------------- */

/*画像*/
.how_to img {
    width: 70%;
}	
	
	
/* 昨年度の受賞作品　*/
	
.last_year p {
    font-size: 14px;
}	

	
	
	
}
