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

/************************************
** 子テーマ用のスタイルを書く*/

h1{
    font-size:100px;
    text-align:center;

}
.title{
    font-size: 100px;

}
.submit_button{

    width: 100px;
    height: 30px;
}
.text_field{

    width:100px;
    height: 30px;
}
body {
    font-family: serif;
    text-align: center;
}
.error{
    color: red;
    font-size: 100px;
}
p{
    font-size: 18px;
}
.href_block{
    height:80px;
}
.subtitle{
        font-size: 70px;
}

.title_color{
    color: #7172ac;
    font-size: 120px;
}
.inline{
    display: inline-block;

    width: 100px;
    height: 80px;
    padding: 0px 50px;
    font-size: 30px;
}
.end{
    height: 100px;
}
************************************/
/*必要ならばここにコードを書く*/

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

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

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