@charset "utf-8";

a:hover img {
    opacity: 0.6;
}

p {
    color: #4C4C4C;
    font-size: 16px;
}

.alignCenter {
    margin: 0 auto;
    text-align: center;
}

.txtPink {
    color: #E96587;
}

.overViewLead {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

#contents_fullWidth {
    width: 100%;
}

.inner {
    /* width: 960px; */
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: unset;
}

.processSection {
    padding: 38px 0 38px 0;
}
.processSection h2 {
    text-align: center;
}

/*-----ボタン
---------------------------*/

.btnBoxSingle {
    text-align: center;
    padding: 270px 0 66px 0;
}

.btnBoxDouble a:first-child {
    margin-right: 26px;
}

.btnBoxDouble a {
    text-align: center;
    /* padding: 150px 0 66px 0; */
}

.btnBoxDouble {
    background-color: #fff;
	padding: 38px 0;
}

#part5 .btnBoxSingle {
    padding-top: 25px;
    text-align: left;
}

#header_area .bgWrap {
    background: url(../img/header_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 573px;
}

@media screen and (min-width: 769px) {
#header_area h1 {
    background: url() no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin: 0 auto;
    height: 170px;
    width: 695px;
    padding-top: 38px;
    margin-bottom: 48px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
}

#header_area figure {
    /* padding-top: 170px; */
}

#article h1 {
    background: none;
}

#part0 {
    background: url(../img/part0_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 444px;
    position: relative;
    z-index: 0;
}

#part0 .bgWrap {
    background: url(../img/bgFilter.png) repeat;
    position: absolute;
    z-index: 99;
    height: 444px;
    width: 100%;
    align-content: center;
}

#part0 h2 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin: -112px 0 0 -300px;
    transform: translate(-50%, -50%); */
    width: 40%;
    margin: 0 auto;
    max-width: 600px;
}

.inner.part0List ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.inner.part0List ul {
    padding: 38px 0 38px 0;
    margin: 0;
}

/*-----背景色
---------------------------*/
#part1 {
    background-color: #FBE3E4;
}

#part2 {

}

#part3 {
    background-color: #DDF0F3;
}

/*-----3カラム
---------------------------*/

.col3,
.col2 {
    /* padding-top: 538px; */
    padding-top: 40px;
}

.col3 .col1 {
    max-width: 298px;
    width: 100%;
    height: auto;
    margin-right: 33px;
    float: left;
}

.col3 .col1 img,
.col2 .col1 img {
    margin-bottom: 25px;
}

.col3 .col1:last-child,
.col2 .col1:last-child {
    margin-right: 0;
}

.col3 .col1 p,
.col2 .col1 p {
    text-align: left;
}

.col3 .col1 p strong,
.col2 .col1 p strong {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    font-size: 19px;
    font-weight: bold;
    /* min-height: 50px; */
    min-height: none;
    margin-bottom: 25px;
}

/*-----2カラム
---------------------------*/

.col2 .col1 {
    width: 460px;
    height: auto;
    margin-right: 40px;
    float: left;
}

#part1, #part2, #part3 {
    position: relative;
}

#part1 h2, #part3 h2 {
    /* position: absolute;
    top: 96px;
    left: 50%;
    margin-left: -480px; */
}

#part2 h2 {
    /* position: absolute;
    top: 96px;
    right: 50%;
    margin-right: -480px; */
}

.leftBox {
    float: left;
}

.rightBox {
    float: right;
}

#part4 h2, #part5 h2 {
    padding-top: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
}

#part4 .rightBox {
    width: 100%;
    max-width: 412px;
    text-align: left;
}

#part5 h2 {
    font-size: 30px;
}

#part5 .rightBox {
    max-width: 515px;
    width: 100%;
    text-align: left;
}

/*-----目次ページ
---------------------------*/

#mokuji #header_area .bgWrap {
    background: url(../img/header_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 292px;
    display: table;
}

#mokuji #header_area h1 {
    background: url(../help/img/mokuji_img02.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 140px;
    width: 480px;
    padding-top: 80px;
    margin-bottom: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

#mokuji #header_area .inner {
    position: relative;
}

#mokuji #header_area figure {
    position: absolute;
    top: 0;
    left: -48px;
}

#mokuji .midashi {
    padding: 58px 0 48px 0;
}

#mokuji .rightBox a,
#mokuji .leftBox a {
    list-style: none;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #F2DBDF;
    padding: 1.0em 0 1.5em 1em;
    display: block;
    text-decoration: none;
    position: relative;
}

#mokuji .rightBox a:before,
#mokuji .leftBox a:before {
    content: '>';
    position: absolute;
    left: 0;
    color: #4C4C4C;
}

#mokuji .rightBox a.more:before,
#mokuji .leftBox a.more:before {
    content: '>';
    position: absolute;
    line-height: 1.4em;
    right: 2.5em;
}

#mokuji .rightBox a.more,
#mokuji .leftBox a.more {
    text-align: right;
    border-bottom: none;
    color: #4C4C4C;
}

#mokuji .listBox ul li {
    padding-left: 1em;
    list-style: none;
}

#mokuji .listBox {
    width: 460px;
}

#mokuji .listBox h3 {
    font-size: 20px;
    padding: 14px 0;
    width: 460px;
    background-color: #49AEC0;
    border: solid 2px #FFF780;
    width: 100%;
    border-radius: 48px;
    color: #fff;
}

#mokuji .rightBox a:hover,
#mokuji .leftBox a:hover {
    color: #E96587;
}

#mokuji .listBoxWrap {
    padding: 25px 0;
}

/*-----下層ページ
---------------------------*/

#help #header_area .subNavi ul li {
    display: inline-block;
    font-size: 20px;
    padding: 0 1em;
}

#help #header_area .subNavi ul li a {
    color: #E96587;
    text-decoration: none;
    position: relative;
    padding-left: 1em;
}

#help #header_area .subNavi ul li a:hover {
    text-decoration: underline;
}

#help #header_area .subNavi ul li a:before {
    color: #E96587;
    text-decoration: none;
    position: absolute;
    left: 0;
    content: '>';
}

.section_A h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 1em;
    text-align: left;
    border-bottom: 2px solid #D48696;
    margin-bottom: 25px;
}

.section_A p {
    text-align: left;
}

.overView h1 {
    font-size: 20px;
    padding: 14px 0;
    width: 460px;
    background-color: #49AEC0;
    border: solid 2px #FFF780;
    width: 100%;
    border-radius: 48px;
    color: #fff;
    text-align: left;
    padding-left: 2em;
    margin-bottom: 25px;
}

.overView .overViewLead {
    margin-bottom: 48px;
}

.howTo .rightBox,
.howTo .leftBox {
    width: 460px;
}

.howTo {
    margin-bottom: 140px;
}

ul.uiList {
    padding: 0;
}

ul.uiList li {
    list-style: none;
    text-align: left;
}

ul.uiList li img {
    margin-top: -3px;
    margin-right: 10px;
}






.soft_point_img01 {
    padding-left: 25px;
    max-width: 1080px;
    width: 70%;
}
.soft_point_img {
    width: 70%;
    max-width: 1080px;
}
.soft_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.soft_flex02 {
    display: flex;
    justify-content: space-between;
}
.soft_flex div {
    float: none;
}
.soft_flex02 div {
    float: none;
}
#part5 .btnBoxSingle {
    padding-top: 25px;
    text-align: left;
    width: 70%;
}
.soft_flex-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.soft_flex-btn img{
    max-width: 400px;
    width: 90%;
}
.soft_flex-btn a:first-child {
    margin-right: 0;
}
.soft-img_btn02 {
    width: 50%;
    max-width: 600px;
}
.soft-img_btn01 {
    width: 30%;
    max-width: 400px;
    margin-bottom: 30px;
}
.soft-ttl_img {
    max-width: 1147px;
    width: 90%;
    margin: 0 auto;
}
.soft-ttl_img img {
    margin-top: -40%;
}
.soft-top_table {
    max-width: 550px;
    width: 90% !important;
    margin: 0 auto;
}
.soft-top_bg {
    max-height: 573px;
    object-fit: cover;
    object-position: top;
}
.soft-top {
    padding: 0 0 66px 0;
}
.inner.part0List {
    max-width: none;
    width: 100%;
}



@media screen and (max-width: 1200px) {
    .soft_flex-btn img{
        width: 90%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .soft_point_img01 {
        padding-left: 25px;
        width: 90%;
    }
    .soft_point_img {
        width: 90%;
    }
    .col3 .col1 {
        max-width: none;
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
        margin-bottom: 50px;
    }
    .col3 .col1:last-child, .col2 .col1:last-child {
        margin: 0 auto;
    }
    .col3 .col1 img,
    .col2 .col1 img {
    margin-bottom: 15px;
    }
    .col3 .col1 p strong,
    .col2 .col1 p strong {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    font-size: 19px;
    font-weight: bold;
    min-height: none;
    margin-bottom: 10px;
    }
    .col2 .col1 {
        max-width: none;
        width: 80%;
        height: auto;
        margin: 0 auto 50px;
        float: none;
    }
    .soft_flex {
        display: block;
        width: 80%;
    }
    .soft_flex02 {
        display: block;
    }
    #part5 .leftBox {
        width: 60%;
        margin: 0 auto;
    }
    #part5 .rightBox {
        max-width: none;
        width: 90%;
        margin: 0 auto;
    }
    #part5 .btnBoxSingle {
        padding-top: 25px;
        text-align: left;
        width: 50%;
    }
    .inner.part0List ul li {
        list-style: none;
        display: inline-block;
        margin: 0 0 20px 0;
        padding: 0;
    }
    .soft-img_btn02 {
        width: 60%;
    }
    .soft-img_btn01 {
        width: 40%;
    }
    #part0 h2 {
        width: 60%;
        margin: 0 auto;
        max-width: 600px;
    }

    #top-head.fixed {
        background-color: #F3A8BB;
    }
}
@media screen and (max-width: 768px) {
    .soft-header {
        position: relative;
        background-image: url(../img/header_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px 0;
        margin: 65px 0 25px;
    }
    .soft-header span {
        display: block;
        padding: 0 10px;
    }
    .soft-header span img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    #part5 .leftBox {
        padding-right: 70px;
    }
    #part5 .btnBoxSingle {
        width: 100%;
    }
    #part5 .btnBoxSingle a {
        display: block;
        max-width: 300px;
    }
    #part0 {
        height: 100%;
    }
    #part0 .bgWrap {
        padding: 50px 0;
        position: relative;
        height: 100%;
    }
    .inner.part0List ul li {
        width: 49%;
    }
    #part5 .btnBoxSingle {
        padding-top: 25px;
        text-align: left;
        width: 100%;
        max-width: 320px;
    }
    #part5 .processSection {
        padding: 0;
    }
    .foot-bnr img {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .soft_point_img01 {
        padding-left: 15px;
        width: 90%;
    }
    .soft_point_img {
        width: 90%;
    }
    #part5 .leftBox {
        width: 80%;
        margin: 0 auto;
    }
    .soft-img_btn02 {
        width: 90%;
    }
    #part0 h2 {
        width: 70%;
        margin: 0 auto;
        max-width: 600px;
    }
}