@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#breadcrumb {
  display: none
}

.header .site-name-text img {
  margin-top: 10px;
}

.tagline {
  font-size: px;
	font-weight: bold;
}

html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
div {
  margin: 0;
  padding: 0;
}


* {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

body {
  display: block;
  background-color: #feecd2;
  font-family: "Avenir Next", sans-serif;
}

img {
  outline: none;
}

.clear {
  clear: both;
}

.home span {
  color: #fb517f;
}

section {
  margin-top: 1em;
  padding: 0.5em 0;
}

.btn2 {
  position: absolute;
  top: 65%;
  left: 65%;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #fb517f;
  outline: 0;
  cursor: pointer;
  color: #ff7777;
  background: #fff;
  height: 4em;
  line-height: 4em;
  width: 300px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 0 auto;
}


.container {
  margin: 0 auto;
  padding: 0.1em 0;
  width: 1280px;
  text-align: center;
}

.job-wrap {
  background-color: #FFE9CE;
  background-size: 100% 1000px;
}

.job {
  width: 1000px;
  height: 900px;
}

.container h2 {
  font-size: 30px;
	background-color: transparent;
  color: #ff7777;
	padding: 0.1em;
}

.job-desc {
  position: relative;
}

.job-wrap img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 50px;
  right: 10px;
  z-index: 3;
}

.job-text {
  background-color: white;
  width: 600px;
  height: 400px;
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 150px;
  bottom: 10px;
  left: 350px;
  right: 10px;
  box-shadow: 10px 10px #f89999;
  padding: 50px 10px 40px 120px;
  font-size: 14px;
}

.btn3 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #fb517f;
  outline: 0;
  cursor: pointer;
  color: #ff7777;
  background: #fff;
  height: 3em;
  line-height: 3em;
  width: 300px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 0 auto;
  position: absolute;
  top: 620px;
  bottom: 10px;
  left: 350px;
  right: 10px;
}

.reward-wrap {
  background-color: rgb(253, 230, 253);
  background-size: 100% 1000px;
}

.reward {
  width: 1000px;
  height: 900px;
}

.reward-desc {
  position: relative;
}

.reward-wrap img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 550px;
  right: 10px;
  z-index: 3;
}

.reward-text {
  background-color: white;
  width: 600px;
  height: 400px;
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 150px;
  bottom: 10px;
  left: 50px;
  right: 10px;
  box-shadow: -10px 10px #f89999;
  padding: 70px 10px 40px 40px;
  font-size: 14px;
}

.btn4 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #fb517f;
  outline: 0;
  cursor: pointer;
  color: #ff7777;
  background: #fff;
  height: 3em;
  line-height: 3em;
  width: 300px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 0 auto;
  position: absolute;
  top: 600px;
  bottom: 10px;
  left: 350px;
  right: 10px;
}

.chatlady-wrap {
  background-color: #FFE9CE;
  background-size: 100% 1000px;
}

.chatlady {
  width: 1000px;
  padding-bottom: 50px;
}

.column {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.column img {
  width: 200px;
  height: 200px;
  border-radius: 50px;
}

.chatlady-home {
  background-color: #fff;
  border-radius: 30px;
}

.chatlady-home h3 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #a9cf54;
  height: 3em;
  line-height: 2em;
  width: 300px;
  transition: 0.5s;
  border-left: none;
  border-radius: 10px;
  padding: 0 auto;
  margin: 30px auto;
}

.homechat-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

.chatlady-office {
  background-color: #fff;
  border-radius: 30px;
}

.chatlady-office h3 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #04bfbf;
  height: 3em;
  line-height: 2em;
  width: 300px;
  transition: 0.5s;
  border-left: none;
  border-radius: 10px;
  padding: 0 auto;
  margin: 30px auto;
}

.officechat-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

.btn5 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #fb517f;
  outline: 0;
  cursor: pointer;
  color: #ff7777;
  background: #fff;
  height: 3em;
  line-height: 3em;
  width: 300px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 0 auto;
  margin-top: 30px;
}

.faq {
  background-color: rgb(253, 230, 253);
  background-size: 100% 500px;
}

.faq-title h2 {
	margin: 2em 3.5em 2em 0;
}

.faq ul img {
  width: 1000px;
  height: 200px;

}

.faq ul li {
  list-style: none;
  margin-bottom: 20px;
  margin-right: 5em;
}

.btn6 {
  position: absolute;
  top: 80%;
  left: 55%;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #fb517f;
  outline: 0;
  cursor: pointer;
  color: #ff7777;
  background: #fff;
  height: 3em;
  line-height: 3em;
  width: 300px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 0 auto;
}

/*ここからvoiceページ*/

.voice-title {
  text-align: center;
  font-weight: bold;
  padding: 1em;
}

.voice-title h1 {
  font-size: 200%;
  color: #04bfbf;
}

.chatlady-voice {
	background-color: #FFE9CE;
	padding: 1em;
}

.voice-logo {
  display: flex;
  justify-content: center;
  margin: 3em;
}

.voice-logo img {
  width: 300px;
  margin-right: 3em;
}

.voice-logo p {
  font-size: 150%;
  text-align: left;
}

.voice-logo span {
  font-weight: bold;
}

.name {
  padding-top: 1.5em;
}

.voice-text {
  text-align: center;
  padding-bottom: 4em;

}

.voice-text h2 {
  color: #fb517f;
  padding: 2em 0;
}

.star {
  color: yellow;
}

.voice-text span {
  color: #fb517f;
}

/*代表メッセージ*/
.message p {
	text-align: left;
    margin-left: 30%;
}


/*ContactForm7カスタマイズ*/

table {
		background: #fafbfc;
}

table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

table.CF7_table th {
	text-align: left;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#f0f0f1;
}



/*「必須」文字*/
.CF7_req {
	font-size:.9em;
	padding: 5px;
	background: #ff8989;/*pink*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #04bfbf;/*blue*/
	border:0;
	border-radius: 15px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width: 20%;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
