@charset "utf-8";
/*************************************************
 index
*************************************************/
/* サイトメインカラー
グレー：#f6f6f6

ピンク：#ff98a3	#ffe0e3
グリーン：#6bc2ac(107,194,172)		#e2f7f2
茶：998978
黄：f5cc75		#fff2d7

ブレイクポイント
SP：～780px
タブレット：980px（1カラム？）
780+200
PC：981～1200
1200以上　余白
*/

#index {
	/* text-align: center; */
}

.contents_size {
	width: 100%;
	max-width: 1200px;
	/* overflow: hidden; */
	margin: 0 auto;
	text-align: left;
	/* border: 1px solid #ddd; */
	position: relative;
}


/* -----------------------------------------------
  
------------------------------------------------ */


/* -----------------------------------------------
  catch
------------------------------------------------ */
.catch {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.catch .catch_copy,
.catch p {
	position: absolute;
	animation-name: copy_action ;/* アニメーション名 */
	animation-duration: 1s;/* アニメーション時間 */
	text-shadow: 0px 0px 2px #fff;
}
.catch .catch_copy {
	top: 20%;
	left: 2%;
	font-size: 20px;
}
.catch p {
	animation-duration: 2s;/* アニメーション時間 */
	top: 50%;
	left: 2%;
	font-size: 16px;
	line-height: 180%;
}
@keyframes copy_action {
	
0% {
	  left: -100%;
	}
	100% {
	  left: 2%;
	}
}
.catch .catch_img {
	width: 100%;
	margin: auto;
	height: auto;
	max-height: 400px;
	overflow: hidden;
}
.catch img {
	width: 100%;
}
@media (min-width: 780px) {
	.catch img {
		float: right;
		width: 60%;
		max-width: 700px;
		margin-right: 2%;
	}
	.catch .catch_copy {
		left: 15%;
    	font-size: 28px;
    	background: linear-gradient(transparent 65%, #fff 65%);
	}
	.catch p {
		left: 15%;
    font-size: 20px;
	}
	@keyframes copy_action {
		0% {
		  left: -100%;
		}
		100% {
		  left: 15%;
		}
	}
}
/* -----------------------------------------------
  summary
------------------------------------------------ */
.summary {
	/* 背景fullのため左右のpaddingは変えないこと！ */
	background: #e2f7f2;
	padding-top: 65px;
	padding-bottom: 15px;
	margin-top: 80px;
}
.summary .clip {
	display: block;
	width: 150px;
	margin: -80px 0 0 3%;
}
.summary h2 {
	display: block;
	font-size: 20px;
	line-height: 50px;
	width: 250px;
	padding: 40px 0 30px;
	margin: -80px 0 0 3%;
	text-align: center;
}

.summary ul {
	width: 96%;
	margin: 10px auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: 4px solid #ccc;
	border-radius: 10px;
	background: #fff;
}
.summary .ppr li {
	display: inline-block;
 	vertical-align: bottom;
}
.summary p {
	padding: 10px;
	line-height: 200%;
}
@media (min-width: 780px) {
	.summary {
		/* display: flex; */
	}
	.summary ul {
		float: right;
		width: 60%;
		max-width: 700px;
		margin-right: 2%;
	}
	.summary p {
		width: 34%;
		padding: 2%;
		font-size: 16px;
	}
}
.summary li {
	margin: 10px;
	text-align: center;
}
.summary li img {
	display: block;
}

.summary li a:hover img {
	box-shadow: 0px 0px 10px rgba(107,194,172,0.7);
	border-radius: 15px;
}


/* -----------------------------------------------
  summary
------------------------------------------------ */
@media (min-width: 780px) {
	.news {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.update,
.plan {
	position: relative;
	background: #e2f7f2;
	box-shadow: 0px 0px 0px 5px #e2f7f2;
	/* border: dashed 2px white; */
	border-radius: 0 10px 0 0;
	padding: 0 1% 15px;
	width: 100%;
	box-sizing: border-box;
	margin: 50px 0;
}
@media (min-width: 780px) {
	.update,
	.plan {
		width: 48%;
	}
}
.update:after,
.plan:after {
	position: absolute;
	content: '';
	right: -5px;
	top: -5px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #d1e9e3 #fff #d1e9e3;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.update h2,
.plan h2{
	margin: -20px 0 20px 0;
}
.update p,
.plan p {
	margin: 15px;
}
.news dl {
	margin: 15px;
	line-height: 135%;
	border-bottom: 1px solid #ddd;
}
.news dt {
	clear: both;
	width: 7em;
	float: left;
	padding: 6px 0;
}
.news dd {
	padding: 5px 0 5px 8em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.plan ul {
}
.plan li {
}

.plan ul {
	margin: 0 0 30px;
	padding: 0;
}
/* チェックリスト */
ul.check li {
	padding: 0 0 0 30px;
	margin: 5px 0;
	list-style: none;
}
ul.check li:after,
ul.check li:before{
	content: '';
	height: 20px;
	width: 5px;
	display: block;
	background: #f272a4;
	position: absolute;
	top: 7px;
	left: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
ul.check li:before{
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 15px;
	left: 3px;
}

/* ---------------------------
 リンクリスト風お知らせ
--------------------------- */
.top_contents {
	margin: 50px auto;
	width: 95%;
	text-align: center;
}
.top_contents img {
	margin: 0px 0 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
	border: 1px solid #ddd;
	border-radius: 5px;
}

.link_list {
	width: 95%;
	margin-top: 50px;
}
.link_list .url_list {
	margin: 0;
	padding: 0!important;
}

.link_list .url_block {
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 10px 0 50px;
	list-style: none;
}
@media (min-width: 780px) {
	.link_list .url_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.link_list .url_block {
		width: 32%;
	}
}

.link_list .url_block h2 {
	margin: -30px 0 10px 0!important;
}
.link_list .url_block a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.link_list .url_block p {
	margin: 5%;
}
.link_list .url_block p.site {
	margin: 0;
}
.link_list .url_block p.site a {
	padding: 60px 10px 10px;
	margin-top: -40px;
}

.link_list .creates {
	margin: 0;
	padding: 0!important;
	display: flex;
	-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.link_list .creates li {
	width: 32%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 15px 0;
	list-style: none;
}
.link_list .creates li img {
	
}
.link_list .creates li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}
