@charset "UTF-8";
/* common
-------------------------------------------------------------*/
* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
}
.sp {
    display: none;
}
a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover {
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
/* wrapper
-------------------------------------------------------------*/
#wrapper {}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* header
-------------------------------------------------------------*/
header {
    background: linear-gradient(90deg, #ff7899 0%, #ff7899 50%, #fff 50%, #fff 100%);
    background-attachment: fixed;
}
.img_banner {
    text-align: center
}
#navi_top {
    background-color: #ff7899;
}
#navi_top li {
    font-weight: bold;
    float: left;
    width: 200px;
    color: #fff;
    text-align: center;
    padding: 22px 0 21px;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
#navi_top li:hover {
    opacity: 0.5;
}
#navi_top li:last-child {
    border-right: 1px solid #fff;
}
#navi_top li i {
    margin-right: 9px;
}
#navi_top li a {
    color: #fff;
}
#navi_top li a:hover {
    text-decoration: none;
}
/* footer
-------------------------------------------------------------*/
footer {
    font-size: 14px;
    background: #ff7899;
    color: #fff;
    text-align: center;
    padding: 14px 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer a:visited {
    color: #fff;
}
/* layout
-------------------------------------------------------------*/
section {
    padding: 60px 0 80px;
}
section h1 {
    text-align: center;
}
#section_00 {
    background: #E9DCBF;
}
#section_01 {
    background: #fff;
}
#section_01 .box {
    color: #fff;
    background: #ff7899;
    text-align: left
}
#section_01 .box > div {
    padding: 30px 25px 30px 30px;
}
#section_01 .title_02 {
    font-size: 59px;
    line-height: 76px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -3px
}
#section_01 .box_txt {
    float: left;
    width: 790px;
}
#section_02 {
    background: #ff7899;
}
#section_02 .sec_list02 li {
    width: 400px;
    float: left;
    text-align: center;
    background: #fff;
    padding: 0 25px 38px;
    box-shadow: 10px 10px 0 rgba(67, 48, 43, 0.122);
    position: relative;
}
#section_02 .sec_list02 li:nth-child(odd) {
    margin-right: 190px;
}
#section_02 .sec_list02 li:nth-child(-n + 2) {
    margin-bottom: 125px;
}
#section_02 .sec_list02 .step {
    margin: -1px auto 25px;
    width: 118px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    background: url(../img/bg_step.png) top left no-repeat;
    padding: 8px 0;
}
#section_02 .sec_list02 .step span {
    font-size: 24px;
    line-height: 27px;
    background-size: cover;
    display: block;
}
#section_02 .title_list {
    font-size: 28px;
    line-height: 39px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
#section_02 .title_style02 {
    height: auto;
    margin-bottom: 10px;
}
#section_02 .title_list > span, .border_style {
    background: url(../img/border_style.png) left 80% repeat-x;
}
#section_02 .sec_list02 .line_img {
    overflow: hidden;
    height: 202px;
    text-align: center;
    margin: 0 0 0 6%;
}
#section_02 .sec_list02 .line_img p {
    float: left;
}
#section_02 .sec_list02 .line_img p a:hover {
    opacity: 0.7;
}
#section_02 .list_txt02 {
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}
#section_02 .list_txt02 a {
    color: #0066FF;
}
#section_02 .sub_txt {
    font-size: 14px;
    line-height: 1.6;
    color: #291206;
    margin-top: 30px;
}
#section_02 .txt_circle {
    float: left;
    border-radius: 50%;
    background-color: rgb(249, 245, 235);
    width: 184px;
    font-size: 14px;
    line-height: 21px;
    padding: 50px 0;
    text-align: center;
}
#section_02 .sec02_list {
    padding: 0 40px 30px;
    margin: 35px 0;
    border-bottom: 1px dotted #c4aba5;
}
#section_02 .sec02_list li {
    font-weight: bold;
    padding-left: 30px;
    color: #43302b;
    font-size: 20px;
    line-height: 36px;
    background: url(../img/icon_01.png) left 8px no-repeat;
}
#section_02 .sec_list02 li::after {
    width: 108px;
    height: 87px;
    content: '';
    position: absolute;
    top: 0;
}
#section_02 .sec_list02 li:nth-child(1)::after {
    background: url(../img/arrow_01.png) center center no-repeat;
    right: -155px;
    top: 60px;
}
#section_02 .sec_list02 li:nth-child(2)::after {
    background: url(../img/arrow_02.png) center center no-repeat;
    left: -140px;
    bottom: -105px;
    top: auto;
}
#section_02 .sec_list02 li:nth-child(3)::after {
    background: url(../img/arrow_03.png) center center no-repeat;
    right: -153px;
    bottom: 60px;
    top: auto;
}
#section_03 {
    padding-top: 80px;
}
#section_03 .inner {}
.sec03_list {
    padding: 0 40px 30px;
    margin: 35px 0 0;
    border-bottom: 1px dotted #ccc;
}
.sub_title {
    text-align: center;
}
.sec03_list li {
    font-weight: bold;
    padding: 5px 0 5px 30px;
    color: #43302b;
    font-size: 20px;
    line-height: 1.6;
    background: url(../img/icon_01.png) left 9px no-repeat;
}
.box_borderImage {
    padding: 55px 20px 50px;
    border: 15px solid transparent;
    border-image: url(../img/bg_border.png) 16 round;
    background-color: #fff;
}
.profile .box_borderImage {
    padding: 60px;
    border: 15px solid transparent;
    border-image: url(../img/bg_border.png) 16 round;
    background-color: #fff;
}
.box_illegal .txt_red {
    color: #ee2020;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.box_illegal p {
    line-height: 1.6;
}
.box_illegal .txt_red span {
    font-size: 24px;
}
.box_illegal .list_illegal {
    margin: 30px -25px 0
}
.box_illegal .list_illegal li:nth-child(-n+4) {
    margin-bottom: 30px;
}
.box_illegal .list_illegal li {
    border-radius: 20px;
    padding: 10px 20px 7px;
    font-size: 15px;
    margin: 0 25px;
    line-height: 18px;
    color: #43302b;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    min-width: 180px;
    background-color: rgb(255, 216, 0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.box_illegal .list_illegal li span {
    margin-right: 5px;
}
.box_collapse {
    padding: 30px;
    margin-top: 60px;
}
.box_collapse dt {
    cursor: pointer;
    background: url(../img/plus.jpg) right center no-repeat;
}
.box_collapse .show {
    background: url(../img/minus.jpg) right center no-repeat;
}
.sec03_list02 {
    margin-top: 30px;
    color: #43302b
}
.sec03_list02 > li {
    font-size: 14px;
    line-height: 21px;
    color: #43302b;
    text-indent: -15px;
    padding: 3px 0 3px 30px;
}
.sec03_list02 > li ul {
    margin-left: 15px;
}
#section_04 {
    /*background: url(../img/sec04_bg.jpg) top left no-repeat;*/
    background-size: 100% 100%;
    background-attachment: fixed;
}
.sec04_list li {
    float: left;
}
.sec04_list li:first-child {
    margin-right: 70px;
}
.sec_listimg {
    margin: -10px -10px 60px
}
.sec_listimg li {
    float: left;
    margin: 10px;
}
#section_last {
    padding-bottom: 0;
}
.bg_sns {
    background: #F8E5F0;
    padding: 50px 0;
}
.group_social li {
    float: left;
}
.group_social li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-color: rgb(74, 179, 244);
    background-image: url(../img/twitter_icon.png);
    background-position: 30px center;
    background-repeat: no-repeat;
    width: 485px;
    text-align: center;
    padding: 18px 0 16px;
}
.group_social li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.group_social li:last-child {
    margin-left: 30px;
}
.group_social li:last-child a {
    background-image: url(../img/fb_icon.png);
    background-repeat: no-repeat;
    background-color: #4267b2;
}
.btn-open {
    display: inline-block;
    width: 90%;
    height: 80px;
    text-align: center;
    background-color: #32B62A;
    font-size: 22px;
    line-height: 80px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #32B62A;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 10px 10px 0 rgba(67, 48, 43, 0.122);
    border-radius: 12px;
}
.btn-open:after {
    width: 100%;
    height: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .2s;
    z-index: -1;
}
.btn-open:hover {
    color: #32B62A !important;
}
.btn-open:hover:after {
    height: 400%;
    opacity: 1;
}
.btn-open:active:after {
    height: 500%;
    opacity: 1;
}
.toc h2 {
    padding: 0 0 10px;
    font-size: 24px;
    line-height: 1.4;
}
.toc h3 {
    font-size: 20px;
    line-height: 1.4;
}
.toc li {
    list-style: disc;
    padding: 5px 0;
    color: #ff7899;
}
.profile li {
    list-style: disc;
    list-style-position: inside;
    margin-left: 2em;
    text-indent: -1.5em;
}
.policy ul {}
.policy ul li {
    padding: 6px 0;
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.policy ul li ul li {
    padding: 6px 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
    margin-left: -0.9em;
    text-indent: 0em;
}
.policy ul li ul li ul li {
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 3em;
    text-indent: -3em;
}
.policy ol li {
    padding: 15px 0 0;
    font-weight: bold;
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 2em;
    text-indent: -2em;
}
.policy ol li ul li {
    padding: 5px 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
    margin-left: -0.9em;
    text-indent: 0em;
}
.policy ol li ul li ul li {
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 3em;
    text-indent: -3em;
}
.policy p {
    padding: 10px 0;
}
.toc li span {
    color: #333;
}
.toc-l {
    float: left !important;
    width: 50%;
    border-left: 1px #ccc dotted;
    margin: 0 0 30px;
}
.toc-r {
    float: right;
    width: 50%;
    border-left: 1px #ccc dotted;
}
.toc-l, .toc-r {
    padding: 15px;
}
.res_img {
    max-width: 100%;
    height: auto;
}