@charset "UTF-8";

/*-----------------------------------------
 PC表示
-----------------------------------------*/
html[data-browse-mode="P"] .for-sp { display: none;}

#freepage { max-width: 1200px; padding: 0 0 100px 0; margin: 0 auto;}
#freepage .freepage_header { text-align: center; font-size: 38px; font-weight: bold;}

/*-----------------------------------------
 見出し
-----------------------------------------*/
h1.sec-headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
html[data-browse-mode="S"] h1.sec-headline {
    padding: 0;
    margin: 30px 0 20px !important;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
h2.sec-headline {
    font-size: 24px;
    font-weight: bold;
    margin: 80px 0 15px;
    padding: 0 0 10px;
background: none;
color:#111111;
    border-bottom: 3px solid #CC0000;
}

html[data-browse-mode="S"] h2.sec-headline {
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0 15px;
    padding: 0 0 10px;
background: none;
color:#111111;
line-height: 1.3;
    border-bottom: 3px solid #CC0000;
}

h3.sec-headline {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 15px;
    padding: 0 0 0 10px;
    line-height: 32px;
    background: none;
    color: #111111;
    border-bottom:none;
    border-left: 4px solid #CC0000;
}

html[data-browse-mode="S"] h3.sec-headline {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 15px;
    padding: 0 0 0 10px;
    line-height: 1.3;
    background: none;
    color: #111111;
    border-bottom:none;
    border-left: 4px solid #CC0000;
}

h4.sec-headline {
    background: none;
    border-bottom: none;
    border-left: 4px solid #e5e5e5;
    padding: 0 0 0 10px;
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #111111;
}

h4.sec-headline:before{
    content:unset;
}

html[data-browse-mode="S"] h4.sec-headline {
    background: none;
    border-bottom: none;
    border-left: 4px solid #e5e5e5;
    padding: 0 0 0 10px;
    margin: 20px 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #111111;
}

/*-----------------------------------------
 リスト
-----------------------------------------*/
.numList {
   counter-reset: count 0;
list-style:none;
}
.numList>li {
    padding: 0 0 0 1.8em !important;
    position: relative;
}
.numList > li:before {
    content: counter(count) ". ";
  counter-increment: count 1;
    display: inline-block;
    width: 1.8em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    white-space: nowrap;
}

.numList_br {
   counter-reset: count 0;
list-style:none;
}
.numList_br>li {
    padding: 0 0 0 2.8em !important;
    position: relative;
}
.numList_br > li:before {
    content: "（"counter(count)"） ";
  counter-increment: count 1;
    display: inline-block;
    width: 1.8em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    white-space: nowrap;
}

.noteList {
list-style:none;
}
.noteList>li {
    padding: 0 0 0 1.2em !important;
    position: relative;
}
.noteList > li:before {
    content: "※";
    display: inline-block;
    width: 1.2em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

.List {
list-style:none;
}
.List>li {
    padding: 0 0 0 1.2em !important;
    position: relative;
}
.List > li:before {
    content: "・";
    display: inline-block;
    width: 1.2em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

/*-----------------------------------------
 アンカーリンク
-----------------------------------------*/
.freepage-title { font-size: 38px; font-weight: 700; text-align: center;}
.freepage-anchor-list { display: flex; flex-wrap: wrap;}
.freepage-anchor-list li { width: calc((100% - 60px) / 3); margin: 0 30px 30px 0;}
.freepage-anchor-list li a { width: 100%; min-height: 60px; padding: 10px 30px 10px 20px; border: #CCC 1px solid; border-radius: 5px; font-size: 14px; display: flex; align-items: center; position: relative;}
.freepage-anchor-list li a:after { content: ''; width: 8px; height: 8px; border-right: 2px solid #976F11; border-top: 2px solid #976F11; position: absolute; right: 20px; top: calc(50% - 5px); display: block; transform: rotate(135deg);}
.freepage-anchor-list li:nth-child(3n) { margin: 0 0 30px 0;}

html[data-browse-mode="S"] .freepage-anchor-list li { width: 100%; margin: 10px 0;}
html[data-browse-mode="S"] .freepage-anchor-list li:nth-child(3n) {margin: 10px 0;}

/*-----------------------------------------
 リンク
-----------------------------------------*/
.txtLink{
	text-decoration: underline;
}
/*-----------------------------------------
 SP表示
-----------------------------------------*/
html[data-browse-mode="S"] .for-pc { display: none;}

html[data-browse-mode="S"] #freepage { max-width: auto; margin: 0 15px 40px;}
html[data-browse-mode="S"] #freepage .freepage_header { padding: 0; margin: 30px 0 20px !important; font-size: 28px; font-weight: bold; text-align: center;}

/*-----------------------------------------
 カラム
-----------------------------------------*/
.clm {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.clm .col+.col {
    margin-left: 20px;
}

html[data-browse-mode="S"] .clm-reverce_sp {flex-direction: column-reverse;}

html[data-browse-mode="S"] .clm-reverce_sp .col+.col {
    margin: 0;
}

html[data-browse-mode="S"] .clm-reverce_sp .col {
    margin-top: 10px;
}