/*==================================================
2027年問題
==================================================*/

div.problemh1 {
  font-size: 1.4rem;
  background: #fff000;
  color: #333;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.4em;
}
div.problemh1::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 24px;
  border: 12px solid transparent;
  border-left: 15px solid #fff000;
}
ul.mokuji {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
	margin-bottom: 4em;
}

ul.mokuji li {
  line-height: 1.5;
  padding: 0.5em 0;
	width: 100%;
}
.box-011 {
    position: relative;
    max-width: 100%;
    margin: 4.1em auto 0;
    padding: 1em 1.5em;
    border: 2px solid #333;
    border-radius: 3px;
	scroll-margin-top: 10em;
}

.box-011 span {
    position: absolute;
    top: -2.4em;
    left: -2px;
    padding: .4em .8em .5em;
    border-radius: 5px 5px 0 0;
    background-color: #fff000;
    color: #333;
	font-size: 115%;
	font-weight: bold;
	border: 2px solid #333;
}

.box-011 p {
    margin: 0;
    color: #333;
}


                
p.kasen {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    background: linear-gradient(transparent 60%, #fff000 60%);
    font-weight: bold;
    font-size: 105%;
}

.checkmark001{
	padding-left:24px;
	position:relative;
	margin-top: 1em !important;
	font-size: 110%;
	font-weight: bold;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
p.img2 {
	width: 70%;
	margin: 1em 15% .5em;
}

@media screen and (max-width: 999px) {
p.img2 {
	width: 100%;
	margin: 1em 0 .5em;
}
}
