
.header-nav-wrap {
  position: absolute;
  top: 60px;
  right: 15px;
  margin-left: 60%;
  /*タイトル分の余白をあけておく*/
  transform: translateY(-50%);
	z-index: 214783647;
	display: block;
	position: fixed;
	background: #fff;
}
@media screen and (min-width:800px){	
	.header-nav-wrap {
	margin-left: 50%;
	right: 15px;
	}
}
@media screen and (max-width:640px){	
	.header-nav-wrap {
	margin-left: 20%;
	right: 15px;
	}
}
 
.header-nav {
	padding-top: 7px;
	z-index: 214783647;
  font-size: 0;
	background: #fff;
/*	display: block;
	position: fixed;*/
}
 
.header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
}
 
.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #050;
}
 
.header-nav li a:hover {
  opacity: .6;
}
@media screen and (max-width: 640px){	
	.header-nav { display:none; }
}


#wpadminbar {
	z-index: 214783647;
}


/* slider top margin adjust */
.entry-header {
/*	margin-top: -60px;*/
	display: none;
}

.custom-header {
/*	background: #9CD8E0;*/
	background: #fff;
	height: 150px;
	display: none;
	postion: fixed;
}

.site-branding {
	height: 50px;
	padding: 0 0 0 0;
}


.site-title-wrap {
	display: block;
	position: fixed;
	background: #fff;
	z-index: 214783646;
	width: 100%;
}


.site-title {
/*	position: fixed;*/
	height: 100px;
	padding: 0 0 0 0;
}

.site-description {
	font-size: 26px;
	padding: 0 0 150px 30px;
}

.navigation-top {
	border-top: none;
	border-bottom: none;
	background: #C5E8ED;
	height: 50px;
}
.navigation-top .wrap {
	padding: 0 0 0 20px;
	background: #fff;
}


/* Page title hide */
.home .entry-title{
 display:none;
}


.single-featured-image-header {
	padding-top: 125px;
	background: #fff;
}

.entry-content a {
	color: #00f;/*記事中のリンク文字を変更*/
}
a:hover,
a:active {
	color: #f00;
}

h1 {
  color: #005500;
}


.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);/*下線の太さと色*/
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);/*下線の太さと色*/
}



.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #f00;/*マウスオーバー時の文字色*/
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 0, 0, 1);/*マウスオーバー時の下線の太さと色*/
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 0, 0, 1);/*マウスオーバー時の下線の太さと色*/
}



table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 650px;
}
table th,
table td{
  border: 1px solid #999;
  padding: .5em 1em;
}
table th{
  background: #fff;
}


@media (max-width: 650px) {
    table{
      width: 100%;
    }
    table th,
    table td{
      display: block;
    }
    table th,
    table td{
      border-top: none; /* 一旦、すべてのborder-topを削除 */
    }
    table tr:first-child th{
      border-top: 1px solid #999; /* 一番上にあるthだけborder-topを追加 */
    }
  }



table {
table-layout: fixed;
width: 100%;
}



@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}




.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 20%;
  left: 5%;
  }

@media screen and (min-width: 650px){	
  font-size: 3px;
}

.example img {
  width: 100%;
  }




/*見出しのデザイン

h2 {
  position: relative;
  padding: 0.5em;
  background: #00CC33;
  color: white;
}

h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

*/


/*取り消しカラーa6d3c8*/

/*左右にボーダー*/

.s1 {
	color: #050;
	font-size: 28px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #050;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}


.s2 {
	color: #050;
	font-size: 28px;
	display: flex;
	align-items: center;
}
.s2:before, .s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.s2:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #050, transparent);
}
.s2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #050, transparent);
}




/* コンテンツ中身の背景色 */

.site-content .wrap {
	background-color:#ffffff;
        padding-top:0.5em;
}



/* 見出し付きの箱 */


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}






/* 横長の吹き出し１ */


.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



/* 横長の吹き出し２ */


.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #acd879;
  border-radius: 15px;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #acd879;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



/* 左上の丸い吹き出し */

.balloon3-right-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #62c1ce;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #62c1ce;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




/* 布風のボックス１ */


.box14{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
  color: #555;
}
.box14 p {
    margin: 0; 
    padding: 0;
}



/* 布風のボックス２ */


.box15{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #acd879;
    box-shadow: 0px 0px 0px 10px #acd879;
    border: dashed 2px white;
  color: #fff;
}
.box15 p {
    margin: 0; 
    padding: 0;
}




/* ライン風のボックス２ */


/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}



/* リボン１ */


.ribbon3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #acd879;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon3 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}




/* リボン２ */


.ribbon13-wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  width: 300px;
  background: #f1f1f1;
  }

.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  color: white;
  background: #70a6ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon13 p {
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
}

.ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}

.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}





/* リボン３ */


.ribbon6 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #32cd32;
  color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.ribbon6 p {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.ribbon6:before, .ribbon6:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon6:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon6:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}



/* 影付きの箱 */


.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #32cd32;
    border-bottom: solid 6px #acd879;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box13 p {
    margin: 0; 
    padding: 0;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -70px;
  background: #668ad8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px; /* arrow position */
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 250px;
  height: auto;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mainvisual {
  overflow-x: hidden;
  height: 300px;
}

div.mainvisual {
	position:relative;
	margin:0 calc(50% - 50vw);
	overflow:hidden;
	margin-top: 98px;
}


/*メニューボタンを追加する*/
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    right: 0;
	width: 250px;/*メニューの横幅*/
	height: 325px;/*メニューの縦幅*/
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(90deg);
    transform: perspective(500px) rotateY(90deg);
    opacity: 0;
	/*↓メニュー枠線のデザイン。ご自由に*/
background: #fff;
	box-shadow: 0 0 0 5px #fff;
border: 1px dashed #668ad8;
padding: .2em .5em;
color: #668ad8;
	border-radius:10px 0 0 10px;
	/*↑メニュー枠線のデザイン*/
}


/*ボタンを押したときの左側の黒い部分*/
.close-menu {
    position: fixed;
    top: 0;
    right: 255px;	/*メニューの横幅を増やしたらrightも増やす*/
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	width: 40px;/*横線の幅*/
	height: 1px;/*横線の太さ*/
	background: #668ad8;/*ボタンの色*/
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn {
    position: fixed;
    display: block;
	top: 10px;
/*ボタンの場所。右下にしたければbottom: 10px*/
/*	top: 10px;ボタンの場所。右上にしたければtop: 10px*/
    right: 5px;
	width: 40px;
	height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
		color: #668ad8;
    z-index: 2147483646;/*重なり順を一番上に*/
}

.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2147483646;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
	z-index: 2147483647;/*重なり順を一番上に*/
}

.menu-btn:hover .bar {
    background: #668ad8;
}

.menu-btn:hover .menu-btn__text {
    color: #668ad8;
}

.menu-btn__text {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    color: #668ad8;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
	font-size:13px;
}

.check {
    display: none;
}

.drawer-menu ul {
  position:relative;
	width:100%;
	list-style: none;
}

.drawer-menu li {
 margin-left: 30px;/*各メニューリストの左余白*/
border-bottom: 1px dotted #668ad8;/*各メニューリストの下線*/
}

.drawer-menu li a {
    display: block;
	height: 50px;/*各メニューリストの縦幅*/
    line-height: 50px;/*各メニューリストの縦幅*/
    font-size: 15px;
    -webkit-transition: all .8s;
    transition: all .8s;
}
/*メニューボタンここまで*/


@media screen and (min-width:640px){
	.menu-btn {
		display: none;
	}
}

/*
@media screen and (max-width:640px){
	.main-navigation {
		display: none;
	}
}*/

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	height: 35vh;
}
@media screen and (min-width: 48em) {
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(35vh - 32px);
	}
	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 35vh;
	}
}


.site-title-wrap {
  text-align: left;
	background: #fff;
}
 
/*タイトルを画像にする場合
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}*/

/*タイトルを文字列にする場合*/
.site-title a {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #050;
	vertical-align: middle;
	padding-top: 10px;
}
.site-title a img {
  display: inline-block;
  width: auto;
  height: 60px;
	margin-top: 0px;
	margin-left: 15px;
}
@media screen and (max-width:640px){	
	.site-title a img {
  height: 50px;
	}
}
@media screen and (max-width:640px){	
	.site-title a {
  font-size: 25px;
	}
}

.header-inner {
  position: relative;
}
 
.navbutton {
  display: none;
}
 


li {
	margin: 10px 0 0 20px;
}


#breadcrumbs {
	margin-top: 70px;
	padding: 20px 0 10px 100px;
	background: #fff;
	z-index: 214783646;
	position: fixed;
	width: 100%;
}
@media (max-width: 640px) {
    #breadcrumbs{
	height: 40px;
	margin: 50px 0 0 0;
	padding: 10px 30px 0 30px;
    }
}


/* 2つの箱を重ねる */


.bg_test {
    height: 150px;                  /* 高さ指定 */
    padding:  20px;                 /* 余白指定 */
    font-size: 16px;                /* 文字サイズ指定 */
    color: #555;
    background-color: #e0edff;   /* 背景色指定 */
}
 
.bg_test2 {
	height: 500px;              /* 高さ指定は必要 */
	margin-left: -200%;
	margin-right: -200%;
	padding-left: 200%;
	padding-right: 200%;
	position: relative;
	display: flex;/* 子要素を下揃えにする */
	align-items: flex-end;/* 子要素を下揃えにする */
    background-color: #fff;         /* 背景色指定 */
/*	z-index: 1;*/
}
.bg_test52{
/*	position: relative;*/
    height: 350px;              /* 高さ指定 */
	width: 100%;
	margin-left: -150%;
	margin-right: -200%;
	padding-left: 150%;
	padding-right: 200%;
	transform-origin: left bottom;
	transform: rotate(-3.5deg);
    font-size: 25px;            /* 文字サイズ指定 */
    background-color: #E6FFE9;  /* 背景色指定 */
/*	z-index: 2;*/
}
/*.bg_test5 {
    height: 100px;              /* 高さ指定 */
	margin-left: -200%;
	margin-right: -200%;
	padding-left: 200%;
	padding-right: 200%;
	transform-origin: left bottom;
	transform: rotate(0deg);
    font-size: 25px;            /* 文字サイズ指定 */
    background-color: #62c1ce;  /* 背景色指定 */
/*  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);*/
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 100%);
/*	z-index: 1;*/
}*/
.bg_test6 { /* コメント欄 */
    height: 100px;                 /* 高さ指定 */
    width:  300px;                 /* 幅指定 */
    background-color: #f8f8ff;     /* 背景色指定 */
position:  absolute;           /* 位置指定 */
top: 20%;
left: 45%;
border-radius: 10px;
	z-index: 3;
}

/* 斜め切り */
.content {
	margin-left: -200%;
	margin-right: -200%;
	padding-left: 200%;
	padding-right: 200%;
  background-color: #fdf;  /* xxx */ 
}
.content01 {
	margin-left: -200%;
	margin-right: -200%;
	padding-left: 200%;
	padding-right: 200%;
	z-index: 1;
  height: 500px;
  width: 100%;
  background-color: #f8f8ff;  /* xxx */
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
}
.content02 {
	margin-left: -200%;
	margin-right: -200%;
	padding-left: 200%;
	padding-right: 200%;
  height: 100px;
  width: 100%;
  background-color: #fdf;  /* xxx */ 
	z-index: 1;
}
.content03 {
    height: 300px;                 /* 高さ指定 */
    width:  450px;                 /* 幅指定 */
    background-color: #fff;     /* 背景色指定 */
position:  absolute;           /* 位置指定 */
top: 7.1%;
left: 30%;
border-radius: 10px;
	z-index: 3;
}



/* 斜め切り2 */
.content2 {
	margin-left: -150%;
	margin-right: -150%;
	padding-left: 150%;
	padding-right: 150%;
  background-color: #fdf;  /* xxx */ 
}
.content012 {
	margin-left: 0%;
	margin-right: -200%;
	padding-left: 0%;
	padding-right: 200%;
  height: 500px;
  width: 100%;
  background-color: #cff;  /* xxx */
  clip-path: polygon(30% 0, 20% 100%, 100% 100%, 100% 0);
}
.content022 {
	margin-left: -150%;
	margin-right: -150%;
	padding-left: 150%;
	padding-right: 150%;
  height: 0px;
  width: 100%;
  background-color: #fdf;  /* xxx */ 
}
.content032 {
    height: 250px;                 /* 高さ指定 */
    width:  350px;                 /* 幅指定 */
    background-color: #f8f8ff;     /* 背景色指定 */
position:  absolute;           /* 位置指定 */
top: 27.0%;
left: 30%;
border-radius: 20px;
	z-index: 100;
}

/* z-index check */
.sample{
    position: relative;
}
 
.z-index-1{
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: red;
    width: 100px;
    height: 100px;
    z-index: 3;
}
 
.z-index-2{
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: blue;
    width: 100px;
    height: 100px;
    z-index: 2;
}
 
.z-index-3{
    position: absolute;
    top: 80px;
    left: 80px;
    background-color: yellow;
    width: 100px;
    height: 100px;
    z-index: 1;
}
 
.z-index-3-1{
    background-color: green;
    width: 100px;
    height: 100px;
    z-index: 0;
}


.wrapper {
  overflow: hidden;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
	z-index: 1;
}
 
.arc{
  min-height: 400px;
  border-bottom-right-radius: 1000px 500px;
  border-bottom-left-radius: 1000px 500px;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  background: #2ECCFA;
	z-index: 1;
}
.arc p {
	padding-top: 100px;
	text-align: center;
	font-size: 35px;
	color: #fff;
}


.wave_container {
  position: relative;
  background: #62c1ce;
  height: 20vh;
	margin-bottom: 100px;
}

.wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: #62c1ce;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.0%;
  top: 65%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #62c1ce;
  left: -0.0%;
  top: 37%;
}
