    /**
    * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
    * Richard Clark (http://richclarkdesign.com)
    * http://cssreset.com
    */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
.clear {
clear: both;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }
.clearfix {
display: inline-block;  }
* html .clearfix {
height: 1%; }
.clearfix {
display: block; }
img {
max-width:100%;
vertical-align:bottom;
border-style:none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
    padding-bottom:50px;
}

.slick-dots
{
    position: absolute;
    top: -30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 5px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
/* CSS Document */
html {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#wrap {
  width: 100%;
  text-align: center;
  font-size: 62.5%;
  line-height: 1.6;
}
/*header_area*/
section.header_area {
  margin-bottom: 3rem;
}
section.header_area .catch_img {
  margin-bottom: 1rem;
}
section.header_area .exp_img {
  margin : 0 auto;
  margin-bottom: 1rem;
  width: 80%;
}
section.header_area .icon_img {
  text-align: center;
　margin-top: 5rem;
  Margin-left: 1rem;
  Margin-right: 1rem;
  width: 60%;
}
section.header_area .icon1_img {
　margin-top: 1rem;
  width: 20%;
}


section.header_area h1 {
  color: #fc5918;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
section.header_area .plan_name {
  color: #43a52a;
  font-size: 2.2rem;
  font-weight: bold;
}
section.header_area .info_txt {
  font-size: 1.0rem;
  color: #939393;
  margin-bottom: 2.5rem;
}
section.header_area .exp_txt {
  font-size: 1.0rem;
  color: #939393;
  margin-bottom: 1.0rem;
}

section.header_area .kasen_txt {
  border-bottom: dotted 2px #939393;
  font-size: 1.0rem;
  font-weight: bold; 
  color: #000000;
  margin-bottom: .5rem;
　
}

section.header_area .emp1 {
  color: #ff5200;
  font-weight: bold;
  font-size: 1.1rem;
}
section.header_area .recome_txt {
  color: #939393;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
section.header_area .header_txtarea {
  padding: 0px 20px;
}
 @media screen and (max-width: 559px) {
    .text-align-switch {
      text-align: left; /* 559px以下だと左寄せになる */
    } 
  }


.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}
  @media screen and (max-width: 559px) {
    .sp-br { /* 559px以下のときbrタグ表示＝改行する */
      display: inline; }
    }


.menu {
    max-width: 600px;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : green;
    font-size: .8rem;
    font-weight: bold; 
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}


table {
      text-align: center;  
}


/*slider_area*/
section.slider_area {
  background-color: #f1f1f1;
}
section.slider_area h1 {
  color: #525252;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
section.slider_area .step_area {
  position: relative;
  margin-bottom: 2rem
}
section.slider_area .step_area_none {
  height: 4rem;
}
section.slider_area .step_num {
  margin: 0px auto;
}
section.slider_area .step_info {
  position: absolute;
  top: 25px;
  right: 5px;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 0.9rem;
  padding: 5px 20px;
}
section.slider_area .btn_area_2 {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}
section.slider_area .btn_area_2 a:link {
  color: #ffffff;
  text-decoration: none;
  	display: block;
  	vertical-align:middle;
}
section.slider_area .btn_area_2 p {
  width: 48%;
  border-radius: 5px;
	font-size: 1.0rem;
	padding: 5px 10px;
	box-sizing: border-box;
}
section.slider_area .btn_area_2 p.green {
  width: 200px;
  height: 40px;
  background-color: #69D3D8;
  border-radius: 20px;
  margin-right:20px;
}
section.slider_area .btn_area_2 p.daidai {
  width: 200px;
  height: 40px;
  background-color: #FF9E99;
  border-radius: 20px;
}
section.slider_area .btn_area_1 {
display: flex;
  margin-bottom: 1rem; 
    justify-content: center;
}
section.slider_area .btn_area_1 p.green {
  width: 300px;
  height: 40px;
  background-color: #69D3D8;
  border-radius: 20px;
}

section.slider_area .btn_area_1 p {
  font-size: 1.0rem;
	border-radius: 5px;
		padding: 5px 10px;
	box-sizing: border-box;
}
section.slider_area .btn_area_1 a:link {
  color: #ffffff;
  text-decoration: none;
	display: block;

}
section.slider_area .txt {
  color: #939393;
  font-size: 1.0rem;
  margin-bottom: 1rem;
}
section.slider_area .notice_txt {
  color: #939393;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
section.slider_area .slider_img {
  margin-bottom: 1rem;
}

section.slider_area .slider_img img {
  width: 300px;
}
section.slider_area .emp1 {
  color: #ff5200;
  font-weight: bold;
  font-size: 1.1rem;
}
section.slider_area .emp2 {
  color: #000000;
  font-weight: bold;
}
section.slider_area .step_area {
  text-align: center;
}
.slider {
  margin: 0px auto;
  width: 100%;
}
.slider li.sli_li {
	padding: 0px 20px;
	box-sizing: border-box;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000000;
}
.slick-dots li button:before {
  font-size: 2rem;
}
.slick-next:before, .slick-prev:before {
  display: none;
}
@media screen and (max-width: 580px) {
  section.slider_area .step_num {
    width: 35%;
  }
  section.slider_area .step_info {
    top: 15px;
    right: -14px;
    font-size: 0.6rem;
    padding: 5px 10px;
  }
}