﻿/* CSS Document */
@media print, screen and (min-width: 750px) {
@font-face {
    font-family: 'MontserratBlack';
    src: url('../fonts/MontserratBlack.eot');
    src: url('../fonts/MontserratBlack.eot') format('embedded-opentype'),
    url('../fonts/MontserratBlack.woff2') format('woff2'),
    url('../fonts/MontserratBlack.woff') format('woff'),
    url('../fonts/MontserratBlack.ttf') format('truetype'),
    url('../fonts/MontserratBlack.svg#MontserratBlack') format('svg');
}

.header-logo-menu {
display: none;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {

    font: normal normal normal 14px/1.8 'Meiryo', 'メイリオ', sans-serif;
    /*max-width: 1920px;*/
    margin: 0 auto;
    color: #4c4c4c;
    min-width: 1000px;
}

address,
caption,
code,
figcaption,
pre,
th {
    font-weight: 400;
    font-style: normal;
    font-size: 1em
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

fieldset,
iframe,
img {
    border: 0;
    max-width:100%;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

hr {
    display: block;
    overflow: visible;
    box-sizing: content-box;
    margin: 1em 0;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: sans-serif
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

input,
select {
    vertical-align: middle
}

button {
    overflow: visible;
    box-sizing: content-box;
    border: 0;
    background: 0 0;
    color: inherit;
    vertical-align: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer
}

button:disabled {
    cursor: default
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

audio:not([controls]) {
    display: none;
    height: 0
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

audio,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

a,
a:link,
a:visited {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

a:hover {
    opacity: 0.8;
}

a:active {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

ul {
    list-style: none
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border-style: none
}

.img-tbg img {
    display: none;
}

.bkt {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    border: 2px solid #d4d903;
    right: 3%;
    bottom: 3%;
    z-index: 999;
    color: white;
    display: none;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    background: url(../images/top.svg) no-repeat center center;
    background-size: 18px 10px;
}

.red {
    color: #ee242e;
}

/*index*/

.wrapper-brand {
    width: 100%;
    min-width: 1px;
    margin: auto;
    padding: 10px 3% 10px 3%;
    display: flex;
    align-items: center;
}


.logo {
    #margin-left: auto;
    #max-width: 445px;
    float: none;
    #width: 25%;
    max-width: 25%;
    height: auto;

}
.logo2 {
    #margin-left: auto;
    #max-width: 445px;
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.titlename {
    width: 100%;
    float: none;
    /*max-width: 1200px;*/
    padding: 0 0;
    margin: 0 0;
    text-align: center;
    color: #d4d903;
    font-size: 12px;
    line-height: 1.4
}
.nav-inner {

    text-align: right;
    margin-right: 20px;
}

.nav-inner ul {
    display: flex;
    justify-content: flex-end;
}

.nav-inner ul li {
    padding: 0px 25px;
}

.nav-inner ul a {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
}

.nav-inner ul a:before {
    position: absolute;
    top: -32px;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #d4d903;
    content: "";
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.contact-inner {

    font-size: 14px;
    min-width: 156px;
}

.contact-inner a {
    color: #5c5c5c;
    border: 1px solid #d4d903;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-weight: bold;
    padding: 10px 35px;
    border-radius: 30px;
}

.nav-inner ul a:hover:before {
    width: 100%;
}

.contact-inner a:hover {
    background-color: #d4d903;
    color: #fff;
}

/*banner*/

.banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.banner-inner {
    max-width: 1600px;
    padding: 30px 20px 20px;
    margin: 0 auto;
}

.ban-tit {
    font-size: 66px;
    font-family: 'MontserratBlack';
    color: #d4d903;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2
}

.ban-tit span {
    display: block;
}

.ban-text {
    font-size: 24px;
    font-weight: bold;
    margin: 80px 0 110px;
}

.ban-text span {
    display: block;
}

.ban-in {
    max-width: 258px;
}

.ban-in a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #d4d903;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #d4d903;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    border-radius: 50px;
}

.ban-in a:after {
    content: "";
    display: inline-block;
    background: url(../images/file.svg) no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 30px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}

.ban-in a:hover {
    color: #fff;
    background-color: #d4d903;
}

.ban-in a:hover:after {
    background: url(../images/file2.svg) no-repeat;
}

/*concept*/

.concept {
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding: 60px 0 60px;
    overflow: hidden;
}

.concept:after {
    content: attr(data-title);
    font-family: 'MontserratBlack';
    position: absolute;
    display: block;
    z-index: -1;
    font-size: 180px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #f3f4c1;
    font-weight: bold;
    right: -88px;
    bottom: 0px;
}

.concept-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.concept-img {
    padding-top: 25px;
    max-width: 60%;
}

.concept-img img {
    box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
}

.concept-inner {
    position: absolute;
    top: 0;
    right: 20px;
    width: 52%;
    background-color: #d4d903;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
    padding: 47px 40px 40px;
}

.concept-inner .concepth2 {
    font-size: 14px;
    color: #fff;
    line-height: 1.4
}

.concept-inner .concepth2 span {
    font-size: 36px;
    color: #fff;
    font-family: 'MontserratBlack';
    display: block;
    line-height: 1.8;
    font-weight: normal;
}

.concept-inner .concepth2:before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff;
}

.concept-text {
    color: #fff;
    font-size: 14px;
    margin: 50px 5px 50px;
}

.concept-in {
    max-width: 230px;
}

.concept-in a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    border-radius: 50px;
}

.concept-in a:after {
    content: "";
    display: inline-block;
    background: url(../images/file2.svg) no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 26px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.concept-in a:hover {
    color: #d4d903;
    background-color: #fff;
}

.concept-in a:hover:after {
    background: url(../images/file.svg) no-repeat;
}

/*service*/

.service {
    width: 100%;
    margin: 20px auto;
}

.serviceh2 {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    color: #d4d903;
    font-size: 14px;
    line-height: 1.4
}

.serviceh2 span {
    font-size: 30px;
    font-family: 'MontserratBlack';
    display: block;
    line-height: 1.8;
    font-weight: normal;
}

.serviceh2:before {
    content: "";
    display: block;
    width: 2px;
    margin: 0 auto;
    height: 38px;
    background-color: #d4d903;
}

.service-wrapper {
    max-width: 1200px;
    margin: 72px auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.service-wrapper article {
    width: calc(33.33% - 20px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    position: relative;
}

.service-wrapper article img {
    width: 100%;
}

.ser-text {
    position: relative;
    top: -45px;
    left: 0%;
    width: calc(100% - 34px);
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 20px 20px 20px;
    letter-spacing: 2px;
}

.ser-x {
    font-size: 30px;
    color: #d4d903;
    font-weight: bold;
    line-height: 1.1;
}

.ser-ti {
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0 20px;
}

.ser-in {
    #font-weight: bold;
    font-size: 12px;
}
.service-in {
    max-width: 180px;
    margin: 0 auto 30px auto;
    #font-size: 2px;
}

.service-in a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #d4d903;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #d4d903;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    border-radius: 50px;
}

.service-in a:after {
    content: "";
    display: inline-block;
    background: url(../images/file.svg) no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 26px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service-in a:hover {
    color: #fff;
    background-color: #d4d903;
}

.service-in a:hover:after {
    background: url(../images/file2.svg) no-repeat;
}

/*topice*/

.topics {
    width: 100%;
    margin: 100px auto;
    padding: 40px 0;
    background: url(../images/topice-img.jpg) no-repeat center center/cover;
}

.topicsh2 {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    color: #d4d903;
    font-size: 16px;
    line-height: 1.4
}

.topicsh2 span {
    font-size: 36px;
    font-family: 'MontserratBlack';
    display: block;
    line-height: 1.8;
    font-weight: normal;
    text-transform: uppercase;
}

.topicsh2:before {
    content: "";
    display: block;
    width: 2px;
    margin: 0 auto;
    height: 38px;
    background-color: #d4d903;
}

.topics-wrapper {
    max-width: 1240px;
    margin: 42px auto;

    display: flex;
    justify-content: space-between;
    width: 100%;

}

.topics-wrapper article {
    width: 33.33%;
    padding: 20px 40px;
    border-right: 1px solid #fff;
    color: #fff;

}

.topics-wrapper article:last-child {
    border-right: 0px solid #fff;
}

.date {
    margin: 0px 0 25px;
    display: block;
}

.topics-in {
    max-width: 258px;
    margin: 0 auto;
}

.topics-in a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #d4d903;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #d4d903;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    border-radius: 50px;
}

.topics-in a:after {
    content: "";
    display: inline-block;
    background: url(../images/file.svg) no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 30px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}

.topics-in a:hover {
    color: #fff;
    background-color: #d4d903;
}

.topics-in a:hover:after {
    background: url(../images/file2.svg) no-repeat;
}

/*about*/

.abouth2 {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    color: #d4d903;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
}

.abouth2 span {
    font-size: 36px;
    font-family: 'MontserratBlack';
    display: block;
    line-height: 1.8;
    font-weight: normal;
}

.abouth2:before {
    content: "";
    display: block;
    width: 2px;
    margin: 0 auto;
    height: 38px;
    background-color: #d4d903;
}

.about-top {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 10px 0 200px;
    overflow: hidden;
}

.about-top:after {
    content: attr(data-title);
    font-family: 'MontserratBlack';
    position: absolute;
    line-height: 1.1;
    display: block;
    z-index: -1;
    font-size: 180px;
    text-transform: uppercase;
    color: #f3f4c1;
    font-weight: bold;
    left: -66px;
    bottom: -20px;
}

.about-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 70px auto 0;
    position: relative;
}

.about-img {
    padding-top: 45px;
}

.about-img img {
    margin: 0 auto;
    margin-right: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
}

.about-inner {
    position: absolute;
    color: #fff;
    top: 0;
    left: 20px;
    width: 52%;
    background-color: #242424;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    padding: 42px 40px 50px;
}

.about-inner dl {
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid #474747;
    padding: 25px 12px;
}

.about-inner dl dt {
    width: 30%;

}

.about-inner dl dd {
    width: 70%;


}

.about-topb {
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    margin: 140px auto;
    background-color: #d4d903;
    color: #fff;
    text-align: center;
    padding: 60px 20px 50px;
}

.about-topb a {
    color: #d4d903;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    max-width: 450px;
    margin: 30px auto 0;
    display: block;
    text-transform: uppercase;
    padding: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.about-topb a:hover {
    background-color: #d4d903;
    color: #fff;
}

/*foot*/

footer {
    background-color: #242424;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.foot {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 10px;
    #width: 100%;
    border-bottom: 1px solid #474747;
    display: flex;
    justify-content: space-between;
}

.foot-copy {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0;
    display: flex;
}

.foot-add {
    font-size: 14px;
    margin-top: 10px;
}

.foot-add:before {
    background: url(../images/map.svg) no-repeat;
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
}

.foot-tel > a {
    display: block;
    text-align: right;
    color: #d4d903;
    font-size: 24px;

}

.foot-tel > a:before {
    background: url(../images/fs-tel.svg) no-repeat;
    width: 22px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
}

.foot-nav ul {
    display: flex;
    text-align: right;
}

.foot-nav ul a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding-left: 44px;
}

.foot-nav ul a:hover {
    text-decoration: underline;
}

.ort {
    text-align: right;
}

.ort a {
    display: inline-block;
    margin-left: 23px;
}

.ort a img {
    width: 16px;
    height: 16px;
}

/*page*/

.banfont2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageh2 {
    width: 100%;
    text-align: center;
    color: #d4d903;
    padding: 80px 20px;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;

}

.pageh2 span {
    font-size: 42px;
    font-family: 'MontserratBlack';
    display: block;
    line-height: 1.8;
    font-weight: normal;
}

/*contact*/

.contact_form {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    background-color: #f7f7f7;
    padding: 50px 0;

}

.contact_form dl {
    width: 100%;
    height: auto;
    max-width: 854px;
    margin: 0 auto;
}

.contact_form dl {
    display: flex;
}

.contact_form dl dt,
.contact_form dl dd {
    padding: 20px;
}

.contact_form dl dt {
    width: 30%;
    line-height: 1.1;
    font-size: 18px;
    padding: 15px;
}

.contact_form dl dt .red {
    font-size: 18px;
    line-height: 1.1;
}

.contact_form dl dt em {
    font-size: 14px;
    color: #999999;
    display: block;
}

em {
    font-style: normal;
}

.contact_form dl dd {
    width: 70%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.contact-table {
    width: 100%;
    max-width: 860px;
    margin: 34px auto;
}

.contact-table td {
    display: block;
    text-align: center;
}

[type=submit] {
    width: 258px;
    background-color: #d4d903;
    text-transform: uppercase;
    color: #fff;

    line-height: 17px;
    font-size: 14px;
    cursor: pointer;
    margin: 2px;
    padding: 25px 15px;
    border-radius: 50px;
}

/*sevice*/

.sevice-wrapper1 {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 100px 0 100px;
    overflow: hidden;
    background: url(../images/serviceimg01bg.jpg) right 65% / 90% auto no-repeat
}

.sevice-wrapper1:after {
    content: attr(data-title);
    font-family: 'MontserratBlack';
    position: absolute;
    display: block;
    z-index: -1;
    font-size: 180px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #d4d903;
    left: -88px;
    top: 170px;
}
.sevice-wrapper2 {

    background: url(../images/serviceimg01bg.jpg) left 65% / 90% auto no-repeat
}

.sevice-wrapper2:after {
left:auto;
    right: -168px;
   
}
.sevice-item1 {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.sevice-wrapper2 .sevice-item1 {

    -webkit-flex-direction: inherit;
    flex-direction:inherit;
}
.sevice-img {
    width: 40%;
}

.sevice-img img {
    box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
}

.sevice-inner {
    width: 50%;
    margin-top: 388px;
    background-color: #fff;
    padding: 80px;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, .3);
}

.serviceh2-in {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.4;
}

.serviceh2-in span {
    font-size: 36px;
    color: #d4d903;
    font-family: 'MontserratBlack';
    display: block;
    text-transform: uppercase;
    line-height: 1.8;
    font-weight: normal;
}
.serviceh2-in em {font-size: 12px;margin-left: 5px;font-weight: normal;}
.serviceh2-in:before {
    content: "";
    display: block;
    width: 38px;
    height: 2px;
    background-color: #d4d903;
}

.service-text {
    font-size: 14px;
    margin-top: 70px;line-height: 2;
}
.service-text-p {
    font-size: 14px;
    margin-top: 70px;line-height: 2;
    margin-bottom: 30px;line-height: 2;
}

/* privacy policy */
.p-table {
    padding: 10px;
    margin: 10px;
    margin-bottom: 10px;
    border: 1px solid  #333333;
}

.paren{
 counter-reset:item;
 list-style:none;
}
.paren li:before{
 content:counters(item, ".") ")";
 counter-increment:item;
 margin-right:0.5em;
}
.paren li{
 padding-left:50px
 text-indent:-1.5em;
}
.detail-li{
 margin-left:20px;

}
.detail-text{
 margin-left:20px;
 padding: 10px;

}