\//*
Theme Name: sgn
Theme URI: https://www.spb.co.jp/
Author: spb
Author URI: https://www.spb.co.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: d-info.ne
*/

/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

@charset "utf-8";

/* 初期設定 --------------------------------------------------------------------------------------*/
! sanitize.css|CC0 Public Domain|pre,
textarea {
  overflow: auto;
}
[hidden],
audio:not([controls]),
template {
  display: none;
}
details,
main,
summary {
  display: block;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
textarea {
  resize: vertical;
}
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
::after,
::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: 2;
  margin: 0;
  padding: 0;
  outline: none;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  white-space: inherit;
}

select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*iPhoneのボタンをリセットさせている*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/**/

h1,
h2,
h3 {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
}
h1 {
	font-weight:bolder;
}
img {
  display: block;
  /*width: 100%;
  max-width: 100%;
  max-height: 100%;*/
  margin: 0 auto;
  height: auto;
}


nav ol,
nav ul {
  list-style: none;
}
li {
  list-style: none;
}
p {
}
a {
  cursor: pointer !important;
}
br {
  line-height: 0;
}
sup{
  font-size:0.5em;
}

blockquote{
  margin:20px;
  padding:20px;
  background-color:#EEE;
}

/* 汎用スタイル・クラス ------------------------------------------------------------------------------------*/


.font_black {
  color: #000 !important;
}
.font_black * {
  color: #000 !important;
}
.font_white {
  color: #fff !important;
}
.font_white * {
  color: #fff !important;
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.palt {
  font-feature-settings: "palt";
}
.jst {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

.cn {
  letter-spacing: -0.6em;
  line-height: 1;
}
/* PC・スマホ切り分け */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}


div.flex_box_c{
  display: flex;
  justify-content: space-between;
  flex-wrap :wrap ;
}
div.flex_box_c2{
  display: flex;
  justify-content: center;
  flex-wrap :wrap ;
}
div.flex_box_c3{
  display: flex;
  justify-content: space-around;
  flex-wrap :wrap ;
}

.fade {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  ----------------------------------------------------------------------------------------------*/
/* ブロック ------------------------------------------------------------------------------------------*/
/*  ----------------------------------------------------------------------------------------------*/

html {
  width: 100%;
  font-size: 100%;
}
html {
  font-size: 62.5%;
  font-size: calc(1rem + ((1vw - 3.2px) * 0.5));
  min-height: 0vw;
}

@media (max-width: 320px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 150%;
  }
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -os-overflow-scrolling: touch;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /* paltは基本設定、文字幅を自動で詰めてくれる。tradは旧字体用設定。*/
  -webkit-font-feature-settings: "palt";
  color: #191919;
  /* letter-spacing: 0.5px; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-image: url(../img/bg_all.png);
  /*background-position: center;*/
  background-repeat: repeat;
  background-size: auto;

  /*background-color: #267CBF;*/
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;

}

/* ================================================================*/
/* ヘッダー TOP メインイメージ */
header{
  /*background-color: #FFF;*/
  margin:0;
  /*border:1px solid #FFF;*/

}
header div#header-bg{
  position: relative;
 /* margin-top:-25px;
  margin-left:-25px;*/
  background-image: url(../img/header-bg-left.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
header div#header-bg div#header-inner{
  position: relative;
  /*margin-top:-25px;
  margin-right:-25px;*/
  padding-top:20px;
  position: relative;
  background-image: url(../img/header-bg-right.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}
header h1{
  /*margin-top:20px*/
}
header h1 img{
  width:95%;
  max-width:1900px;
}
@media screen and (max-width: 1024px) {
  header h1 img{
    width:100%;
  }
}
@media screen and (max-width: 980px) {
  header div#header-bg{
    background-size: 150px auto;
  }
  header div#header-bg div#header-inner{
    background-size: 150px auto;
  }
}
@media screen and (max-width: 767px) {
  header{
    margin:0;
  }
  header div#header-bg{
    background-size: 100px auto;
  }
  header div#header-bg div#header-inner{
    background-size: 100px auto;
  }
}

/* ヘッダー 内部ページ*/

/* メインイメージ グローバルメニュー
div#top{
  margin:0 50px 0 40px;

}
div#top div#img-section{

}
div#top div#img-section img{
  max-width:400px;
}
@media screen and (max-width: 1300px) {
  div#top div#img-section img{
    width:50%;
  }
}
@media screen and (max-width: 767px) {
  div#top{
    margin:0;
  }
}
*/

/* ================================================================*/
/*  グローバルメニュー */
div#top{
  margin:0 50px 0 40px;

}
@media screen and (max-width: 767px) {
  div#top{
    margin:0 20px 0 10px;;
  }
}

#nav {
  padding-top   : 30px;
  padding-bottom: 20px;
  width: 100%;
}
#nav ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width: 100%;
}
#nav ul li {
  width:23%;
  padding: 0 0 0 0.5em;
}
#nav ul li a{
  width:100%;
  height:70px;
  font-size     : 1rem;        /* 文字サイズ */
  line-height   : 65px;         /* 1行の高さ  */
  font-weight:bold;
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  /*padding-top   : 1em;   /* 余白       */
  /*padding-bottom: 1em;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
}

#nav ul li.gmenu_bt_top a.button {
  position: relative;
  margin-left:10px;
  font-size     : 1.35rem;    /* 文字サイズ 上書き */
  border        : 3px dashed #727dbb;    /* 枠の指定 */
  box-shadow    : 0px 0px 0px 6px #f8fbfe;/*線の外側*/
  background    : #f8fbfe;     /* 背景色     */
  color         : #333;     /* 文字色     */
}
  #nav ul li.gmenu_bt_top a.button::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-onpu.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    top:-20px;
    left:-20px;
  }
  #nav ul li.gmenu_bt_top a.button::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-fr-p.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    bottom:-20px;
    right:-20px;
  }
  #nav ul li.gmenu_bt_top a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #727dbb;     /* 背景色     */
  }

#nav ul li.gmenu_bt_work a.button {
  position: relative;
  border        : 3px dashed #54b6e8;    /* 枠の指定 */
  box-shadow    : 0px 0px 0px 6px #f4fafe;/*線の外側*/
  background    : #f4fafe;     /* 背景色     */
  color         : #333;     /* 文字色     */
}
  #nav ul li.gmenu_bt_work a.button::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-onpu.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    top:-20px;
    left:-20px;
  }
  #nav ul li.gmenu_bt_work a.button::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-fr-b.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    bottom:-20px;
    right:-20px;
  }
  #nav ul li.gmenu_bt_work a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #54b6e8;     /* 背景色     */
  }

#nav ul li.gmenu_bt_moushikomi a.button {
  position: relative;
  border        : 3px dashed #f5a400;    /* 枠の指定 */
  box-shadow    : 0px 0px 0px 6px #fffcd5;/*線の外側*/
  background    : #fffcd5;     /* 背景色     */
  color         : #333;     /* 文字色     */
}
  #nav ul li.gmenu_bt_moushikomi a.button::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-onpu.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    top:-20px;
    left:-20px;
  }
  #nav ul li.gmenu_bt_moushikomi a.button::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-fr-o.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    bottom:-20px;
    right:-20px;
  }
  #nav ul li.gmenu_bt_moushikomi a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #f5a400;     /* 背景色     */
  }

#nav ul li.gmenu_bt_kouen a.button {
  position: relative;
  font-size     : 1.3rem;    /* 文字サイズ 上書き */
  border        : 3px dashed #72bb2b;    /* 枠の指定 */
  box-shadow    : 0px 0px 0px 6px #f4f7d9;/*線の外側*/
  background    : #f4f7d9;     /* 背景色     */
  color         : #333;     /* 文字色     */
}
  #nav ul li.gmenu_bt_kouen a.button::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-onpu.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    top:-20px;
    left:-20px;
  }
  #nav ul li.gmenu_bt_kouen a.button::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(img/icon-fr-g.png) 100% 100% / cover;
    height: 50px;
    width : 50px;
    bottom:-20px;
    right:-20px;
  }
  #nav ul li.gmenu_bt_kouen a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #72bb2b;     /* 背景色     */
  }


@media screen and (max-width: 1300px) {
  #nav ul li a.button{
    font-size     : 0.8rem!important;
  }
  #nav ul li.gmenu_bt_top a.button {
    font-size     : 1rem!important;
  }
  #nav ul li.gmenu_bt_kouen a.button {
    font-size     : 1rem!important;
  }
}
@media screen and (max-width: 1024px) {
  #nav ul li a.button{
    font-size     : 0.65rem!important;
  }
  #nav ul li.gmenu_bt_top a.button {
    font-size     : 1rem!important;
  }
  #nav ul li.gmenu_bt_kouen a.button {
    font-size     : 1rem!important;
  }
}
@media screen and (max-width: 980px) {
  #nav ul li a.button{
    font-size     : 0.7rem!important;
  }
  #nav ul li.gmenu_bt_top a.button {
    font-size     : 0.9rem!important;
  }
  #nav ul li.gmenu_bt_kouen a.button {
    font-size     : 0.9rem!important;
  }
}

@media screen and (max-width: 767px) {
  #nav {
    padding-bottom: 0px;
  }
  #nav ul{
  flex-wrap:wrap;
  justify-content:space-between;
  width: 100%;
}
  #nav ul li{
    width:45%;
    padding: 0 0 0 0.5em;
    margin-bottom:50px;
  }
  #nav ul li a{
    height:50px;
    line-height   : 45px;
  }
  #nav ul li a.button{
    font-size     : 0.6rem!important;
  }
  #nav ul li.gmenu_bt_top a.button {
    font-size     : 1rem!important;
  }
    #nav ul li.gmenu_bt_top a.button::before {
      background: url(img/icon-onpu.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      top:-20px;
      left:-20px;
    }
    #nav ul li.gmenu_bt_top a.button::after {
      background: url(img/icon-fr-p.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      bottom:-20px;
      right:-20px;
    }
  #nav ul li.gmenu_bt_work a.button {
    font-size     : 1rem!important;
  }
    #nav ul li.gmenu_bt_work a.button::before {
      background: url(img/icon-onpu.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      top:-20px;
      left:-20px;
    }
    #nav ul li.gmenu_bt_work a.button::after {
      background: url(img/icon-fr-b.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      bottom:-20px;
      right:-20px;
    }
  #nav ul li.gmenu_bt_moushikomi a.button {
    font-size     : 0.8rem!important;
    margin-left:10px;
  }
    #nav ul li.gmenu_bt_moushikomi a.button::before {
      background: url(img/icon-onpu.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      top:-20px;
      left:-20px;
    }
    #nav ul li.gmenu_bt_moushikomi a.button::after {
      background: url(img/icon-fr-o.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      bottom:-20px;
      right:-20px;
    }
  #nav ul li.gmenu_bt_kouen a.button {
    font-size     : 1rem!important;
  }
    #nav ul li.gmenu_bt_kouen a.button::before {
      background: url(img/icon-onpu.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      top:-20px;
      left:-20px;
    }
    #nav ul li.gmenu_bt_kouen a.button::after {
      background: url(img/icon-fr-g.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      bottom:-20px;
      right:-20px;
    }
}

/* ================================================================*/
/* ページトップへ戻る */
section#to_top_section{
  background-color: #FFF;
  margin:0 40px;
  height:50px;
}
section#to_top_section p{
  margin:0 auto;
  max-width:900px;
  width:90%;
  background-image: url(img/bg_fotter_ar.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto;
  text-align:right;
}
section#to_top_section p img{
  display:inline-block;
  margin-right:40px;
}
@media screen and (max-width: 767px) {
  section#to_top_section{
    margin:0;
  }
  section#to_top_section p img{
    margin-right:10px;
  }
}

/* ================================================================*/
/* フッター */

footer {
  background-color: #00a73c;
  margin:0;
  padding-top:20px;
  padding-bottom:20px;
}
footer div#footer-bg{

}

footer div#footer-bg div#footer-inner{

}

footer .copy{
  text-align:center;

}

@media screen and (max-width: 980px) {
  footer div#footer-bg{
    background-size: 180px auto;
  }
  footer div#footer-bg div#footer-inner{
    background-size: 200px auto;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin:0;
  }
  footer div#footer-bg{
    background-size: 130px auto;
  }
  footer div#footer-bg div#footer-inner{
    background-size: 120px auto;
    margin-right:0;
  }
  footer .copy{
    padding-top:80px;
    padding-left:25px;
    font-size:0.6em;
  }
}



/* コンテンツエリア --------------------------------------------------------------------------------*/

/* TOP　開催概要セクション */
section#about_section{
  background-color: #FFF;
  border:4px solid #f5E400;
  margin:30px 40px 80px;
  padding:30px;
  border-radius : 40px;          /* 角丸       */
  transition    : .3s;         /* なめらか変化 */
}

#about_section_box{
  width:100%;
  margin:0 auto;
}

#about_section_box_img1{
  width:58%;
}
  #about_section_box_img1 img{
    width:100%;
  }
#about_section_box_img2{
  width:36%;
}
  #about_section_box_img2 img{
    width:100%;
  }


/*@media screen and (min-width: 1750px) {
  a.about_bt{
    font-size:0.5em!important;
  }

}*/
@media screen and (max-width: 900px) {
  #about_section_box{
    width:100%;
    margin:0 auto;
  }
    #about_section_box_img1{
      width:58%;
    }
      #about_section_box_img1 img{
        width:100%;
      }
    #about_section_box_img2{
      width:36%;
    }
      #about_section_box_img2 img{
        width:100%;
      }
}
@media screen and (max-width: 767px) {
  section#about_section{      width:95%;
    margin:0 auto 50px;
    padding:30px 20px 30px;
  }
    #about_section_box_img1{
      width:100%;
      margin-bottom:20px;
    }
      #about_section_box_img1 img{
        width:100%;
      }
    #about_section_box_img2{
      width:100%;
    }
      #about_section_box_img2 img{
        width:100%;
      }
  }
}


/* TOP　コンテンツセクション */
section#contents_section{
  margin:0 40px 0;
}

div.contents_section_bg{
  padding:0 40px;
  text-align:center;
}

section#contents_section h2{
  position: relative;
  background-color: #FFF;
  border:4px solid #ff9900;
  display: inline-block;
  margin:30px auto;
  padding:10px;
  width:50%;
  border-radius : 20px;          /* 角丸       */
  transition    : .3s;         /* なめらか変化 */
  margin-bottom:40px;
  text-align:center;
  color:#ff9900;
  font-size:1.6em;
}
    section#contents_section h2::before {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(img/icon-fr-o.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      top:-20px;
      left:-20px;
    }
    section#contents_section h2::after {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(img/icon-fr-o.png) 100% 100% / cover;
      height: 40px;
      width : 40px;
      bottom:-20px;
      right:-20px;
    }

@media screen and (max-width: 767px) {
  section#contents_section{
    margin:0 10px 0;
  }
  div.contents_section_bg{
    padding:0 10px;
  }
  section#contents_section h2{
    width:80%;
    font-size:1.4em;
  }

}
/* ワークショップ */
section#contents_section .contents_section_cn_1{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  /*align-items: center;*/
  /*position: relative;*/
  border        : 3px dashed #54b6e8;     /* 枠の指定 */
  box-shadow    : 0px 0px 0px 10px #f4fafe;/*線の外側*/
  background    : #f4fafe;                /* 背景色     */
  color         : #333;                   /* 文字色     */
  width: 100%;
  border-radius : 40px;          /* 角丸       */
  transition    : .3s;         /* なめらか変化 */
  padding:10px 40px 10px 30px;
  margin-bottom:80px;
}

section#contents_section .contents_section_cn_1 h3{
  display: flex;
  width:100%;
  text-align:left;
  vertical-align:center;
  position: relative;
  margin-top:10px;
  left:-43px;
}
  .c-arrow-label {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .c-arrow-label__item {
    position: relative;
    background-color: #54b6e8;
    color: #fff;
    font-size:  18px;
    display: flex;
    justify-content: center;
    align-items: left;
    font-weight: bold;
    height: 40px;
    width: 100%;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      right: -20px;
      border-top: solid 20px transparent;
      border-bottom: solid 20px transparent;
      border-left: solid 20px  #54b6e8;
    }
  }
  .c-arrow-text {
    /*display       : inline-block!important;*/
    display: flex;
    align-items: center;
    margin-left:30px;
    height: 40px;
    font-size:  1.4rem;
    font-weight:bold;
  }

.contents_section_cn_1_content{
  width:70%;
  margin-top:10px;
  text-align:left!important;
}
.contents_section_cn_1_content p{
  font-weight:bold;
  text-align:left;

}
.contents_section_cn_1_content h4{
  font-weight:bold;
  text-align:left;
  font-size:1.6rem;
  color:#54b6e8;
  margin-bottom:10px;
}
.contents_section_cn_1_content dl{

}
.contents_section_cn_1_content dl dt{
  text-decoration: bold;
  font-size     : 0.8em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       :5px 20px;
  transition    : .3s;         /* なめらか変化 */
  background    : #54b6e8;     /* 背景色     */
  margin-bottom:10px;
}
.contents_section_cn_1_content dl dd{
  line-height:1.4em;
  font-size     : 1em;
  margin-left:10px;
  margin-bottom:10px;
}

.contents_section_cn_1_img{
  display: flex;
  align-items: center;
  width:28%;
}
  .contents_section_cn_1_img img{
    width:100%;
  }
.contents_section_cn_1_link{
  width:100%;

}
p.contents_section_cn_1_btn{
  margin:30px auto 20px;
  text-align:center;
}
p.contents_section_cn_1_btn a{
  width:250px;
  text-decoration: bold;
  font-size     : 1.2em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-top   : 10px;   /* 余白       */
  padding-bottom: 10px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
  background    : #54b6e8;     /* 背景色     */
}
  p.contents_section_cn_1_btn a:hover {
    background    : #FFF;     /* 背景色     */
    border        :1px solid #54b6e8;
    color         :#54b6e8;
  }

@media screen and (max-width: 767px) {
  section#contents_section .contents_section_cn_1{
    padding:10px 10px 10px 10px;
  }
  .c-arrow-label {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .c-arrow-text {
    width:100%;
    font-size:  0.9rem;
  }
  .contents_section_cn_1_content h4{
    font-size:1.4rem;
  }
  .contents_section_cn_1_content{
    width:100%;
  }
  .contents_section_cn_1_img{
    width:100%;
    margin-top:50px;
  }
}
/* 講演 */

section#contents_section .contents_section_cn_2{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  /*align-items: center;*/
  /*position: relative;*/
  border        : 3px dashed #72bb2b;     /* 枠の指定 */
  box-shadow    : 0px 0px 0px 10px #f4f7d9;/*線の外側*/
  background    : #f4f7d9;                /* 背景色     */
  color         : #333;                   /* 文字色     */
  width: 100%;
  border-radius : 40px;          /* 角丸       */
  transition    : .3s;         /* なめらか変化 */
  padding:10px 40px 10px 30px;
  margin-bottom:80px;
}

section#contents_section .contents_section_cn_2 h3{
  display: flex;
  width:100%;
  text-align:left;
  vertical-align:center;
  position: relative;
  margin-top:10px;
  left:-43px;
}
  .c-arrow-label_2 {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .c-arrow-label__item_2 {
    position: relative;
    background-color: #72bb2b;
    color: #fff;
    font-size:  18px;
    display: flex;
    justify-content: center;
    align-items: left;
    font-weight: bold;
    height: 40px;
    width: 100%;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      right: -20px;
      border-top: solid 20px transparent;
      border-bottom: solid 20px transparent;
      border-left: solid 20px  #72bb2b;
    }
  }
  .c-arrow-text_2 {
    /*display       : inline-block!important;*/
    display: flex;
    align-items: center;
    margin-left:30px;
    height: 40px;
    font-size:  1.4rem;
    font-weight:bold;
  }

.contents_section_cn_2_content{
  width:70%;
  margin-top:20px;
  text-align:left!important;
}
.contents_section_cn_2_content p{
  font-weight:bold;
  text-align:left;

}
.contents_section_cn_2_content h4{
  font-weight:bold;
  text-align:left;
  font-size:1.6rem;
  color:#72bb2b;
}
.contents_section_cn_2_content dl{
  margin-top:30px;
}
.contents_section_cn_2_content dl dt{
  text-decoration: bold;
  font-size     : 0.8em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       :5px 20px;
  transition    : .3s;         /* なめらか変化 */
  background    : #72bb2b;     /* 背景色     */
  margin-bottom:10px;
}
.contents_section_cn_2_content dl dd{
  line-height:1.4em;
  font-size     : 1em;
  margin-left:10px;
  margin-bottom:10px;
}

.contents_section_cn_2_img{
  width:28%;
}
  .contents_section_cn_2_img img{
    width:100%;
  }
.contents_section_cn_2_link{
  width:100%;

}
p.contents_section_cn_2_btn{
  margin:30px auto 20px;
  text-align:center;
}
p.contents_section_cn_2_btn a{
  width:250px;
  text-decoration: bold;
  font-size     : 1.2em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-top   : 10px;   /* 余白       */
  padding-bottom: 10px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
  background    : #72bb2b;     /* 背景色     */
}
  p.contents_section_cn_2_btn a:hover {
    background    : #FFF;     /* 背景色     */
    border        :1px solid #72bb2b;
    color         :#72bb2b;
  }

@media screen and (max-width: 767px) {
  section#contents_section .contents_section_cn_2{
    padding:10px 10px 10px 10px;
  }
  .c-arrow-label_2 {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .c-arrow-text_2 {
    width:100%;
    font-size:  1.2rem;
  }
  .contents_section_cn_2_content h4{
    font-size:1.1rem;
  }
  .contents_section_cn_2_content{
    width:100%;
  }
  .contents_section_cn_2_img{
    width:90%;
    margin-top:50px;
  }
}

/* 展示室 */

section#contents_section .contents_section_cn_3{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  /*align-items: center;*/
  /*position: relative;*/
  border        : 3px dashed #ff6699;     /* 枠の指定 */
  box-shadow    : 0px 0px 0px 10px #fdf5f8;/*線の外側*/
  background    : #fdf5f8;                /* 背景色     */
  color         : #333;                   /* 文字色     */
  width: 100%;
  border-radius : 40px;          /* 角丸       */
  transition    : .3s;         /* なめらか変化 */
  padding:10px 40px 10px 30px;
  margin-bottom:80px;
}

section#contents_section .contents_section_cn_3 h3{
  display: flex;
  width:100%;
  text-align:left;
  vertical-align:center;
  position: relative;
  margin-top:10px;
  left:-43px;
}
  .c-arrow-label_3 {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .c-arrow-label__item_3 {
    position: relative;
    background-color: #ff6699;
    color: #fff;
    font-size:  18px;
    display: flex;
    justify-content: center;
    align-items: left;
    font-weight: bold;
    height: 40px;
    width: 100%;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      right: -20px;
      border-top: solid 20px transparent;
      border-bottom: solid 20px transparent;
      border-left: solid 20px  #ff6699
    }
  }
  .c-arrow-text_3 {
    /*display       : inline-block!important;*/
    display: flex;
    align-items: center;
    margin-left:30px;
    height: 40px;
    font-size:  1.4rem;
    font-weight:bold;
  }

.contents_section_cn_3_content{
  width:100%!important;
  margin-top:20px;
  text-align:left!important;
}
.contents_section_cn_3_content p{
  font-weight:bold;
  text-align:left;

}
.contents_section_cn_3_content h4{
  font-weight:bold;
  text-align:left;
  font-size:1.6rem;
  color:#ff6699;
}

ul.contents_section_cn_3_list{
  margin-top:10px;
  margin-bottom:40px;
}
ul.contents_section_cn_3_list li{
  font-weight:bold;
    list-style:  none;
    margin:  0;
    padding: 0;
  margin-bottom:1em;
}
ul.contents_section_cn_3_list li:before{
    content:  "";
    width:  15px;
    height:  15px;
    display:  inline-block;
    background-color: #ff6699;
    border-radius:  50%;
    margin-right:10px;
}
ul.contents_section_cn_3_list li p{
  margin-left:1em;
  font-weight:normal;
}

@media screen and (max-width: 767px) {
  section#contents_section .contents_section_cn_3{
    padding:10px 10px 10px 10px;
  }
}

/* バルーンパフォーマンス */

section#contents_section .contents_section_cn_4{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  /*align-items: center;*/
  /*position: relative;*/
  border        : 3px dashed #f5a400;     /* 枠の指定 */
  box-shadow    : 0px 0px 0px 10px #fffcd5;/*線の外側*/
  background    : #fffcd5;                /* 背景色     */
  color         : #333;                   /* 文字色     */
  width: 100%;
  border-radius : 40px;          /* 角丸       */
  transition    : .3s;         /* なめらか変化 */
  padding:10px 40px 40px 30px;
  margin-bottom:80px;
}

section#contents_section .contents_section_cn_4 h3{
  display: flex;
  width:100%;
  text-align:left;
  vertical-align:center;
  position: relative;
  margin-top:10px;
  left:-43px;
}
  .c-arrow-label_4 {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .c-arrow-label__item_4 {
    position: relative;
    background-color: #f5a400;
    color: #fff;
    font-size:  18px;
    display: flex;
    justify-content: center;
    align-items: left;
    font-weight: bold;
    height: 40px;
    width: 100%;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      right: -20px;
      border-top: solid 20px transparent;
      border-bottom: solid 20px transparent;
      border-left: solid 20px  #f5a400;
    }
  }
  .c-arrow-text_4 {
    /*display       : inline-block!important;*/
    display: flex;
    align-items: center;
    margin-left:30px;
    height: 40px;
    font-size:  1.4rem;
    font-weight:bold;
  }

.contents_section_cn_4_content{
  width:70%;
  margin-top:10px;
  text-align:left!important;
}
.contents_section_cn_4_content p{
  font-weight:bold;
  text-align:left;

}
.contents_section_cn_4_content h4{
  font-weight:bold;
  text-align:left;
  font-size:1.6rem;
  color:#f5a400;
  margin-bottom:20px;
}
.contents_section_cn_4_content dl{
  margin-top:30px;
}
.contents_section_cn_4_content dl dt{
  text-decoration: bold;
  font-size     : 0.8em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       :5px 20px;
  transition    : .3s;         /* なめらか変化 */
  background    : #f5a400;     /* 背景色     */
  margin-bottom:10px;
}
.contents_section_cn_4_content dl dd{
  line-height:1.4em;
  font-size     : 1em;
  margin-left:10px;
  margin-bottom:10px;
}
ul.contents_section_cn_4_list{
  margin-top:10px;
  margin-bottom:40px;
}
ul.contents_section_cn_4_list li{
  font-weight:bold;
    list-style:  none;
    margin:  0;
    padding: 0;
  margin-bottom:1em;
}
ul.contents_section_cn_4_list li:before{
    content:  "";
    width:  15px;
    height:  15px;
    display:  inline-block;
    background-color: #f5a400;
    border-radius:  50%;
    margin-right:10px;
}
ul.contents_section_cn_4_list li p{
  margin-left:1em;
  font-weight:normal;
}
.contents_section_cn_4_img{
  width:28%;
}
  .contents_section_cn_4_img img{
    width:100%;
  }

@media screen and (max-width: 767px) {
  section#contents_section .contents_section_cn_4{
    padding:10px 10px 10px 10px;
  }
  .c-arrow-label_4 {
    display: flex;
    /*display       : inline-block!important;*/
    margin: 0;
    width: 200px;
  }
  .contents_section_cn_4_content h4{
    font-size:1.1rem;
  }
  .contents_section_cn_4_content{
    width:100%;
  }
  .contents_section_cn_4_img{
    width:90%;
    margin:20px auto 20px;
  }
}

/* ランディング　概要 */
.ran_box{width:100%;  text-align:center;
  padding:20px;
  margin:40px auto 40px;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  /*position: relative;*/
  border        : 3px dashed #f5E400;     /* 枠の指定 */
  box-shadow    : 0px 0px 0px 10px #fff;/*線の外側*/
  background    : #fff;                /* 背景色     */
  color         : #333;                   /* 文字色     */
}
.ran_box p.st1{width:100%;margin:0 auto;
  font-weight:bold;
  text-align:center;
  font-size:1.8rem;
  color:red;
}
.ran_box p.st2{width:100%;margin:0 auto;
  font-weight:bold;
  text-align:center;
  font-size:1.4rem;
}
.ran_box p.st2 span{
  font-size:0.8rem;
}
.ran_box p.st3{width:100%;margin:0 auto;
  font-weight:bold;
  text-align:center;
  font-size:1.8rem;
  color:#FF9900;
}
.ran_box ul{
  width:40%;
  margin:0 auto;
}
.ran_box ul li {
  word-break: break-all;
  text-align:left;
  font-weight:bold;
  line-height: 1.4em;
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
  margin-bottom:10px;
      background: linear-gradient(transparent 80%, #fFFFAA 90%);
}
.ran_box ul li:after,.ran_box ul li:before {
  position:absolute;
  content:'';
  display:block;
  background: #FFC107;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
.ran_box ul li:before {
  top: 0.6em;
  left: 0.2em;
  height:8px;
  transform:rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .ran_box ul{
    width:50%;
    margin:0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ran_box{
    width:100%;
    padding:10px;

  }
  .ran_box p.st1{
    font-size:1.3rem;

  }
  .ran_box p.st2{
    font-size:1.0rem;
  }
  .ran_box p.st2 span{
    font-size:0.8rem;
  }
  .ran_box p.st3{
    font-size:1.3rem;

  }
  .ran_box ul{
    width:85%;
    margin:0 auto;
  }
}

/* お問い合わせ先 */
.contact_box{width:70%;  text-align:center;
  padding:30px;
  margin:0 auto 80px;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  /*position: relative;*/
  border        : 3px dashed #f5a400;     /* 枠の指定 */
  box-shadow    : 0px 0px 0px 10px #fff;/*線の外側*/
  background    : #fff;                /* 背景色     */
  color         : #333;                   /* 文字色     */
}
.contact_box p{margin:0 auto;
  font-weight:bold;
  text-align:center;
  font-size:1.4rem;
}
.contact_box p img{
  display       : inline-block;
  width:60px;
}
@media screen and (max-width: 767px) {
  .contact_box{
    width:100%;
    padding:10px;

  }
  .contact_box p{margin:0 auto;
    font-size:1.0rem;
  }
  .contact_box p img{margin:0 auto;
    width:30px;height:auto;
  }
}

/* ================================================================*/

/* 見出し ページ用 */
header.page_title{
  position: relative;
  margin:0 40px;
  padding:30px 0 40px;
  border:none;
  text-align:center;
}

header.page_title h1{
  width:50%;
  color:#666666;
  font-size:1.6em;
  line-height   : 1.2em;         /* 1行の高さ  */
  font-weight:bold;
  display       : inline-block;
  border-radius : 40px;          /* 角丸       */
  border        : 3px solid #FF9900;
  background-color:#ffffff;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding: 10px 40px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
  /*margin:0 auto;*/

}

@media screen and (max-width: 767px) {
  header.page_title{
    margin:0;
    text-align:center;
  }
  header.page_title h1{
    width:80%;
    font-size:1.2em;
    margin:0 auto;
  }
}

/* 内部ページ　コンテンツエリア */

section#page_contents_section{
  background-color: #ffffff;
  margin:0 40px 40px;
  padding:30px 0 40px;
  border-radius : 40px;
}
div.page_contents_section_inner{
  margin:0 auto;
  max-width:1300px;
  width:80%;

}
@media screen and (max-width: 767px) {
  section#page_contents_section{
  margin:0 10px 40px;
  }
  div.page_contents_section_inner{
    width:90%;

  }
}

/* その他コンテンツエリア見出し ページ*/
section#page_contents_section h1{
  color:#666666;
  font-size:1.8em;
  line-height   : 1.2em;         /* 1行の高さ  */
  font-weight:bold;
  border-radius : 40px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding: 10px 40px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
  margin-bottom:30px;

}
  section#page_contents_section h1.color_purple{
    border        : 3px solid #A64A97;
    background-color:#FCEBF2;
  }
  section#page_contents_section h1.color_pink{
    border        : 3px solid #E9528E;
    background-color:#FCEBF2;
  }
  section#page_contents_section h1.color_blue{
    border        : 3px solid #00AFEC;
    background: #f1f8ff;
  }
  section#page_contents_section h1.color_green{
    border        : 3px solid #6FBA2C;
    background-color:#E9FFD2;
  }
  section#page_contents_section h1.color_orange{
    border        : 3px solid #F6AD3C;
    background-color:#FFFBC7;
  }
section#page_contents_section h1.h1_small{
  font-size:1.5em;
}

section#page_contents_section h2{
  position: relative;
  padding: 0 0 0 20px;
  color         : #666666;     /* 文字色     */
  vertical-align: middle;
  text-decoration: none;
  font-size     : 1rem;        /* 文字サイズ */
  margin-top:3em;
  margin-bottom:1em;
}

  section#page_contents_section h2::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  section#page_contents_section h2.color_purple::before{
    background-color:#A64A97;
  }
  section#page_contents_section h2.color_pink::before{
    background-color:#E9528E;
  }
  section#page_contents_section h2.color_blue::before{
    background-color:#00AFEC;
  }
  section#page_contents_section h2.color_green::before{
    background-color:#6FBA2C;
  }
  section#page_contents_section h2.color_orange::before{
    background-color:#F6AD3C;
  }

section#page_contents_section h3{
  font-size:0.9em;
  font-weight:bold;
  color:#666;
  margin :0 auto 15px 10px;;
  padding:5px 1em;
}
  section#page_contents_section h3.h3_color_purple{
    border-left:10px solid #A64A97;
  }
  section#page_contents_section h3.h3_color_pink{
    border-left:10px solid #E9528E;
  }
  section#page_contents_section h3.h3_color_blue{
    border-left:10px solid #00AFEC;
  }
  section#page_contents_section h3.h3_color_green{
    border-left:10px solid #6FBA2C;
  }
  section#page_contents_section h3.h3_color_orange{
    border-left:10px solid #F6AD3C;
  }
@media screen and (max-width: 980px) {
  section#page_contents_section h1{
  font-size:1.2em;
  }
  section#page_contents_section h1.h1_small{
  font-size:1.2em;
  }
}
@media screen and (max-width: 767px) {

}


/* リスト */
section#page_contents_section ul, section#page_contents_section ol {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  margin-bottom:30px;
  padding: 0.5em 0.5em 0.5em 1em;
}
  section#page_contents_section ul.color_orange, section#page_contents_section ol.color_orange {
    border        : 2px dashed #f5a400;    /* 枠の指定 */
    box-shadow    : 0px 0px 0px 10px #fffcd5;/*線の外側*/
    background    : #fffcd5;     /* 背景色     */
  }
section#page_contents_section ul li {word-break: break-all;
  line-height: 1.4em;
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
  margin-bottom:10px;
}
section#page_contents_section ul li:after,section#page_contents_section ul li:before {
  position:absolute;
  content:'';
  display:block;
  background: #FFC107;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
section#page_contents_section ul li:before {
  top: 0.6em;
  left: 0.2em;
  height:8px;
  transform:rotate(-45deg);
}
section#page_contents_section ul li ul{
  border:none;
  margin-bottom:0px;
}
section#page_contents_section ul li a{
  font-size:0.8em;
  color:#444444;
}
section#page_contents_section ul li a:hover{
  color: #668ad8!important;
}

section#page_contents_section ol{
  counter-reset: list;
  list-style: none;
}
section#page_contents_section ol li {word-break: break-all;
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 15px 0px;
  font-weight: bold;
  line-height: 29px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

section#page_contents_section ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #FFC107;
  border-radius: 50%;
top:0px;
}

/* リンクボタン */

a.bt_button{
  font-weight:normal;
  display       : block;
  border-radius : 10px;
  text-align    : center;
  cursor        : pointer;
  padding-top: 0.5em;
  padding-bottom: 0.5em; 
  transition    : .3s;
}
 .flex_box_c1 a.bt_button,.flex_box_c2 a.bt_button,.flex_box_c3 a.bt_button{
    width:45%;
  }

  a.blue_bt{
    color:#04a6d7;
    border        : 1px solid #04a6d7;
    background    : #f1f8ff;
    /*box-shadow    : 6px 6px 3px #666666;*/
  }
  a.blue_bt:hover {
    color:#ffffff;
    background    : #04a6d7;
  }
  a.orange_bt{
    color:#F6AD3C;
    border        : 1px solid #F6AD3C;
    background    : #FFFBC7;
    /*box-shadow    : 6px 6px 3px #666666;*/
  }
  a.orange_bt:hover {
    color:#ffffff;
    background    : #F6AD3C;
  }
  a.purple_bt{
    color:#A64A97;
    border        : 1px solid #A64A97;
    background    : #FCEBF2;
    /*box-shadow    : 6px 6px 3px #666666;*/
  }
  a.purple_bt:hover {
    color:#ffffff;
    background    : #F4E8D1;
  }

@media screen and (max-width: 767px) {
  .flex_box_c1 a.bt_button,.flex_box_c2 a.bt_button,.flex_box_c3 a.bt_button{
    width:auto!important;
    padding-left:2em;
    padding-right:2em;
  }

}



/* ワークショップ */
section#page_contents_section .contents_section_cn_1{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  transition    : .3s;         /* なめらか変化 */
  padding:10px 40px 10px 30px;
  margin-bottom:80px;
}

section#page_contents_section .contents_section_cn_1_content{
  width:60%;
  margin-top:10px;
  text-align:left!important;
}
section#page_contents_section .contents_section_cn_1_content p{
  font-weight:bold;
  text-align:left;

}

section#page_contents_section .contents_section_cn_1_content dl{

}
section#page_contents_section .contents_section_cn_1_content dl dt{
  text-decoration: bold;
  font-size     : 0.8em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       :5px 20px;
  transition    : .3s;         /* なめらか変化 */
  background    : #54b6e8;     /* 背景色     */
  margin-bottom:10px;
}
section#page_contents_section .contents_section_cn_1_content dl dd{
  line-height:1.4em;
  font-size     : 1em;
  margin-left:10px;
  margin-bottom:10px;
}

section#page_contents_section .contents_section_cn_1_img{
  display: flex;
  align-items: center;
  width:38%;
}
  section#page_contents_section .contents_section_cn_1_img img{
    width:100%;
  }


.contents_section_cn_1_link{
  width:100%;

}
p.contents_section_cn_1_btn{
  margin:30px auto 20px;
  text-align:center;
}
p.contents_section_cn_1_btn a{
  width:250px;
  text-decoration: bold;
  font-size     : 1.2em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-top   : 10px;   /* 余白       */
  padding-bottom: 10px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
  background    : #54b6e8;     /* 背景色     */
}
  p.contents_section_cn_1_btn a:hover {
    background    : #FFF;     /* 背景色     */
    border        :1px solid #54b6e8;
    color         :#54b6e8;
  }

@media screen and (max-width: 767px) {
  section#page_contents_section .contents_section_cn_1{
    padding:10px 10px 10px 10px;
  }
  section#page_contents_section .contents_section_cn_1_content{
    width:100%;
  }
section#page_contents_section .contents_section_cn_1_img{
    width:100%;
  }
}
/* ワークショップ申込 */

.entry_button {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 1.6rem;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #FF9900;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1.4em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
}
.entry_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #FF9900;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  border        :3px solid #FF9900;
}

@media screen and (max-width: 767px) {
  .entry_button {
    width:90%;
    margin:0 0 50px 0;
  }
 }
/* 講演 */

section#page_contents_section  .contents_section_cn_2{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  width: 100%;
  transition    : .3s;         /* なめらか変化 */
  padding:0px 40px 10px 30px;
  margin-bottom:80px;
}

section#page_contents_section .contents_section_cn_2_content{
  width:60%;
  margin-top:0px;
  padding-top:0;
  text-align:left!important;
  display: flex;
  align-items: center;
}
section#page_contents_section .contents_section_cn_2_content p{
  font-weight:bold;
  text-align:left;

}
section#page_contents_section .contents_section_cn_2_content dl{
  margin-top:0px;
  padding-top:0;
}
section#page_contents_section .contents_section_cn_2_content dl dt{
  text-decoration: bold;
  font-size     : 0.8em;
  color         :#FFF;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight   :bold;
  display       : inline-block;
  border-radius : 20px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       :5px 20px;
  transition    : .3s;         /* なめらか変化 */
  background    : #72bb2b;     /* 背景色     */
  margin-bottom:10px;
  margin-top:0px;
}
section#page_contents_section .contents_section_cn_2_content dl dd{
  line-height:1.4em;
  font-size     : 1em;
  margin-left:10px;
  margin-bottom:10px;
}
section#page_contents_section .contents_section_cn_2_img{
  display: flex;
  align-items: center;
  width:38%;
}
  section#page_contents_section .contents_section_cn_2_img img{
    width:100%;
  }

@media screen and (max-width: 767px) {
  section#page_contents_section  .contents_section_cn_2{
    padding:0px 10px 10px 10px;
  }
  section#page_contents_section .contents_section_cn_2_content{
    width:100%;
  }
  section#page_contents_section .contents_section_cn_2_img{
    width:100%;
  }
}

/* =============================================================================
   フォーム
   ========================================================================== */

/* フォーム */
form h3{
  margin-top:40px!important;

}
input[type="text"],input[type="email"] {
  width:80%;
  margin-bottom:10px;
}
input[type="text"],input[type="email"],select,textarea {
  display:block;
	border:0;
	margin:0 5px 10px;
	padding:5px;
	font-size:1em;
	color:#666;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
input:focus,select:focus,textarea:focus{
    border:solid 1px #EEA34A;
}

button{
  font-weight:normal;
  display       : block;
  border-radius : 10px;
  text-align    : center;
  cursor        : pointer;
  padding-top: 1em;
  padding-bottom: 1em;
  transition    : .3s;
  margin:40px auto 30px;
  width:45%
}
  button{
    color:#F6AD3C;
    border        : 1px solid #F6AD3C;
    background    : #FFFBC7;
    /*box-shadow    : 6px 6px 3px #666666;*/
  }
  button:hover {
    color:#ffffff;
    background    : #F6AD3C;
  }

.mw_wp_form_confirm p.setsumei_text{
  display:none;
}


/* 月・日・曜日・時間 */
td.day input{
	width:35px;
}

/* テキストエリア */
textarea{
  width: 98%;
}


@media screen and (max-width: 767px) {

}


















/* ボックス */
section#page_contents_section section{
  margin-bottom:50px;

}

.box_big{
  text-align:center;
  line-height   : 1.2em;
  border-radius : 40px;
  cursor        : pointer;
  padding: 20px;
  transition    : .3s;
  margin-bottom:30px;

}
  .box_color_purple{
    border        : 3px solid #A64A97;
    background-color:#ffffff;
  }
  .box_color_pink{
    border        : 3px solid #E9528E;
    background-color:#ffffff;
  }
  .box_color_blue{
    border        : 3px solid #00AFEC;
    background-color:#ffffff;
  }
  .box_color_green{
    border        : 3px solid #6FBA2C;
    background-color:#ffffff;
  }
  .box_color_orange{
    border        : 3px solid #F6AD3C;
    background-color:#ffffff;
  }

.box_big p{
  font-size:0.4em;
  color:#666666;
  margin-bottom:0;
}

.box_small{
  text-align:center;
  line-height   : 1.2em;
  border-radius : 40px;
  cursor        : pointer;
  padding: 20px;
  transition    : .3s;
  margin-bottom:30px;
  width:20%;
}

.box_small h3{
  display:inline-block;
  font-size:1em;
  font-weight:bold;
  color:#ffffff;
  margin :0 auto 15px;
  border-radius : 40px;
  padding:5px 2em;
}
  .box_small h3.h3_color_purple{
    background-color:#A64A97;
  }
  .box_small h3.h3_color_pink{
    background-color:#E9528E;
  }
  .box_small h3.h3_color_blue{
    background-color:#00AFEC;
  }
  .box_small h3.h3_color_green{
    background-color:#6FBA2C;
  }
  .box_small h3.h3_color_orange{
    background-color:#F6AD3C;
  }
.box_small p{
  font-size:0.4em;
  color:#666666;
  margin-bottom:0;
}


.box_margin-b30{
  margin-bottom:30px;
}





/* コラムアーカイブページ　コンテンツエリア */
section#colum_contents_section{
  background-color: #ffffff;
  margin:0 40px 0;
  padding:30px 0 40px;
}
div.colum_contents_section_inner{
  margin:0 auto;
  max-width:800px;
  width:80%;

}
@media screen and (max-width: 980px) {
  section#colum_contents_section .column_contents_box{
    max-width:60%!important;
  }
}

@media screen and (max-width: 767px) {

}
@media screen and (max-width: 767px) {
  section#colum_contents_section{
    margin:0;
  }
  div.colum_contents_section_inner{
    width:90%;

  }
}


/* 内部ページ共通 --------------------------------------------------------------------------------*/




/* 見出し コラム用 */
header.page_title_colum{
  position: relative;
  background-image: url(img/bg_bn2.png);
  background-repeat: repeat;
  background-size: auto;
  margin:0 40px;
  padding:30px 0 40px;
  border:none;
  /*border-top:3px solid #bfd630;*/
  border-bottom:3px solid #fac97a;
}
header.page_title_colum h1{
  color:#666666;
  font-size:1.8em;
  line-height   : 1.2em;         /* 1行の高さ  */
  font-weight:bold;
  display       : inline-block;
  border-radius : 40px;          /* 角丸       */
  border        : 3px solid #fac97a;
  background-color:#ffffff;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding: 10px 40px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
  margin-left:30px;

}
@media screen and (max-width: 767px) {
  header.page_title_colum{
    margin:0;
    text-align:center;
  }
  header.page_title_colum h1{
    font-size:1.2em;
    margin:0 auto;
  }
}



/* その他コンテンツエリア見出し コラム*/


section#colum_contents_section h1{
  border-bottom:1px dashed #555;
  color:#666666;
  width:100%;
  font-size:1.4em;
  margin-bottom:30px;
}


section#colum_contents_section h2{

}


section#colum_contents_section h3{

}
@media screen and (max-width: 980px) {
  section#colum_contents_section h1{
    font-size:1.2em;
  }
  section#colum_contents_section h1.h1_small{
    font-size:1.2em;
  }
}
@media screen and (max-width: 767px) {
  section#colum_contents_section h1{
    font-size:1em;
  }

}

/* テキスト・フォント */
section#page_contents_section p,section#colum_contents_section p{
  font-size:1em;
  font-weight:normal;
  line-height:1.6em;
  color:#555;
  margin-bottom:30px;
}




/*
.box_ar_down:after{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
}



/* =============================================================================
   講師募集について
   ========================================================================== */
.oubo_box{
  position: relative;
  top:40px;
  height:auto;
  margin-bottom:60px;
}
.oubo_box h2{
  position: absolute;
  margin:0!important;
  top:-60px!important;
  font-size:1.6em!important;
}
.oubo_box h2 span{
  border-radius : 10px;
  display:inline-block;
  padding:0 20px;
  margin:0!important;
}

@media screen and (max-width: 767px) {
  .oubo_box h2{
    top:-50px!important;
  }
}
/* =============================================================================
   コラム アーカイブ
   ========================================================================== */


section#colum_contents_section article.column_entry{
  max-width:750px;
  width:100%;
  margin:0 auto 40px;
  border-radius : 10px;          /* 角丸       */
  padding:20px;
  border        : 1px solid #fac97a;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  box-shadow    : 3px 3px 3px #fac97a;  /* 影の設定 */

  display: flex;
  justify-content: space-between;
  flex-wrap :wrap ;

}
  section#colum_contents_section article.column_entry h2{
    border-left:6px solid #fac97a;
    border-bottom:1px solid #fac97a;
    padding-left:6px;
    margin-bottom:10px;
    color:#666;
    
  }
section#colum_contents_section .column_img_box {
  width: 200px;
  height: 200px;
}
section#colum_contents_section .column_img_box img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  background-color: #ccc;
  border: 1px solid #ccc;
}

section#colum_contents_section .column_contents_box{
  max-width:480px;

}
section#colum_contents_section .column_contents_box p{
  max-width:480px;
  font-size:0.8em;
  line-height:1.4em;
  color:#666;
}



@media screen and (max-width: 1024px) {
  section#colum_contents_section .column_contents_box{
    max-width:480px;
    width:65%;
  }
}
@media screen and (max-width: 767px) {

  section#colum_contents_section .column_img_box{
    margin:0 auto 30px;
  }

  section#colum_contents_section .column_contents_box{
    width:100%;
    font-size     : 1.2em;
    line-height: 1.4em;
  }
}


ul.page-numbers{
  font-size:0.8em;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
ul.page-numbers li{
  margin-right:10px;
}

ul.page-numbers li a.prev,ul.page-numbers li a.next{
  background-color:#bfd630!important;
  color:#ffffff!important;
}


.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #e7e7e7;
	color: #333;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #e7e7e7;
}
.pagination span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination span.current {
}
.pagination {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	clear: both;
	background-color: transparent;
} 	
.pagination h2.screen-reader-text {
	display: none;
}



/* =============================================================================
   コラム シングル
   ========================================================================== */

ul#pagination{font-size:0.8em;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

ul#pagination li.prev {
	text-align: right;
}
ul#pagination li.next {
	text-align: left;
}

@media screen and (max-width: 767px) {
  #colum_contents_section img{
    width:100%;
  }

}

/* =============================================================================
   キャラクターページ
   ========================================================================== */

article.character_box{
  background-color: #ffe3b0;
  border-radius : 20px;
  /*box-shadow    : 3px 3px 3px #cccccc;*/
  display:flex;
  justify-content: space-between;
  align-items:stretch ;
  flex-wrap :wrap ;
  padding:20px;
  margin-bottom:40px;
}
article.character_box h1{
  width:100%!important;
  margin:0 auto 15px!important;
  color:#666666;
  font-size:1.4em;
  line-height   : 1.2em;         /* 1行の高さ  */
  font-weight:bold;
  display       : inline-block;
  border-radius : 40px;          /* 角丸       */
  border        : 3px solid #fcce75!important;
  background-color:#ffffff;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding: 10px 20px;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */
}
article.character_box .left_img_box{
  width:40%;
  margin:0;
}
article.character_box .left_img_box img{;
  /*margin-bottom:20px;*/
}
article.character_box .right_txt_box{
  width:55%;
  margin:0;
}
article.character_box .right_txt_box p{
  margin:0!important;
  padding:0 0 0 10px;

}

@media screen and (max-width: 767px) {
  article.character_box .left_img_box{
    width:100%!important;
    margin-bottom:20px!important;
  }
  article.character_box .right_txt_box{
    width:100%!important;
  }
}


/* =============================================================================
   よくある質問
   ========================================================================== */

div.question p{
  text-align:left;
  line-height:1.2em;
  margin-bottom:0px!important;
}
.q_mark {
	font-weight: bold;
	font-size: 24px;
	padding-right: 10px;
	color: #555;
}

.q_arrow {
  display:inline;
	/*padding: 20px 0 0 5px;*/
}


dl.faq{
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  margin-bottom:30px;
  padding: 0.5em 0.5em 0.5em 1em;
}

  .dl_color_purple{
    border: dashed 2px  #A64A97!important;
    box-shadow: 0px 0px 0px 10px #F4E8D1;/*線の外側*/
    background-color:#F4E8D1;
  }
  .dl_color_pink{
    border        : dashed 2px #E9528E;
    box-shadow: 0px 0px 0px 10px #FCEBF2;/*線の外側*/
    background-color:#FCEBF2;
  }
  .dl_color_blue{
    border        : dashed 2px #00AFEC;
    box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
    background: #f1f8ff;
  }
  .dl_color_green{
    border        : dashed 2px #6FBA2C;
    box-shadow: 0px 0px 0px 10px #E9FFD2;/*線の外側*/
    background-color:#E9FFD2;
  }
  .dl_color_orange{
    border        : dashed 2px #F6AD3C;
    box-shadow: 0px 0px 0px 10px #FFFBC7;/*線の外側*/
    background-color:#FFFBC7;
  }

dl.faq dt{

  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 4px dotted #999999;
  padding: 10px 0 10px 30px;
  margin:0 0 20px 0;
  list-style-type: none;
  text-indent: -25px;
}
dl.faq dt:before {
  content: "Q.";
  color:#E9528E;
  font-weight: bold;
  margin-right: 7px;
}

dl.faq dd{
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  padding: 0px 0px 10px 30px;
  margin: 0px 0 0 0;
  text-indent: -25px;
}
dl.faq dd:before {
  content: "A.";
  color: #1771c6;
  font-weight: bold;
  margin-right: 7px;
}

dl.faq dd:after{
	content: "";
	display: block;
	clear:both;
}


