/* --- PC Styling--- */


/*--------------------
メニュー２行にするタイミング（メニューのみ）
---------------------*/

.menu_2l{
   display: none;
}

@media (max-width: 1440px){
.menu_2l{
   display: block;
}
}

/*-----------------------------
	 Header
------------------------------- */
.header h1{
	position: absolute;
	font-size: 10px;
	color: #ffffff;
        line-height: 1.5;
	top: 5px;
	left: 30px;
	z-index: 2;
}


.header_MenuZone{
	position: fixed;
	width: 100%;
	height: 160px;
	padding: 30px;
	margin: 0;
	z-index: 10;
	/*background-color: blue;*/
}


.MenuZone{
	width: 100%;
	height: 100px;
	border-radius: 50px;
	background-color: #ffffff;
	padding: 0 40px;
	display: flex;  /*ロゴとulを横に並べる*/
	justify-content: space-between;  /*両端に配置*/
	align-items: center;
}

.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 img{
	width: 316px;
	height: auto;
	margin: 0;
}

nav ul,
nav.sp ul{
	display:flex;
	list-style:none;
        align-items: center;
}


nav ul li,
nav.sp ul li{
	margin-left:30px;
  	font-size: 22px;
    	font-weight: bold;
	text-align: center;
}

nav ul li.black,
nav.sp ul li.black{
	font-size: 21px;
	color: #ffffff;
}


nav ul li a,
nav.sp ul li a{
    text-decoration:none;
    color:#2d2d2d;
    transition-duration: 0.3s;
}

nav ul li a:hover,
nav.sp ul li a:hover{
    opacity: 0.6;
}


nav ul li.black a,
nav ul li.red a,
nav.sp ul li.black a,
nav.sp ul li.red a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9em;
    height: 70px;
    position: relative;
    background: #2d2d2d;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
}

nav ul li.red a,
nav.sp ul li.red a{
    background: #e60033;
}

.header_CopyZone{
    	position: relative;
	width: 1440px;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	/*background-color: yellow;*/
}

.header_CopyZone .CopyBlock{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
	width: 100%;
	height: auto;
	/*background-color: green;*/
	color: #ffffff;
	text-align: left;
	margin-top: 60px;
}

.header_CopyZone .CopyBlock h2{
	font-size: 82px;
        font-weight: bold;
	line-height: 1.4;
	/*background-color: pink;*/
}

.header_CopyZone .CopyBlock p{
	font-size: 32px;
        font-weight: bold;
	line-height: 2.0;
	/*background-color: orange;*/
}

/*----------------------------------------
	 Header max-width: 1440px
------------------------------------------- */

@media (max-width: 1440px){

.header h1{}


.header_MenuZone{
	height: 140px;
	padding: 25px;
	/*background-color: yellow;*/
}

.MenuZone{
	height: 90px;
	border-radius: 45px;
	padding: 0 30px;
}

.menu_logo{
	max-width: 316px;
	width: 18%;
	height: auto;
	margin: 0;
}

.menu_logo img{
	width: 100%;
	height: auto;
}

nav ul{}

nav ul li{
	margin-left:20px;
  	font-size: 20px;
}

nav ul li.black{
	font-size: 19px;
}

nav ul li a{}

nav ul li a:hover{}

nav ul li.black a,
nav ul li.red a{
    height: 60px;
    border-radius: 30px;
    font-size: 19px;
}

nav ul li.red a{}

.header_CopyZone{
    	position: relative;
	max-width: 1440px;
	width: 90%;
	height: 100vh;
	padding: 0
	/*background-color: green;*/
}

.header_CopyZone .CopyBlock{
	margin-top: 40px;
}


.header_CopyZone .CopyBlock h2{
	font-size: 76px;
	/*background-color: pink;*/
}

.header_CopyZone .CopyBlock p{
	font-size: 30px;
	/*background-color: orange;*/
}
}


/*----------------------------------------
	 Header max-width: 1280px
------------------------------------------- */
@media (max-width: 1280px){
.header_MenuZone{
	height: 120px;
	padding: 30px 30px 10px 30px;
}

.MenuZone{
	height: 80px;
	border-radius: 40px;
	padding: 0 20px;
}

.menu_logo{
	max-width: 316px;
	width: 18%;
	height: auto;
	margin: 0;
}

.menu_logo img{}

nav ul{
	/*background-color: orange;*/
}

nav ul li{
	margin-left:20px;
  	font-size: 19px;
}

nav ul li.black{
	font-size: 18px;
}

nav ul li a{}

nav ul li a:hover{}

nav ul li.black a,
nav ul li.red a{
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
}

nav ul li.red a{}

.header_CopyZone{}


.header_CopyZone .CopyBlock{
	margin-top: 20px;
}

.header_CopyZone .CopyBlock h2{
	font-size: 70px;
}

.header_CopyZone .CopyBlock p{
	font-size: 28px;
}
}

/*----------------------------------------
	 Header max-width: 1024px
------------------------------------------- */
@media (max-width: 1024px){
.header_MenuZone{}

.MenuZone{
	padding: 0 30px;
}

.menu_logo{
	width: 160px;
	height: auto;
	margin: 0;
}

.menu_logo img{}

nav ul{
	/*background-color: aqua;*/
}

nav ul li{
	margin-left:20px;
  	font-size: 17px;
}

nav ul li.black{
	font-size: 16px;
}

nav ul li a{}

nav ul li a:hover{}

nav ul li.black a,
nav ul li.red a{
    width: 8em;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
}

nav ul li.red a{}

.header_CopyZone{
	width: 90%;
	height: 720px;
	/*background-color: purple;*/
}

.header_CopyZone .CopyBlock{}

.header_CopyZone .CopyBlock h2{
	font-size: 56px;
}

.header_CopyZone .CopyBlock p{
	font-size: 24px;
}
}

/*----------------------------------------
	 Header max-width: 960px
------------------------------------------- */

@media (max-width: 960px){
.header_MenuZone{
	height: 80px;
	padding: 0 0 10px;
	background-color: pink;
}

.MenuZone{
	width: 100%;
	height: 80px;
	border-radius: 0;
	/*background-color: orange;*/
	padding: 0 40px;
	display: flex;  /*ロゴとulを横に並べる*/
	justify-content: space-between;  /*両端に配置*/
	align-items: center;
	position: relative;
}


.MenuZone_shadow{
	-webkit-box-shadow: 2px 2px 5px rgba(45, 45, 45, 0.1);
	box-shadow: 2px 2px 5px rgba(45, 45, 45, 0.1);
}


nav.sp ul{
	width: auto;
	display: flex;
	list-style: none;
        align-items:  center;
	position: absolute;
	top: 50%;
	right: 100px;
        transform: translateY(-50%);
}

nav.sp ul li{
	margin-left: 20px;
  	font-size: 18px;
}

nav.sp ul li.black{
	font-size: 16px;
}


nav.sp ul li a{}

nav.sp ul li a:hover{}

nav.sp ul li.black a,
nav.sp ul li.red a{
    width: 8em;
    height: 30px;
    font-size: 16px;
}

nav ul li.red a,
nav.sp ul li.red a{}

.header_CopyZone{
	width: 90%;
	height: 600px;
	/*background-color: purple;*/
}

.header_CopyZone .CopyBlock{
	margin-top: 60px;
}


.header_CopyZone .CopyBlock h2{
	font-size: 48px;
}

.header_CopyZone .CopyBlock p{
	font-size: 24px;
}
}


/*----------------------------------------
	 Header max-width: 768px
------------------------------------------- */

@media (max-width: 768px){

.header_MenuZone{}

.MenuZone{}

nav.sp ul{
	right: 90px;
}

nav.sp ul li{
	margin-left: 15px;
  	font-size: 15px;
    	/*font-weight: bold;*/
}

nav.sp ul li.black{
	font-size: 15px;
	/*color: #ffffff;*/
}

nav.sp ul li a{}

nav.sp ul li a:hover{}

nav.sp ul li.black a,
nav.sp ul li.red a{
    width: 8em;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
}

nav ul li.red a,
nav.sp ul li.red a{}

.header_CopyZone{
    	position: relative;
	width: 90%;
	height: 600px;
	/*background-color: purple;*/
}

.header_CopyZone .CopyBlock{}


.header_CopyZone .CopyBlock h2{
	font-size: 48px;
}

.header_CopyZone .CopyBlock p{
	font-size: 24px;
}

.header_CopyZone{}


.header_CopyZone .CopyBlock{}


.header_CopyZone .CopyBlock h2{
	font-size: 48px;
}

.header_CopyZone .CopyBlock p{
	font-size: 24px;
}
}


/*----------------------------------------
	 Header max-width: 600px
------------------------------------------- */


@media (max-width: 600px){

.MenuZone{
	/*background-color: green;*/
	padding: 0 30px;
}

nav.sp ul{
	right: 70px;
}

nav.sp ul li.black a{
    font-size: 14px;
}

nav.sp ul li.red a{
	display: none;
}

.header_CopyZone{}


.header_CopyZone .CopyBlock{}


.header_CopyZone .CopyBlock h2{
	font-size: 38px;
}

.header_CopyZone .CopyBlock p{
	font-size: 22px;
	line-height: 1.6;
}
}


/*----------------------------------------
	 Header max-width: 420px
------------------------------------------- */


@media (max-width: 420px){


nav.sp ul{}

nav.sp ul li.black a{
	display: none;
}

.header_CopyZone{
	height: 460px;
}

.header_CopyZone .CopyBlock{}


.header_CopyZone .CopyBlock h2{
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 60px;

}

.header_CopyZone .CopyBlock p{
	font-size: 20px;
}
}




/* PCではハンバーガーメニューを表示しない */
@media (max-width: 960px){
	.MenuZone nav{
		display: none;
	}

	.MenuZone nav.sp{
		display: block;
	}
}

@media (min-width: 961px){
	.MenuZone nav{
		display: block;
	}

	.MenuZone nav.sp{
		display: none;
	}
}

/*--------------------------
ハンバーガーメニュー
--------------------------*/



/* 全体調整CSS */
.hamburger-demo-menubox *{
	font-size: 12px;
	/*background-color: aqua;*/
}
.hamburger-demo-menubox li{
	font-size: 12px;
	font-weight: bold;
}
/* hamburgerここから */
	/* input非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 5%;
	top: 20px; /* アイコン位置調整（上から） */
	z-index: 9999;
	width: 3em; /* アイコン（クリック可能領域）の幅 */
	height: 3em; /* アイコン（クリック可能領域）の高さ */
}

/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo2:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* iOS風ハンバーガーアイコン */
.hamburger-switch-ios:before{
	content: "";
	position: absolute;
	width: 4em;
	height: 2em;
	background: #e60033;
	border-radius: 3em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
}
.hamburger-switch-ios:after{
	content: "";
	position: absolute;
	width: 2em;
	height: 2em;
	background: #f4efeb;
	border-radius: 50%;
	top: 18px;
	left: 50%;
	transform: translate(-100%, -70%);
	transition: .3s;
}
.hamburger-demo-switch2:before{
	content: "MENU";
	position: absolute;
	bottom: -5px;
	font-size: 14px;
	left: 50%;
	transform: translate(-50%, 10%);
	font-weight: 600;
}
#hamburger-demo2:checked ~ .hamburger-demo-switch2 .hamburger-switch-ios:before{	background: #e60033;
	top: 20px;
}
#hamburger-demo2:checked ~ .hamburger-demo-switch2 .hamburger-switch-ios:after{
	transform: translate(0, -70%);
	top: 20px;
}
#hamburger-demo2:checked ~ .hamburger-demo-switch2:before{
	content: "CLOSE";
	top: 22px;
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #ffffff;
	opacity: 0.8;
	padding: 5em 0 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /*リスト内容が多い場合に縦スクロール */
	top: 0;
	left: 100%;
	width: 70%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	margin-top: 5%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	padding-top: 5% !important; /* !important不要な場合もあり */
	list-style: none;
	/*background-color: pink;*/
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #333;
	display: block;
	padding: .8em 0;
	font-size: 18px;
}
/* iOS風ボーダーメニューリスト化 */
.hamburger-menulist-border li{
	border-bottom: 1px solid #ddd;
	position: relative;
}
.hamburger-menulist-border li a:before{
	content: "";
	width: .7em;
	height: .7em;
	border: 2px solid;
	border-color: #ccc #ccc transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate( -100%, -50%) rotate(45deg);
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo2:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
	top: 0;
}
	/* コンテンツカバー */
#hamburger-demo2:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}



/* PCではハンバーガーメニューを表示しない */
@media (min-width: 961px){
	.hamburger-demo-menubox{
		display: none;
	}
}




/*--------------------------
	Contents00
---------------------------*/

.Contents00_Chara{
  position: absolute;
  width: 544px;
  height: auto;
  top: -319px;
  right: 100px;
  z-index: 2;
}


@media (max-width: 1440px){
.Contents00_Chara{
  width: 486px;
  top: -286px;
  right: 80px;
}

}

@media (max-width: 1280px){
.Contents00_Chara{
  width: 388px;
  top: -228px;
  right: 70px;
}
}


@media (max-width: 1024px){
.Contents00_Chara{
  width: 364px;
  top: -214px;
  right: 60px;
}
}

@media (max-width: 960px){
.Contents00_Chara{
  width: 240px;
  top: -141px;
  right: 50px;
}

}

@media (max-width: 768px){
.Contents00_Chara{
  width: 240px;
  top: -141px;
  right: 40px;
}

}

@media (max-width: 600px){
.Contents00_Chara{
  width: 200px;
  top: -118px;
  right: 30px;
}
}

@media (max-width: 420px){
.Contents00_Chara{
  width: 160px;
  top: -95px;
  right: 20px;
}
}

.Contents00 h2{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.Info_Zone_Block{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 120px auto 280px;
}

.Info_Block{
  width: 400px;
  height: auto;
  background-color: #f4efeb;
  border-radius: 25px;
  padding: 30px 0 0;
  margin: 30px 12px;
}

.Info_Block_txt{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 320px;
  height: 5em;
  background-image: url('../images/contents00/content00-1-border.png');     /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-position: center bottom;          /* 背景の位置指定 */
  background-size: 100% auto;
  padding-bottom: 50px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.Info_Block_txt p{
    line-height: 1.2;
}

.Info_Block img{
    width: 80%;
    display: block;
    margin: 40px auto 0;
}

.Info_Image{
   width: 90%;
   height: auto;
   margin: 0 auto;
}

.Info_Image img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/*--------------------------
	Contents00   1280px
---------------------------*/

@media (max-width: 1280px){

.Contents00 h2{
  font-size: 40px;
}

.Info_Zone_Block{
  margin: 100px auto 220px;
}

.Info_Block{
  width: 276px;
  border-radius: 15px;
  padding: 16px 0 0;
  margin: 20px 12px 0;
}

.Info_Block_txt{
  width: 260px;
  padding-bottom: 36px;
  font-size: 22px;
}

.Info_Block_txt p{}

.Info_Block img{
    margin: 20px auto 0;
}

.Info_Image{}

.Info_Image img{}
}

/*--------------------------
	Contents00   768px
---------------------------*/

@media (max-width: 768px){

.Contents00 h2{
  font-size: 30px;
}

.Info_Zone_Block{
  margin: 80px auto 140px;
}

.Info_Block{
  width: 246px;
  border-radius: 15px;
  padding: 16px 0 0;
  margin: 20px 12px 0;
}

.Info_Block_txt{
  width: 230px;
  padding-bottom: 30px;
  font-size: 20px;
  letter-spacing: -0.05em;
}
}

/*--------------------------
	Contents00   600px
---------------------------*/

@media (max-width: 600px){

.Contents00 h2{
  font-size: 26px;
}

.Info_Zone_Block{
  margin: 40px auto 100px;
}

.Info_Block{
  max-width: 400px;
  width: 46%;
  border-radius: 15px;
  padding: 16px 0 0;
  margin: 20px 2% 0;
}

.Info_Block_txt{
  width: 94%;
  padding-bottom: 30px;
  font-size: 21px;
  letter-spacing: 0;
}

.Info_Block_txt p{}

.Info_Block img{}

.Info_Image{
   max-width: 600px;
   width: 55%;
   height: auto;
   margin: 0 auto;
}

.Info_Image img{}
}


/*--------------------------
	Contents00   480px
---------------------------*/

@media (max-width: 480px){

.Contents00 h2{
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}

.Info_Zone_Block{
}

.Info_Block{
  max-width: 400px;
  width: 80%;
  border-radius: 15px;
  padding: 16px 0 0;
  margin: 20px 2% 0;
}

.Info_Block_txt{
  width: 94%;
  padding-bottom: 42px;
  font-size: 20px;
  letter-spacing: 0;
}

.Info_Block_txt p{}

.Info_Block img{}

.Info_Image{
   width: 70%;
}

.Info_Image img{}
}


/*--------------------------
	Contents01
---------------------------*/


.Contents01 h2,
.Contents04 h2{
  font-size: 50px;
  font-weight: bold;
  color: #e60033;
  border-bottom: 4px solid #e60033;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 250px;
}


.Contents04 h2{
  margin-bottom: 100px;
}


.Reason_Zone{
  margin: 0 auto 300px;
  /*background-color: yellow;*/
  width: 100%;
}

.Reason_Block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}

.Reason_Block:nth-child(odd){
  flex-direction: row;
}
.Reason_Block:nth-child(odd) .Reason_image{
  display: flex;
  justify-content: flex-end;
  width: 46%;
}
.Reason_Block:nth-child(odd) img{
  padding-right: 20px;
}

.Reason_Block:nth-child(even){
  flex-direction: row-reverse;
}

.Reason_Block:nth-child(even) .Reason_image{
  display: flex;
  justify-content: flex-first;
  width: 46%;
}
.Reason_Block:nth-child(even) img{
  padding-left: 20px;
}


.Reason_Block .Reason_image img{
  width: 440px;
}

.Reason_Block .Reason_txt{
  width: 50%;
}

.Reason_txt p{
  font-size: 23px;
  line-height: 1.6;
}

.Reason_txt p.number{
  font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
  font-weight: 600;
  line-height: 1.2;
  font-size: 110px;
  color: #e60033;
}

.Reason_txt p.reason{
  font-size: 40px;
  font-weight: bold;
}




.Contents01 .h3Zone,
.Contents04 .h3Zone{
  text-align: center;
}

.Contents01 h3,
.Contents04 h3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #FFF;
  font-size: 37px;
  font-weight: bold;
  background: #e60033;
  border-radius: 50%;
  box-sizing: border-box;
}

.Contents01 h3:before,
.Contents04 h3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e60033;
  z-index: 0;
}


.More_Zone{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 100px auto 350px;
}


.More_Block{
  /*background-color: orange;*/
  width: 45%;
}

.More_image{
  text-align: center;
  padding: 0 20px;
  /*background-color: pink;*/
}

.More_image img{
  width: 300px;
  height: auto;
  padding-bottom: 20px;
}

.More_txt{
  width: 100%;
  height: auto;
  padding: 0 20px 20px 20px;
  /*background-color: aqua;*/
}

.More_txt p{
  font-size: 23px;
  line-height: 1.4;
}

.More_txt p.More_title{
  display: block;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 20px;
}




.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone .Contact_Block,
.Contents04 .Contact_Zone{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-image: url('../images/contact_back.png');     /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-position: center bottom;          /* 背景の位置指定 */
  background-size: 100% auto;
  padding: 0;
  margin: 0 auto;
}



.Contents01_catch,
.Contents02_catch,
.Contents03_catch,
.Contents04_catch {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-top: 80px;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
}
.Contents01_catch:before, .Contents01_catch:after,
.Contents02_catch:before, .Contents02_catch:after,
.Contents03_catch:before, .Contents03_catch:after,
.Contents04_catch:before, .Contents04_catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.Contents01_catch:before,
.Contents02_catch:before,
.Contents03_catch:before,
.Contents04_catch:before{
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.Contents01_catch:before,
.Contents02_catch:before,
.Contents03_catch:before,
.Contents04_catch:before{
  left:0;
}
.Contents01_catch:after,
.Contents02_catch:after,
.Contents03_catch:after,
.Contents04_catch:after{
  right: 0;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 115px;
  position: relative;
  background: #e60033;
  border: 3px solid #ffffff;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 20px;
  margin-bottom: 80px;
}


a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover,
a.Contents04_btn:hover {
  background: #f4efeb;
  border: 3px solid #f4efeb;
  color: #e60033;
}

/*--------------------------
	Contents01 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents01 h2,
.Contents04 h2{
  font-size: 40px;
 margin-bottom: 220px;
}

.Contents04 h2{
  margin-bottom: 100px;
}

.Reason_Zone{
  margin: 0 auto 220px;
  width: 100%;
}

.Reason_Block{
  margin-bottom: 120px;
}

.Reason_txt p{
  font-size: 21px;
}

.Reason_txt p.number{
  font-family: "myfont", sans-serif;
  font-size: 90px;
}

.Reason_txt p.reason{
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.More_Zone{
  margin: 100px auto 300px;
}


.More_Block{
  /*background-color: orange;*/
  width: 47%;
}

.More_image{
  width: 100%;
  padding: 0;
  /*background-color: pink;*/
}

.More_image img{
  max-width: 300px;
  width: 80%;
  height: auto;
  padding-bottom: 20px;
}

.More_txt{
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  /*background-color: aqua;*/
}

.More_txt p{
  font-size: 21px;
}

.More_txt p.More_title{
  font-size: 32px;
  height: 3em;
}

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone .Contact_Block,
.Contents04 .Contact_Zone{
  height: 240px;
}

.Contents01_catch,
.Contents02_catch,
.Contents03_catch,
.Contents04_catch {
  margin-top: 50px;
  font-size: 20px;
}

.Contents03_catch{
  margin-top: 50px;
  font-size: 18px;
}


.Contents01_catch:before, .Contents01_catch:after,
.Contents02_catch:before, .Contents02_catch:after,
.Contents03_catch:before, .Contents03_catch:after,
.Contents04_catch:before, .Contents04_catch:after {
  width: 40px;
}

.Contents01_catch:before,
.Contents02_catch:before,
.Contents03_catch:before,
.Contents04_catch:before{}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  width: 400px;
  height: 100px;
  border-radius: 50px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
}

a.Contents03_btn{
  width: 300px;
  font-size: 22px;
}

a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover,
a.Contents04_btn:hover {}
}

/*--------------------------
	Contents01 960px
---------------------------*/
@media (max-width: 960px){

.Contents01 h2,
.Contents04 h2{
  font-size: 36px;
  margin-bottom: 220px;
}

.Contents04 h2{
  margin-bottom: 100px;
}

.Reason_Zone{
  margin: 0 auto 220px;
  width: 100%;
}

.Reason_Block{
  margin-bottom: 120px;
}

.Reason_txt p.number{
  font-family: "myfont", sans-serif;
  font-size: 70px;
}

.Reason_txt p.reason{
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}


.Contents01 .h3Zone,
.Contents04 .h3Zone{}

.Contents01 h3,
.Contents04 h3 {
  width: 160px;
  height: 160px;
  line-height: 160px;
  font-size: 30px;
}

.Contents01 h3:before,
.Contents04 h3:before {}


.More_Zone{
   margin: 60px auto 240px;
}

.More_Block{
  width: 47%;
}

.More_image{}

.More_image img{}

.More_txt{}

.More_txt p{}

.More_txt p.More_title{
  font-size: 28px;
}


.Contents03 .Contact_Zone .Contact_Block{
  height: 200px;
}

.Contents03_catch {
  margin-top: 40px;
  font-size: 15px;
}


a.Contents03_btn{
  width: 280px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

a.Contents03_btn:hover{
  border: 2px solid #f4efeb;
}


}

/*--------------------------
	Contents01 767px
---------------------------*/

@media (max-width: 767px){

.Contents01 h2,
.Contents04 h2{
  font-size: 30px;
  margin-bottom: 160px;
}

.Contents04 h2{
  margin-bottom: 100px;
}

.Reason_Zone{
  margin: 0 auto 220px;
  max-width: 600px;
  width: 70%;
}

.Reason_Block{
  margin-bottom: 100px;
}

.Reason_Block:nth-child(odd){
  flex-direction: row;
}
.Reason_Block:nth-child(odd) .Reason_image{
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 80%;
}
.Reason_Block:nth-child(odd) img{
  padding-right: 0;
}

.Reason_Block:nth-child(even){
  flex-direction: row-reverse;
}

.Reason_Block:nth-child(even) .Reason_image{
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 80%;
}
.Reason_Block:nth-child(even) img{
  padding-left: 20px;
}

.Reason_Block .Reason_image img{
  width: 100%;
}

.Reason_Block .Reason_txt{
  text-align: left;
  width: 100%;
}

.Reason_txt p{
  font-size: 20px;
  line-height: 1.4;
}

.Reason_txt p.number{
  font-family: "myfont", sans-serif;
  font-size: 46px;
}

.Reason_txt p.reason{
  font-size: 24px;
  line-height: 1.4;
}

.More_Zone{
  max-width: 600px;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 60px auto 140px;
}

.More_Block{
  /*background-color: orange;*/
  width: 100%;
  margin-bottom: 60px;
}

.More_image{}

.More_image img{}

.More_txt{}

.More_txt p{
  font-size: 20px;
}

.More_txt p.More_title{
  font-size: 24px;
  height: auto;
}

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone .Contact_Block,
.Contents04 .Contact_Zone{
  height: 200px;
}

.Contents01_catch,
.Contents02_catch,
.Contents03_catch,
.Contents04_catch {
  margin-top: 40px;
  font-size: 18px;
}

.Contents01_catch:before, .Contents01_catch:after,
.Contents02_catch:before, .Contents02_catch:after,
.Contents03_catch:before, .Contents03_catch:after,
.Contents04_catch:before, .Contents04_catch:after {}

.Contents01_catch:before,
.Contents02_catch:before,
.Contents03_catch:before,
.Contents04_catch:before{}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  width: 300px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover,
a.Contents04_btn:hover {
  border: 2px solid #f4efeb;
}
}

/*--------------------------
	Contents01 600px
---------------------------*/

@media (max-width: 600px){

.Contents01 h2,
.Contents04 h2{
  font-size: 26px;
  margin-bottom: 100px;
}

.Contents04 h2{
  margin-bottom: 80px;
}

.Reason_Zone{
  margin: 0 auto 180px;
  max-width: 420px;
  width: 80%;
}

.Reason_Block{
  margin-bottom: 80px;
}

.Reason_Block .Reason_txt{}

.Reason_txt p{
  font-size: 18px;
}

.Reason_txt p.number{
  font-family: "myfont", sans-serif;
  font-size: 40px;
}

.Reason_txt p.reason{
  font-size: 22px;
  line-height: 1.4;
}

.Contents01 .h3Zone,
.Contents04 .h3Zone{}

.Contents01 h3,
.Contents04 h3 {
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.Contents01 h3:before,
.Contents04 h3:before {}


.More_Zone{
  width: 80%;
  margin: 60px auto 100px;
}

.More_Block{}

.More_image{}

.More_image img{}

.More_txt{}

.More_txt p{
  font-size: 18px;
}

.More_txt p.More_title{
  font-size: 22px;
}

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone .Contact_Block,
.Contents04 .Contact_Zone{
  height: 180px;
}

.Contents01_catch,
.Contents02_catch,
.Contents03_catch,
.Contents04_catch {
  margin-top: 30px;
  font-size: 16px;
}
.Contents01_catch:before, .Contents01_catch:after,
.Contents02_catch:before, .Contents02_catch:after,
.Contents03_catch:before, .Contents03_catch:after,
.Contents04_catch:before, .Contents04_catch:after {
  width: 30px;
}

.Contents01_catch:before,
.Contents02_catch:before,
.Contents03_catch:before,
.Contents04_catch:before{}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  width: 260px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 30px;
}

a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover,
a.Contents04_btn:hover {}
}

/*--------------------------
	Contents01 420px
---------------------------*/

@media (max-width: 420px){

.Contents01 h2,
.Contents04 h2{
  font-size: 26px;
  margin-bottom: 100px;
}

.Contents04 h2{
  margin-bottom: 80px;
}

.Reason_Zone{
  margin: 0 auto 180px;
  max-width: 420px;
  width: 90%;
}

.Reason_Block{
  margin-bottom: 70px;
}

.Reason_txt p{}

.Reason_txt p.number{
  font-family: "myfont", sans-serif;
  font-size: 40px;
}

.Reason_txt p.reason{
  font-size: 20px;
}

.More_Zone{
  max-width: 600px;
  width: 80%;
  margin: 60px auto 60px;
}

.More_Block{}

.More_image{}

.More_image img{}

.More_txt{}

.More_txt p{
  font-size: 18px;
}

.More_txt p.More_title{
  font-size: 20px;
}
}

/*--------------------------
	Contents02
---------------------------*/


.Contacts02_copy{
  width: 100%;
  height: auto;
  margin: 280px auto 0;
  text-align: center;
}

.Contents02 h2{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  color: #2d2d2d;
  display: inline-block;
  margin-bottom: 180px;
  text-align: center;
}

.Contents02 h2 span{
  color: #e60033;
  background: linear-gradient(transparent 70%, #ffb9b7 70%);
  display: inline-block;
}


.Contents02 h2 span.number{
  font-size: 90px;
}


.Work_Zone{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 150px;
}


.Work_Block{
  width: 28%;
  height: auto;
  padding: 0;
  margin: 0 2% 80px;
  /*background-color: pink;*/
}

.Work_image{
  width: 80%;
  height: auto;
  margin: 0 auto 20px;
  /*background-color: yellow;*/
  text-align: center;
}

.Work_image img{
  width: 100%;
  height: auto;
  padding: 0;
}

.Work_txt{
  padding: 0 10px;
  margin: 0 auto;
}

.Work_txt p{
  font-size: 18px;
  line-height: 1.4;
}

.Work_txt p.item{
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  /*background-color: aqua;*/
}

.Work_txt p a,
ul.Thought_all li.Thought_txt p a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.2;
  padding-top: 1em;
}


ul.Thought_all li.Thought_txt p a{
  padding-top: 2em;
}


.Work_txt p a:hover,
ul.Thought_all li.Thought_txt p a:hover {
  color:#e60033;
}

.Work_txt p a::after,
ul.Thought_all li.Thought_txt p a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.Work_txt p a:hover::after,
ul.Thought_all li.Thought_txt p a:hover::after {
  background: #e60033;
  transform: scale(1, 1);
}


.Contents02 .Contact_Zone{
  background-image: none;     /* 背景画像指定 */
}

.Contents02_catch {
  color: #2d2d2d;
}

.Contents02_catch:before, .Contents02_catch:after {
  background-color: #2d2d2d;
}


a.Contents02_btn {
  background: #ffffff;
  border: 3px solid #e60033;
  color: #e60033;
}


a.Contents02_btn:hover {
  background: #e60033;
  border: 3px solid #e60033;
  color: #ffffff;
}

/*--------------------------
	Contents02 960px
---------------------------*/

@media (max-width: 960px){
  .Contacts02_copy{
    margin: 200px auto 0;
  }
  
  .Contents02 h2{
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 150px;
    letter-spacing: -0.05em;
  }
  
  .Contents02 h2 span{}
  
  .Contents02 h2 span.number{
    font-size: 60px;
  }
  
  .Work_Zone{
    margin: 0 auto 180px;
  }
  
  .Work_Block{
    width: 280px;
  }
  
  .Work_image{}
  
  .Work_image img{}
  
  .Work_txt{
    padding: 0 10px;
  }
  
  .Work_txt p{}
  
  .Work_txt p.item{}
  
  .Work_txt p a,
  ul.Thought_all li.Thought_txt p a{}
  
  ul.Thought_all li.Thought_txt p a{}
  
  }

  /*--------------------------
	Contents02 767px
---------------------------*/

@media (max-width: 767px){
    .Contacts02_copy{
      margin: 180px auto 0;
    }
    
    .Contents02 h2{
      font-size: 35px;
      margin-bottom: 120px;
    }
    
    .Contents02 h2 span{}
    
    .Contents02 h2 span.number{
      font-size: 60px;
    }
    
    .Work_Zone{
      margin: 0 auto 100px;
    }
    
    .Work_Block{
      width: 240px;
      margin: 0 10px 60px;
    }
    
    .Work_image{}
    
    .Work_image img{}
    
    .Work_txt{
      padding: 0 10px;
    }
    
    .Work_txt p{
    }
    
    .Work_txt p.item{
      letter-spacing: -0.05em;
    }
    
    .Work_txt p a,
    ul.Thought_all li.Thought_txt p a{
    }
    
    ul.Thought_all li.Thought_txt p a{}
    
    }
  
 /*--------------------------
	Contents02 600px
---------------------------*/

@media (max-width: 600px){
    .Contacts02_copy{
      margin: 100px auto 0;
    }
    
    .Contents02 h2{
      font-size: 26px;
      margin-bottom: 130px;
    }
    
    .Contents02 h2 span{}
    
    .Contents02 h2 span.number{
      font-size: 50px;
    }
    
    .Work_Zone{
      margin: 0 auto 80px;
    }
    
    .Work_Block{
      max-width: 400px;
      width: 90%;
      margin: 0 0 70px;
    }
    
    .Work_image{}
    
    .Work_image img{}
    
    .Work_txt{
      padding: 0 10px;
    }
    
    .Work_txt p{
    }
    
    .Work_txt p.item{
      font-size: 22px;
      letter-spacing: -0.05em;
    }
    
    .Work_txt p a,
    ul.Thought_all li.Thought_txt p a{}
    
    ul.Thought_all li.Thought_txt p a{}
    
    }

/*--------------------------
	Contents03
---------------------------*/

.Contents03 h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 2.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;
}

.Contents03 h3{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
}

.Thought_Zone{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 180px auto 0;
}

.Thought_Block{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 180px;
  /*background-color: orange;*/
}


.Thought_Block .Thought_Copy{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.Thought_Block .Thought_Copy img{
  width: 554px; /*全体の50%*/
  height: auto;
  padding: 0;
  margin: 0;
}

ul.Thought_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  /*background-color: pink;*/
}


ul.Thought_all li.Thought_txt{
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  /*background-color: blue;*/
}


ul.Thought_all li img{
  width: 333px;
  height: auto;
  /*padding-right: 20px;*/
  margin: 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;
}


.Contents03 .Contact_Zone{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.Contents03 .Contact_Zone .Contact_Block{
  width: 50%;
  display:flex;
  background: none;
}

.Contents03_catch {
  color: #2d2d2d;
}

.Contents03_catch:before, .Contents03_catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #2d2d2d;
}

.Contents03_catch:before{}
.Contents03_catch:before{}
.Contents03_catch:after{}


a.Contents03_btn {
  background: #decfc4;
  border: 3px solid #decfc4;
  color: #2d2d2d;
}


a.Contents03_btn:hover{
  background: #2d2d2d;
  border: 3px solid #2d2d2d;
  color: #ffffff;
}


/*--------------------------
	Contents03 1280px
---------------------------*/
@media (max-width: 1280px){
.Contents03 h2{
  font-size: 30px;
}

.h3_zone{
  height: 400px;
  margin: 0 auto 80px;
}

.Contents03 h3{
  font-size: 40px;
}

.Thought_Zone{}

.Thought_Block{
  margin: 0 auto 100px;
}


.Thought_Block .Thought_Copy{}

.Thought_Block .Thought_Copy img{
  max-width: 554px;  /*全体の46%*/
  width: 50%;
}

ul.Thought_all{}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
}


ul.Thought_all li.Thought_txt{}


ul.Thought_all li img{
  max-width: 333px;
  width: 80%;
}

ul.Thought_all li.Thought_txt p{
  font-size: 20px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 28px;
}


.Contents03 .Contact_Zone{}

.Contents03 .Contact_Zone .Contact_Block{}

.Contents03_catch {}
}

/*--------------------------
	Contents03 960px
---------------------------*/
@media (max-width: 960px){
.Contents03 h2{
  font-size: 24px;
}

.h3_zone{
  height: 200px;
  padding: 0;
  margin: 0 auto 100px;
}

.Contents03 h3{
  font-size: 36px;
}

.Thought_Zone{}

.Thought_Block{}


.Thought_Block .Thought_Copy{}

.Thought_Block .Thought_Copy img{}


ul.Thought_all{}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-right: 20px;
  margin: 0;
}


ul.Thought_all li.Thought_txt{
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-right: 0;
}


ul.Thought_all li img{
  width: 70%;
}

ul.Thought_all li.Thought_txt p{
  font-size: 18px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 22px;
  padding: 15px 0;
}


.Contents03 .Contact_Zone{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.Contents03 .Contact_Zone .Contact_Block{
  width: 100%;
  display: flex;
  background: none;
}

.Contents03_catch {}

}


/*--------------------------
	Contents03 767px
---------------------------*/
@media (max-width: 767px){
.Contents03 h2{
  font-size: 22px;
  line-height: 1.6;
}

.h3_zone{}

.Contents03 h3{
  font-size: 28px;
}

.Thought_Zone{}

.Thought_Block{
  margin: 0 auto 100px;
}


.Thought_Block .Thought_Copy{
  padding: 0;
}

.Thought_Block .Thought_Copy img{
  width: 60%;
  padding: 0;
}

ul.Thought_all{}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  max-width: 420px;
  width: 80%;
  padding-right: 0;
  margin: 0;
}


ul.Thought_all li.Thought_txt{
  width: 90%;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
}



/*--------------------------
	Contents03 600px
---------------------------*/
@media (max-width: 600px){
.Contents03 h2{
  font-size: 20px;
  line-height: 1.6;
 }

.h3_zone{
  height: 180px;
  margin: 0 auto 20px;
}

.Contents03 h3{
  font-size: 24px;
}

.Thought_Zone{}

.Thought_Block{
  margin: 0 auto 100px;
}

.Thought_Block .Thought_Copy{}

.Thought_Block .Thought_Copy img{
  width: 70%;
}

.Contents03_catch {}

}


/*--------------------------
	Contents04
---------------------------*/

.Price_Zone{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 120px;
}


.Price_Block{
  border-radius: 20px;
  width: 32%;
  height: auto;
  padding: 50px 30px;
  margin-bottom: 80px;
}

.Basic,
.Premium{
  border: 1px #2d2d2d solid;
}

.Standard{
  border: 3px #e60033 solid;
}


.Price_Block p{
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}


.Price_Block p.Plan_name{
  font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
  line-height: 1.2;
  font-size: 30px;
  padding: 0;
  margin-bottom: 40px;
}

.Price_Block .Price_detail{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 40px auto;
}

.Price_Block .Price_detail p{
  font-size: 23px;
  line-height: 1.0;
  display: inline-block;
}

.Price_Block .Price_detail p span{
  font-size: 18px;
}

.Price_Block .Price_detail p span.number,
p.Count_detail{
  font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
  line-height: 1.0;
  font-size: 37px;
}

p.Count_detail{
  padding: 0;
  line-height: 1.0;
  margin: 0;
}

.Count{
    border-radius: 100px;
    display: block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    background: #f4efeb;
    font-size: 18px;
    font-weight: bold;
    color: #2d2d2d;
    text-decoration: none;
    text-align: center;
    margin: 0 auto 20px;
}

.Contents04 .AddOption{
  text-align: center;
  margin-bottom: -20px;
  padding: 0;
}

.Contents04 .AddOption p{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 400px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #2d2d2d;
  font-size: 27px;
  font-weight: bold;
  background: #f4efeb;
  border-radius: 200px;
  box-sizing: border-box;
}

.Contents04 .AddOption p:before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4efeb;
  z-index: 0;
}


.Option_Price_Box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: auto;
  font-size: 23px;
  color: #2d2d2d;
  border-bottom: 3px dotted #2d2d2d;
  padding-bottom: 10px;
  margin: 0 auto 700px;
}

.Option_Price_Box p.Option_Price{
  font-size: 23px;
  color: #2d2d2d;
  padding: 0;
  margin: 0;
}


.Option_Price_Box p span{
  font-size: 18px;
}

.Option_Price_Box p span.number{
  font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
  line-height: 1.0;
  font-size: 37px;
  padding: 0;
}


.Contents04 .Contact_Zone{
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_catch {}
.Contents04_catch:before, .Contents04_catch:after {}
.Contents04_catch:before{}
.Contents04_catch:before{}
.Contents04_catch:after{}
a.Contents04_btn {}
a.Contents04_btn:hover {}


.Contents04_Chara{
  position: absolute;
  width: 544px;
  height: auto;
  top: -222px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}



/*--------------------------
	Contents04  1280px
---------------------------*/
@media (max-width: 1280px){
.Price_Zone{
  margin: 0 auto 80px;
}

.Price_Block{
  border-radius: 20px;
}


.Price_Block p{
  font-size: 18px;
}

.Price_Block p.Plan_name{
  font-size: 26px;
  padding: 0;  margin-bottom: 30px;
}

.Price_Block .Price_detail{
  margin: 40px auto;
}

.Price_Block .Price_detail p{
  font-size: 21px;
}

.Price_Block .Price_detail p span{
  font-size: 16px;
}

.Price_Block .Price_detail p span.number,
p.Count_detail{
  font-size: 30px;
}

p.Count_detail{}

.Count{
    border-radius: 60px;
    display: block;
    width: 80%;
    padding: 6px;
    box-sizing: border-box;
    background: #f4efeb;
    font-size: 16px;
    font-weight: bold;
}

.Contents04 .AddOption{}

.Contents04 .AddOption p{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 400px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #2d2d2d;
  font-size: 24px;
  font-weight: bold;
  background: #f4efeb;
  border-radius: 200px;
  box-sizing: border-box;
}

.Contents04 .AddOption p:before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4efeb;
  z-index: 0;
}


.Option_Price_Box{
  width: 60%;
}

.Option_Price_Box p.Option_Price{}

.Option_Price_Box p span{}

.Option_Price_Box p span.number{
  font-size: 30px;
}


.Contents04 .Contact_Zone{
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_catch {}
.Contents04_catch:before, .Contents04_catch:after {}
.Contents04_catch:before{}
.Contents04_catch:before{}
.Contents04_catch:after{}
a.Contents04_btn {}
a.Contents04_btn:hover {}


.Contents04_Chara{
  position: absolute;
  width: 544px;
  height: auto;
  top: -222px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
}

/*--------------------------
	Contents04  960px
---------------------------*/
@media (max-width: 960px){

.Price_Zone{
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 80px;
}

.Price_Block{
  border-radius: 20px;
  width: 300px;
  margin: 0 20px 40px;
}


.Basic{
	order: 2;
}

.Standard{
	order: 1;
	margin: 0 200px 40px;
}

.Premium{
	order: 3;
}



.Price_Block p{}

.Price_Block p.Plan_name{}

.Price_Block .Price_detail{}

.Price_Block .Price_detail p{}

.Price_Block .Price_detail p span{}

.Price_Block .Price_detail p span.number,
p.Count_detail{}

p.Count_detail{}

.Count{}

.Contents04 .AddOption{}

.Contents04 .AddOption p{}

.Contents04 .AddOption p:before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4efeb;
  z-index: 0;
}

.Option_Price_Box{
  width: 70%;
  margin: 0 auto 550px;
}

.Option_Price_Box p.Option_Price{}

.Option_Price_Box p span{
}

.Option_Price_Box p span.number{
  line-height: 1.0;
}


.Contents04 .Contact_Zone{
  height: 320px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_catch {}
.Contents04_catch:before, .Contents04_catch:after {}
.Contents04_catch:before{}
.Contents04_catch:before{}
.Contents04_catch:after{}
a.Contents04_btn {}
a.Contents04_btn:hover {}


.Contents04_Chara{
  position: absolute;
  width: 400px;
  height: auto;
  top: -163px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
}
/*--------------------------
	Contents04  767px
---------------------------*/
@media (max-width: 767px){

.Price_Zone{
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 80px;
}

.Price_Block{
  border-radius: 20px;
  width: 360px;
  padding: 40px 20px;
  margin: 0 10px 40px;
}

.Basic{}

.Standard{
	margin: 0 10px 40px;
}

.Premium{}


.Price_Block p{
  font-size: 20px;
}

.Price_Block p.Plan_name{
  font-size: 32px;
  padding: 0;
  margin-bottom: 20px;
}

.Price_Block .Price_detail{
  margin: 20px auto 40px;
}

.Price_Block .Price_detail p{}

.Price_Block .Price_detail p span{}

.Price_Block .Price_detail p span.number,
p.Count_detail{
  font-size: 30px;
}

p.Count_detail{}

.Count{}

.Contents04 .AddOption{}

.Contents04 .AddOption p{
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #2d2d2d;
  font-size: 20px;
}

.Contents04 .AddOption p:before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4efeb;
  z-index: 0;
}

.Option_Price_Box{
  width: 90%;
  font-size: 18px;
}

.Option_Price_Box p.Option_Price{
  font-size: 18px;
}

.Option_Price_Box p span{
  font-size: 14px;
}

.Option_Price_Box p span.number{
  line-height: 1.0;*/
  font-size: 24px;
}


.Contents04_catch {}
.Contents04_catch:before, .Contents04_catch:after {}
.Contents04_catch:before{}
.Contents04_catch:before{}
.Contents04_catch:after{}
a.Contents04_btn {}
a.Contents04_btn:hover {}
}
/*--------------------------
	Contents04  600px
---------------------------*/
@media (max-width: 600px){

.Price_Block{}


.Option_Price_Box{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  font-size: 18px;
  margin: 0 auto 400px;
}

.Option_Price_Box p.Option_Price{
  font-size: 20px;
  padding-bottom: 1.0em;
}

.Option_Price_Box p span{
  font-size: 16px;
}

.Option_Price_Box p span.number{
  font-size: 24px;
}


.Contents04 .Contact_Zone{
  height: 240px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_Chara{
  position: absolute;
  width: 320px;
  height: auto;
  top: -132px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

}

/*--------------------------
	Contents04  460px
---------------------------*/
@media (max-width: 460px){

.Price_Block{
  max-width: 360px;
  width: 90%;
}

.Option_Price_Box{
  width: 90%;
  font-size: 18px;
}

.Option_Price_Box p.Option_Price{}

.Option_Price_Box p span{}

.Option_Price_Box p span.number{
}

.Contents04 .Contact_Zone{
  height: 220px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_Chara{
  position: absolute;
  width: 320px;
  height: auto;
  top: -132px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}


}


/*--------------------------
	Contents04  420px
---------------------------*/
@media (max-width: 420px){

.Contents04 .Contact_Zone{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_Chara{
  position: absolute;
  width: 320px;
  height: auto;
  top: -131px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}


}

/*--------------------------
	Contents04  360px
---------------------------*/
@media (max-width: 360px){

.Contents04 .Contact_Zone{
  height: 170px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_Chara{
  position: absolute;
  width: 280px;
  height: auto;
  top: -114px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
}

/*--------------------------
	Contents04  320px
---------------------------*/
@media (max-width: 320px){

.Contents04 .Contact_Zone{
  height: 170px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.Contents04_Chara{
  position: absolute;
  width: 280px;
  height: auto;
  top: -112px;  /*absolute高さに連動する*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}


}



/*-------------------------
     footer
---------------------------*/

.footer{
	width: 100%;
        margin: 0 auto;
	padding: 180px 0 50px;
	background-color: #f4efeb;
	color: #2d2d2d;
	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{
        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{
        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{
	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{
	font-size: 14px;
}
}



#page-top {
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    z-index: 100;
    margin-bottom: 30px;
}


#page-top img{
    width: 70px;
    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: 50px;
    height: auto;
}

}