@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  font-size: 62.5%;
  color: #222;
}
body {
  margin: 0 auto;
  color: #333;
  /* -webkit-font-smoothing: antialiased; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
}
body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
    color: #555;
}
div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td, p, h1, h2, h3, h4, h5, h6,figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    letter-spacing: 0.1em;
}
ul, ol {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.row {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 30px;
}
.inner {
	max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
    transition: 0.2s;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .row {
        padding: 0;
    }
    .inner {
        padding: 0 15px;
    }
}


.notes,
.disc {
    text-indent: -1em;
    padding-left: 1em;
}
.notes li:before {
    content: "※";
}


.disc li:before {
    content: "・";
}

@media only screen and (min-width: 769px) {
    .wrap {
        min-width: 1200px;
        width: 100%;
    }
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
header {
  z-index: 100;
}
header .page_logo_area {
    padding: 13px 0;
    text-align: center;
}



@media only screen and (max-width: 768px) {
}


/*------------------------------------------------------------
	MAIN_VISUAL
------------------------------------------------------------*/
.main_v {
    background: #f5a65b;
    background-size: cover;
    /* padding: 25px 0; */
}
.main_v h1 {
    display: block;
    text-align: center;
}
.main_v h1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .main_v {
        padding: 25px 0 10px;
    }
}




/*------------------------------------------------------------
	FORM
------------------------------------------------------------*/
.form {
    background: #ee9136;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 100;
}
.form .entry_btn .entry{
    width: 468px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    font-size: 19px;
    background: #008582;
    color: #fff;
    padding: 18px 0;
    line-height: 1.3;
    box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
}
.form.last .entry_btn .entry {
    background: #a7c90c;
}
.form .entry_btn .entry:before {
    display: block;
    position: absolute;
    left: -30%;
    top: -100%;
    content: "";
    width: 10%;
    height: 300%;
	opacity: .8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background:-webkit-gradient(linear,left top, right bottom,color-stop(40%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.8)), color-stop(60%, rgba(255,255,255,0)));
    background:linear-gradient(to right bottom,rgba(255,255,255,0) 40%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0) 60%);
    -webkit-animation: shiny 2s ease infinite;
    animation: shiny 2s ease infinite;
}
@-webkit-keyframes shiny {
0% {left: -30%;}
30% {left: 120%;}
100% {left: 120%;}
}
@keyframes shiny {
0% {left: -30%;}
30% {left: 120%;}
100% {left: 120%;}
}

.form .entry_btn .entry.bottom{
    box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px #6ebab8;
    -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px #6ebab8;
    -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px #6ebab8;
    cursor: pointer;
}
.form .entry_btn .entry span {
    display: block;
    font-size: 12px;
}


.form .entry_btn .entry a {
    color: #fff;
    width: 100%;
    display: inline-block;
}


@media only screen and (max-width: 768px) {
    .form .entry_btn .entry {
        max-width: 90%;
        font-size: 16px;
    }
}




/*------------------------------------------------------------
	#SECTIONS
------------------------------------------------------------*/
#sections {
    padding: 30px 0;
}
#sections section {
    padding: 50px 0;
    background: #fdeef1;
}
#sections section:not(:last-child) {
    margin-bottom: 30px;
}
#sections section h2 {
    font-size: 32px;
    text-align: center;
    padding: 35px 0;
}
#sections section .inner div:first-of-type h2 {
    padding: 0 0 35px;
}
#sections section .notes {
    padding-top: 25px;
}


@media only screen and (max-width: 768px) {
    #sections section h2 {
        font-size: 20px;
    }
}



#worry_solve .worry_block .worry_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#worry_solve .worry_block .worry_items li {
    text-align: center;
    flex: 1;
}
#worry_solve .worry_block .worry_items li figure img {
    width: 60%;
}
#worry_solve .worry_block .worry_items li figcaption {
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 0;
}


#worry_solve .solve_block .solve_items {
    display: flex;
}
#worry_solve .solve_block .solve_items li {
    position: relative;
}
#worry_solve .solve_block .solve_items li:before {
    content: "";
    display: block;
    z-index: 100;
}
/* #worry_solve .solve_block .solve_items li:nth-child(1):before {
    width: 69px;
    height: 110px;
    position: absolute;
    background: url(../images/koma_icon01.png) no-repeat;
    top: -13px;
    left: 11px;
}
#worry_solve .solve_block .solve_items li:nth-child(2):before {
    width: 58px;
    height: 109px;
    position: absolute;
    background: url(../images/koma_icon02.png) no-repeat;
    top: -13px;
    right: 7px;
}
#worry_solve .solve_block .solve_items li:nth-child(3):before {
    width: 62px;
    height: 93px;
    position: absolute;
    background: url(../images/koma_icon03.png) no-repeat;
    top: 5px;
    right: 18px;
} */
#worry_solve .solve_block .solve_items li {
    padding: 25px;
    background: #f5a65b;
    flex: 1;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#worry_solve .solve_block .solve_items li:not(:last-child) {
    margin-right: 12px;
}
#worry_solve .solve_block .solve_items li span {
    font-size: 20px;
    color: #fff;
}


@media only screen and (max-width: 1100px) {
    #worry_solve .solve_block .solve_items li:nth-child(1):before {
        top: -13px;
        left: -10px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(2):before {
        top: -30px;
        right: -20px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(3):before {
        top: 5px;
        right: -10px;
    }
}
@media only screen and (max-width: 768px) {
    #worry_solve .worry_block {
        padding-bottom: 50px;
    }
    #worry_solve .worry_block .worry_items {
        flex-direction: column;
        align-items: center;
    }
    #worry_solve .worry_block .worry_items li {
        width: 100%;
    }
    #worry_solve .worry_block .worry_items li:not(:last-child) {
        padding-bottom: 10px;
    }
    #worry_solve .worry_block .worry_items li figure {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #worry_solve .worry_block .worry_items li figure img {
        width: 100%;
        max-width: 200px;
    }
    #worry_solve .worry_block .worry_items li figcaption {
        text-align: left;
        padding-left: 20px;
    }
    #worry_solve .solve_block .solve_items {
        flex-direction: column;
    }
    #worry_solve .solve_block .solve_items li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(1):before {
        top: -13px;
        left: -10px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(2):before {
        top: -30px;
        right: -20px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(3):before {
        top: 5px;
        right: 20px;
    }
    #worry_solve .solve_block .solve_items li span {
        font-size: 18px;
    }
}


@media only screen and (max-width: 480px) {
    #worry_solve .worry_block .worry_items li figure img {
        width: 50%;
    }
    #worry_solve .worry_block .worry_items li figcaption {
        width: 50%;
    }
}

#contents .contents_block .contents_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#contents .contents_block .contents_items li {
    flex: 1;
    text-align: center;
}
#contents .contents_block .contents_items li figure img {
    width: 80%;
}
#contents .contents_block .contents_items li figcaption {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    #contents .contents_block .contents_items {
        flex-wrap: wrap;
    }
    #contents .contents_block .contents_items li {
        width: 50%;
        flex: auto;
        padding: 5px;
    }
    #contents .contents_block .contents_items li figure img {
        width: 100%;
        max-width: 200px;
    }
    #contents .contents_block .contents_items li figcaption {
        font-size: 16px;
        padding: 10px 0;
    }
}


#flow .flow_block .flow_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#flow .flow_block .flow_items li {
    flex: 1;
    text-align: center;
}

#flow .flow_block .flow_items li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
#flow .flow_block .flow_items li:not(:last-child):before,
#flow .flow_block .flow_items li:not(:last-child):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 100;
}
#flow .flow_block .flow_items li:not(:last-child):before {
    right: -32px;
    box-sizing: border-box;
    width: 0;
    height: 25px;
    border: 13px solid transparent;
    border-left: 18px solid #ee4b00;
}
#flow .flow_block .flow_items li:not(:last-child):after {
    right: -1px;
    width: 0;
    height: 12px;
    border-left: 8px solid #ee4b00;
}

@media only screen and (max-width: 768px) {
    #flow .flow_block .flow_items {
        flex-wrap: wrap;
    }
    #flow .flow_block .flow_items li {
        width: 50%;
        flex: auto;
        padding: 0;
    }
    #flow .flow_block .flow_items li:not(:last-child):before,
    #flow .flow_block .flow_items li:not(:last-child):after {
        display: none;
    }
    #flow .flow_block .flow_items li:nth-child(odd) {
        text-align: right;
    }
    #flow .flow_block .flow_items li:nth-child(even) {
        text-align: left;
    }
}


.summary {
    padding: 55px 0 70px;
    font-size: 14px;
    /* background: #fdeef1; */
}
.summary .summary_in {
    background-color: #f0f5f3;
    padding-top: 60px;
    padding-bottom: 60px;
}
.summary h2 {
    font-size: 26px;
    text-align: center;
}
.summary dl {
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    /* border-top: 1px solid #333; */
    background-color: #fff;
}
.summary dt {
    width: 18%;
    font-weight: bold;
    border-bottom: 1px solid #f0f5f3;
}
.summary dd {
    width: 82%;
    border-left: 1px solid #f0f5f3;
    border-bottom: 1px solid #f0f5f3;
}
.summary dt,
.summary dd {
    /* border-bottom: 1px solid #333; */
    padding: 25px;
}
.summary dt, .summary dd .li_number {
    counter-reset: number;
}
.summary dd .li_number {
    text-indent: -1em;
    padding-left: 1em;
}
.summary dt, .summary dd .li_number li:before {
  counter-increment: number;
  content: counter(number)".";
}

@media only screen and (max-width: 768px) {
    .summary h2 {
        font-size: 18px;
    }
    .summary dt,
    .summary dd {
        padding: 10px;
    }
    .summary dt {
        width: 30%;
    }
    .summary dd {
        width: 70%;
    }
}



.attention {
    color: #555;
    padding: 25px 0 0;
}
.attention h3,
.privacy_policy h3,
.regulation h3 {
    padding: 20px;
    background: #f1f1f1;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}
.attention h4 {
    padding: 30px 0 20px;
    font-size: 16px;
    font-weight: normal;
}
.attention .disc  {
    font-size: 12px;
}
.attention .disc li {
    line-height: 2;
    margin-bottom: 0.5em;
}
.attention .area dt {
    font-size: 16px;
    padding: 30px 0 10px;
}
.attention .area dd {
    font-size: 12px;
    padding-left: 1em;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
}



.privacy_policy {
    padding: 50px 0;
}
.regulation {
    padding: 50px 0;
}
.privacy_policy,
.regulation {
    font-size: 14px;
    line-height: 1.7;
}
.privacy_policy p,
.regulation p {
    line-height: 1.7;
}
.privacy_policy .scroll,
.regulation .scroll {
    overflow-y: scroll;
    height: 300px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.privacy_policy .headline h3,
.regulation .headline h3 {
    font-size: 18px;
    text-align: center;
}
.privacy_policy .headline p,
.regulation .headline p {
    padding: 20px 0 30px;
}
.privacy_policy .text,
.regulation .text {
    padding: 10px 0;
}
.privacy_policy h4,
.regulation h4 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}


.privacy_policy .text .li_article h5,
.regulation .text .li_article h5 {
    font-size: 15px;
    padding: 20px 0 10px;
}

.privacy_policy .text .li_number01,
.privacy_policy .text .li_number02,
.regulation .text .li_number02,
.regulation .text .li_number01 {
    counter-reset:number01;
}
.privacy_policy .text .li_number01 > dt,
.regulation .text .li_number01 > dt {
    padding: 15px 0 5px
}
.privacy_policy .text .li_number01 > li/* ,
.regulation .text .li_number01 > li */ {
    padding: 0 0 5px 0;
}
.privacy_policy .text .li_number01 > dt:before,
.privacy_policy .text .li_number01 li:before,
.regulation .text .li_number01 li:before {
    counter-increment: number01;
    content: counters(number01,".") ". ";
}
.privacy_policy .text .li_number01 dd,
.regulation .text .li_number01 dd {
    padding-left: 1em;
}
.privacy_policy .text .li_number01 li,
.regulation .text .li_number01 li {
    text-indent: -1em;
    padding-left: 1em;
}

.privacy_policy .text .li_number02,
.regulation .text .li_number02 {
    counter-reset:number02;
}
.privacy_policy .text .li_number02 li:before,
.regulation .text .li_number02 li:before {
    counter-increment: number02;
    content: "(" counters(number02,".") ")";
}
.privacy_policy .text .li_number02 li,
.regulation .text .li_number02 li {
    text-indent: -2em;
    padding-left: 2em;
}
.privacy_policy .text .li_circle li,
.regulation .text .li_circle li {
    text-indent: -1em;
    padding-left: 1em;
}
.privacy_policy .text .li_circle li:before,
.regulation .text .li_circle li:before {
    content: "○";
}

.privacy_policy .frame01,
.regulation .frame01 {
    border: 1px solid #555;
}
.privacy_policy .frame01 th,
.privacy_policy .frame01 td,
.regulation .frame01 th,
.regulation .frame01 td {
    border: 1px solid #555;
    text-indent: 0;
    padding: 3px 10px;
}
.privacy_policy .frame01 th,
.regulation .frame01 th {
    text-align: center;
}

.privacy_policy .frame02,
.regulation .frame02 {
    border: 1px #555 dotted;
    text-indent: 0;
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.privacy_policy .privacy_centre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.privacy_policy .privacy_centre dt {
    width: 100%;
}
.privacy_policy .privacy_centre .frame02 {
    width: 49.5%;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .frame02,
    .regulation .frame02 {
        width: 100%;
    }
}



.privacy_policy .print,
.regulation .print {
    text-align: right;
}



.check_area {
    text-align: center;
    font-size: 16px;
    padding-bottom: 50px;
}
.next_form {
    display: none;
}

input[type=checkbox] {
    position: relative;
    margin: 0 20px 0 0;
}
input[type=checkbox]:before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 6px;
    width: 7px;
    height: 3px;
    content: "";
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    transition: 0.2s;
}
input[type=checkbox]:checked:before {
    transform: rotate(-45deg) scale(2, 2);
}
input[type=checkbox]:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
    background: #ffffff;
    border: #9e9d9d 1px solid;
    border-radius: 5px;
}
input[type=checkbox]:checked:after {
    background: #4eb3d3;
    border: none;
}


.form.last {
    padding: 45px 0 50px;
    background-color: #f5bad0;
}
.last_form {
    display: flex;
    justify-content: space-between;
}
.last_form .entry_block {
    width: 48%;
}
.last_form .entry_block h4 {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    font-weight: normal;
}
.last_form .web_entry h4 {
    background: #719ee1;
}
.last_form .net_entry h4 {
    background: #f05252;
}
.last_form .entry_block .entry_box {
    padding: 20px 16px;
    background: rgba(255, 255, 255, 0.7);
}
.last_form .entry_block .entry_box .entry_btn .entry {
    width: 100%;
    max-width: 100%;
}
.last_form .entry_block .entry_box .entry_case {
    display: block;
    padding: 10px 0 15px;
    font-size: 14px;
}
.last_form .web_entry .entry_box .step_title {
    border: #719ee1 1px solid;
}
.last_form .web_entry .entry_box .step_title h5 {
    background: #719ee1;
}
.last_form .net_entry .entry_box .step_title {
    border: #f05252 1px solid;
}
.last_form .net_entry .entry_box .step_title h5 {
    background: #f05252;
}
.last_form .entry_block .entry_box .step_title h5 {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    font-weight: normal;
}
.last_form .entry_block .entry_box .step_title ol {
    display: flex;
    flex-wrap: wrap;
}
.last_form .entry_block .entry_box .step_title li {
    width: 50%;
    background: #fff;
    color: #777;
    font-size: 17px;
    padding: 20px 0;
}
.last_form .web_entry .entry_box .step_title li:not(:nth-last-child(-n+2)) {
    border-bottom: #719ee1 1px solid;
}
.last_form .web_entry .entry_box .step_title li:nth-child(odd) {
    border-right: #719ee1 1px solid;
}
.last_form .net_entry .entry_box .step_title li:not(:nth-last-child(-n+2)) {
    border-bottom: #f05252 1px solid;
}
.last_form .net_entry .entry_box .step_title li:nth-child(odd) {
    border-right: #f05252 1px solid;
}

@media only screen and (max-width: 950px) {
    .last_form .entry_block .entry_box .entry_btn .entry {
        font-size: 16px;
    }
    .last_form .entry_block .entry_box .entry_case {
        font-size: 12px;
    }
    .last_form .entry_block .entry_box .step_title li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .last_form {
        flex-direction: column;
    }
    .last_form .entry_block {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
footer {
    text-align: center;
    border-top: #dedede 1px solid;
    padding: 13px 0 35px;
}



@media only screen and (max-width: 768px) {
}





/*------------------------------------------------------------
	display
------------------------------------------------------------*/
.sp {display: none !important;}
@media only screen and (max-width: 768px){
    .pc {display: none !important;}
    .sp {display: block !important;}
}

