\//*
Theme Name: d-info2
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:25px 40px 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:70%;
  max-width:500px;
}
@media screen and (max-width: 1024px) {
  header h1 img{
    width:60%;
  }
}
@media screen and (max-width: 980px) {
  header div#header-bg{
  background-image: url(img/header-bg-left.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 250px auto;
  }
  header div#header-bg div#header-inner{
  background-image: url(img/header-bg-right.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 210px auto;
  }
}
@media screen and (max-width: 767px) {
  header{
    margin:25px 0px 0;
    border:1px solid #FFF;
  }
  header div#header-bg{
    background-size: 150px auto;
  }
  header div#header-bg div#header-inner{
    background-size: 110px auto;
    margin-right:0px;
  }
}

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



/* メインイメージ グローバルメニュー*/
div#top{
  background-color: #FFF;
  margin:0 40px 0;
  border:1px solid #FFF;

}
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;
  }
}
#nav {
  padding-top   : 30px;
  padding-bottom: 20px;
  width: 100%;
}
#nav ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  width: 100%;
}
#nav ul li {
  width:16.5%;
  padding: 0 0 0 0.5em;
}
#nav ul li a{
  width:100%;
  height:70px;
  font-size     : 0.9rem;        /* 文字サイズ */
  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 {
  font-size     : 1.35rem;    /* 文字サイズ 上書き */
  border        : 3px solid #81ceea;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
}
  #nav ul li.gmenu_bt_top a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #81ceea;     /* 背景色     */
  }

#nav ul li.gmenu_bt_houmon a.button {
  border        : 3px solid #f1fe2b;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
}
  #nav ul li.gmenu_bt_houmon a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #f1fe2b;     /* 背景色     */
  }

#nav ul li.gmenu_bt_oubo a.button {
  border        : 3px solid #f3c9d7;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
}
  #nav ul li.gmenu_bt_oubo a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #f3c9d7;     /* 背景色     */
  }

#nav ul li.gmenu_bt_sonota a.button {
  border        : 3px solid #f6923d;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
}
  #nav ul li.gmenu_bt_sonota a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #f6923d;     /* 背景色     */
  }

#nav ul li.gmenu_bt_character a.button {
  border        : 3px solid #c7db5e;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
}
  #nav ul li.gmenu_bt_character a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #c7db5e;     /* 背景色     */
  }

#nav ul li.gmenu_bt_question a.button {
  font-size     : 1.35rem;    /* 文字サイズ 上書き */
  border        : 3px solid #a18ab4;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
  /*box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
}
  #nav ul li.gmenu_bt_question a.button:hover {
    color         : #ffffff;     /* 文字色     */
    background    : #a18ab4;     /* 背景色     */
  }

@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_question 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_question a.button {
    font-size     : 1rem!important;
  }
}
@media screen and (max-width: 980px) {
  #nav ul li a.button{
    font-size     : 0.65rem!important;
  }
  #nav ul li.gmenu_bt_top a.button {
    font-size     : 0.9rem!important;
  }
  #nav ul li.gmenu_bt_question a.button {
    font-size     : 0.9rem!important;
  }
}

@media screen and (max-width: 767px) {
  #nav {
    padding-bottom: 0px;
  }
  #nav ul li{
    width:30%;
    padding: 0 0 0 0.5em;
    margin-bottom:20px;
  }
  #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_houmon a.button {
    font-size     : 0.5rem!important;
  }
  #nav ul li.gmenu_bt_question a.button {
    font-size     : 1rem!important;
  }
}

/* パンくずリスト */

section.breadcrumb {
  border-top:3px solid #428bca;
  border-bottom:3px solid #428bca;
  background-color: #bee9f9;
  margin:0 40px 0;
  padding:10px 0 10px;
  list-style: none;
  order-radius: 4px;
}
section.breadcrumb ul{
  margin:0 30px;
  padding:0;
}
section.breadcrumb ul li{
  padding:0;
  margin-right:5px;
  display: inline-block;
  font-size:0.8em;
  font-weight: bold;
  color: #428bca;
  text-decoration: none;
}
section.breadcrumb ul li:after{
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
section.breadcrumb ul li:last-child:after {
  content: '';
}
/*section.breadcrumb ul li:first-child a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}*/

section.breadcrumb ul li a{
  color: #428bca;
  text-decoration: none;
}
section.breadcrumb ul li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  section.breadcrumb {
    margin:0;
  }
  section.breadcrumb ul{
    margin:0 10px;
  }
}

/* ページトップへ戻る */
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: #FFF;
  margin:0 40px 25px;

  height:135px;
}
footer div#footer-bg{
  position: relative;
  margin-top:-0px;
  margin-left:-25px;
  background-image: url(img/fotter-bg-left.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  height:160px;
}

footer div#footer-bg div#footer-inner{
  position: relative;
  margin-top:0px;
  margin-right:-25px;
  padding-bottom:0;
  position: relative;
  background-image: url(img/fotter-bg-right.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  height:160px;
}

footer .copy{
  padding-top:25px;
  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 0 25px;
  }
  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: #bee9f9;
  margin:0 40px 0;
  padding:30px 0 40px;
}
section#about_section h2{
  margin-bottom:40px;
  text-align:center;
  color:#04a6d7;
  font-size:1.6em;
}

#about_section_box{
  width:820px;
  margin:0 auto;
}
#about_section_box_img{
  margin-top:10px;
  width:238px;
}
#about_section_box_text{
  width:520px;
}

  #about_section_box_text p.about_section_box_textbox{
    margin-top:0px;
    width:500px;
    padding:20px;
    font-size:0.8em;
    line-height:1.4em;
    border        : 1px solid #04a6d7;    /* 枠の指定 */
    background    : #ffffff;     /* 背景色     */
    color         : #04a6d7;     /* 文字色     */
    box-shadow    : 6px 6px 3px #04a6d7;
  }

p.about_section_box_btn{
  margin:30px auto;
  text-align:center;
}
a.about_bt{
  width:80%;
  height:70px;

  line-height   : 60px;         /* 1行の高さ  */
  font-weight:normal;
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-bottom: 1em;   /* 余白       */
  transition    : .3s;         /* なめらか変化 */

  border        : 1px solid #04a6d7;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
  /*box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
}
  a.about_bt:hover {
    background    : #04a6d7;     /* 背景色     */
  }
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color         : #04a6d7;     /* 文字色     */
  vertical-align: middle;
  text-decoration: none;
  font-size     : 0.95rem;        /* 文字サイズ */
}
  .arrow:hover {
    color         : #ffffff;     /* 文字色     */
  }
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow-style::before{
    width: 0.8rem;
    height: 0.8rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #04a6d7;
}
.arrow-style::after{
    left: 5px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}

/*@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_img{
    margin:0 auto;
  }
  #about_section_box_text{
    width:80%;
    margin:30px auto;
  }
    #about_section_box_text p.about_section_box_textbox{
      margin-top:0;
      width:100%;
    }
}
@media screen and (max-width: 767px) {
  section#about_section{
    margin:0;
    padding:30px 0 0px;
  }
  section#about_section h2{
    font-size:1.4em;
}
  #about_section_box_img{

  }
  #about_section_box_img img{
    width:150px;
  }
  #about_section_box_text{
    width:90%;
  }
  #about_section_box_text p.about_section_box_textbox{
    font-size:0.9em;
  }
  a.about_bt{
    width:100%;
    font-size:0.5em;
    height:50px;
  line-height   : 45px;
  }
}

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

}
div.contents_section_bg{
  background-image: url(img/bg_bn.png);
  background-repeat: repeat;
  background-size: auto;
  padding:30px 0 40px;;
}

section#contents_section h2{
  margin-bottom:40px;
  text-align:center;
  color:#bfd630;
  font-size:1.6em;
}
section#contents_section ul.contents_section_bt{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  width: 100%;
  padding:10px 0 10px 20px;
}
section#contents_section ul.contents_section_bt li {
  width:300px!important;
  padding: 0;
  margin-right:20px;
}
section#contents_section ul.contents_section_bt li:last-child {
  margin-right:0;
}

section#contents_section ul.contents_section_bt li img{
  width:300px!important;
}

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

  border        : 1px solid #bfd630;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
}
  p.contents_section_btn a:hover {
    background    : #bfd630;     /* 背景色     */
  }


@media screen and (max-width: 767px) {
  section#contents_section{
    margin:0;
  }
  section#contents_section h2{
    font-size:2em;
    margin-bottom:10px;
  }
}

/* TOP　動画セクション */
section#movie_section{
  background-color: #f8c1d8;
  margin:0 40px 0;
  padding:30px 0 40px;
}
section#movie_section .movie_section_innner{
  max-width:750px;
  width:80%;
  margin:0 auto;
  
}
section#movie_section h2{
  margin-bottom:40px;
  text-align:center;
  color:#9359a3;
  font-size:1.6em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top:40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section#movie_section div.comingsoon {
  width: 100%;
  margin-top:40px;
}
section#movie_section div.comingsoon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section#movie_section{
    margin:0;
  }
  section#movie_section h2{
    font-size:2em;
  }
}

/* TOP　コラムセクション */
section#column_section{
  background-color: #ffffff;
  margin:0 40px 0;
  padding:30px 0 40px;
}
section#column_section h2.column_h2{
  margin-bottom:40px;
  text-align:center;
  color:#fac97a;
  font-size:1.6em;
}

article.column_entry{
  max-width:750px;
  width:80%;
  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 ;

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

.column_contents_box{
  max-width:480px;

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

p.column_contents_btn{
  margin:30px auto 0;
  text-align:right;
}
p.column_contents_btn a{
  width:100px;
  font-size:1em;
  line-height   : 1em;         /* 1行の高さ  */
  font-weight:bold;
  display       : inline-block;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-top   : 5px;
  padding-bottom: 10px;
  transition    : .3s;         /* なめらか変化 */

  color:#ffffff;
  border        :1px solid #fac97a;    /* 枠の指定 */
  background    :#fac97a;;     /* 背景色     */
}
  p.column_contents_btn a:hover {
    color:#fac97a;
    border        :1px solid #fac97a;    /* 枠の指定 */
    background    :#ffffff     /* 背景色     */
  }


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

  border        : 1px solid #fac97a;    /* 枠の指定 */
  background    : #ffffff;     /* 背景色     */
}
  p.column_section_btn a:hover {
    background    : #fac97a;     /* 背景色     */
    color:#ffffff;
  }

@media screen and (max-width: 1024px) {
  .column_contents_box{
    max-width:480px;
    width:65%;
  }
}
@media screen and (max-width: 980px) {
  .column_contents_box{
    max-width:60%;
  }
}
@media screen and (max-width: 767px) {
  section#column_section{
    margin:0;
  }
  section#column_section h2.column_h2{
    font-size:2em;
  }
  .column_img_box{
    margin:0 auto 30px;
}

  .column_contents_box{
    width:100%;
    font-size     : 1.2em;
    line-height: 1.4em;
  }
}
/* TOP　リンクセクション */
section#link_section{
  background-color: #ffffff;
  margin:0 40px 0;
  padding:30px 0 40px;
}
/*section#link_section h2{
  margin-bottom:40px;
  text-align:center;
  color:#333333;
  font-size:1.6em;
}*/

section#link_section h2{
  max-width:750px;
  width:80%;
  margin:0 auto 40px;
  color:#333333;
  font-size:1.6em;
  display: flex;  /* 横並びにする */
  align-items: center;  /* 垂直方向に中央 */
  text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
}
  /* 共通部分はまとめる */
  section#link_section h2::before,
  section#link_section h2::after{
    content:"";
    flex-grow: 1;  /* 線の伸び率 */
    border-bottom: 1px solid #333;
  }
  /* 左側の線 */
  section#link_section h2::before{
    margin-right: 10px;  /* 線と文字の間のスペース */
    padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }
  /* 右側の線 */
  section#link_section h2::after{
    margin-left: 10px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }

ul.social_link{
  width:400px;
  margin:0 auto 30px;
  display:flex;
	justify-content: space-around;
}
@media screen and (max-width: 767px) {
  section#link_section{
    margin:0;
  }
}


/* 内部ページ　コンテンツエリア */
section#page_contents_section{
  background-color: #ffffff;
  margin:0 40px 0;
  padding:30px 0 40px;
}
div.page_contents_section_inner{
  margin:0 auto;
  max-width:800px;
  width:80%;

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

  }
}

/* コラムアーカイブページ　コンテンツエリア */
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{
  position: relative;
  background-image: url(img/bg_bn.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 #bfd630;
}
/*
header.page_title:after{
  position: absolute;
  bottom: 0;
  right: 30px;
  content: '';
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url(img/bn-houmon.png);
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;

}*/
header.page_title h1{
  color:#666666;
  font-size:1.8em;
  line-height   : 1.2em;         /* 1行の高さ  */
  font-weight:bold;
  display       : inline-block;
  border-radius : 40px;          /* 角丸       */
  border        : 3px solid #bfd630;
  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{
    margin:0;
    text-align:center;
  }
  header.page_title h1{
    font-size:1.2em;
    margin:0 auto;
  }
}


/* 見出し コラム用 */
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#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{

}

@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 h1{
  font-size:1em;
  }

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


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;
}



/* リスト */
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 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;
  /*top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);;*/
}

/* ボックス */
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 h3{
  display:inline-block;
  font-size:1em;
  font-weight:bold;
  color:#ffffff;
  margin :0 auto 15px;
  border-radius : 40px;
  padding:5px 2em;
}
  .box_big h3.h3_color_purple{
    background-color:#A64A97;
  }
  .box_big h3.h3_color_pink{
    background-color:#E9528E;
  }
  .box_big h3.h3_color_blue{
    background-color:#00AFEC;
  }
  .box_big h3.h3_color_green{
    background-color:#6FBA2C;
  }
  .box_big h3.h3_color_orange{
    background-color:#F6AD3C;
  }
.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;
}


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

/* リンクボタン */

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;
  }

}

/* =============================================================================
   講師募集について
   ========================================================================== */
.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;
}


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

section.form_s{
	padding:0;
	margin:0;
}
section.form_s section{
	padding:0;
	margin:0 auto;
}
section.form_s:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}



section.form_s h2 {
	background-color: #ddf4ff;
	font-weight:bold;
	padding: 10px!important;
	margin: 10px auto;
	font-weight: bold;
	font-size: 18px;
	border: none;
}

section.form_s table {
	width: 100%;
	margin: 10px auto;
}
section.form_s table th {
	text-align: left;
  font-size:0.9em;
	vertical-align:top;
	width: 30%;;
	padding:10px 0 10px 5px;
  border-left: 3px solid #00AFEC;
  border-right :1px solid #cccccc;
  border-top   :1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  background-color:#f1f8ff;
}
section.form_s table td {
	text-align: left;
  font-size:0.9em;
/*	vertical-align:top;*/
	padding:10px 0 10px 10px;
  border-right :1px solid #cccccc;
  border-top   :1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  section.form_s table th {
    font-size:0.8em;
  }
}
/* フォーム */

input[type="text"],input[type="email"] {
  width:80%;
  margin-bottom:10px;
}
input[type="text"],input[type="email"],select,textarea {
	border:0;
	margin:0 5px;
	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:0 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;
  }

section td ul.error-list{
	font-size:12px;
	color:red;
	margin:5px 0 0 0;
	padding:0 0 0 20px;

}
section ul.error-list li{
	list-style-image:none;
	list-style-type:disc;
	margin:0px;
}



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

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


/* 実施場所・職種のその他入力欄 */


/* 生徒数・教員数・その他 */
td.nuber  input{
	width:60px!important;
}
/* 郵便番号 */
td.zip input{
	width:60px!important;
}


/* 住所 */


/* 電話番号・FAX */
td.tel input{
	width:60px!important;
}

@media screen and (max-width: 767px) {
  td.tel input{
    width:50px!important;
  }
}
