/* --- PC Styling--- */


/*--------------------
メニュー２行にするタイミング（メニューのみ）
---------------------*/

.menu_2l{
   display: none;
}

@media (max-width: 1440px){
.menu_2l{
   display: block;
}
}

/*-----------------------------
	 Header
------------------------------- */
.header{
    width: 100%;
    /* 女性の指差しが見えるように 980pxで設定*/
    height: 800px;
    padding-top: 0;
    background-color: #ffc0a2;
    position: relative;
    z-index: 100;
}

.header_MenuZone{
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	position: fixed;
        top: 0;
        center: 0;
	z-index: 10;
	background-color: #ffffff;
}

.MenuZone{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	padding: 0 40px;
	display: flex;  /*ロゴとulを横に並べる*/
	justify-content: space-between;  /*両端に配置*/
	align-items: center;
        position: relative;
	z-index: 99;
}


.header h1{
	position: absolute;
	font-size: 10px;
        height: 10px;
	color: #ff6848;
        line-height: 1.5;
	top: 5px;
	left: 50px;
	z-index: 100;
}

.MenuZone_shadow{
	-webkit-box-shadow: 2px 3px 8px rgba(45, 45, 45, 0.2);
	box-shadow: 2px 3px 8px rgba(45, 45, 45, 0.2);
}


.menu_logo{
	width: 420px;
	height: auto;
	margin: 0;
	padding-top: 5px;
}

.menu_logo img{
	width: 100%;
	height: auto;
	margin: 0;

}

nav ul{
	display:flex;
	list-style:none;
        align-items: center;
}


nav ul li{
	margin-left:30px;
  	font-size: 20px;
}

nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 50px;
    position: relative;
    background: #ff6848;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}


nav ul li a:hover{
    opacity: 0.6;
}

img.mv{
    position: absolute;
    width: 1000px;
    height: 688px;
    padding: 0;             /* 余白指定 */
    left: 0;                   /* 左からの位置指定 */
    right: 0;                  /* 右からの位置指定 */
    bottom: -55px;
    margin:  auto;              /* 位置調整と組み合わせて上下中央に */
}


/*----------------------------------------
	 Header max-width: 1280px
------------------------------------------- */
@media (max-width: 1280px){

.header{
    height: 660px;
}

.menu_logo{
	width: 320px;
	height: auto;
	margin-top: 5px;
}

nav ul{}


nav ul li{
	margin-left:20px;
  	font-size: 18px;
}

nav ul li a{
    width: 8em;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
}

img.mv{
    width: 800px;
    height: 550px;
}
}

/*----------------------------------------
	 Header max-width: 960px
------------------------------------------- */
@media (max-width: 960px){

.header{
    height: 520px;
}


.menu_logo{}

.MenuZone{
	padding: 0 30px;
}


nav ul li{
	margin-left:15px;
  	font-size: 18px;
}

nav ul li a{
        width: 8em;
        height: 44px;
        border-radius: 22px;
        font-size: 18px;
}

img.mv{
    width: 600px;
    height: 413px;
}
}


/*----------------------------------------
	 Header max-width: 767px
------------------------------------------- */

@media (max-width: 767px){

.header_MenuZone{
	height: 90px;
}


.MenuZone{
	height: 90px;
	padding: 0 20px;
}


.header h1{
	left: 20px;
}

.menu_logo{
	width: 300px;
	margin-top: 5px;
}


nav ul li{
	margin-left:12px;
  	font-size: 16px;
}

nav ul li a{
        width: 8em;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
}
}

/*----------------------------------------
	 Header max-width: 640px
------------------------------------------- */


@media (max-width: 640px){

.header{
    height: 680px;
}


.header_MenuZone{
	height: 70px;
}


.MenuZone{
	height: 70px;
}


.MenuZone{
	padding: 0 16px;
}


.menu_logo{
	width: 240px;
}


nav ul li{
	margin-left:12px;
  	font-size: 12px;
}

nav ul li a{
        width: 8em;
        height: 26px;
        border-radius: 12px;
        font-size: 12px;
}
img.mv{
    width: 400px;
    height: 609px;
}
}


/*----------------------------------------
	 Header max-width: 460px
------------------------------------------- */


@media (max-width: 460px){

.header{
    height: 520px;
}


.header_MenuZone{}


nav ul li a.page{
	display: none;
}

img.mv{
    width: 300px;
    height: 457px;
}
}

/*---------------------------------- 
Contact_Zone
-----------------------------------*/

.Contents00 .Contact_Zone,
.Contents01 .Contact_Zone,
.Contents03 .Contact_Zone{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  padding: 0;
  margin: 0 auto;
  background-color: #ffffff;
}

.Contents03 .Contact_Zone{
  height: 240px;
  background-color: transparent;
}


.Contents01 .Contact_Zone h3{
   display: block;
   font-size: 38px;
   font-weight: bold;
   padding-top: 20px;
   margin: 0 auto;
}


.Contents_catch,
.Contents_catch-bk{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-top: 80px;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.Contents_catch-bk{
  color: #222222;
}

.Contents_catch:before, .Contents_catch:after,
.Contents_catch-bk:before, .Contents_catch-bk:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.Contents_catch-bk:before, .Contents_catch-bk:after{
  background-color: #222222;
}

.Contents_catch:before,
.Contents_catch-bk:before{
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.Contents_catch:before,
.Contents_catch-bk:before{
  left:0;
}

.Contents_catch:after,
.Contents_catch-bk:after{
  right: 0;
}

a.Contents00_btn,
a.Contents01_btn,
a.Contents03_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 116px;
  position: relative;
  border: 4px solid #000000;
  border-radius: 65px;
  box-sizing: border-box;
  background-color: #ffb3d0;
  padding: 0;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 80px;
  margin-bottom: 80px;
}


a.Contents01_btn,
a.Contents03_btn{
  width: 460px;
  border-radius: 65px;
  box-sizing: border-box;
  background-color: #a2ebd4;
  margin-top: 40px;
  margin-bottom: 80px;
}


a.Contents03_btn{
  background-color: #ffffff;
}


a.Contents03_btn:hover{
  opacity: 0.3;
}


a.Contents01_btn:hover{
  background-color: #ffffff;
}


a.Contents00_btn p,
a.Contents01_btn p,
a.Contents03_btn p{
  font-size: 36px;
  font-weight: bold;
}

a.Contents00_btn p span{
  font-size: 28px;
  font-weight: normal;
}

a.Contents00_btn:hover{
  background: #ffffff;
  color: #666666;
  border: 4px solid #666666;
}


/*--------------------------
	Contact_Zone 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents00 .Contact_Zone,
.Contents01 .Contact_Zone{
  height: 360px;
}

.Contents01 .Contact_Zone{
  height: 400px;
}


.Contents01 .Contact_Zone h3{
   font-size: 28px;
}

.Contents_catch,
.Contents_catch-bk {
  margin-top: 50px;
  font-size: 20px;
}

.Contents_catch:before, .Contents_catch:after,
.Contents_catch-bk:before, .Contents_catch-bk:after {
  width: 40px;
}

a.Contents00_btn,
a.Contents01_btn,
a.Contents03_btn{
  width: 400px;
  height: 100px;
  border-radius: 50px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
}


a.Contents00_btn{
  width: 600px;
  height: 120px;
  border-radius: 60px;
}

a.Contents00_btn p,
a.Contents01_btn p,
a.Contents03_btn p{
  font-size: 24px;
  font-weight: bold;
}

a.Contents00_btn p span{
  font-size: 20px;
  font-weight: normal;
}

a.Contents00_btn:hover{
  background: #ffffff;
  color: #666666;
  border: 3px solid #666666;
}
}


/*--------------------------
	Contact_Zone 767px
---------------------------*/
@media (max-width: 767px){

.Contents00 .Contact_Zone,
.Contents01 .Contact_Zone{
  height: 260px;
  margin: 0;
}

.Contents01 .Contact_Zone{
  height: 300px;
}
.Contents03 .Contact_Zone{
  height: 180px;
}



.Contents01 .Contact_Zone h3{
   font-size: 22px;
}


.Contents_catch,
.Contents_catch-bk {
  margin-top: 40px;
  font-size: 20px;
}


a.Contents00_btn,
a.Contents01_btn,
a.Contents03_btn{
  width: 340px;
  height: 80px;
  border: 3px solid #000000;
  border-radius: 40px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}


a.Contents00_btn {
  width: 520px;
  height: 100px;
  border-radius: 50px;
}

a.Contents00_btn p,
a.Contents01_btn p,
a.Contents03_btn p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

a.Contents00_btn p span{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}


}


/*--------------------------
	Contact_Zone 600px
---------------------------*/
@media (max-width: 600px){

.Contents00 .Contact_Zone,
.Contents01 .Contact_Zone{
  height: 260px;
}

.Contents01 .Contact_Zone{
  height: 200px;
}


.Contents03 .Contact_Zone{
  height: 140px;
}

.Contents01 .Contact_Zone h3{
   font-size: 18px;
}

.Contents_catch,
.Contents_catch-bk {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: -0.05em;
  padding: 0 30px;
}

.Contents_catch:before, .Contents_catch:after,
.Contents_catch-bk:before, .Contents_catch-bk:after {
  width: 30px;
}

a.Contents00_btn,
a.Contents01_btn,
a.Contents03_btn{
  width: 300px;
  height: 60px;
  border-radius: 30px;
}


a.Contents00_btn {
  height: 100px;
  border-radius: 50px;
}


a.Contents00_btn p,
a.Contents01_btn p,
a.Contents03_btn p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
}




/*--------------------------
	Contact_Zone 460px
---------------------------*/
@media (max-width: 460px){
.Contents00 .Contact_Zone{
  height: 200px;
}

a.Contents00_btn,
a.Contents01_btn,
a.Contents03_btn{
  width: 260px;
  height: 50px;
  border-radius: 25px;
}


a.Contents00_btn {
  height: 80px;
  border-radius: 40px;
}
}


/*--------------------------
	Contents00
---------------------------*/

.Info_Zone,
.Contents01 .Info_Zone{
  width: 100%;
  margin: 0 auto;
}

.Info_Zone h2,
.Contents01 .Info_Zone h2{
    display: block;
    width: 900px;
    padding: 20px;
    margin: 0 auto;
    background-color: #786b1c;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: relative;
}


.Contents01 .Info_Zone h2{
    background-color: #186260;
}


.Info_Zone h2 img,
.Contents01 .Info_Zone h2 img{
    position: absolute;
    width: 140px;
    height: auto;
    padding: 0;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
}

.Info_Zone p,
.Contents01 .Info_Zone p{
	font-size: 25px;
	line-height: 1.8;
	text-align: center;
}

img.mark0{
    display: block;
    width: 18px;
    height: auto;
    padding: 0;
    margin: 50px auto;
}

.Info_Block,
.Info_Block_2nd,
.Info_Block_3rd{
  width: 920px;
  height: auto;
  padding-top: 52.70%;
  padding-bottom: 0;
  margin: 180px auto 0;
  background-image: url(../images/contents00/info_block1_image_pc.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.Info_Block_2nd{
  background-image: url(../images/contents00/info_block2_image_pc.png);
}

.Info_Block_3rd{
  background-image: url(../images/contents00/info_block3_image_pc.png);
  margin: 180px auto 100px;
}

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   position: absolute;
   width: 100%;
   height: auto;
   font-size: 20px;
   text-align: center;
   left: 0;
   bottom: 90px;
   z-index: 2;
}

.Info_Block img,
.Info_Block_2nd img,
.Info_Block_3rd img{
   position: absolute;
   width: 585px;
   height: auto;
   top: -140px;
   right: 5px;
}

.Info_Block_2nd img{
   top: -120px;
   left: 20px;
}

.Info_Block_3rd img{
   right: 40px;
}


.Template_Block{
    width: 920px;
    height: 0;
    padding-top: 64.88%;
    padding-bottom: 0;
    margin: 180px auto 0;
    background-image: url('../images/contents01/template_block_image_pc.png');
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.Contents00_InfoZone_Hakama img.mark,
.Contents01_InfoZone_Hakama img.mark{
   position: absolute;
   width: 18px;
   height: auto;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   z-index: 2;
}


/*--------------------------
	Contents00 1280px
---------------------------*/
@media (max-width: 1280px){

.Info_Zone h2,
.Contents01 .Info_Zone h2{
    display: block;
    width: 500px;
    padding: 10px;
    font-size: 30px;
}

.Info_Zone h2 img,
.Contents01 .Info_Zone h2 img{
    width: 100px;
}

.Info_Zone p,
.Contents01 .Info_Zone p{
	font-size: 20px;
	line-height: 1.6;
}

img.mark0{
    width: 14px;
    margin: 30px auto;
}

.Info_Block,
.Info_Block_2nd,
.Info_Block_3rd{
  max-width: 920px;
  width: 80%;
  padding-top: 58.50%;
}

.Info_Block_2nd{}

.Info_Block_3rd{
  margin: 140px auto 60px;
}

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   font-size: 14px;
   bottom: 80px;
}

.Info_Block img,
.Info_Block_2nd img,
.Info_Block_3rd img{
   position: absolute;
   max-width: 585px;
   width: 60%;
   height: auto;
   top: -110px;
   right: 5px;
}

.Info_Block_2nd img{
   top: -70px;
   left: 20px;
}

.Info_Block_3rd img{
   top: -110px;
   right: 20px;
}


.Template_Block{
    max-width: 920px;
    width: 80%;
    margin: 120px auto 0;
}



.Contents00_InfoZone_Hakama img.mark,
.Contents01_InfoZone_Hakama img.mark{
   width: 14px;
}
}

/*--------------------------
	Contents00 960px
---------------------------*/
@media (max-width: 960px){

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   bottom: 70px;
}

.Info_Block img,
.Info_Block_2nd img,
.Info_Block_3rd img{
   top: -100px;
}

.Info_Block_2nd img{
   top: -80px;
}

.Info_Block_3rd img{
   top: -100px;
}
}


/*--------------------------
	Contents00 767px
---------------------------*/
@media (max-width: 767px){

.Info_Zone h2,
,Contents01 .Info_Zone h2{
    display: block;
    max-width: 500px;
    width: 80%;
    padding: 10px;
    font-size: 20px;
}


img.mark0{
    width: 10px;
    margin: 20px auto;
}



.Info_Zone h2 img,
.Contents01 .Info_Zone h2 img{
    width: 60px;
    left: -20px;
}

.Info_Zone p,
.Contents01 .Info_Zone p{
	font-size: 16px;
	line-height: 1.6;
}


.Info_Block,
.Info_Block_2nd,
.Info_Block_3rd{
  max-width: 920px;
  width: 90%;
  padding-top: 66%;
  margin: 90px auto 0;
}

.Info_Block_2nd{
}

.Info_Block_3rd{
  margin: 120px auto 20px;
}

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   font-size: 14px;
   bottom: 50px;
}

.Info_Block p,
.Info_Block_3rd p{
   bottom: 60px;
}

.Info_Block img,
.Info_Block_2nd img,
.Info_Block_3rd img{
   position: absolute;
   max-width: 585px;
   width: 60%;
   height: auto;
   top: -80px;
   right: 5px;
}

.Info_Block_2nd img{
   top: -65px;
   left: 20px;
}

.Info_Block_3rd img{
   top: -80px;
   right: 0;
}


.Template_Block{
    margin: 80px auto 0;
}



.Contents00_InfoZone_Hakama img.mark,
.Contents01_InfoZone_Hakama img.mark{
   width: 10px;
}

}





/*--------------------------
	Contents00 640px
---------------------------*/

@media (max-width: 640px){

.Info_Zone h2,
.Contents01 .Info_Zone h2{
    width: 90%;
    font-size: 20px;
    margin: 0 auto 30px;
}

.Info_Zone p,
.Contents01 .Info_Zone p{
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

.Info_Block,
.Info_Block_2nd,
.Info_Block_3rd{
  max-width: 920px;
  width: 90%;
  height: auto;
  padding-top: 124.54%;
  padding-bottom: 0;
  margin: 120px auto 0;
  background-image: url(../images/contents00/info_block1_image_sp.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}


.Info_Block_2nd{
  background-image: url(../images/contents00/info_block2_image_sp.png);
}

.Info_Block_3rd{
  background-image: url(../images/contents00/info_block3_image_sp.png);
  margin: 120px auto 20px;
}

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   font-size: 14px;
   bottom: 80px;
   text-align: center;
}


.Info_Block p.Info_Text{
  font-size: 16px;
  letter-spacing: -0.1em;
  border-radius: 20px;
  text-align: left;
}


.Info_Block .Info_Image{
  width: 100%;
  padding-bottom: 20px;
  background-position: center bottom -10px;
  background-size: 30px;
}

.Info_Block .Info_Image img{
  width: 100%;
  height: auto;
  padding: 0;
}

.Contents00 h3{
    margin: 0 auto 80px;
    width: 60%;
}

.Template_Block{
  max-width: 920px;
  width: 90%;
    height: 0;
    padding-top: 168%;
    padding-bottom: 0;
    margin: 40px auto 0;
    background-image: url('../images/contents01/template_block_image_sp.png');
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
}



/*--------------------------
	Contents00 540px
---------------------------*/

@media (max-width: 540px){

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   font-size: 12px;
   bottom: 60px;
}


.Info_Block img,
.Info_Block_2nd img,
.Info_Block_3rd img{
   width: 300px;
   height: auto;
   top: -115px;
   right: 5px;
}

.Info_Block_2nd img{
   top: -95px;
   left: 0;
}

.Info_Block_3rd img{
   top: -120px;
   right: 0;
}

}


/*--------------------------
	Contents00 460px
---------------------------*/

@media (max-width: 460px){

.Contents00 h2,
.Contents01 h2{
    font-size: 18px;
    margin: 0 auto 30px;
}

.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   bottom: 50px;
}

.Info_Block img,
.Info_Block_2nd img,
.Info_Block_3rd img{
   position: absolute;
   width: 280px;
   height: auto;
   top: -105px;
   right: 0;
}

.Info_Block_2nd img{
   top: -85px;
   left: 0;
}

.Info_Block_3rd img{
   top: -105px;
   right: 0;
}

}


/*--------------------------
	Contents00 400px
---------------------------*/

@media (max-width: 460px){
.Info_Block p,
.Info_Block_2nd p,
.Info_Block_3rd p{
   bottom: 40px;
}
}





/*--------------------------
	Contents02
---------------------------*/

.Contents02 .Copy_Zone,
.Contents03 .Copy_Zone{
   width: 100%;
   height: auto;
   display:flex;
   flex-direction: column;
   justify-content:center;
   align-items:center;
   padding: 160px 0 100px;
   text-align: center;
}


.Copy_Zone p{
   position: relative;
   display: inline-block;
   font-size: 36px;
   z-index: 1;

}

.Contents02 .Copy_Zone p::before {
      content: "";
      position: absolute;
      top: -70px;
      left: -32px;
      background: url('../images/contents02/minna_copy_mark_pc.png');
      width: 200px;
      height: 55px;
    }


.Copy_Zone a img.logo02{
   width: 960px;
   height: auto;
   padding: 0;
   margin: 30px auto 0;
}



.Copy_Zone p.none{
   font-size: 32px;
   z-index: 1;
}


.Copy_Zone h3{
   font-size: 46px;
   padding-top: 30px;
   font-weight: bold;
   z-index: 1;
}


.Copy_Zone a img.logo02{
   width: 960px;
   height: auto;
   padding: 0;
   margin: 30px auto 0;
}

/*--------------------------
	Contents02 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents02 .Copy_Zone{
   padding: 120px 0 80px;
}

.Contents03 .Copy_Zone{
   padding: 100px 0 40px;
}

.Copy_Zone p{
   font-size: 32px;
}

.Contents02 .Copy_Zone p::before {
      content: "";
      position: absolute;
      top: -70px;
      left: -20px;
    }

.Copy_Zone a img.logo02{
   max-width: 960px;
   width: 90%;
   height: auto;
   padding: 0;
   margin: 30px auto 0;
}

.Copy_Zone p.none{
   font-size: 32px;
   z-index: 1;
}


.Copy_Zone h3{
   font-size: 36px;
   padding-top: 30px;
}
}

/*--------------------------
	Contents02 960px
---------------------------*/
@media (max-width: 960px){

.Contents02 .Copy_Zone{
   padding: 140px 0 60px;
}

.Contents03 .Copy_Zone{
   padding: 80px 0 20px;
}

.Copy_Zone p{
   font-size: 26px;
}

.Contents02 .Copy_Zone p::before {
      content: "";
      position: absolute;
      top: -70px;
      left: -20px;
    }

.Copy_Zone a img.logo02{
   margin: 20px auto 0;
   width: 80%;
}

.Copy_Zone p.none{
   font-size: 26px;
   z-index: 1;
}


.Copy_Zone h3{
   font-size: 30px;
   padding-top: 30px;
}
}


/*--------------------------
	Contents02 767px
---------------------------*/
@media (max-width: 767px){

.Contents02 .Copy_Zone{
   padding: 120px 0 60px;
}

.Contents03 .Copy_Zone{
   padding: 80px 0 20px;
}


.Copy_Zone p{
   font-size: 22px;
}

.Contents02 .Copy_Zone p::before {
      content: "";
      position: absolute;
	top: -40px;
        left: -10px;
        background: url('../images/contents02/minna_copy_mark_sp.png');
        width: 120px;
        height: 33px;
    }

.Copy_Zone a img.logo02{
   margin: 20px auto 0;
   width: 80%;
}

.Copy_Zone p.none{
   font-size: 22px;
   z-index: 1;
}


.Copy_Zone h3{
   font-size: 26px;
   padding-top: 20px;
   line-height: 1.4;
}
}

/*--------------------------
	Contents02 600px
---------------------------*/
@media (max-width: 600px){

.Contents02 .Copy_Zone,
.Contents03 .Copy_Zone{
   padding: 60px 0 20px;
}

.Copy_Zone p{
   font-size: 16px;
}

.Contents02 .Copy_Zone p::before {
      content: "";
      position: absolute;
	top: -40px;
        left: -10px;
        background: url('../images/contents02/minna_copy_mark_sp.png');
        width: 120px;
        height: 33px;
    }

.Copy_Zone a img.logo02{
   margin: 20px auto 0;
   width: 80%;
}

.Copy_Zone p.none{
   font-size: 16px;
   z-index: 1;
}


.Copy_Zone h3{
   font-size: 20px;
   padding-top: 15px;
   line-height: 1.4;
}
}



/*-------------------------
     footer
---------------------------*/

.footer{
	width: 100%;
        margin: 0 auto;
	padding: 80px 0;
	color: #777979;
	text-align: center;
        font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	z-index: 1;
}


.footer-block{
	max-width: 600px;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
  	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.footer-logo{
	padding: 0;

}

.footer-logo img
.footer-logo img a{
	width: 80px;
        height: auto;
	padding: 0;
}

.footer-text{
	margin-left: 10px;
}


.footer-text p{
	font-size: 28px;
	padding-bottom: 10px;
	text-align: left;
}

.footer-text p span{
	font-size: 40px;
}

.footer-text p.tel,
.footer-text p.tel a{
	font-size: 24px;
	letter-spacing: 0;
	padding: 0;
}

p.policy,
p.policy a{
	font-size: 16px;
	padding: 1.5em 0;
	text-align: center;
}


p.copyright{
	font-size: 22px;
        text-align: center;
        padding-top: 10px;

}



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

.footer{
	padding: 60px 0 20px;
}

.footer-block{
	width: 370px;
        height: auto;
        padding: 0;
        margin: 0 auto;
	height: auto;
}

.footer-logo{
	width: 54px;
	padding: 0;
}


.footer-text{
	margin-left: 8px;
}

.footer-logo img a{
	width: 54px;
}

.footer-text p{
	font-size: 14px;
	padding-bottom: 10px;
	text-align: left;
}

.footer-text p span{
	font-size: 20px;
}

.footer-text p.tel,
.footer-text p.tel a{
	font-size: 14px;
	letter-spacing: 0;
}

p.policy,
p.policy a{
	font-size: 14px;
	line-height: 1.6;
}

p.copyright{
	font-size: 12px;
}
}


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

.footer{
	padding: 20px 60px 20px;
}

.footer-block{
	width: 320px;
}

.footer-logo{
	width: 40px;
	padding: 0;

}


.footer-text{
	margin-left: 6px;
}

.footer-logo img a{
	width: 44px;
}

.footer-text p{
	font-size: 12px;
	padding-bottom: 10px;
	text-align: left;
}

.footer-text p span{
	font-size: 18px;
}

.footer-text p.tel,
.footer-text p.tel a{
	font-size: 12px;
	letter-spacing: -0.05rem;
}

p.policy,
p.policy a{
	font-size: 12px;
	line-height: 1.6;
}


p.copyright{
	font-size: 9px;
}
}




/*--------------------------------------

みんなのテンプレート誘導ボタン

----------------------------------------*/

.main-footer {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 110;
}

.main-footer .Button-block{
	width: 140px;
	height: auto;
	padding: 0;
        margin: 0;
	text-align: center;
}

.main-footer .Button-block img {
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 50;
}

.main-footer .Button-block img.page-top {
    width: 50%;
    height: auto;
    padding-top: 20px;
    z-index: 50;
}

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

.main-footer .Button-block{
	width: 120px;
}
}



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

.main-footer {
    bottom: 240px;
    right: 15px;
}

.main-footer .Button-block{
	width: 100px;
}

.main-footer .Button-block img.page-top {
    padding-top: 10px;
}
}

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

.main-footer {
    bottom: 140px;
    right: 12px;
}

.main-footer .Button-block{
	width: 80px;
}

.main-footer .Button-block img.page-top {
    width: 50px;
    padding-top: 5px;
}
}

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

.main-footer {
    bottom: 120px;
    right: 12px;
}

.main-footer .Button-block{
	width: 70px;
}

.main-footer .Button-block img.page-top {
    padding-top: 2px;
}
}

/*  ふわふわ動く */
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

