p {
    line-height: 2em;
    word-break: break-all;
}
.h1Box {
margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.ConstitutionBox {
	background-color: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.ConstitutionBox .title {
	font-size: 30px;
	color: #FF6600;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
}
.ConstitutionBox dl {
   text-align: left;
}
.ConstitutionBox dt,.ConstitutionBox dt a {
   font-size: 18px;
   color: #3fc1c9;
   font-weight: bold;
}
.ConstitutionBox dd {
	padding-left: 30px;
}
h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
h3 {
    color: #FC5185;
    font-weight: bold;
	margin-bottom: 20px;
	margin-top: 100px;
}
.headline {
	color: #3fc1c9;
    font-weight: bold;
	margin-bottom: 20px;
	margin-top: 50px;
}
.advanced_headline {
color: #FC5185;
font-weight: bold;
margin-bottom: 20px;
margin-left: 40px;
margin-right: 40px;
	margin-top: 30px;
}
.advanced {
margin-left: 40px;
margin-right: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width:480px) {
.advanced_headline {
margin-left: 20px;
margin-right: 20px;
}
.advanced {
margin-left: 20px;
margin-right: 20px;

}
}
.next a {
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    background-color: #fc5185;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Page2 */
ul.check {
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
}
ul.check li {
    margin-bottom: 10px;
}
ul.check li:before {
    font-family: 'Font Awesome 5 Free';
    content:"\f14a";
    padding-right: 10px;
    color: #fc5185;
}
.note {
   border: solid 1px #cccccc;
   padding-top: 20px;
   padding-right: 10px;
   padding-left: 50px;
   padding-bottom: 20px;
   position: relative;
}
.note::before {
   content: "";
   position: absolute;
   border-right: dotted 20px #ddd;
   height:90%;
   top:30px;
   left:10px;
}
.note table th {
	color: #3fc1c9;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
}
.note table td {
    padding-left: 30px;
}
/* Page4 */
dl.qa dt {
color: #446984;
font-size: 18px;
font-weight: bold;
}
dl.qa dd {
margin-top: 40px;
margin-bottom: 50px;
}
.question {
width: 40px;
height: 40px;
float: left;
border-radius: 20px;
color: #FFFFFF;
font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
background-color: #446984;
text-align: center;
font-size: 24px;
margin-right: 20px;
padding: 0px;
}
.answer {
width: 40px;
height: 40px;
float: left;
border-radius: 20px;
color: #FFFFFF;
font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
background-color: #fc5185;
text-align: center;
font-size: 24px;
margin-right: 20px;
padding: 0px;
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
p {
    font-size: 14px;
}
.imgRight,.imgLeft {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    width: 80%;
}
ul.check {
    margin-left: 20px;
    margin-right: 20px;
}
}
