@charset "utf-8";

/*
	モジュール
*/

.white_contents p {
    font-size: 16px;
}
.inline{
	display: inline;
}
@media screen and (max-width: 960px) {
    .white_contents p {
        font-size: 15px !important;
    }
}

/* 余白
============================================================================================================ */
.mg_ss {
    margin-top: 1em;
    margin-bottom: 1em;
}
.mg_s {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.mg_m {
    margin-top: 3em;
    margin-bottom: 3em;
}
.mg_l {
    margin-top: 5em;
    margin-bottom: 5em;
}
.mgt_ss {
    margin-top: 1em;
}
.mgt_s {
    margin-top: 1.5em;
}
.mgt_m {
    margin-top: 3em;
}
.mgt_l {
    margin-top: 5em;
}
.mgb_ss {
    margin-bottom: 1em;
}
.mgb_s {
    margin-bottom: 1.5em;
}
.mgb_m {
    margin-bottom: 3em;
}
.mgb_l {
    margin-bottom: 5em;
}
@media screen and (max-width: 960px) {
    .sp_mgt_ss {
        margin-top: 1em;
    }
    .sp_mgt_s {
        margin-top: 1.5em;
    }
    .sp_mgt_m {
        margin-top: 3em;
    }
    .sp_mgt_l {
        margin-top: 5em;
    }
    .sp_mgb_ss {
        margin-bottom: 1em;
    }
    .sp_mgb_s {
        margin-bottom: 1.5em;
    }
    .sp_mgb_m {
        margin-bottom: 3em;
    }
    .sp_mgb_l {
        margin-bottom: 5em;
    }
    .sp_mgt00 {
        margin-top: 0 !important;
    }
    .sp_mgb00 {
        margin-bottom: 0 !important;
    }
    
}

/* アイコン（PDF　blank）
============================================================================================================ */
.pdf {}
.pdf:before{
    content:"";
    height:17px;
    width:17px;
    display:inline-block;
    background: url(../../uploads/pdf.png) no-repeat;
    background-size: 17px 17px;
    vertical-align:text-bottom;
    margin-right:5px;
}
.pdf_back{
	/*display: inline-block;*/
	background: url(../../uploads/pdf.png) no-repeat right center / auto 1.1em;
	padding-right: 1.5em;
	margin-right: 0.5em;
}
.blank{display:inline;}
.blank {
	background:none;
    /* url(../img/parts/blank.png) no-repeat right center;*/
	padding-right: 0.8em;
}
.blank:after{
    content:"";
    display:inline-block;
    height:17px;
    width:17px;
    background: url(../img/parts/blank.png) no-repeat;
    background-size: 17px 17px;
    vertical-align:text-bottom;
    margin-left:5px;
}

/* 画像
============================================================================================================ */
.manual__figure {
  width: 100%;
  margin: 0 0 3em;
  text-align: center;
}
@media screen and (max-width: 700px) {
    .manual__figure {
        overflow: scroll;
    }
    .manual__figure img {
        max-width: 800px;
        width: 800px;
    }
}

/* 背景色グレー＋角丸のボックス
============================================================================================================ */
.gray_round_area {
    background: #eee;
    border-radius: 20px;
    padding: 2em 2em 2em;
}
.gray_round_area > p {
    margin-bottom: 0;
}
.gray_round_area > p + p {
    margin-top: 1em;
}

/* 文頭に「○」アイコンがつくテキスト
============================================================================================================ */
.round_icon_text {
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: -1.4em;
    padding-left: 1.4em;
}
.round_icon_text:before {
    content: "\025cb";
    margin-right: 0.4em;
}
.round_icon_contents {
    font-size: 16px;
    margin-left: 1.4em;
}
.gray_round_area > .round_icon_text:first-child {
    margin-top: 0;
}
@media screen and (max-width: 960px) {
    .round_icon_contents {
        font-size: 15px;
    }
}


/* list
============================================================================================================ */
ol.indent,
ul.indent {
    font-size: 16px;
}
ol.indent > li,
ul.indent > li{
	text-indent: -1.4em;
    padding-left: 1.4em;
}
ol.indent > li + li,
ul.indent > li + li{
    margin-top: 0.5em;
}

ol.decimal {
    font-size: 16px;
	list-style-type: decimal;
}
ol.decimal > li {
	margin-left: 1.5em;
}
ol.decimal > li + li {
    margin-top: 0.5em;
}

ul.disc {
    padding-left: 2em;
}
ul.disc > li {
    list-style: disc;
}
ul.disc > li + li {
    margin-top: 0.5em;
}

ol.brackets {
    counter-reset: count01 0;
}
ol.brackets > li {
    padding-left: 1.6em;
    position: relative;
}
ol.brackets > li:before {
    content: "(" counter(count01) ")";
    counter-increment: count01 1;
    position: absolute;
    left: 0;
    top: 0;
}
ol.brackets > li + li {
    margin-top: 0.2em;
}

.notes {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}
@media screen and (max-width: 960px) {
    ol.indent,
    ul.indent {
        font-size: 15px;
    }
    ol.decimal {
        font-size: 15px;
    }
}

/* アイコン
============================================================================================================ */
.round_bg_text{
    border-radius:2em;
    color:#fff;
    padding-left:1em;
    padding-right:1em;
    font-size: 16px;
    margin-bottom: 0.75em;
    display:inline-block;
}
.howto01 .round_bg_text {
    background:#50a300;
}
.howto02 .round_bg_text {
    background:#006697;
}
.howto03 .round_bg_text {
    background:#bf6a00;
}
@media screen and (max-width: 960px) {
    .round_bg_text{
        font-size: 15px;
    }
}

/* 枠線＋角丸ボックス
============================================================================================================ */
.round_border_box {
  padding: 1em 2em;
  border-radius: 20px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.howto01 .round_border_box {
  border: 2px solid #50a300;
}
.howto02 .round_border_box {
  border: 2px solid #0093cb;
}
.howto03 .round_border_box {
  border: 2px solid #bf6a00;
}

/* グレー枠線ボックス
============================================================================================================ */
.border_box {
  padding: 1em;
  border: 1px solid #bbb;
  margin-bottom: 3em;
}

/* ステップ
============================================================================================================ */
.step_contents {
    margin-top: 4em;
}
.step_contents p,
.step_contents ul,
.step_contents ol {
    font-size: 14px !important;
    margin-bottom: 1em;
}
.step_block {
    padding-top: 20px;
    margin-bottom: 40px;
    position: relative;
}
.step_block:after {
    content:"";
    display: inline-block;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #a89681 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.step_block:last-of-type:after {
    content: none;
}
.step_box {
    border: 2px solid #a89681;
    border-radius: 20px;
    background: #fafafa;
    padding: 20px 32px;
    position: relative;
}
p.step_label,
.step_label {
    font-size: 12px !important;
    line-height: 1.4;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background: #7E4500;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding-top: 12px;
    margin: 0;
    position: absolute;
    left: -15px;
    top: -20px;
    z-index: 2;
}
.step_label span {
    display: block;
    font-size: 16px;
}
p.step_title,
.step_title {
    font-size: 18px !important;
    font-weight: bold;
    color: #7E4500;
    margin-bottom: 1.5em !important;
    padding-left: 25px;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.step_col {
    display: flex;
    align-items: flex-start;
}
.step_image {
    width: 40%;
    border: solid 1px #bbb;
    text-align: center;
    background-color: #f4f4f5;
}
.step_text {
    padding-left: 24px;
    width: calc(100% - 40% - 24px);
}
.text_bg {
    background-color: #fff4bd;
}
.step_link {
    margin-top: 2em;
}
.step_link_title {
    border: 1px solid #bbb;
    line-height: 1;
    border-radius: 2em;
    padding: 2px 1em;
    display: inline-block;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 700px) {
    .step_block {
        padding-top: 30px;
    }
    .step_block:after {
        bottom: -40px;
    }
    p.step_label,
    .step_label {
        top: -30px;
    }
    p.step_title,
    .step_title {
        font-size: 17px !important;
        padding-left: 0;
        padding-top: 0.5em;
    }
    .step_col {
        display: block;
    }
    .step_image {
        width: 100%;
        margin-bottom: 1em;
    }
    .step_text {
        padding-left: 0;
        width: 100%;
    }
}


