@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@charset "UTF-8";
/************************************
リセットCSS
************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th,
td {
  border-collapse: collapse;
}

table th,
table td {
  white-space: nowrap;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  max-width: 100%;
  height: auto;
  width: auto;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/************************************
基本設定
************************************/
body{
	display:flex;
	justify-content:center;
	background-color:white;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

main{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	max-width:740px;
}
section{
	width:100%;
	max-width:740px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
a:hover{
	opacity:0.7;
}
/************************************
メインビジュアル
************************************/
.mainvisual{
	
}
.mainvisual img{
	width:100%;
}
/************************************
公約
************************************/
.policy{
	margin-bottom:5%;
}
.introduction-img{
	margin-top:3%;
}
.manifest{
	margin-top:7%;
}
.manifest-img{
	width:70%;
	margin:auto;
	margin-top:2%;
}
.manifest-sub-title{
	margin-top:5%;
}
.manifest-box{
	width:90%;
	display:flex;
	flex-direction:column;
}
.manifest-main-box{
	display:flex;
	align-items: center;
	height: 13vh;
	margin-top:5%;
}
.manifest-main-box-number{
	font-size:6rem;
	color:#bfbfbf;
	width:15%;
	font-weight:bold;
}
.manifest-main-box-text{
	font-size:2.2rem;
	color:#11a5e8;
	border-bottom:1px solid #11a5e8;
	width:85%;
	font-weight:bold;
}
.manifest-sub-box{
	display:flex;
	padding-top:3%;
}
.manifest-sub-box-blank{
	width:15%;
}
.manifest-sub-box-text{
	width:85%;
	font-size:1.5rem;
	color:#60798c;
}
.links{
	margin-top:5%;
}
.wpcf7.no-js{
	width:90%;
}
.contact-sub-title{
	margin-top:5%;
}
form{
	margin-top:3%;
}
form label{
	font-size:1.5rem;
	color:#004098;
	font-weight:bold;
}
input {
	border:2px solid #004098 !important;
	background-color:#F2FDFF;
	border-radius:10px !important;
}

textarea {
	border:2px solid #004098;
	background-color:#F2FDFF;
	border-radius:10px;
}

form p{
	display:block;
	margin-top:3%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner{
	background-color:#36E7FF;
	font-size:1.5rem;
	font-weight:bold;
	color:white;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	color:#36E7FF;
	background-color:white;
}
.contact{
	margin-top:5%;
}
.contact-sub-title{
	margin-top:7%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*740px以下*/
@media screen and (max-width: 740px){
	.policy-img{
		width:95%;
		margin:auto;
	}
}

/*599px以下*/
@media screen and (max-width: 599px){
  /*必要ならばここにコードを書く*/
	.manifest-box{
		width:92%;
		margin-bottom:5%;
	}
	.manifest-main-box{
		height:11vh;	
	}
	.manifest-main-box-number{
		width:18%;
	}
	.manifest-main-box-text{
		width:82%;
	}
	.manifest-sub-box{
		padding:0%;
	}
	.manifest-sub-box-blank{
		width:18%;
	}
	
	.manifest-main-box-text{
		font-size:1.1rem;
		width:82%;
	}
	.manifest-main-box-number{
		font-size:3.8rem;	
	}
	.manifest-sub-box-text{
		font-size:0.8rem;
	}
	form label{
		font-size:1.1rem;
	}
	.wpcf7-form-control.wpcf7-submit.has-spinner{
		font-size:1.2rem;
	}
}
