@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #112c53;
	background-color: #fcf7f0;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #112c53;
  text-decoration: none;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp_2 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 4.0s; }

.fadeInUp_2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
	body {
		min-width: 100%;
	}
}

* {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
  .pcline-break { display:block; }
  .spline-break { display:none; }
}
@media screen and (max-width: 767px){   
  .pcline-break { display:none; }
  .spline-break { display:block; }
}


/* ---------------------------------------------------------
  要素ワッパー
----------------------------------------------------------*/
/*---------------- PC ----------------*/
@media screen and (min-width:768px) {
	.element-wapper {
		width: 900px;
		margin: 0 auto 60px;
	}
}


/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

/*----- パソコン表示 -----*/
.main_pc { display: block !important; }
.main_sp { display: none !important; }

/*----- スマートフォン表示 -----*/
@media only screen and (max-width: 767px) {
.main_pc { display: none !important; }
.main_sp { display: block !important; }
}

h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;/*上部余白をなくす！*/
	line-height:0;
}
h2 img {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}


/* --- PC --- */
@media screen and (min-width: 768px) {
  h2 {
    margin-bottom: 60px;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  } 
  .main_pc_wrapper{
    width: 960px;
    margin: 0 auto;
    padding-top: 0;
  }
}


/* ---------------------------------------------------------
  概要
----------------------------------------------------------*/
.description {
	width: 90%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
}

.descheadline {
	font-size: 1.7rem;
	text-align: center;
	color: #f4a8bb;
	font-weight: bold;
}
.desctext {
	margin-top: 1em;
	font-size: 1.3rem;
	padding: 0 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width:768px) {
	.description {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	.descheadline {
		font-size: 3rem;
	}
	.desctext {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	投稿方法
----------------------------------------------------------*/
.howtopost {
	width: 90%;
	margin: 0 auto 60px;
	border: 3px solid #112c53;
	letter-spacing: 0.03em;
	font-family: 'Noto Sans JP', sans-serif;
}

.howtostep {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.detailpage {
	margin-bottom: 80px;
}

.step span {
	color: #f590aa;
}

.howtopost img {
	max-width: 100%;
}

.howtopost h3 {
	font-size: 2rem;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.howtopost h4 {
	margin-bottom: 0.5em;
}

.howtonum {
	font-size: 1.5rem;
	background: linear-gradient(transparent 70%, #ffff80 0%);
	line-height: 1.8;
}

.post_subheading {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #112c53;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.step {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width:768px) {
	.howtopost {
		width: 70%;
		font-size: 2.5rem;
	}
	.howtostep {
		width: 70%;
	}
	.howtonum {
		font-size: 1.9rem;
	}
	.step {
		font-size: 1.6rem;
	}
	
	.detailpage {
		margin-bottom: 0px;
	}
	
	.post_subheading {
		font-size: 1.7rem;
		text-align: center;
	}
	
	.howtostep_box {
		display: -webkit-flex;
		display: flex;
	}
	
}


/* ---------------------------------------------------------
	投稿方法
----------------------------------------------------------*/
.notes {
	width: 90%;
	margin: 0 auto 40px;
	border: 3px solid #112c53;
	letter-spacing: 0.03em;
	font-family: 'Noto Sans JP', sans-serif;
}

.notes h5 {
	text-align: center;
	font-size: 2rem;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.notes ul li {
	list-style-type: none;
	line-height: 1.8;
}

.notes ul {
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 1em;
}

.notes li {
	padding-bottom: 1em;
	line-height: 1.8;
	font-size: 1.3rem;
}

/*---------------- PC ----------------*/
@media screen and (min-width:768px) {
	.notes {
		width: 70%;	
	}
	.notes li {
		font-size: 1.6rem;
	}
}


/* ---------------------------------------------------------
　吹き出し
----------------------------------------------------------*/
.speech_balloon_heading {
	position: relative;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0.5em;
	padding: 1em 2em;
	min-width: 120px;
	max-width: 90%;
	font-size: 1.2rem;
	background: #f590aa;
	border-radius: 10px;
}

.speech_balloon_heading:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f590aa;
}

.balloon_txt {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #ffffff;
	text-align: center;
}

.balloon_txt span {
	font-size: 130%;
}

/*----- PC -----*/
@media screen and (min-width:768px) {
	.speech_balloon_heading {
		position: relative;
		display: inline-block;
		margin-left: 25%;
		margin-right: 25%;
		margin-bottom: 0.5em;
		padding: 1em 2em;
		max-width: 50%;
		font-size: 1.6rem;
		background: #f590aa;
		border-radius: 10px;
	}
}


/* ---------------------------------------------------------
　ボタン(マイページ)
----------------------------------------------------------*/
.read_box {
	text-align: center;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.read-more {
  display: inline-block;
  padding: 1em 4em;
  margin: 10px auto 0;
  border: 1px #f590aa solid;
  text-decoration: none;
  font-size: 1.5rem;
  background-color: #f590aa;
  transition: .4s;
}

.read-more a {
  color: #FFFFFF;
  font-weight: normal;
}

.read-more:hover {
	color: #f590aa;
	background-color: #fcf7f0;
}

.read-more:hover a {
	color: #f590aa;
	font-weight: normal;
}


/*----- PC -----*/
@media screen and (min-width:768px) {
	.read-more {
	  display: inline-block;
	  padding: 1em 6em;
	  margin: 50px auto 50px;
	  border: 1px #f4a8bb solid;
	  text-decoration: none;
	  font-size: 1.75rem;
	  transition: .4s;
	}
}



