/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #1c6247;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* 共通 */
#content .green_head li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content .green_head li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #1c6247;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0.3em;
    top: 0.8em;
}
#content .b_marker {
    color: #1b75a8;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
}
#content .green_txt {
    color: #1c6247;
}
#content ul.kome_list li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content ul.kome_list li::before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0px;
}

#content ul.check_list li {
    list-style: none;
    padding-left: 1.2em;
    position: relative;
}
#content ul.check_list li:before {
    content: '';
    display: block;
    width: 14px;
    height: 1em;
    background: url("../image/common/icon_check.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0.4em;
    left: 0px;
}

@media (min-width: 768px) {
#content ul.check_list li:before {
    width: 16px;
}
}
@media (min-width:1280px) {
#content ul.check_list li:before {
    width: 17px;
}
}


/* 中 */
#content section.intro h2 {
    font-size: 2rem;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#content section.intro h2:before {
    content: '';
    display: block;
    width: 68px;
    height: 64px;
    background: url("../image/superriser/headimg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: -15px;
    top: -15px;
}
#content section.intro h2 span {
    color: #1c6247;
    border-bottom: solid 1px #1c6247;
    position: relative;
}
#content section.intro h2:after {
  content: none;
}

#content section.superriser_about .superriser_about_inner {
    overflow: hidden;
}
#content section.superriser_about .superriser_phpto {
    max-width: 40%;
    margin: 5px 0 10px 15px;
    float: right;
}
#content section.superriser_about .about_note {
    margin-bottom: 2em;
}
#content section.superriser_about .about_effect {
    margin-bottom: 30px;
}
#content section.superriser_about .about_effect li {
    line-height: 2.5;
    color: #fff;
    background: #1c6247;
    display: inline-block;
    margin-right: 0.5em;
    padding: 0 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#content section.superriser_flow ol {
    display: table;
    margin: 1.5em auto 30px;
}
#content section.superriser_flow ol li {
    list-style: none;
    margin-left: 7px;
    padding: 0 0 2em 1.5em;
    border-left: solid 2px #1c6247;
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#content section.superriser_flow ol li:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}
#content section.superriser_flow ol li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #1c6247;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    top: 0px;
    left: -9px;
}
#content section.superriser_flow ol li .step {
    position: relative;
}
#content section.superriser_flow ol li .step * {
	font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #1c6247;
}
#content section.superriser_flow ol li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content section.superriser_flow ol li .step strong {
    font-size: 1.4em;
    line-height: 1;
    margin-right: 1em;
}
#content section.superriser_flow ol li h3 {
    line-height: 1.2;
    margin: -0.1em 0 0.5em;
}

#content section.superriser_flow .superriser_contact {
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 15px 20px;
    background: #f6f2ec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


@media (min-width: 768px) {
/* 中 */
#content section.intro h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
}

#content section.superriser_about .superriser_phpto {
    max-width: 40%;
    margin: 5px 0 10px 30px;
}
#content section.superriser_about .about_note {
    margin-bottom: 2em;
}
#content section.superriser_about .about_effect {
    margin-bottom: 30px;
}
#content section.superriser_about .about_effect li {
    margin-right: 0.8em;
    padding: 0 1.2em;
}

#content section.superriser_flow ol {
    display: table;
    margin: 3em auto 40px;
}
#content section.superriser_flow ol li {
    margin-left: 9px;
    padding: 0 0 2.5em 1.5em;
}
#content section.superriser_flow ol li:before {
    width: 18px;
    height: 18px;
    left: -10px;
}
#content section.superriser_flow ol li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content section.superriser_flow ol li .step strong {
    margin-right: 2em;
}
#content section.superriser_flow ol li h3 {
    line-height: 1.3;
    margin: -0.3em 0 0.5em;
}

#content section.superriser_flow .superriser_contact {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

}

@media (min-width:1280px) {
/* 中 */
#content section.intro h2 {
    font-size: 2.6rem;
    margin-bottom: 70px;
}
#content section.intro h2:before {
    width: 108px;
    height: 102px;
    left: -46px;
    top: -34px;
}

#content section.superriser_flow ol {
    margin: 3.5em auto 50px;
}
#content section.superriser_flow ol li {
    margin-left: 13px;
    padding: 0 0 2.5em 1.5em;
}
#content section.superriser_flow ol li:before {
    width: 19px;
    height: 19px;
    left: -11px;
}
#content section.superriser_flow ol li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content section.superriser_flow ol li h3 {
    margin: -0.2em 0 0.5em;
}

#content section.superriser_flow .superriser_contact {
    padding: 50px 0;
}

}
