@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
*/
html {
  font-size:62.5%!important;
}
body {
  font-family: "Roboto", "Noto Sans JP", 'Hiragino Sans,', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', YuGothic, '游ゴシック体', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  color:#001D30!important;
  font-size:1.6rem!important;
  font-weight:500;
  word-break: break-all;
  line-height:2!important;
  letter-spacing:.015em;
  overflow-x:hidden;
  position:relative;
}
/*---link---*/
a:where(:not(.wp-element-button)) {
	text-decoration: none!important;
}
/*---image---*/
img,
picture {
  display:block;
  width:100%;
  height:auto;
}
/*---font---*/
.--font-size-big {
  font-size:6rem;
}
/*---bg color---*/
.bg--gray {
  background:#1a1a1a;
}
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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