@charset "utf-8";

/*********************
* はじめての方へ
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
#for_beginners .page_header {
  background-image: url(../images/for_beginners/main.jpg);
}

#for_beginners .s1 {
  background: url(../images/for_beginners/img01.jpg) no-repeat right bottom;
  background-size: 45.875vw auto;
  margin: 120px 0 200px;
}

#for_beginners .s1 h2 {
  font-size: 5.143em;
  font-weight: 900;
  margin-bottom: 50px;
}

#for_beginners .s1 h2 span {
  color: #dc000c;
}

#for_beginners .s1 p {
  width: 46.67%;
  font-size: 1.714em;
  font-weight: 700;
}

#for_beginners .s1 p + p {
  margin-top: 1.5em;
}

#for_beginners .s2 {
  margin-bottom: 30px;
  padding: 140px 0 110px;
  position: relative;
}

#for_beginners .s2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 96.25vw;
	height: 100%;
	background-color: #fac000;
	border-radius: 20px;
}

#for_beginners .s2 .s2_box1 {
  margin-bottom: 130px;
}

#for_beginners .s2 .s2_box1 .list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-columns: 1fr 1fr;
	grid-auto-rows: 1fr 1fr 1fr;
	gap: 15px 15px;
	grid-auto-flow: row;
	grid-template-areas:
		"item1 item2 item5"
		"item3 item4 item5";
  padding-top: 100px;
}

#for_beginners .s2 .s2_box1 .list li {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
}

#for_beginners .s2 .s2_box1 .list li.item1 { grid-area: item1; }
#for_beginners .s2 .s2_box1 .list li.item2 {
	grid-area: item2;
	position: relative;
	top: -50px;
}
#for_beginners .s2 .s2_box1 .list li.item3 { grid-area: item3; }
#for_beginners .s2 .s2_box1 .list li.item4 {
	grid-area: item4;
	position: relative;
	top: -50px;
}
#for_beginners .s2 .s2_box1 .list li.item5 { 
	grid-area: item5;
	position: relative;
	top: -100px; 
	padding-top: 120px;
}

#for_beginners .s2 .s2_box1 .list li p:first-of-type {
	font-size: 1.571em;
  font-weight: 700;
	margin-top: 20px;
}
#for_beginners .s2 .s2_box1 .list li.item5 p:first-of-type {
  font-size: 2em;
} 

#for_beginners .s2 .s2_box1 .list li p:first-of-type strong {
	font-size: 1.636em;
  font-weight: inherit;
}
#for_beginners .s2 .s2_box1 .list li.item5 p:first-of-type strong {
  font-size: 1.286em;
} 

#for_beginners .s2 .s2_box1 .list li p:last-of-type {
  font-size: 1.286em;
  text-align: left;
}

#for_beginners .s2 .s2_box2 {
  width: 840px;
  margin: 0 auto;
  position: relative;
}

#for_beginners .s2 .s2_box2 .movie {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}

#for_beginners .s2 .s2_box2 .movie iframe {
  width: 100%;
  vertical-align: bottom;
}

#for_beginners .s2 .s2_box2 .img1 {
  position: absolute;
  top: -60px;
  left: -171px;
}

#for_beginners .s2 .s2_box2 .img2 {
  position: absolute;
  bottom: -60px;
  right: -153px;
}

#for_beginners .s3 {
  background-color: #dc000c;
  position: relative;
  height: 120vh;
}

#for_beginners .s3_bg {
  height: 100%;
  background-image: url(../images/for_beginners/img29.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 140px 0;
}

#for_beginners .s3 h2 {
  font-size: 5.143em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 80px;
}

#for_beginners .s3 p {
  width: 68%;
  font-size: 1.429em;
  font-weight: 700;
  color: #fff;
}

#for_beginners .s3 p + p {
  margin-top: 1.5em;
}

#for_beginners .s4 {
	margin: 150px 0;
}

#for_beginners .s4 .contents_inner {
	position: relative;
}

#for_beginners .s4 .text {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 1;
	width: 35.84%;
}

#for_beginners .s4 .text .caption {
  text-align: right;
  line-height: 1.3;
	margin-bottom: 30px;
}

#for_beginners .s4 .text .caption .border {
  margin-bottom: 20px;
  margin-left: auto;
}

#for_beginners .s4 .text .fade > div {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 20px 0 0 0;
	padding: 30px 0 10px 30px;
}

#for_beginners .s4 .text .fade > div p {
	font-size: 1.143em;
	line-height: 1.8;
}

#for_beginners .s4 .img {
	width: 75%;
}

#for_beginners .s5 {
  margin-bottom: 150px;
  padding: 100px 0;
  position: relative;
}

#for_beginners .s5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
	width: 56.25vw;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 40px 0 0 40px;
}

#for_beginners .s5 .sidebar {
  width: 50%;
  height: 50vh;
  position: sticky;
  top: 118px;
  left: 10px;
}

#for_beginners .s5 .sidebar .caption {
  margin-bottom: 80px;
}

#for_beginners .s5 .sidebar ul {
  width: 340px;
}

#for_beginners .s5 .sidebar ul li {
  font-size: 1.143em;
  font-weight: 700;
}

#for_beginners .s5 .sidebar ul li + li {
  margin-top: 10px;
}

#for_beginners .s5 .sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #425744;
  text-decoration: none;
  border: 1px solid #425744;
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 25px 7px 10px;
  position: relative;
}
#for_beginners .s5 .sidebar ul li.active a {
  color: #fff;
  /*border-color: #49c2d0;
  background-color: #49c2d0;*/
}
#for_beginners .s5 .sidebar ul li.howto1.active a {
  border-color: #49c2d0;
  background-color: #49c2d0;
}
#for_beginners .s5 .sidebar ul li.howto2.active a {
  border-color: #988bdc;
  background-color: #988bdc;
}
#for_beginners .s5 .sidebar ul li.howto3.active a {
  border-color: #ff6363;
  background-color: #ff6363;
}
#for_beginners .s5 .sidebar ul li.howto4.active a {
  border-color: #f479b3;
  background-color: #f479b3;
}
#for_beginners .s5 .sidebar ul li.howto5.active a {
  border-color: #76dcad;
  background-color: #76dcad;
}

#for_beginners .s5 .sidebar ul li a .f_en {
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  color: #425744;
  text-align: center;
  line-height: 40px;
  background: url(../images/for_beginners/img11.png) no-repeat center;
  background-size: contain;
  margin-right: 20px;
}

#for_beginners .s5 .sidebar ul li.active a .f_en {
  color: #fff;
  background-image: url(../images/for_beginners/img10.png);
}

#for_beginners .s5 .sidebar ul li a::after {
  content: "";
	width: 15px;
	height: 14px;
	background: url(../images/common/icon_arrow02_grn.png) no-repeat center;
	background-size: contain;
  margin-left: auto;
}

#for_beginners .s5 .sidebar ul li.active a::after {
  background-image: url(../images/common/icon_arrow02_w.png);
}

#for_beginners .s5 .right {
  width: 50%;
}

#for_beginners .s5 .right .item {
  margin-bottom: 20px;
  margin-top: -118px;
  padding-top: 118px;
}

#for_beginners .s5 .right .item_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 8.34%;
  position: relative;
}

#for_beginners .s5 .right .item h3 {
  font-size: 2.143em;
  margin-bottom: 20px;
}

#for_beginners .s5 .right .item h3 img {
  margin-right: 20px;
  vertical-align: middle;
}

#for_beginners .s5 .right .item h3 + img {
  margin-bottom: 20px;
}

#for_beginners .s5 .right .item p {
  font-size: 1.143em;
}

#for_beginners .s5 .right .item .img1 {
  position: absolute;
  top: -50px;
  right: 25px;
}

#for_beginners .s5 .right .item .img2 {
  position: absolute;
  bottom: 50px;
  left: -40px;
}

#for_beginners .s5 .right .item .img3 {
  position: absolute;
  bottom: -50px;
  right: 15px;
}

#for_beginners .s6 {
  margin-bottom: 120px;
  padding: 100px 0 140px;
  position: relative;
}

#for_beginners .s6::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 96.25vw;
	height: 100%;
	background-color: #76dcad;
	border-radius: 20px;
}

#for_beginners .s6 .caption {
  margin-bottom: 80px;
}

#for_beginners .s6_box .item {
  width: 50%;
  padding-right: 3.34%;
}

#for_beginners .s6_box .item:nth-child(even) {
  margin-top: 100px;
  padding: 0 0 0 3.34%;
}

#for_beginners .s6_box .item .text {
  width: 80.36%;
  background-color: #fff;
  border-radius: 20px;
  margin: -60px 0 0 auto;
  padding: 6.67%;
  position: relative;
}

#for_beginners .s6_box .item .text h3 {
  font-size: 1.571em;
  line-height: 1.3;
  margin-bottom: 10px;
}

#for_beginners .s6_box .item .text dl {
  display: flex;
  border: 1px solid #425744;
  margin-bottom: 15px;
}

#for_beginners .s6_box .item .text dl dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-color: #425744;
  padding: 0 15px;
}

#for_beginners .s6_box .item .text dl dd {
  font-size: 1.143em;
  padding: 5px 10px;
}

#for_beginners .s6_box .item .text p:first-of-type {
  font-size: 1.143em;
  position: relative;
}

#for_beginners .s6_box .item .text p:first-of-type::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(66, 87, 68, .5);
}

#for_beginners .s6_box .item .text p + p {
  margin-top: 2em;
}

#for_beginners .s7 {
  margin-bottom: 180px;
}

#for_beginners .s7 .contents_inner {
  max-width: 820px;
}

#for_beginners .s7 .caption {
  text-align: center;
  margin-bottom: 70px;
}

#for_beginners .s7 .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#for_beginners .s7_list {
	border-bottom: 1px dashed rgba(0, 0, 0, .4);
	margin-bottom: 25px;
	padding: 0 10px 25px;
}

#for_beginners .s7_list:first-of-type {
	border-top: 1px dashed rgba(0, 0, 0, .4);
  padding-top: 25px;
}

#for_beginners .s7_list dt {
	font-size: 1.429em;
  position: relative;
}

#for_beginners .s7_list dt:hover {
	cursor: pointer;
}

#for_beginners .s7_list dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2vw;
	transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(../images/common/icon_arrow02_grn.png) no-repeat center;
	background-size: contain;
	transition: ease all .5s;
}

#for_beginners .s7_list dt.active::before {
	transform: translateY(-50%) rotate(180deg);
}

#for_beginners .s7_list dt .f_en {
	font-size: 1.3em;
	color: #425744;
	margin-right: 20px;
}

#for_beginners .s7_list dd {
  display: none;
  margin-top: 10px;
}

#for_beginners .s7_list dd > div {
	display: flex;
  background-color: #e8ebe8;
  border-radius: 20px;
  padding: 20px 25px;
}

#for_beginners .s7_list dd .f_en {
	font-size: 1.857em;
	color: #dc000c;
	margin-right: 20px;
	padding-top: 5px;
}

#for_beginners .s7_list dd div p {
	font-size: 1.429em;
}

#for_beginners .s7_list dd div p a {
	color: #000;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
#for_beginners .page_header {
	background-image: url(../images/for_beginners/main_sp.jpg);
}

#for_beginners .s1 {
  background: url(../images/for_beginners/img01_sp.jpg) no-repeat center bottom;
  background-size: 90vw auto;
  margin: 10vw 0 15vw;
  padding-bottom: 70vw;
}

#for_beginners .s1 h2 {
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 5vw;
}

#for_beginners .s1 h2 span {
  color: #dc000c;
}

#for_beginners .s1 p {
  font-size: 1.231em;
  font-weight: 700;
}

#for_beginners .s1 p + p {
  margin-top: 1.5em;
}

#for_beginners .s2 {
	position: relative;
	z-index: 0;
	margin: 0 0 15vw;
	padding: 7vw 0 20vw;
}

#for_beginners .s2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 93.75vw;
	height: 100%;
	background-color: #fac000;
	border-radius: 20px;
}

#for_beginners .s2 .contents_inner {
	padding-left: 7vw;
	padding-right: 7vw;
}

#for_beginners .s2 .s2_box1 {
	width: 100%;
	margin-bottom: 7vw;
}

#for_beginners .s2 .s2_box1 h2 {
	margin-bottom: 15vw;
	padding-left: 3vw;
}

#for_beginners .s2 .s2_box1 .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "item1 item2"
    "item3 item4"
    "item5 item5";
}

#for_beginners .s2 .s2_box1 .list li {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 5vw 3vw;
}

#for_beginners .s2 .s2_box1 .list li.item1 {
  grid-area: item1;
	position: relative;
	top: 10vw;
}
#for_beginners .s2 .s2_box1 .list li.item2 { grid-area: item2; }
#for_beginners .s2 .s2_box1 .list li.item3 {
  grid-area: item3;
	position: relative;
	top: 10vw;
}
#for_beginners .s2 .s2_box1 .list li.item4 { grid-area: item4; }
#for_beginners .s2 .s2_box1 .list li.item5 {
	grid-area: item5;
  position: relative;
  margin-top: 10vw;
  padding-top: 13vw;
}

#for_beginners .s2 .s2_box1 .list li:not(:last-of-type) img {
  transform: scale(.8);
}

#for_beginners .s2 .s2_box1 .list li.item5 img {
  position: absolute;
  top: -5vw;
  right: 5vw;
  width: 28.125vw;
}

#for_beginners .s2 .s2_box1 .list li p:first-of-type {
	font-size: .923em;
  font-weight: 700;
}
#for_beginners .s2 .s2_box1 .list li.item5 p:first-of-type {
  text-align: left;
}

#for_beginners .s2 .s2_box1 .list li p:first-of-type strong {
	font-size: 1.333em;
  font-weight: inherit;
}

#for_beginners .s2 .s2_box1 .list li p:last-of-type {
	font-size: .923em;
  text-align: left;
  margin-top: 1.5vw;
}

#for_beginners .s2 .s2_box2 {
  position: relative;
}

#for_beginners .s2 .s2_box2 .movie {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

#for_beginners .s2 .s2_box2 .movie iframe {
  width: 100%;
  height: 45vw;
  vertical-align: bottom;
}

#for_beginners .s2 .s2_box2 .img2 {
  position: absolute;
  bottom: -15vw;
  right: -2vw;
  width: 31.25vw;
}

#for_beginners .s3 {
  background-color: #dc000c;
  position: relative;
  /*height: 120vh;*/
}

#for_beginners .s3_bg {
  height: 100%;
  background-image: url(../images/for_beginners/img29.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 10vw 0;
}

#for_beginners .s3 h2 {
  font-size: 2.308em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 7vw;
}

#for_beginners .s3 p {
  font-size: 1.077em;
  font-weight: 700;
  color: #fff;
}

#for_beginners .s3 p + p {
  margin-top: 1.5em;
}

#for_beginners .s4 {
	margin: 13vw 0;
}

#for_beginners .s4 .text {
	margin-bottom: 7vw;
}

#for_beginners .s4 .text .caption {
	margin-bottom: 5vw;
}

#for_beginners .s5 {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-bottom: 5vw;
  padding: 13vw 0;
  position: relative;
}

#for_beginners .s5 .sidebar {
  width: 100%;
  margin-bottom: 15vw;
}

#for_beginners .s5 .sidebar .caption {
  text-align: center;
  margin-bottom: 7vw;
}

#for_beginners .s5 .sidebar .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#for_beginners .s5 .sidebar ul {
  width: 80.625vw;
  margin: 0 auto;
}

#for_beginners .s5 .sidebar ul li {
  font-size: 1.077em;
  font-weight: 700;
}

#for_beginners .s5 .sidebar ul li + li {
  margin-top: 1.5vw;
}

#for_beginners .s5 .sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  border: 1px solid #425744;
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 25px 7px 10px;
  position: relative;
}
#for_beginners .s5 .sidebar ul li.howto1 a {
  border-color: #49c2d0;
  background-color: #49c2d0;
}
#for_beginners .s5 .sidebar ul li.howto2 a {
  border-color: #988bdc;
  background-color: #988bdc;
}
#for_beginners .s5 .sidebar ul li.howto3 a {
  border-color: #ff6363;
  background-color: #ff6363;
}
#for_beginners .s5 .sidebar ul li.howto4 a {
  border-color: #f479b3;
  background-color: #f479b3;
}
#for_beginners .s5 .sidebar ul li.howto5 a {
  border-color: #76dcad;
  background-color: #76dcad;
}

#for_beginners .s5 .sidebar ul li a .f_en {
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: url(../images/for_beginners/img10.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

#for_beginners .s5 .sidebar ul li.active a .f_en {
  background-image: url(../images/for_beginners/img10.png);
}

#for_beginners .s5 .sidebar ul li a::after {
  content: "";
	width: 15px;
	height: 14px;
	background: url(../images/common/icon_arrow02_w.png) no-repeat center;
	background-size: contain;
  margin-left: auto;
}

#for_beginners .s5 .right {
  width: 100%;
}

#for_beginners .s5 .right .item {
  margin-bottom: 5vw;
  margin-top: -15vw;
  padding-top: 15vw;
}

#for_beginners .s5 .right .item_inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 5%;
    position: relative;
}

#for_beginners .s5 .right .item h3 {
  font-size: 1.385em;
  margin-bottom: 5vw;
}

#for_beginners .s5 .right .item h3 img {
  width: 45px;
  margin-right: 10px;
  vertical-align: middle;
}

#for_beginners .s5 .right .item h3 + img {
  margin-bottom: 5vw;
}

#for_beginners .s5 .right .item .img1 {
  position: absolute;
  top: -10vw;
  right: 5vw;
  width: 24.375vw;
}

#for_beginners .s5 .right .item .img3 {
  position: absolute;
  bottom: -10vw;
  right: 5vw;
  width: 24.375vw;
}

#for_beginners .s6 {
  margin-bottom: 15vw;
  padding: 10vw 0;
  position: relative;
}

#for_beginners .s6::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 96.25vw;
	height: 100%;
	background-color: #76dcad;
	border-radius: 20px;
}

#for_beginners .s6 .contents_inner {
  padding-left: 7vw;
  padding-right: 7vw;
}

#for_beginners .s6 .caption {
  margin-bottom: 10vw;
}

#for_beginners .s6_box .item {
  width: 100%;
}

#for_beginners .s6_box .item + .item {
  margin-top: 7vw;
}

#for_beginners .s6_box .item .img {
  width: 78.125vw;
}

#for_beginners .s6_box .item .text {
  width: 80.625vw;
  background-color: #fff;
  border-radius: 20px;
  margin: -5vw 0 0 auto;
  padding: 3.5vw;
  position: relative;
}

#for_beginners .s6_box .item .text h3 {
  font-size: 1.385em;
  line-height: 1.3;
  margin-bottom: 3vw;
}

#for_beginners .s6_box .item .text dl {
  display: flex;
  border: 1px solid #425744;
  margin-bottom: 1.5vw;
}

#for_beginners .s6_box .item .text dl dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-color: #425744;
  padding: 0 10px;
}

#for_beginners .s6_box .item .text dl dd {
  padding: 5px 10px;
}

#for_beginners .s6_box .item .text p:first-of-type {
  position: relative;
}

#for_beginners .s6_box .item .text p:first-of-type::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(66, 87, 68, .5);
}

#for_beginners .s6_box .item .text p + p {
  font-size: .923em;
  margin-top: 1.5em;
}

#for_beginners .s7 {
  margin-bottom: 15vw;
}

#for_beginners .s7 .caption {
  text-align: center;
  margin-bottom: 10vw;
}

#for_beginners .s7 .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#for_beginners .s7_list {
	border-bottom: 1px dashed rgba(0, 0, 0, .4);
	margin-bottom: 3vw;
	padding-bottom: 3vw;
}

#for_beginners .s7_list:first-of-type {
	border-top: 1px dashed rgba(0, 0, 0, .4);
  padding-top: 3vw;
}

#for_beginners .s7_list dt {
  display: flex;
  align-items: flex-start;
	font-size: 1.154em;
  line-height: 1.3;
  padding-right: calc(2vw + 15px);
  position: relative;
}

#for_beginners .s7_list dt:hover {
	cursor: pointer;
}

#for_beginners .s7_list dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2vw;
	transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(../images/common/icon_arrow02_grn.png) no-repeat center;
	background-size: contain;
	transition: ease all .5s;
}

#for_beginners .s7_list dt.active::before {
	transform: translateY(-50%) rotate(180deg);
}

#for_beginners .s7_list dt .f_en {
  flex-shrink: 0;
	font-size: 1.2em;
	color: #425744;
	margin-right: 10px;
}

#for_beginners .s7_list dd {
  display: none;
  margin-top: 3vw;
}

#for_beginners .s7_list dd > div {
	display: flex;
  background-color: #e8ebe8;
  border-radius: 20px;
  padding: 3vw 5vw;
}

#for_beginners .s7_list dd .f_en {
	font-size: 1.385em;
	color: #dc000c;
	margin-right: 10px;
	padding-top: 3px;
}

#for_beginners .s7_list dd div p {
	font-size: 1.154em;
  line-height: 1.5;
}

#for_beginners .s7_list dd div p a {
	color: #000;
}

} /* @media screen and (max-width: 1000px) */