/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}



*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* -------------------------------- */

body {
      color: #333;
      font-size: 17px;
        line-height: 1.5;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}



img {
    max-width: 100%;
    height: auto;
}

#maincontainer {
  background: #fff;
  padding-bottom: 5%;
  overflow: hidden;
}


/* 
.header {
  padding: 4% 0 8%;
  background: url(../images/ribon_bg.png) center top no-repeat;
}
-------------------------------- */
h1 {
  text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 3%;
    padding: 1%;
    background: #6072bf;
    color: #FFFFFF;
}

h3 {
  font-size: 1.6em;
  text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
	margin-left:auto;
    margin-right:auto;

	padding-bottom:10px;
	padding-top:10px;
	border-top: dotted  3px #f4c1ca;
	border-bottom: dotted  3px #f4c1ca;
		max-width: 800px;
}



.present_area {
  background: url(../images/dot_bg.png) 0 0 repeat-x;
  height: 460px;
}

.wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.rela {
	position: relative;
	z-index: 1;
	font-weight: lighter;
}

.leftposi {
  position: absolute;
  top:-50px;
  left: 0;
  display: block;
}

.rightposi {
  position: absolute;
  top: -50px;
  right:0;
  display: block;
}

.tweetposi {
  position: absolute;
  top: -30px;
  right: -80px;
  display: block;
}


.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  position: relative;
  margin-bottom: 5%;
}
.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  position: relative;
  margin-bottom: 5%;
}

.step:after {
  content:'';
  position: absolute;
  top: 49%;
  left: 49%;
  width: 21px;
  height: 29px;
}
.steps:after {
  content:'';
  position: absolute;
  top: 49%;
  left: 49%;
  width: 21px;
  height: 29px;
}

.step li{
  width: 44%;
  margin: 3%;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 7px 7px 21px 4px rgba(0, 0, 0, 0.12);
}
.steps li{
  width: 50%;
  margin: 2%;

}

.attention {
  font-size: 0.8em;
}

.imgcenter {
  text-align: center;
  margin-bottom: 3%;
}

.btn {
  position: relative;
  transition: 0.3s;
}
.btn2 {
  position: relative;
  transition: 0.3s;
	  text-align: center;
}

.btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background: #55acee;
  border-radius: 10px;
  padding: 4%;
  margin-top: 3%;
  text-align: center;
}
.btn2 a {
  text-decoration: none;
  display: block;
	  margin-top: 3%;
}

.btn:after {
  content: '';
  position: absolute;
  top: 33%;
  right: 3%;
  background: url(../images/white_arrow.png) 0 0 no-repeat;
  width: 11px;
  height: 15px;
}
.btn2:after {
  content: '';
  top: 33%;
  right: 3%;
  width: 11px;
  height: 15px;
	  text-align: center;
}

.btn:hover {
  opacity: 0.7;
}
.btn2:hover {
  opacity: 0.7;
}


/* ------gaiyou------------*/
#gaiyou,.gaiyou_sp {
    background: #ffeaee;
    padding: 5%;
}

.naiyou {
    margin-bottom: 5%;
}
.menu {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.stepborder {
    border-bottom: 3px solid #6072bf;
    line-height: 2.5;
}

/* ------menu------------*/

.accordion input {
  display: none;
}
.accordion label {
  display: block;
  background: #6072bf;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px 0 0;
}
.banner {
  text-align: center;
}


/* ------page top------------*/
.pt_area {
  background-image: linear-gradient(-45deg,
    #ffccd8 30%,
    #ffc0cf 30%, #ffc0cf 50%,
    #ffccd8 50%, #ffccd8 80%,
    #ffc0cf 80%, #ffc0cf);
  padding: 1%;
  background-size: 8px 8px;
}

.pt_area a {
  text-align: center;
  font-weight: bold;
  color: #333;
  display: block;
  width: 8%;
  text-decoration: none;
  margin: 0 auto;
  font-size: 0.9em;
}
.moviemargin {
  margin:7% 0%;
}
/* ------footer------------*/
#footer {
    background: #000;
}

#footer p {
    text-align: center;
	padding:3% 0;
}

/* =======================================

responsible

======================================= */

@media screen and (min-width: 800px) {

/*幅800px以上のとき表示*/
.visible-pc{
  visibility:visible !important;
  }
/*幅800px以上のとき非表示*/
.hidden-pc{
  visibility:hidden !important;
  display:none !important;
  background:none !important;
  }

}


@media screen and (max-width: 799px){
  /*幅799px以下のとき表示*/
.visible-sp{
  visibility:visible !important;
  }
/*幅799px以下のとき非表示*/
.hidden-sp{
  visibility:hidden !important;
  display:none !important;
  background:none !important;
  }

body {
  font-size: 4.3vw;
}

h3 {
  font-size: 1.3em;
}

.header {
  background: none;
  padding:3% 0 10%;
max-width: 700px;
}

#maincontainer {
width:100%;
    margin: 0 auto;
    padding: 2% 0;
}

.leftposi {
  position: static;
  width: 81%;
}

.rightposi {
  top: 58%;
  right: 0;
  width: 50%;
}


.tweetposi {
  position: absolute;
  top: -5%;
  right: 4%;
  width: 40%;
}

.present_area {
  height: auto;
  margin-bottom: 16%;
}

.wrapper {
  width: 100%;
}

.step {
  display: block;
}
	.steps {
  display: block;
}

.step li {
  width: 100%;
  margin: 5% 0;
  padding: 5%;
}
	.steps li {
  width: 100%;
  margin: 2% 0;
  padding: 2%;
}

.imgcenter {
  width: 50%;
  margin: 0 auto 3%;
}

.step:after {
  display: none;
}
	.steps:after {
  display: none;
}

.olv_btn {
  margin: 10% 0 5%;
}
	

.olv_btn a {
  width: 100%;
  padding: 4%;
}

.step li {
  box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.12);
}


.pt_area {
  padding: 2%;
}

.pt_area a {
  width: 22%;
}
	.btn2{
		text-align: center;
		}

