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

/************************************
** 共通 common
************************************/


/* -------------------------------
   マージン・パディング・ボックスサイズリセット
-------------------------------- */


/* ヘッダー・フッターなどの構造の余白や装飾を解除 */
.header-container,
.footer-container,
.sidebar,
.main,
.entry-content,
.article {
  all: unset;
  display: block;
  text-box-trim: trim-start;
}



/********* ヘッダー *************************************************/

.header-container {
padding: 0;
margin: 0 auto;
background: #FFF;
}
.header-container-in {
margin: 0;
padding: 0 0;
}
@media screen and (max-width: 1023px) {
.header-container {
display: none;
}
}

/************************************
** 共通 common
************************************/

/* 初期設定 */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  text-box-trim: trim-both;
}
body {
  margin: 0;
  padding: 0;
  text-box-trim: trim-both;
}

.eye-catch {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.eye-catch-image {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: bottom;
}
.wp-post-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


.textwidget,
.custom-html-widget {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
}

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


.sp_only {
  display: none;
}


@media screen and (max-width: 640px) {
.sp_only {
display: block;
}
.pc_only {
display: none;
}
}


.manu_sp_only {
  display: none !important;
}
@media screen and (max-width: 1023px) {
.manu_sp_only {
display: block !important;
}
}




/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
  display: none;
}
/*エントリーカードカテゴリー名非表示*/
.cat-label {
  display: none;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

.content-in-sideari {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}


.main_txt_top {
display: block;
  width: calc(100% - 240px - 24px);
  padding: 0;
  order: 1;
}
.sidebar {
display: block;
  float: none !important;
  width: 240px !important;
  height: auto;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  order: 2;
}

@media only screen and (max-width: 1080px) {
.content-in {
padding: 0 16px;
}
.main_txt_top {
  width: calc(99% - 240px - 12px);
}
.main_txt_top {
  width: calc(76% - 16px);
}
.sidebar {
  width: 23% !important;
}

}



@media screen and (max-width: 640px) {	
  .content-in-sideari {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .main_txt_top {
    width: auto;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 0;
  }
.content-in-side-no .main_txt {
    width: auto;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 0;
}

.sidebar {
    width: auto !important;
    margin: 0;
  margin-bottom: 0;
    padding: 16px;
  }

  .main_txt_in {
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  margin-bottom: 0;
  }
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

#container {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.container {
  margin: 0 auto;
  padding: 0;
  display: block;
  background: none;
}
#content {
  background: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 0;
  width: auto !important;
  max-width: none !important;
  float: none;
}
.content {
overflow: hidden;
  background: none;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
  padding-bottom: 0 !important;
  width: auto !important;
  max-width: none !important;
  float: none;
}

.content-in {
  background: none;
  margin: 0 auto;
  width: auto;
  max-width: 1080px;
  padding: 0;
}

@media only screen and (max-width: 1080px) {
.content-in {
padding: 0 16px;
}
}
@media only screen and (max-width: 640px) {
  .content-in {
    width: auto;
    margin: 0 0;
	padding: 0 8px;
  }
}




.entry-content,
article {
  margin: 0;
  padding: 0;
}

/************************************
** カラムサイズ指定
************************************/
main,
.main,
.main_top {
  display: block;
  width: auto;
  background: none;
  padding: 0!important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/************************************
** カラムサイズ指定
************************************/
.entry-card {
  height: auto;
}

.article-header,
.entry-header {
  margin: 0;
  padding: 0;
}

#breadcrumb {
  width: auto;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 0;
}


@media screen and (max-width: 1080px) {
  #breadcrumb {
    padding: 0 16px;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb {
    display: none;
}
}

img {
  max-width: 100%;
  /* width: 100%; */
}

/************************************
** 級数指定
************************************/

article h1,
.sidebar h1,
.title h1,
.topmain h1,
.entry-content h1,
h1 {
  font-size: 28px !important;
}
article h1,
.sidebar h1,
.title h1,
.topmain h1,
.entry-content h1 {
  text-box-trim: trim-both;
}

article h2,
.sidebar h2,
.title h2,
.topmain h2,
.entry-content h2,
h2 {
  font-size: 24px;
  text-box-trim: trim-both;
}

article h3,
.sidebar h3,
.title h3,
.entry-content h3,
h3.entry_title,
h3 {
  font-size: 22px;
  text-box-trim: trim-both;
}

article h4,
.sidebar h4,
.title h4,
.entry-content h4,
h4.entry_title,
h4 {
  font-size: 20px;
  text-box-trim: trim-both;
}

article h5,
.sidebar h5,
.title h5,
.topmain h5,
.entry-content h5,
h5 {
  font-size: 18px;
  text-box-trim: trim-both;
}



/************************************
** 見出し
************************************/

h2.page_title,
h3.page_title {
background: none;
padding: 0;
margin: 0;
  padding-left: 12px;
  line-height: 150%;
  padding-bottom: 8px;
  margin-bottom: 16px;
  text-box-trim: trim-both;
}
h2.entry_title,
h3.entry_title,
h4.entry_title,
h4.page_title {
background: none;
padding: 0;
margin: 0;
  padding-bottom: 8px;
  line-height: 150%;
  margin-bottom: 16px;
  display: block;
	overflow: hidden;
  position: relative;
  text-box-trim: trim-both;
}


h4.midashi_admission {
background-color: #a2cef5;
color: #FF0;
padding: 12px 16px;
border-radius: 4px;
  text-box-trim: trim-both;
}
h3.title_border_black {
	 padding-bottom: 8px !important;
	border-bottom: 2px solid #000;
  text-box-trim: trim-both;
  
}
h2.title_border_black,
h3.title_border_black,
h4.title_border_black,
h5.title_border_black {
	 padding-bottom: 4px !important;
	border-bottom: 3px solid #000;
  text-box-trim: trim-both;
  
}
h4.title_border_blue {
	 padding-bottom: 2px;
	border-bottom: 3px solid #3db5d9;
  text-box-trim: trim-both;
  
}
  
@media screen and (max-width: 640px) {
h4.midashi_admission {
padding: 8px 8px;
}
h2.title_border_black {
	border-bottom: 1px solid #000;
  
}
h4.title_border_blue {
	border-bottom: 1px solid #3db5d9;
}
h2.title_border_black,
h3.title_border_black,
h4.title_border_black,
h5.title_border_black {
	border-bottom: 1px solid #000;
}
}


  

/************************************
** ボックス
************************************/

.box_white {
  display: block;
  vertical-align: top;
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 16px 16px;
  margin-bottom: 24px;
}

.box_gray {
  display: block;
  padding: 1em 1em;
  background-color: #f5f5f5;
}

.box_shadow {
  display: block;
  padding: 16px 16px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .box_gray {
    padding: 1em;
  }
  .box_shadow {
    padding: 1em;
    margin-bottom: 16px;
  }
}

/************************************
** ボタン
************************************/

.bt {
display: inline-block;
margin: 0;
margin-right: 1.2em;
padding: 0;
}

.bt a {
display: block;
position: relative;
padding: 0;
color: #000;
text-decoration: none;
	border-bottom: 3px solid rgba(255,255,255,0.0);
}
.bt a:after {
    position: absolute;
  font-family: "Font Awesome 5 Free";
    content: '\f054';
	right: -1.2em;;
color: #0099FF;
font-weight: 900;
}
.bt a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:hover:after {
	right: -1.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:before {
        content:"";
        display:block;
        position:absolute;
        left:0;
        bottom:0;
        width:0;
        height: 1px;
        background-color:#0099FF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
.bt a:hover:before{
        bottom:-2px;
  width: 135%;/*hover時に表示*/
}



.bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bt_center:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}




.bt_kuwashiku {
  display: inline-block !important;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 1.15em;
}
.bt_kuwashiku a {
  display: block;
  padding: 0;
  color: #2dc798;
  text-decoration: none;
}
.bt_kuwashiku::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  top: 0;
  right: 0;
  color: #2dc798;
font-weight: 900;
}
.bt_kuwashiku a:hover {
  color: #000;
}

/************************************
** 画像
************************************/

.imageleft {
  max-width: 40%;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.imageright {
  max-width: 40%;
  float: right;
  margin-bottom: 16px;
  margin-left: 16px;
}
.imagecenter {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}
.imagecenter00 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.imagecenter80 {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.pic_center {
	display: block;
	margin: 0 auto;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}
@media screen and (max-width: 640px) {
  .imageleft {
    max-width: 50%;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .imageright {
    max-width: 50%;
    float: right;
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .imagecenter {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

/************************************
** list-style
************************************/
ol.list_suuji {
	counter-reset: my-counter;
	list-style: none;
  margin: 0;
  padding: 0;
}
ol.list_suuji li {
position: relative;
	list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol.list_suuji li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	float: left;
	margin-left: -1em;
}
ul.list_dott {
  margin: 0;
  padding: 0;
}
ul.list_dott li {
  position: relative;
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ul.list_dott li:before {
  position: absolute;
  content: "・";
  margin-left: -1.0em;
}
ul.list_dott li:last-child {
  margin-bottom: 0;
}
ul.list_kome {
  margin: 0;
  padding: 0;
}
ul.list_kome li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}
ul.list_kome li:last-child {
  margin-bottom: 0;
}
ul.list_kome li:before {
  position: absolute;
  content: "※";
  margin-left: -1.0em;
}
ul.list_star {
  margin: 0;
  padding: 0;
}
ul.list_star li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_star li:last-child {
  margin-bottom: 0;
}
ul.list_star li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_bus {
  margin: 0;
  padding: 0;
}
ul.list_bus li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_bus li:last-child {
  margin-bottom: 0;
}
ul.list_bus li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f207";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_medical {
  margin: 0;
  padding: 0;
}
ul.list_medical li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_medical li:last-child {
  margin-bottom: 0;
}
ul.list_medical li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f477";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}



ul.list_care {
  margin: 0;
  padding: 0;
}
ul.list_care li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}
ul.list_care li:last-child {
  margin-bottom: 0;
}
ul.list_care li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\e05c";
  top:0;
  margin: 0;
  margin-left: -1.5em;
  padding: 0;
  color: #D25;
font-weight: 900;
}



ul.list_check {
  margin: 0;
  padding: 0;
}
ul.list_check li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_check li:last-child {
  margin-bottom: 0;
}
ul.list_check li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_check_inline,
ul.list_clip_inline,
ul.list_arrow_inline {
  margin: 0;
  padding: 0;
}
ul.list_check_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_clip_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_arrow_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}

ul.list_arrow_inline li a {
  display: block;
  text-decoration: underline;
}

ul.list_check_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}
ul.list_clip_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}
ul.list_arrow_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #F9B54F;
font-weight: 900;
}



@media screen and (max-width: 640px) {
ul.list_check_inline li,
ul.list_clip_inline li,
ul.list_arrow_inline li {
  display: block;
  margin-bottom: 4px;
  margin-right: 0;
}
ul.list_check_inline li:last-child,
ul.list_clip_inline li:last-child,
ul.list_arrow_inline li:last-child {
  margin-bottom: 0;
}
}

.bt_arrow {
display: inline-block;
min-width: calc(50% - 16px);
text-align: center;
}

@media screen and (max-width: 640px) {
.bt_arrow {
min-width: calc(75% - 16px);
}
}
.bt_arrow a {
position: relative;
display: block;
padding: 0.5em 0.5em;
padding-right: 1.5em;
text-decoration: none;
color: #479557;
border: 1px solid #479557;
}
.bt_arrow a:hover {
background-color: #E9F6F2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.bt_arrow a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
top:50%;
right: 1.5em;
transform: translateY(-50%);
  margin: 0;
  padding: 0;
  color: #F9B54F;
font-weight: 900;
}
.bt_arrow a:hover:before {
right: 0.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



/************************************
** ページャー
************************************/

table.table_postnavi {
  table-layout: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
table.table_postnavi tr,
table.table_postnavi th,
table.table_postnavi td {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
table.table_postnavi th {
  padding: 0 15px;
  width: auto;
  text-align: center;
  white-space: nowrap;
}
table.table_postnavi th a {
  padding: 15px;
}
table.table_postnavi td.left_post {
}
table.table_postnavi td.right_post {
  text-align: right;
}






/************************************
** ボックス
************************************/
.flex_two {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_two_box {
width: calc(100% / 2 - 8px);
display: block;
}
.flex_two_box:nth-child(n+3) {
margin-top: 16px;
}

@media screen and (max-width: 640px) {
.flex_two {
flex-flow: column;
}
.flex_two_box {
width: auto;
min-height: 286px;
}
.flex_two_box:nth-child(n+2) {
margin-top: 8px;
}
}
.flex_three {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.flex_three_box {
width: calc(100% / 3 - 11px);
display: block;
  flex-grow: 1;
padding: 0 !important;
margin: 0 8px;
background: #EEE;
}
.flex_three_box:first-child {
margin-left: 0;
}
.flex_three_box:last-child {
margin-right: 0;
}

@media screen and (max-width: 640px) {
.flex_three {
margin: 0 -16px;
margin-top: -8px;
}
.flex_three_box {
width: auto;
display: block;
margin: 0 4px;
}
}

.flex_four {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  flex-grow: 1;
}
.flex_four_box::after {
content: "";
display: block;
width: calc(100% / 4 - 12px);
}
.flex_four_box::before {
order: 1;
content: "";
display: block;
width: calc(100% / 4 - 12px);
}
.flex_four_box {
width: calc(100% / 4 - 12px);
display: block;
background: #EEE;
}
.flex_four_box:nth-child(n+5) {
margin-top: 16px;
}

@media screen and (max-width: 640px) {
.flex_four_box::after {
display: none;
}
.flex_four_box::before {
display: none;
}
.flex_four_box {
width: calc(100% / 2 - 4px);
min-height: 138px;
}
.flex_four_box:nth-child(n+3) {
margin-top: 4px;
}
}



.flex_two_pic,
.flex_two_txt {
width: calc(100% / 2 - 8px);
display: block;
flex-grow: 1;
}
.flex_two_txt {
order: 1;
}
.flex_two_pic {
order: 2;
}


@media screen and (max-width: 640px) {
.flex_two_pic,
.flex_two_txt {
width: auto;
flex-flow: column;
}
.flex_two_txt {
margin-top: 8px;
}
}


/************************************
** テキスト位置
************************************/
.t_center {
  text-align: center !important;
}
.t_center_pc {
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .t_center_pc {
    text-align: left !important;
  }
  .t_center_sp {
    text-align: center !important;
  }
}
.t_left {
  text-align: left !important;
}
.t_right {
  text-align: right !important;
}

.right {
  float: right !important;
}

/************************************
** フォント 太さ 行間
************************************/
/*
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}
*/
.ls005 {
  letter-spacing: 0.05rem;
}
.ls01 {
  letter-spacing: 0.1rem;
}
.ls02 {
  letter-spacing: 0.2rem;
}
.ls05 {
  letter-spacing: 0.5rem;
}


/************************************
** マージン
************************************/
.mb0 {
  margin-bottom: 0 !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 640px) {
.mb4 {
  margin-bottom: 2px !important;
}
.mb8 {
  margin-bottom: 4px !important;
}
.mb16 {
  margin-bottom: 8px !important;
}
.mb24 {
  margin-bottom: 16px !important;
}
.mb32 {
  margin-bottom: 24px !important;
}
.mb40 {
  margin-bottom: 32px !important;
}

.mt4 {
  margin-top: 4px !important;
}
.mt8 {
  margin-top: 2px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt24 {
  margin-top: 16px !important;
}
.mt32 {
  margin-top: 24px !important;
}
.mt40 {
  margin-top: 32px !important;
}
}

/************************************
** フォントサイズ
************************************/

.fs80 {
font-size: 80%;
}
.fs90 {
font-size: 90%;
}
.fs110 {
font-size: 110%;
}
.fs120 {
font-size: 120%;
}
.fs130 {
font-size: 130%;
}
.fs140 {
font-size: 140%;
}
.fs150 {
font-size: 150%;
}
.fs200 {
font-size: 200%;
}
.fs250 {
font-size: 250%;
}
.fs300 {
font-size: 230%;
}
.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fs37 {
  font-size: 37px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}
.fs42 {
  font-size: 42px;
}



.line-h-1 {
  line-height: 1;
}

.line-h-1_2 {
  line-height: 1.2;
}

.line-h-1_25 {
  line-height: 1.25;
}

.line-h-1_3 {
  line-height: 1.3;
}

.line-h-1_5 {
  line-height: 1.5;
}

.line-h-1_8 {
  line-height: 1.8;
}

.line-h-2 {
  line-height: 2;
}

/************************************
** カラー
************************************/
.red {
  color: #f00;
}
.pink {
  color: #fc5987;
}
.yellow {
  color: #f9d50b;
}

.yellow02 {
  color: #fcff00;
}
.blue {
  color: #0236df;
}
.orange {
  color: #fd9902;
}
.blown {
  color: #900;
}
.rose {
  color: #D25;
}
.green {
  color: #287928;
}
.navy {
  color: #2f418f;
}
.pink02 {
  color: #f9b;
}
.gold {
  color: #eee06d;
}
.gray {
  color: #555;
}
.wine {
  color: #b07;
}
.wine02 {
  color: #D25;
}


