/*-------------------------------------------------------------------
	
	レイアウト

-------------------------------------------------------------------*/
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.center {
	margin:0 auto!important;
	}
.center_text {
	text-align:center;
	}
.f_left {
	float:left;
}
.f_right {
	float: right;
}
.font-b {
	font-weight: bold;
}
.font-24 {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
}
.font-22 {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-20 {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-18 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
}
.font-16 {
	font-size: 1.6rem;
	line-height: 1.4;
}
.font-14 {
	font-size: 1.4rem;
	line-height: 1.4;
}
.font-12 {
	font-size: 1.2rem;
	line-height: 1.4;
}

.bg-white {
	background-color:#fff;
}
.bg-purple {
	background-color:#ffeff7;
}
.bg-g {
	background-color:#ddffe6;
}
.bg-y {
	background-color:#feffef;
}
.bg-grey {
	background-color:#fbfbfb;
}
.gd {
  background:linear-gradient(to right,#f8d1e4, #e0afec);
}


.f-bk {
	color:#000!important;
}
.f-white {
	color:#fff;
}




/*マージン設定　----------------------------------------------------------*/
.mb15 {
	margin-bottom:15px;
	}
.mb20 {
	margin-bottom:20px;
	}
.mb30 {
	margin-bottom:30px;
	}
.mb40 {
	margin-bottom:40px;
	}
.mb60 {
	margin-bottom:60px;
	}
.mb100 {
	margin-bottom:100px;
	}
.mt20 {
	margin-top:20px;
	}
.mt40 {
	margin-top:40px;
	}
.mt50 {
	margin-top:50px;
	}
.mt60 {
	margin-top:60px;
	}
.mt80 {
	margin-top:80px;
	}
.mt100 {
	margin-top:100px;
	}
.pt05 {
	padding-top:5px;
	}
.pt10 {
	padding-top:10px;
	}
.pt20 {
	padding-top:20px;
	}
.pt30 {
	padding-top:30px;
	}
.pt40 {
	padding-top:40px;
	}
.pt60 {
	padding-top:60px;
	}
.pt80 {
	padding-top:80px;
	}
.pt100 {
	padding-top:100px;
	}
.pt160 {
	padding-top:160px;
	}
.pb05 {
	padding-bottom:5px;
	}
.pb10 {
	padding-bottom:10px;
	}
.pb20 {
	padding-bottom:20px;
	}
.pb30 {
	padding-bottom:30px;
	}
.pb40 {
	padding-bottom:40px;
	}
.pb60 {
	padding-bottom:60px;
	}
.pb100 {
	padding-bottom:100px;
	}
.pr15 {
	padding-right:15px;
	}
.pl15 {
	padding-left:15px;
	}
.ml30 {
	margin-left:30px;
	}
.ml40 {
	margin-left:40px;
	}


@media (min-width:768px){
.box {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 40px 30px;
 border-radius: 10px;
}
.box-2 {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 40px 30px;
 border-radius: 20px;
 opacity: 0.9;
}
}

@media (max-width:767px){
.box {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 20px 20px;
 border-radius: 10px;	
}
.box-2 {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 20px 20px;
 border-radius: 20px;
 opacity: 0.9;
}
}

.img-fluid {
	width:100%;
	height:auto;
	vertical-align: bottom!important;
	}






/*以下コンテンツ----------------------------------------------------------*/

/*　画像サイズ指定　*/
.button {
  width: 600px;
}
.icon {
width: 90px;
}
.free {
max-width: 700px;
}


@media only screen and (max-width: 768px) {
.button {
  width: 100%!important;
}
.icon {
width: 90px;
}
}	


/*　メイン　*/
.container-main {
    max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
  }
.container-main-2 {
    max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
  }
.title{
	font-size: 30px;
	line-height: 1.6;
}
.title-2 {
	font-size: 20px;
}
.title-3 {
	font-size: 34px;
}	

@media only screen and (max-width:767px)  {
  .container-main {
    width: 100%;
    padding:0;
  }
  .container-main-2 {
    width: 100%;
    padding:0;
  }
}


/*　背景画像　*/
@media only screen and (min-width:768px) {
.blue {
    width: 100%;
    height: 1020px;
    background: url("../imgs/blue.jpg") no-repeat top center; 
    background-size: cover;
}

.pink {
    width: 100%;
    height: 575px;
    background: url("../imgs/pink.jpg") no-repeat top center; 
    background-size: cover;
	padding-top: 90px;
}
}

@media only screen and (max-width:767px) {
}




/*　カラムコンテンツ　*/
.container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container-100 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.column-left-2 {
  width: 50%;
  padding: 0px 20px 20px 0;
  box-sizing: border-box;
}
.column-right-2 {
  width: 50%;
  padding: 0px 20px 20px 0;
  box-sizing: border-box;
}
.column-left-3 {
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}
.column-center-3 {
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}
.column-right-3 {
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .column-left-2 {
    width: 50%;
  }
  .column-right-2 {
    width: 50%;
  }
  .column-left-3 {
    width: 100%;
  }
  .column-center-3 {
    width: 100%;
  }
  .column-right-3 {
    width: 100%;
  }
}


/*　斜め線　*/
.attention {
    position: relative;
    display: inline-block;
	padding: 0px 30px;
}
       
.attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}


/*　フォーム　*/

#formWrap {
	width:100%;
	margin:0 auto;
 font-family: 'Noto Sans JP', sans-serif;
}
.formTable {
	width:100%;
	padding: 4px;
	text-align: left;
}
table.formTable th, table.formTable td {
	width:100%;
	padding: 3px;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}

table.formTable tr,table.formTable td {
	border-bottom: solid 1px #D1C8BB;
	padding-bottom: 30px;
	margin-bottom: 10px;
}

input[type="text"], textarea {
	width:100%;
	padding:10px;
	font-size:110%;
	border: solid 1px #ccc;
  	border-radius: 8px;
}
select {
	width:100%;
	padding:10px !important;
	background-color: white !important;
	font-size:100%;
	border: solid 1px #ccc !important;
  	border-radius: 8px !important;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
 font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	font-size:110%;
	background-color: #FF9FAF;
	border: solid #FF9FAF;
	color: #fff;
  	border-radius: 50px;
}


/*----------------------フェードイン・スクロールで表示 */
.element {
  /* 最初は非表示 */
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


/* スクロール　フェードイン表示 */
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1.5;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}