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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h4 {
	font-size: 1.5em;
}
h3 {
	font-size: 2.4em;
	font-weight: bold;
	font-family: 'Yusei Magic', sans-serif;
}
html {
	font-size: 62.5%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	word-wrap: break-word;
}
body {
  top:0px;
  left:0px;
  width:100%;
  background-color: #fff;
  overflow: auto;
  margin: 0; padding: 0;
  height: 100vh;
  font-size: 1.4em;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
span{
	background: linear-gradient(transparent 60%, #fff300 0%);
}

/*TOPに戻るボタン*/
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #115582;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}
/*ページ内リンク*/



/*へっだー*/
header {
	position:relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #009fd5;
}
#topimg {
	text-align: center;
}

/*選択*/
#category {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}
#btn-cat-wrap {
	width: 80%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.btn-cat img {
	width: 100%;
	box-shadow: 5px 5px 5px #585858;
	border-radius: 10px;
}
.btn-cat:before {

}
.btn-cat:hover {
	-webkit-animation: btn-cat 2s infinite;
}
@-webkit-keyframes btn-cat {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

/*必要なもの*/
#necessary {
	position: relative;
	background-color: #009fd5;
	margin-top: 80px;
	padding: 20px 0 160px 0;
}
#nec-head {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
#nec-head img {
	width: 20%;
	min-width: 120px;
	z-index: 1;
	margin-top: -12%;
}
#nec-txt-cont{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
#nec-txt-cont h3 {
	color: #585858;
	position: relative;
	padding: 1.5rem 2rem;
	border-radius: 10px;
	background: #fff;
}
#nec-txt-cont h3:before,
#nec-txt-cont h3:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #fff;
}
#nec-txt-cont h3:before {
  top: -15px;
  left: 360px;
  width: 30px;
  height: 30px;
}
#nec-txt-cont h3:after {
  top: -30px;
  left: 400px;
  width: 15px;
  height: 15px;
}
#nec-txt-cont p {
	line-height: 2;
}
/*チェックリスト*/
#list-area {
	width: 80%;
	max-width: 980px;
	margin: 0 auto;
	padding: 5px 20px 0 20px;
	background-color: antiquewhite;
	background-image: url(bg-tex_y.jpg);
	border-radius: 10px;
}
.nec-index {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.nec-index h4 {
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #fff300;
	width: 60%;
	margin: 0 auto;
}
.nec-index h4:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
#list-wrap {
	position: relative;
	width: 100%;
	max-width: 940px;
	height: auto;
	margin-bottom: 40px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
.list-cont{
	width: 50%;
}
.list-label{
	border-bottom: 2px dashed #585858;
    color: #585858;
	font-size: 1.2em;
    display: block;
    padding: 10px;
}
.list-content{
	width: 100%;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	text-align:justify;
}
.list:checked + .list-label + .list-content{
  	height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/*Checkboxes styles*/
.list[type="checkbox"] { display: none; }
.list[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  font: 1.2em/20px 'Open Sans', Arial, sans-serif;
  color: #585858;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.list[type="checkbox"] + label:last-child { margin-bottom: 0; }
.list[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #585858;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.list[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 5px;
  left: 15px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*Checkboxes styles ここまで*/

/*難易度表*/
#difficulty {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	border: 10px solid #fff300;
	border-radius: 10px;
	background-color: #fff;
}
#dif-box-wrap {
	width: 100%;
	max-width: 940px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.dif-box {
	width:45%;
	padding: 20px;
}
.dif-txt-area {
	widht: 100%;
	border-left: 10px solid #009fd5;
	padding: 0 10px 0 20px;
}
.dif-ind-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dif-ind {
	width: 60%;
}
.dif-ind h5 {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
.dif-star i {
	position: relative;
	display: inline;
	top: 25%;
	-webkit-transform: translateY(-25%); /* Safari用 */
	transform: translateY(-25%);
	color: #009fd5;
}
.dif-txt {
	text-align:justify;
}
#difficulty hr{
	width: 100%;
	max-width: 900px;
}
.caution {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 0.6em;
}

/*作業工程*/
#work {
	position: relative;
	background-color: #fff;
	margin-top: 0;
	padding: 20px 0 160px 0;
}
#work-head {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
#work-head img {
	width: 20%;
	min-width: 120px;
	z-index: 1;
	margin-top: -12%;
}
#work-txt-cont{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
#work-txt-cont h3 {
	color: #fff300;
	position: relative;
	padding: 1.5rem 2rem;
	border-radius: 10px;
	background: #009fd5;
}
#work-txt-cont h3:before,
#work-txt-cont h3:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #009fd5;
}
#work-txt-cont h3:before {
  top: -15px;
  left: 360px;
  width: 30px;
  height: 30px;
}
#work-txt-cont h3:after {
  top: -30px;
  left: 400px;
  width: 15px;
  height: 15px;
}
#work-txt-cont p {
	line-height: 2;
}

/*作業工程ボックス*/
#work-wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#work-cont {
	position: relative;
	margin-right: -10%;
	width: 100%;
	max-width: 980px;
}
.work-box {
	position: relative;
	width: 40%;
	padding: 40px;
	border: 8px solid #009fd5;
	border-radius: 10px;
	margin-right: 10%;
	margin-bottom: 60px;
}
.left{
	position: relative;
	left: 0;
}
.right{
	position: relative;
	right: 0;
	margin: -300px 0 0 auto;
}
.work-check{
  display: none;
}
.work-label{
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
	text-align: center;
}
.work-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.work-txt {
	padding-top: 20px;
}
.work-content p {
	text-align: justify;
	display: inline;
}
.work-check:checked + .work-label + .work-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.work-arrow h5 {
	display: inline;
	font-weight: bold;
	font-family: 'Yusei Magic', sans-serif;
}
.work-arrow{
    position:relative;
    width:100%;
	margin: 0 auto;
    height:auto;
    background:#F7F7F7;
    padding:5px;
    text-align:center;
    border:2px solid #009fd5;
    color: #585858;
    font-size:20px;
    font-weight:bold;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.work-arrow:after,.work-arrow:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.work-arrow:after{
    border-color: rgba(247, 247, 247, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#F7F7F7;
}
.work-arrow:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color:#1E90FF;
}
.space {
	height: 120px;
	background-color: aqua;
}
/*まとめ*/
#end {
	background-color: #009fd5;
	padding: 40px 0;
}
#end-wrap {
	width: 980px;
	margin: 0 auto;
}
#end-movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#end-movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*こぴーらいと*/
footer {
	position:relative;
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #5f5f5f;
}
#copy-wrap {
	width: 980px;
	margin: 0 auto;
}
#copy-wrap p {
	text-align: center;
	color: #fff;
	font-size: 0.5em
}