/* --- PC Styling--- */


/*--------------------
メニュー２行にするタイミング（メニューのみ）
---------------------*/

.menu_2l{
   display: none;
}

@media (max-width: 1440px){
.menu_2l{
   display: block;
}
}

/*-----------------------------
	 Header
------------------------------- */
.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: #2144d3;
        line-height: 1.5;
	top: 2px;
	left: 30px;
	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: 300px;
	height: auto;
	margin: 0;
}

.menu_logo img{
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 5px;
}

nav ul{
	display:flex;
	list-style:none;
        align-items: center;
}


nav ul li{
	margin-left:30px;
  	font-size: 20px;
}

nav ul li a,
nav ul li.pink a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 60px;
    position: relative;
    background: #2d2d2d;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
}

nav ul li.pink a{
    background: #ff007d;
}


nav ul li a:hover{
    opacity: 0.6;
}

/*----------------------------------------
	 Header max-width: 1280px
------------------------------------------- */
@media (max-width: 1280px){

.menu_logo{
	width: 280px;
	height: auto;
	margin-top: 5px;
}

nav ul{}


nav ul li{
	margin-left:20px;
  	font-size: 18px;
}

nav ul li a,
nav ul li.pink a{
    width: 8em;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
}
}

/*----------------------------------------
	 Header max-width: 960px
------------------------------------------- */
@media (max-width: 960px){

.menu_logo{}

.MenuZone{
	padding: 0 30px;
}


nav ul li{
	margin-left:15px;
  	font-size: 18px;
}

nav ul li a,
nav ul li.pink a{
        width: 8em;
        height: 44px;
        border-radius: 22px;
        font-size: 18px;
}
}


/*----------------------------------------
	 Header max-width: 767px
------------------------------------------- */

@media (max-width: 767px){


.header_MenuZone{
	height: 90px;
}


.MenuZone{
	height: 90px;
	padding: 0 20px;
}

.header h1{
	left: 20px;
}

.menu_logo{
	margin-top: 5px;
}


nav ul li{
	margin-left:12px;
  	font-size: 16px;
}

nav ul li a,
nav ul li.pink a{
        width: 8em;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
}
}


/*----------------------------------------
	 Header max-width: 600px
------------------------------------------- */


@media (max-width: 600px){

.menu_logo{
	width: 180px;
}

.header_MenuZone{
	height: 70px;
}


.MenuZone{
	height: 70px;
}

.menu_logo{}

.MenuZone{
	padding: 0 16px;
}


nav ul li{
	margin-left:12px;
  	font-size: 14px;
}

nav ul li a,
nav ul li.pink a{
        width: 8em;
        height: 30px;
        border-radius: 14px;
        font-size: 14px;
}
}


/*----------------------------------------
	 Header max-width: 460px
------------------------------------------- */


@media (max-width: 460px){

nav ul li.pink a{
        display: none;
}
}


/*---------------------------------- 
Contact_Zone
-----------------------------------*/

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,
.Contents04 .Contact_Zone{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto 100px;
}

.Contents04 .Contact_Zone{
  height: auto;
  margin: 0 auto;
  padding: 140px 0;
}


.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.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 130px;
  position: relative;
  background-image: linear-gradient(150deg, rgba(255, 117, 224, 1), rgba(255, 59, 224, 1) 17%, rgba(255, 0, 125, 1) 87%);
  border: none;
  border-radius: 65px;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 20px;
  margin-bottom: 80px;
}


a.Contents03_btn {
  width: 500px;
  height: 115px;
  background-color: #ffb2c4;
  border: none;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 0;
  color: #222222;
  font-size: 32px;
}


a.Contents04_btn {
  width: 800px;
  height: 190px;
  position: relative;
  border-radius: 95px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 80px;
}


a.Contents01_btn:hover,
a.Contents02_btn:hover{
  background: #ffffff;
  border: none;
  color: #ff007d;
}

a.Contents02_btn:hover{
  background: #ffffff;
  border: 3px solid #ff007d;
  color: #ff007d;
}

a.Contents03_btn:hover{
  background: #222222;
  border: none;
  color: #ffffff;
}

a.Contents04_btn:hover {
  background: #ffffff;
  border: 3px #ff007d solid;
  color: #ff007d;
}


/*--------------------------
	Contact_Zone 1280px
---------------------------*/
@media (max-width: 1280px){


.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,
.Contents04 .Contact_Zone{
  height: 240px;
}


.Contents04 .Contact_Zone{
  height: auto;
  padding: 100px 0;
}


.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.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn{
  width: 400px;
  height: 120px;
  border-radius: 60px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
}

a.Contents04_btn {
  width: 600px;
  height: 120px;
  border-radius: 60px;
  color: #fff;
  font-size: 38px;
}



}


/*--------------------------
	Contact_Zone 767px
---------------------------*/
@media (max-width: 767px){

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,,
.Contents04 .Contact_Zone,{
  height: 200px;
  margin-bottom: 60px;
}


.Contents04 .Contact_Zone{
  height: auto;
  padding: 70px 0;
}


.Contents_catch,
.Contents_catch-bk {
  margin-top: 40px;
  font-size: 20px;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn{
  width: 340px;
  height: 80px;
  border-radius: 40px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}

a.Contents04_btn {
  width: 400px;
  height: 100px;
  border-radius: 50px;
  color: #fff;
  font-size: 28px;
}


}


/*--------------------------
	Contact_Zone 600px
---------------------------*/
@media (max-width: 600px){


.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,
.Contents04 .Contact_Zone{
  height: 180px;
}

.Contents04 .Contact_Zone{
  height: auto;
  padding: 50px 0;
}



.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.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn{
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 30px;
}

a.Contents04_btn {
  width: 320px;
  height: 70px;
  border-radius: 35px;
  color: #fff;
  font-size: 22px;
}


}

/*--------------------------
	Contents00
---------------------------*/

.Contents00 h2{
    display: block;
    padding: 0;
    margin: 0 auto 120px;
    font-size: 50px;
    font-weight: bold;
    color: #2144d3;
    text-align: center;
}

.Info_Zone{
  width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 260px;
  padding: 0;
}

.Info_Block{
  width: 33%;
  height: auto;
}

.Info_Block .Info_Image{
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  margin: 0 auto;
    background-image: url(../images/contents00/contents00-serif-mark.png);
    background-position: center bottom -15px;
    background-size: 60px;
    background-repeat: no-repeat;
    text-align: center;

}

.Info_Block p.Info_Text{
  width: 96%;
  height: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}

.Info_Block .Info_Image img{
  width: 100%;
  height: auto;
  padding: 0;
}


.Contents00 h3{
    display: block;
    padding: 0;
    margin: 0 auto 200px;
    max-width: 672px;
    width: 56%;
}


.Contents00 h3 img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.Contents00 h3 span{
    display: none;
}


.Solution_Zone{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.Solution_Zone h2{
    display: block;
    padding: 0;
    margin: 0 auto 60px;
    font-size: 50px;
    font-weight: bold;
    color: #2144d3;
    text-align: center;
}

.Solution_Zone h2 span{
    font-size: 70px;
    color: #ff007d;
}

.Solution_Block{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.Solution_Box{
  width: 33.333333%;
  height: auto;
  padding: 40px 0;
  background-color: #ffffff;
}

.Solution_Box:nth-child(1){
   border-radius: 20px 0 0 20px;
}

.Solution_Box:nth-child(3){
   border-radius: 0 20px 20px 0;
}

.Solution_Box_inner{
  width: 100%;
  height: auto;
  border-right: #e0e0e0 2px solid;
}

.border_none{
    border: none;
}

.Solution_Box_inner p{
  width: 96%;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto 40px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}


.Solution_Box_inner img{
  display: block;
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}



/*--------------------------
	Contents00 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents00 h2{
    font-size: 36px;
    margin: 0 auto 80px;
}

.Info_Zone{
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  margin: 0 auto 120px;
}

.Info_Block{
  width: 320px;
  margin: 0 20px 20px;
}

.Info_Block .Info_Image{
  max-width: 300px;
  width: 100%;
  padding-bottom: 30px;
  background-position: center bottom -10px;
  background-size: 40px;
}

.Info_Block p.Info_Text{
  font-size: 20px;
  letter-spacing: -0.1em;
}

.Info_Block .Info_Image img{
  width: 100%;
  height: auto;
  padding: 0;
}


.Solution_Zone{}

.Solution_Zone h2{
    margin: 0 auto 50px;
    font-size: 40px;
}

.Solution_Zone h2 span{
    font-size: 54px;
}

.Solution_Block{}

.Solution_Box{}

.Solution_Box:nth-child(1){}

.Solution_Box:nth-child(3){}

.Solution_Box_inner{}

.border_none{}

.Solution_Box_inner p{
  margin: 0 auto 30px;
  font-size: 24px;
}


.Solution_Box_inner img{}

}

/*--------------------------
	Contents00 960px
---------------------------*/
@media (max-width: 960px){

.Solution_Zone{
  margin: 0 auto;
}

.Solution_Zone h2{
    margin: 0 auto 50px;
    font-size: 36px;
}

.Solution_Zone h2 span{
    font-size: 46px;
}

.Solution_Block{}

.Solution_Box{}

.Solution_Box:nth-child(1){}

.Solution_Box:nth-child(3){}

.Solution_Box_inner{}

.border_none{}

.Solution_Box_inner p{
  margin: 0 auto 30px;
  font-size: 20px;
}


.Solution_Box_inner img{}

}

/*--------------------------
	Contents00 767px
---------------------------*/
@media (max-width: 767px){

.Contents00 h2{
    font-size: 32px;
    margin: 0 auto 50px;
}

.Info_Zone{
  margin: 0 auto 140px;
}

.Info_Block{
  max-width: 320px;
  width: 46%;
  height: auto;
  margin: 20px auto;
}

.Info_Block .Info_Image{
  width: 100%;
  padding-bottom: 20px;
  background-position: center bottom -10px;
  background-size: 30px;
}

.Info_Block p.Info_Text{
  font-size: 18px;
  letter-spacing: -0.1em;
  border-radius: 20px;
}

.Info_Block .Info_Image img{
  width: 100%;
  height: auto;
  padding: 0;
}

.Contents00 h3{
    margin: 0 auto 80px;
    width: 60%;
}

.Solution_Zone{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.Solution_Zone h2{
    margin: 0 auto 40px;
    font-size: 32px;
}

.Solution_Zone h2 span{
    font-size: 44px;
}

.Solution_Block{
  max-width: 400px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.Solution_Box{
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: #e0e0e0 2px solid;
}

.Solution_Box:nth-child(1){
   border-radius: 20px 20px 0 0;
}

.Solution_Box:nth-child(3){
   border-radius: 0 0 20px 20px;
}

.Solution_Box_inner{
  width: 100%;
  height: auto;
  border-right: none;
}

.border_none{
    border: none;
}

.Solution_Box_inner p,
.Solution_Box_inner p.mtb_0{
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.Solution_Box_inner p.mtb_0{
  margin: 0 auto;
}

}

/*--------------------------
	Contents00 600px
---------------------------*/

@media (max-width: 600px){

.Contents00 h2{
    font-size: 22px;
    margin: 0 auto 30px;
}

.Info_Zone{
  margin: 0 auto 100px;
}

.Info_Block{
  max-width: 300px;
  width: 80%;
  height: auto;
  margin: 20px auto;
}

.Info_Block p.Info_Text{
  font-size: 16px;
  letter-spacing: -0.1em;
  border-radius: 20px;
}

.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%;
}

.Solution_Zone{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.Solution_Zone h2{
    margin: 0 auto 40px;
    font-size: 22px;
}

.Solution_Zone h2 span{
    font-size: 30px;
}

.Solution_Block{
  max-width: 400px;
  width: 80%;
}


.Solution_Box_inner p,
.Solution_Box_inner p.mtb_0{
  margin: 0 auto 20px;
  font-size: 18px;
}
}



/*--------------------------
	Contents01
---------------------------*/

.Contents01_Copy_Zone{
  width: 732px;
  height: auto;
  padding: 0;
  margin: 350px auto 250px;
  text-align: center;
}

.Contents01_Copy_Zone img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.Contents01_Copy_Zone span{
	display: none;
}

.Point_Zone{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.Point_Block{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 0 auto 120px;
  padding: 100px 80px 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.Point_Block:last-child{
   margin: 0 auto 260px;
}


.Point_Block p{
	font-size: 24px;
	line-height: 1.4;
}


.Point_Block p.point{
        display: inline-block; 
        font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 30px;
        font-weight: bold;
        color: #2144d3;
	padding-bottom: 5px;
}

.Point_Block h2{
        display: inline-block; 
	font-size: 22px;
	line-height: 1.2;
        color: #2144d3;
        font-weight: bold;
	padding-bottom: 10px;
}


.Point_Block h3{
	font-size: 38px;
	line-height: 1.2;
        font-weight: bold;
	padding-bottom: 30px;
}

.Point_Box01{
	width: 100%;
	height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;
	margin: 0 auto 80px;
}


.Point_Box01 .inner_Text{
	width: 60%;
	height: auto;
	padding-right: 50px;
	margin: 0;
}

.Point_Box01 .inner_Img{
	width: 40%;
	height: auto;
	padding: 0;
	margin: 0;
}

.Point_Box01 .inner_Img img{
	display: block;
	width: 90%;
	height: auto;
	padding: 0;
        margin: 0 auto;
}


.Point_Box02{
        position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 50px;
	z-index: 1;
}


.Point_Box02 .PointFukidashi{
	position: absolute;
	width: auto;
	padding: 0;
	height: 3em;
	top: -100px;
	left: 0;
	z-index: 2;
}

h3.Fukidashi {
	 position: relative;
	 font-size: 28px;
	 font-weight: bold;
	 padding: 0.6em 1em;
	 background: #f9bceb;
	border-radius: 40px;
}

h3.Fukidashi:after {
	  position: absolute;
	  content: '';
	  top: 100%;
	  left: 50px;
	  border: 15px solid transparent;
	  border-top: 15px solid #f9bceb;
	  width: 0;
	  height: 0;
}

.Point_Box03{
        width: 100%;
	height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
	padding: 0;
	margin: 0 auto;
}

.Point_Box03:last-child{
	margin: 0 auto 20px;
}

.Point_Link{
	display: inline-block;
	width: auto;
        height: 62px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
}

.Point_Link p{
	font-weight: bold;
        padding-right: 1.5em;
	color: #222222;
}

.Point_Link img{
	width: auto;
	height: 100%;
	padding: 0;
}

.accordion{
    max-width: 1200px;
    width: 100%;
    border: 2px solid #2144d3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #222222;
    border-right: 3px solid #222222;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}


.accordion[open] p {
    transform: none;
    opacity: 1;
}


.accordion_inner{
  width: 94%;
  height: auto;
  padding: 0;
  margin: 20px auto;
}

.Type_Block01,
.Type_Block02,
.Type_Block03{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  margin: 0 auto 100px;
}

.Type_Block02,
.Type_Block03{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.accordion_inner p{
  font-size: 22px;
  font-weight: normal;
}

.Type_Block01 p.Type_name,
.Type_Block02 p.Type_name,
.Type_Block03 p.Type_name{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.Type_Block01 .imgZone,
.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
  width: 24%;
  padding: 0;
  margin: 0 auto;
}

.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
  width: 100%;
  text-align: center;
}

.Type_Block01 .imgZone img,
.Type_Block02 .imgZone img,
.Type_Block03 .imgZone img{
  width: 100%;
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
}

.Type_Block02 .imgZone img{
  width: auto;
  height: 300px;
  padding: 0 30px;
}


.Type_Block03 .imgZone img{
  width: auto;
  height: 240px;
  padding: 0 30px;
}

.Type_Block01 .TextZone,
.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
  width: 76%;
  padding-left: 5%;
}

.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
  width: 100%;
  padding-left: 0;
  padding-bottom: 20px;
}

/*--------------------------
	Contents01 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents01_Copy_Zone{
  max-width: 732px;
  width: 100%;
  height: auto;
  margin: 220px auto 180px;
}

.Contents01_Copy_Zone img{
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0;
}


.Point_Block{
  margin: 0 auto 80px;
  padding: 80px 60px;
}

.Point_Block:last-child{
   margin: 0 auto 200px;
}



.Point_Block p.point{
	font-size: 24px;
	padding-bottom: 4px;
}

.Point_Block h2{
	font-size: 20px;
}


.Point_Block h3{
	font-size: 32px;
	padding-bottom: 30px;
}

.Point_Box01{
	margin: 0 auto 60px;
}


.Point_Box01 .inner_Text{
	padding-right: 30px;

}


.Point_Box02{
	margin: 0 auto 40px;
}


.Point_Box02 .PointFukidashi{
	top: -80px;

}

h3.Fukidashi {
	 font-size: 24px;
	 padding: 0.5em 1em;
	 background: #f9bceb;
	border-radius: 40px;
}

h3.Fukidashi:after {
	  border: 12px solid transparent;
	  border-top: 12px solid #f9bceb;
	  width: 0;
	  height: 0;
}

.Point_Link{
        height: 50px;
}


.accordion_inner{
}

.Type_Block01,
.Type_Block02,
.Type_Block03{
  margin: 0 auto 80px;
}

.Type_Block02,
.Type_Block03{
}

.accordion_inner p{
  font-size: 20px;
}

.Type_Block01 p.Type_name,
.Type_Block02 p.Type_name,
.Type_Block03 p.Type_name{
  font-size: 24px;
  padding-bottom: 8px;
}

.Type_Block01 .imgZone,
.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
}

.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
  width: 100%;
  text-align: center;
}

.Type_Block01 .imgZone img,
.Type_Block02 .imgZone img,
.Type_Block03 .imgZone img{
  width: 100%;
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
}

.Type_Block02 .imgZone img{
  width: auto;
  height: 240px;
  padding: 0 15px;
}


.Type_Block03 .imgZone img{
  width: auto;
  height: 200px;
  padding: 0 10px;
}

.Type_Block01 .TextZone,
.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
  padding-left: 3%;
}

.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
  padding-bottom: 16px;
}


}

/*--------------------------
	Contents01 960px
---------------------------*/
@media (max-width: 960px){

.Contents01_Copy_Zone{
  max-width: 732px;
  width: 100%;
  height: auto;
  padding: 0;*/
  margin: 100px auto 80px;
  background-color: red;
}

.Contents01_Copy_Zone img{
  width: 60%;
  height: auto;
  padding: 0;
  margin: 0;
}


.Point_Block{
  margin: 0 auto 60px;
  padding: 40px 40px;
}

.Point_Block:last-child{
   margin: 0 auto 110px;
}


.Point_Block p{
	font-size: 20px;
}


.Point_Block p.point{
	font-size: 20px;
	padding-bottom: 6px;
}

.Point_Block h2{
	font-size: 18px;
}

.Point_Block h3{
	font-size: 28px;
	padding-bottom: 20px;
}

.Point_Box01{
	margin: 0 auto 70px;
}


.Point_Box01 .inner_Text{
	padding-right: 30px;
}


.Point_Box01 .inner_Img img{
	width: 80%;
}


.Point_Box02{
	margin: 0 auto 40px;
}


.Point_Box02 .PointFukidashi{
	top: -70px;
}

h3.Fukidashi {
	 font-size: 24px;
	 padding: 0.5em 1em;
	 background: #f9bceb;
	border-radius: 40px;
}

.Point_Link{
        height: 50px;
}

.Point_Link p{}

.Point_Link img{}


.Type_Block01,
.Type_Block02,
.Type_Block03{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0 auto 40px;
}


.accordion_inner p{
  font-size: 18px;
}

.Type_Block01 p.Type_name,
.Type_Block02 p.Type_name,
.Type_Block03 p.Type_name{
  font-size: 22px;
  padding-bottom: 8px;
}

.Type_Block01 .imgZone,
.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.Type_Block01 .imgZone img,
.Type_Block02 .imgZone img,
.Type_Block03 .imgZone img{
  width: auto;
  height: 200px;
  padding: 0 15px;
}

.Type_Block03 .imgZone img{
  width: auto;
  height: 180px;
  padding: 0 10px;
}

.Type_Block01 .TextZone,
.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
  width: 100%;
  padding-left: 0;
  padding-bottom: 12px;

}

.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
}
}


/*--------------------------
	Contents01 767px
---------------------------*/
@media (max-width: 767px){

.Contents01_Copy_Zone{
  margin: 100px auto 80px;
  background-color: blue;
}

.Contents01_Copy_Zone img{
  width: 60%;
  height: auto;
  padding: 0;
  margin: 0;
}


.Point_Block{
  margin: 0 auto 60px;
  padding: 40px 40px;
}

.Point_Block:last-child{
   margin: 0 auto 90px;
}


.Point_Block p.point{
	padding-bottom: 4px;
}

.Point_Block h2{
	font-size: 18px;
	padding-bottom: 10px;
}

.Point_Block h3{
	font-size: 26px;
	padding-bottom: 20px;
}

.Point_Box01{
	width: 100%;
	height: auto;
        display: flex;
        flex-direction: row;
  	flex-wrap: wrap;
         justify-content: space-between;
        align-items: flex-start;
        padding: 0;
	margin: 0 auto 50px;
}


.Point_Box01 .inner_Text{
	width: 100%;
	height: auto;
	padding-right: 0;
	margin: 0 auto 30px;
}

.Point_Box01 .inner_Img{
	max-width: 600px;
	width: 60%;
	height: auto;
	padding: 0;
	margin: 0 auto 100px;
}

.Point_Box01 .inner_Img img{
	width: 100%;
}


.Point_Box02{
	margin: 0 auto 40px;
}


h3.Fukidashi {
	 font-size: 20px;
	 padding: 0.5em 1em;
	 background: #f9bceb;
	border-radius: 40px;
}


.Point_Link{
        height: 50px;
}


.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 1em;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    cursor: pointer;
}

.Type_Block01,
.Type_Block02,
.Type_Block03{
  margin: 0 auto 40px;
}

.accordion_inner p{
  font-size: 16px;
}

.Type_Block01 p.Type_name,
.Type_Block02 p.Type_name,
.Type_Block03 p.Type_name{
  font-size: 20px;
  padding-bottom: 8px;
}

.Type_Block01 .imgZone,
.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.Type_Block01 .imgZone img,
.Type_Block02 .imgZone img,
.Type_Block03 .imgZone img{
  width: auto;
  height: 180px;
  padding: 0 12px;
}

.Type_Block03 .imgZone img{
  width: auto;
  height: 160px;
  padding: 0 10px;
}

.Type_Block01 .TextZone,
.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
  padding-bottom: 12px;

}

.Type_Block02 .TextZone,
.Type_Block03 .TextZone{
}
}

/*--------------------------
	Contents01 600px
---------------------------*/
@media (max-width: 600px){

.Contents01_Copy_Zone{
  margin: 80px auto 60px;
  background-color: blue;
}

.Contents01_Copy_Zone img{
  width: 70%;
  height: auto;
  padding: 0;
  margin: 0;
}


.Point_Block{
  border-radius: 30px;
  margin: 0 auto 60px;
  padding: 30px 30px;
}

.Point_Block:last-child{
   margin: 0 auto 70px;
}


.Point_Block p{
	font-size: 18px;
}


.Point_Block p.point{
	font-size: 18px;
	padding-bottom: 3px;
}

.Point_Block h2{
	font-size: 16px;
	padding-bottom: 10px;
}

.Point_Block h3{
	font-size: 22px;
	padding-bottom: 12px;
}

.Point_Box01{
	margin: 0 auto 20px;
}


.Point_Box01 .inner_Img img{
	width: 100%;
}


.Point_Box02{
	margin: 0 auto 40px;
}


.Point_Box02 .PointFukidashi{
	top: -60px;
}

h3.Fukidashi {
	 font-size: 18px;
	 padding: 0.5em 1em;
	 background: #f9bceb;
	border-radius: 30px;
}


.Point_Link{
        height: 40px;
}

.Type_Block01,
.Type_Block02,
.Type_Block03{
  margin: 0 auto 30px;
}

.accordion_inner p{
  font-size: 16px;
}

.Type_Block01 p.Type_name,
.Type_Block02 p.Type_name,
.Type_Block03 p.Type_name{
  font-size: 18px;
  padding-bottom: 6px;
}

.Type_Block01 .imgZone,
.Type_Block02 .imgZone,
.Type_Block03 .imgZone{
}


.Type_Block03 .imgZone img{
  width: auto;
  height: 140px;
  padding: 0 10px;
}
}

/*--------------------------
	Contents01 460px
---------------------------*/
@media (max-width: 460px){


.Point_Block{
  padding: 20px 20px;
}


.Point_Block h3{
	padding-bottom: 12px;
}


.Point_Link{
        height: 36px;
}

.Point_Link p{
        padding-right: 1.0em;
}
}


/*--------------------------
	Contents02
---------------------------*/

.Contents02 h2{
  padding: 0;
  margin: 200px auto 300px;
  text-align: center;
}

.Contents02 h2 img{
  width: 764px;
  height: auto;
  padding: 0;
  margin: 0;
}

.Contents02 h2 span{
	display: none;
}

.Reason_Zone{
  margin: 0 auto 360px;
  width: 100%;
  position: relative;
}

.Reason_Block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}

.Reason_Block:nth-child(even){
  flex-direction: row;
}
.Reason_Block:nth-child(even) .Reason_image{
  display: flex;
  justify-content: flex-end;
  width: 45%;
}
.Reason_Block:nth-child(even) img{
  padding-right: 20px;
}

.Reason_Block:nth-child(odd){
  flex-direction: row-reverse;
}

.Reason_Block:nth-child(odd) .Reason_image{
  display: flex;
  justify-content: flex-first;
  width: 45%;
}
.Reason_Block:nth-child(odd) img{
  padding-left: 20px;
}


.Reason_Block .Reason_image img{
  width: 440px;
}

.Reason_Block .Reason_txt{
  width: 50%;
}

.Reason_txt h3{
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.Reason_txt p{
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  background-color: #ffffff;
}


/*--------------------------
	Contents02 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents02 h2{
  margin: 240px auto 200px;
}

.Contents02 h2 img{
  max-width: 764px;
  width: 64%;
}

.Reason_Zone{
  margin: 0 auto 300px;
}

.Reason_Block{
  margin-bottom: 180px;
}


.Reason_Block .Reason_image img{
  max-width: 440px;
  width: 100%;
}


.Reason_txt h3{
  font-size: 36px;
  padding-bottom: 16px;
}

.Reason_txt p{
  font-size: 21px;
}
}

/*--------------------------
	Contents02 960px
---------------------------*/
@media (max-width: 960px){

.Contents02 h2{
  margin: 200px auto 160px;
}


.Contents02 h2 img{
  max-width: 764px;
  width: 64%;
}

.Reason_Zone{
  margin: 0 auto 240px;
}

.Reason_Block{
  margin-bottom: 160px;
}



.Reason_txt h3{
  font-size: 34px;
  padding-bottom: 14px;
}

.Reason_txt p{
  font-size: 20px;
}
}




/*--------------------------
	Contents02 767px
---------------------------*/
@media (max-width: 767px){

.Contents02 h2{
  margin: 160px auto 100px;
}

.Reason_Block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Reason_Zone{
  margin: 0 auto 220px;
  max-width: 600px;
  width: 100%;
}

.Reason_Block{
  margin-bottom: 100px;
}

.Reason_Block:nth-child(even){
  flex-direction: row;
}
.Reason_Block:nth-child(even) .Reason_image{
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 80%;
}
.Reason_Block:nth-child(even) img{
  padding-right: 0;
  padding-bottom: 20px;
}

.Reason_Block:nth-child(odd){
  flex-direction: row-reverse;
}

.Reason_Block:nth-child(odd) .Reason_image{
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 80%;
}
.Reason_Block:nth-child(odd) img{
  padding-left: 0;
}

.Reason_Block .Reason_image img{
  width: 100%;
}

.Reason_Block .Reason_txt{
  text-align: left;
  width: 100%;
}

.Reason_txt h3{
  font-size: 30px;
  padding-bottom: 10px;
}

.Reason_txt p{
  font-size: 20px;
}
}


/*--------------------------
	Contents02 600px
---------------------------*/
@media (max-width: 600px){

.Contents02 h2{
  margin: 140px auto 80px;
}


.Reason_Zone{
  margin: 0 auto 180px;
}


.Reason_Block{
  margin-bottom: 80px;
}

.Reason_txt h3{
  font-size: 20px;
}

.Reason_txt p{
  font-size: 18px;
}
}


/*--------------------------
	Contents03
---------------------------*/
.Contents03 h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 2.0;
  margin: 100px auto 0;
  text-align: center;
}

.h3_zone{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  background-image: url('../images/contents03/contents03-copy_back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 0;
  margin: 0 auto 200px;
  text-align: center;
}

.h3_zone h3{
  display: inline-block;
  margin: 0 auto;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 60px;
  font-weight: bold;
}


.Thought_Zone{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 180px auto 0;
}

.Thought_Block{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 240px;
}


.Thought_Block .Thought_Copy{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0 auto 50px;
}

.Thought_Block .Thought_Copy img{
  width: 480px;
  height: auto;
  padding: 0;
  margin: 0;
}

ul.Thought_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 36%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}


ul.Thought_all li.Thought_txt{
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


ul.Thought_all li img{
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.Thought_all li.Thought_txt p{
  font-size: 23px;
  line-height: 1.4;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 30px;
}


ul.Thought_all li.Thought_txt p a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 1.2;
  padding-top: 1em;
}


ul.Thought_all li.Thought_txt p a{
  padding-top: 2em;
  font-size: 0.9em;
}


ul.Thought_all li.Thought_txt p a:hover {
  color:#ff4d7d;
}

ul.Thought_all li.Thought_txt p a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #222222;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}

ul.Thought_all li.Thought_txt p a:hover::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ff4d7d;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.Contents03 .Contact_Zone01{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 240px;
}

.Contents03 .Contact_Zone01 .Contact_Block{
  width: 50%;
}

a.Contents03_btn {
  background: #ffc2d0;
  border: 3px solid #ffc2d0;
  color: #222222;
}

a.Contents03_btn:hover{
  background: #222222;
  border: 3px solid #222222;
  color: #ffffff;
}

.Contents03 .Contact_Zone02{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 200px;
}

a.btn02 {
  background: #ff4d7d;
  border: 3px solid #ff4d7d;
  color: #ffffff;
}

a.btn02:hover{
  background: #ffffff;
  border: 3px solid #ff4d7d;
  color: #ff4d7d;
}

/*--------------------------
	Contents03 1280px
---------------------------*/
@media (max-width: 1280px){
.Contents03 h2{
  font-size: 30px;
}

.h3_zone{
  height: 400px;
  margin: 0 auto 80px;
}

.h3_zone h3{
  font-size: 40px;
}

.Thought_Block{
  margin: 0 auto 120px;
}

.Thought_Block .Thought_Copy img{
  max-width: 554px;
  width: 50%;
}

ul.Thought_all li img{
  width: 100%;
  padding-right: 10px;
}

ul.Thought_all li.Thought_txt p{
  font-size: 20px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 28px;
}

.Contents03 .Contact_Zone01{
  margin: 0 auto 220px;
}

.Contents03 .Contact_Zone02{
  margin: 0 auto 180px;
}
}

/*--------------------------
	Contents03 960px
---------------------------*/
@media (max-width: 960px){
.Contents03 h2{
  font-size: 24px;
}

.h3_zone{
  height: 200px;
  padding: 0;
  margin: 0 auto 100px;
}

.h3_zone h3{
  font-size: 32px;
}

.Thought_Block .Thought_Copy img{
  max-width: 554px;
  width: 40%;
}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 40%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0;
}

ul.Thought_all li.Thought_txt{
  width: 57%;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-right: 0;
}

ul.Thought_all li img{
  width: 100%;
}

ul.Thought_all li.Thought_txt p{
  font-size: 18px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 24px;
  padding: 15px 0;
}


.Contents03 .Contact_Zone01{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.Contents03 .Contact_Zone01 .Contact_Block{
  width: 100%;
  display: flex;
  background: none;
}

.Contents03 .Contact_Zone01{
  margin: 0 auto 140px;
}

.Contents03 .Contact_Zone02{
  margin: 0 auto 120px;
}
}


/*--------------------------
	Contents04 767px
---------------------------*/
@media (max-width: 767px){
.Contents04 h2{
  font-size: 22px;
  line-height: 1.6;
}

.h3_zone h3{
  font-size: 28px;
}

.Thought_Block{
  margin: 0 auto 100px;
}

.Thought_Block .Thought_Copy{
  padding: 0;
  margin: 0 auto 30px;
}

.Thought_Block .Thought_Copy img{
  max-width: 800px;
  width: 70%;
  padding: 0;
}

ul.Thought_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 100%;
  padding-right: 0;
  margin: 0;
}


ul.Thought_all li.Thought_txt p{
  font-size: 18px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 20px;
  padding: 12px 0;
}

ul.Thought_all li img{
  max-width: 480px;
  width: 80%;
  padding-bottom: 20px;
  margin: 0 auto;
}
}

/*--------------------------
	Contents03 600px
---------------------------*/
@media (max-width: 600px){
.Contents03 h2{
  font-size: 20px;
  line-height: 1.6;
 }

.h3_zone{
  height: 180px;
  margin: 0 auto 20px;
}

.h3_zone h3{
  font-size: 24px;
}

.Thought_Block{
  margin: 0 auto 100px;
}


.Contents03 .Contact_Zone01{
  margin: 0 auto 120px;
}

.Contents03 .Contact_Zone02{
  margin: 0 auto 200px;
}
}


/*-------------------------
     footer
---------------------------*/

.footer{
	width: 100%;
        margin: 0 auto;
	padding: 180px 0 50px;
	background-color: #ffffff;
	color: #222222;
	text-align: center;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 30%;
        height: auto;
        padding-bottom: 140px;
        margin-top: 60px;
	height: auto;
}

.footer-address p{
	font-size: 22px;
	padding-bottom: 40px;
}

.footer-phone p,
.footer-phone p a{
        font-family: "myfont-no", sans-serif;
	font-size: 37px;
	padding: 0;
}

.copyright p{
        font-family: "myfont-no", sans-serif;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {

.footer{
	padding: 120px 0 40px;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 36%;
        height: auto;
        padding-bottom: 100px;
        margin-top: 50px;
	height: auto;
}

.footer-address p{
	font-size: 20px;
	padding-bottom: 30px;
}

.footer-phone p,
.footer-phone p a{
        font-family: "myfont-no", sans-serif;
	font-size: 26px;
	padding: 0;
}

.copyright p{
        font-family: "myfont-no", sans-serif;
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {

.footer{
	padding: 120px 0 40px;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 36%;
        height: auto;
        padding-bottom: 100px;
        margin-top: 50px;
	height: auto;
}

.footer-address p{
	font-size: 20px;
	padding-bottom: 30px;
}

.footer-phone p,
.footer-phone p a{
	font-size: 30px;
	padding: 0;
}

.copyright p{
	font-size: 16px;
}
}


@media only screen and (max-width: 460px) {

.footer{
	padding: 120px 0 40px;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 60%;
        height: auto;
        padding-bottom: 100px;
        margin-top: 50px;
	height: auto;
}

.footer-address p{
	font-size: 17px;
	padding-bottom: 30px;
}

.footer-phone p,
.footer-phone p a{
	font-size: 26px;
	padding: 0;
}

.copyright p{
	font-size: 13px;
}
}



#page-top {
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    z-index: 100;
    margin-bottom: 30px;
}


#page-top img{
    width: 100px;
    height: auto;
}

@media only screen and (max-width: 767px) {

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;
}


#page-top img{
    width: 60px;
    height: auto;
}

}