@charset "UTF-8";


:root {
	--main-element-color: #4c5870;
	--main-head-font-color: #3d3d3b;
	--main-head-hover-color: #4c5870;
	--main-button-font-color: #fffffe;
	--main-button-hover-color: #3d3d3b;
	--main-footer-bgcolor: #a2a9af;
}

/*---------------------------- PC向けのスタイル ----------------------------*/
@media only screen and (min-width: 680px) {

	/*---------- ページ全体の指定 ----------*/

	body {
	  width: 100%;
	  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	  margin: 0;
	  padding: 0;
	  font-size: 14px;
	  color: #333333;
	  background-color: #ebedec;
	  -webkit-text-size-adjust: none;
	}


	/*---------- メイン ----------*/

	#main {
	  width: 900px;
	  overflow: hidden;
	  margin: 0 auto 0 auto;
	  padding: 0;
	  text-align: center;
	  border-right: solid 2px #e5e4e6;
	  border-left: solid 2px #e5e4e6;
	  background-color: #fffffe;
	}


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

	#header {
	  width: 100%;
	  margin: 0 auto 0 auto;
	  /*background-image: url(../img/header.png);*/  /*-- 背景 --*/
	  /*background-repeat: repeat-x;*/
	  background-color: #ffffff;
	}

	#header h1 {
	  margin: 0 auto 0 auto;
	  width: 900px;
	  padding: 2px 0 0 5px;
	  font-weight: normal;
	  text-align: left;
	  font-size: 10px;
	  color: var(--main-head-font-color);
	}


	/*---------- ヘッダー内 ----------*/

	#header #header_inner {
	  height: 100px;  /*-- 高さ --*/
	  padding: 0;  /*-- 余白 --*/
	  margin: 0 auto 0 auto;
	}


	/*----- 左 logo -----*/

	#h_logo {
	  padding: 0;
	  text-align: left;
	  font-size: 14px;
	  color: #444444;
	  line-height: 1.5;
	  text-decoration: none;
	  float: left;
	}

	#h_logo h2 {
	  margin: 0;
	  padding: 38px 0 0 26px;  /*-- logo 位置 --*/
	  text-align: left;
	  font-size: 22px;
	  color: #444444;
	  letter-spacing: 0.05em;
	}

	#h_logo a {
	  font-size: 22px;
	  color: var(--main-head-font-color);
	  text-decoration: none;
	}

	#h_logo a:hover {
	  font-size: 22px;
	  color: var(--main-head-hover-color);
	  text-decoration: none;
	}


	/*----- 右 info -----*/

	#h_info{
	  margin: 0;
	  padding: 10px 14px 0 10px;  /*-- info 位置 --*/
	  text-align: right;
	  font-size: 16px;
	  color: #555555;
	  line-height: 1.8;
	  text-decoration: none;
	  float: right;
	}

	#h_info p{
	  margin: 0;
	  padding: 0;
	  text-align: left;
	  font-size: 14px;
	  color: #444444;
	  letter-spacing: 0.05em;
	}

	#h_info a{
	  font-size: 14px;
	  color: #333333;
	  text-decoration: none;
	}

	#h_info a:hover{
	  font-size: 14px;
	  color: #666666;
	  text-decoration: none;
	}

	#h_info .tel {
	  font-size: 20px;
	  color: #c9171e;
	  line-height: 1.6;
	  font-weight: bold;
	}

	#h_info .tel a {
	  font-size: 20px;
	  color: #c9171e;
	  line-height: 1.6;
	  font-weight: bold;
	}

	#h_info .sns {
	  font-size: 20px;
	  color: var(--main-element-color);
	  line-height: 1.6;
	  font-weight: bold;
	}

	#h_info .sns a {
	  font-size: 20px;
	  color: var(--main-element-color);
	  line-height: 1.6;
	  font-weight: bold;
	}

	#h_info .sns a:hover {
	  font-size: 20px;
	  color: var(--main-button-hover-color);
	  line-height: 1.6;
	  font-weight: bold;
	  
	}
	/*---------- ヘッダーメニュー ----------*/

	#header-menu {
	  clear: both;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  height: 38px;
	  text-align: left;
	  /*border-top: solid 2px #dddddd;
	  border-bottom: solid 2px #dddddd;
	  background-image: url(../img/head_menu_back_base.gif);
	  background-repeat: repeat-x;*/
	  background-color: var(--main-element-color);
	}

	#header-menu ul {
	  width: 900px;
	  text-align: left;
	  margin: 0 auto 0 auto;
	  padding: 0;
	  /*background-image: url(../img/head_menu_back_base.gif);
	  background-repeat: repeat-x;*/
	  background-color: var(--main-element-color);
	  
	}

	#header-menu li {
	  display: inline;
	  list-style-type: none;
	  float: left;
	  color: #ffffff;
	}

	#header-menu li a {
	  font-size: 12px;
	  color: var(--main-button-font-color);
	  text-align: center;
	  display: block;
	  line-height: 1.5;
	  letter-spacing: 0.05em;
	  border-right: solid 1px var(--main-button-font-color);
	  text-decoration: none;
	  padding: 11px 28px 9px 28px;
	  /*background-image: url(../img/head_menu_back_abase.gif);
	  background-repeat: repeat-x;*/
	  background-color: var(--main-element-color);
	}

	#header-menu li a:hover {
	  color: var(--main-button-font-color);
	  /*background-image: url(../img/head_menu_back_hover.gif);
	  background-repeat: repeat-x;*/
	  background-color: var(--main-button-hover-color);
	}

	#header-menu li.home a {
	  border-left: none;
	  padding: 9px 28px 7px 28px;
	}

	#header-menu span.sub {
	  color: #fce9c8;
	}


	/*---------- SP電話ボタン ----------*/

	.phone {
	  display: none;
	}


	/*---------- メイン画像 ----------*/

	#header-img {
	  width: 100%;
	  margin: 2px 0 20px 0;
	  text-align: center;
	}

	.main_photo {
	  display: block;
	  margin: 0 auto 0 auto;
	}


	/*---------- コンテンツ ----------*/

	#container {
	  width: 885px;
	  margin: 0 auto 0 auto;
	  overflow: hidden;
	  padding: 12px 10px 6px 5px;
	  background: #ffffff url(./side_yback.jpg);
	  background-repeat: repeat-y;
	}


	/*---------- メインコンテンツ ----------*/

	#contents {
	  float: right;
	  margin: 0;
	  padding: 4px 0 5px 0;
	  font-size: 14px;
	  width: 640px;
	  letter-spacing: 0.05em;
	  text-align: left;
	  line-height: 1.7;
	}

	#contents #pannavi {
	  margin: 0 0 6px 0;
	  padding: 0 0 8px 0;
	  font-size: 13px;
	}

	#contents #pannavi a {
	  font-size: 13px;
	}

	#contents h1 { /* Added by YM, only for PC */
	    font-size: 2em;
	    font-weight: bold;
		margin: 0 0 0 0;
	}
	#contents span.byline { /* Added by YM, only for PC */
		display:block;
		color: #993300;
		font-weight: bold;
		font-size: 1.12em;
		line-height: 1em;
		margin-bottom: 2em
	}

	#contents h2 {
	  /*height: 45px;
	  margin: 0 0 10px 0;
	  padding: 11px 0 0 26px;
	  font-size: 18px;
	  color: var(--main-head-font-color);
	  background-image: url(../img/titlebar.gif);
	  background-repeat: no-repeat;*/
	  margin: 0 5px 10px 0;
	  padding: 6px 0 0 16px;
	  font-size: 18px;
	  color: var(--main-head-font-color);
	  border-bottom: 1px solid;
	  border-left: 16px solid;
	  border-radius: 1px;
	  border-color: var(--main-element-color);
	  background-color: #fefefe;
	}

	#contents h2.fit { /* YM */
		display:inline-block;
		margin: 0 5px 10px 0;
		padding: 6px 0 0 16px;
		font-size: 18px;
		color: var(--main-head-font-color);
		border-bottom: 1px solid;
		border-left: 16px solid;
		border-radius: 1px;
		border-color: var(--main-element-color);
		background-color: #fefefe;
	}

	#contents h2.page_title {
	  height: 48px;
	  margin: 0 0 18px 0;
	  padding: 18px 0 0 16px;
	  font-size: 20px;
	  color: #4c1800;
	  /*background-image: url(../img/page_title.gif);
	  background-repeat: no-repeat;*/
	}

	#contents h2.txt {
	  height: auto;
	  margin: 0 0 7px 0;
	  padding: 0;
	  border: none;
	  font-size: 16px;
	  color: #54351f;
	  background: none;
	}

	#contents h3 {
	  /*margin: 12px 3px 10px 3px;
	  padding: 15px 10px 10px 18px;
	  line-height: 1.4;
	  font-size: 17px;
	  color: #54351f;
	  border-top: solid 1px #dddddd;
	  border-right: solid 1px #dddddd;
	  border-bottom: solid 1px #966934;
	  border-left: solid 5px #966934;
	  background-color: #f9f2d5;*/
	  margin: 0 5px 10px 0;
	  padding: 0 0 0 4px;
	  font-size: 16px;
	  color: var(--main-head-font-color);
	  border-left: 4px solid;
	  border-radius: 1px;
	  border-color: var(--main-element-color);
	  background-color: #fefefe;
	}

	#contents h3.beta {
	  margin: 12px 2px 10px 2px;
	  padding: 14px 10px 12px 16px;
	  line-height: 1.4;
	  font-size: 18px;
	  color: var(--main-button-font-color);
	  border: none;
	  background-image: url(../img/h3_beta.gif);
	  background-repeat: no-repeat;
	}

	#contents h3.point {
	  margin: 10px 0 10px 0;
	  padding: 10px 10px 8px 10px;
	  line-height: 1.4;
	  font-size: 18px;
	  color: #882200;
	  border-top: solid 1px #999999;
	  border-right: solid 1px #bbbbbb;
	  border-bottom: solid 4px #663300;
	  border-left: solid 1px #bbbbbb;
	  background-image: url(../img/h3_point.gif);
	  background-repeat: repeat-x;
	}

	#contents h4 {
	  margin: 0 5px 10px 0;
	  padding: 0 0 0 4px;
	  font-size: 14px;
	  font-weight: normal;
	  color: var(--main-head-font-color);
	  background-color: #fefefe;
	}

	#contents p {
	  margin: 15px 0 15px 0;
	  padding: 0 2px 0 2px;
	  line-height: 1.7;
	  font-size: 14px;
	  text-align: justify;
	  text-justify: inter-word;
	}


	/*---------- 画像の回り込み ----------*/

	img.picture {
	  margin: 0 10px 10px 0;
	  float: left;
	}

	img.picture_r {
	  margin: 0 5px 10px 10px;
	  float: right;
	}


	/*---------- 表（テーブル） ----------*/

	table.t01 {
	  width: 310px;
	  padding: 4px;
	  border: solid 1px #cccccc;
	  border-collapse: collapse;
	}

	td.t01 {
	  padding: 10px;
	  border-collapse: collapse;
	}

	td.head {
	  padding: 9px 6px 6px 15px;
	  border: solid 1px #cccccc;
	  border-collapse: collapse;
	  background-image: url(../img/main_block_bg.gif);
	}

	td.t00 {
	  padding: 4px;
	}


	table.table_line {
	  border-collapse: collapse;
	  border: solid 1px #999999;
	  width: 100%;
	}

	td.table_head {
	  border-collapse: collapse;
	  border: solid 1px #999999;
	  padding: 12px 14px 8px 14px;
	  background-color: #fff8e3;
	  width: 100px;
	}

	td.table_left {
	  border-collapse: collapse;
	  border: solid 1px #999999;
	  padding: 12px 14px 8px 14px;
	  width: auto;
	  background-color: #fff8e3;
	}

	td.table_right {
	  border-collapse: collapse;
	  border: solid 1px #999999;
	  padding: 12px 14px 8px 14px;
	  width: 500px;
	  background-color: #ffffff;
	}

	td.table_line {
	  border-collapse: collapse;
	  border: solid 1px #999999;
	  padding: 12px 14px 8px 14px;
	  width: auto;
	}


	/*---------- サイドエリア ----------*/

	#menu {
	  float: left;
	  margin: 0 0 15px 0;
	  padding: 0;
	  width: 220px;
	  text-align: left;
	  letter-spacing: 0.05em;
	}

	.menulist {
	  margin: 0 0 28px 0;
	  padding: 5px 2px 0px 5px;
	  width: 210px;
	  text-align: left;
	}

	.menulist h2 {
	  height: 26px;
	  margin: 0;
	  padding: 7px 0 0 12px;
	  font-size: 14px;
	  color: var(--main-button-font-color);
	  /*background-image: url(../img/sidebar.gif);
	  background-repeat: no-repeat;*/
	  background-color: var(--main-element-color);
	}

	.menulist h3 {
	  height: 26px;
	  margin: 0;
	  padding: 7px 0 0 12px;
	  font-size: 14px;
	  color: var(--main-button-font-color);
	  /*background-image: url(../img/sidebar.gif);
	  background-repeat: no-repeat;*/
	  background-color: var(--main-element-color);
	}

	.menulist ul {
	  margin: 0;
	  padding: 0;
	}

	.menulist li {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}

	.menulist li a{
	  color: #00407f;
	  display: block;
	  border-right: solid 1px #dddddd;
	  border-bottom: solid 1px #dddddd;
	  border-left: solid 1px #dddddd;
	  padding: 8px 4px 3px 20px;
	  font-size: 13px;
	  line-height: 1.9;
	  text-decoration: none;
	  /*background-image: url(../img/side_menu_bg.gif);
	  background-repeat: no-repeat;*/
	  background-color: #fcffff;
	}

	.menulist li a:hover{
	  color: #005db9;
	  /*background-image: url(../img/side_menu_bg_hover.gif);
	  background-repeat: no-repeat;*/
	  background-color: #f6f9f9;
	}

	.menu_free {
	  margin: 0 0 28px 5px;
	  padding: 0;
	  width: 210px;
	  text-align: left;
	  /*background-image: url(../img/menu_back.gif);*/
	  background-color: #fcffff;
	}

	.menu_free h2 {
	  height: 26px;
	  margin: 0;
	  padding: 7px 0 0 12px;
	  font-size: 14px;
	  color: var(--main-button-font-color);
	  /*background-image: url(../img/sidebar.gif);
	  background-repeat: no-repeat;*/
	  background-color: var(--main-element-color);
	}

	.menu_free h3 {
	  height: 26px;
	  margin: 0;
	  padding: 7px 0 0 12px;
	  font-size: 14px;
	  color: var(--main-button-font-color);
	  /*background-image: url(../img/sidebar.gif);
	  background-repeat: no-repeat;*/
	  background-color: var(--main-element-color);
	}

	.menu_free p{
	  margin: 0;
	  padding: 8px 8px 14px 8px;
	  font-size: 13px;
	  line-height: 1.8;
	}

	.menu_top {
	  margin: 0 0 5px 5px;
	  padding: 0;
	  text-align: left;
	}

	.menu_top a{
	  color: #993300;
	  padding: 6px 0 6px 0;
	  line-height: 1.8;
	}

	.menu_top a:hover{
	  color: #666666;
	}

	.menu_top p{
	  margin: 0;
	  padding: 0;
	  line-height: 1.8;
	}


	.menu_btn_under {
	  margin: 0 0 10px 0;
	  padding: 0 0 0 5px;
	  text-align: left;
	}

	.menu_btn_under a{
	  margin: 0 0 8px 0;
	  color: #993300;
	  display: block;
	  padding: 0;
	  font-size: 13px;
	  line-height: 1.8;
	  text-decoration: none;
	}

	.menu_btn_under a:hover{
	  color: #666666;
	}


	/*---------- サイドエリア・トップに戻る ----------*/

	.menu_back {
	  display: none;
	}


	/*---------- フッター ----------*/

	#footer {
	  clear: both;
	  width: 100%;
	  margin: 0;
	  padding: 30px 0 30px 0;
	  text-align: center;
	  font-size: 14px;
	  color: var(--main-head-font-color);
	  line-height: 1.8;
	  border-top: solid 2px;
	  border-top-color: var(--main-element-color);
	  background-color: var(--main-footer-bgcolor);
	}

	#footer a {
		color: var(--main-head-font-color);
		font-size: 14px;
	  text-decoration: none;
	}

	#footer a:hover {
	  color: #555555;
	  text-decoration: none;
	}

}




/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:680px) and (max-width:920px) {


/*---------- メイン ----------*/

#main {
  min-width: 900px;
}


/*---------- PCメニュー ----------*/

#header-menu ul {
  width: 100%;
  display: table;
}

#header-menu li {
  display: table-cell;
  float: none;
}

#header-menu li a {
  padding-right: 0;
  padding-left: 0;
}

#header-menu li.home a {
  padding-right: 0;
  padding-left: 0;
}

}




/*---------------------------- 共通部分（コンテンツ） ----------------------------*/


/*---------- 見出しタイトル装飾（共通部分） ----------*/

#contents h3.white {
  margin: 20px 4px 20px 4px;
  padding: 10px 0 6px 0;
  line-height: 1.6;
  color: #792b04;
  border-top: none;
  border-right: none;
  border-bottom: solid 2px #aaaaaa;
  border-left: none;
  background-color: #ffffff;
  background-image: none;
}

#contents h4.memo {
  margin: 12px 0 10px 0;
  padding: 15px 10px 11px 16px;
  line-height: 1.4;
  color: #df5f08;
  border-bottom: solid 1px #df5f08;
  border-left: solid 5px #df5f08;
  background-color: #fbe8d3;
}

#contents h4.memo_w {
  margin: 12px 0 10px 0;
  padding: 16px 10px 10px 16px;
  line-height: 1.4;
  color: #54351f;
  background-color: #fff8ee;
}

#contents h4.border {
  height: 34px;
  margin: 10px 0 15px 0;
  padding: 10px 10px 0 4px;
  line-height: 1.4;
  color: #e85922;
  border-top: none;
  border-right: none;
  border-bottom: solid 3px #966934;
  border-left: none;
  background-color: #ffffff;
}


/*---------- メインコンテンツ 共通 ----------*/

img.line {
  margin: 0 8px 4px 0;
  vertical-align: middle;
}

img.head_photo {
  margin: 0 0 16px 0;
}

hr.line {
	margin: 0 0 10px 0;
	padding: 2px 0 6px 0;
	border: 0;
	/*border-bottom: dotted 1px #666666;*/
  }

hr.solidline {
	margin: 0 0 10px 0;
	padding: 2px 0 6px 0;
	border: 0;
	border-bottom: dotted 1px #666666;
  }
	
p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}


/*---------- 画像の回り込み（共通部分） ----------*/

img.picture_le {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_ri {
  margin: 0 5px 10px 10px;
  float: right;
}

br.clear {
  display: block;
  clear: both;
}


/*---------- コンテンツ枠装飾 ----------*/

.gray_bg {
  margin: 18px 0 18px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

.gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.brown_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

.pink_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fdeee6;
}

.green_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f0f6da;
}

.blue_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #ebf6f7;
}

.info_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8e3;
}

.point_bg {
  margin: 10px 2px 10px 2px;
  padding: 2px 5px 2px 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border: solid 1px #dfcf98;
  background-color: #fcfbf9;
}

.pale_bg {
  margin: 18px 2px 18px 2px;
  padding: 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fffedf;
}

.message_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8e3;
  background-image: url(../img/message.png);
  background-repeat: no-repeat;
}

.memo_bg {
  margin: 8px 0 18px 0;
  padding: 6px 18px 6px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #faf2e2;
}

.memo_w_bg {
  margin: 8px 0 12px 0;
  padding: 6px 18px 6px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8ee;
}

.koe_bg {
  margin: 0;
  padding: 0;
}

.koe_beta_bg {
  margin: 8px 0 8px 0;
  padding: 2px 10px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #7e6a41;
}

.check_bg {
  margin: 8px 0 18px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #6c4e1f;
  border: solid 6px #ded0b2;
  background-color: #faf1e3;
}

.check_bg p {
  margin: 18px 0 18px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  color: #6c4e1f;
}

.banner_bg {
  margin: 3px 0 10px 0;
  padding: 10px 10px 10px 14px;
  border-top: solid 3px #dec58e;
  border-right: solid 3px #dec58e;
  border-bottom: solid 3px #dec58e;
  border-left: solid 3px #dec58e;
  background-color: #fff8e3;
}

.waku_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 10px #f1eae0;
  border-right: solid 6px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 6px #f1eae0;
}

.waku_gray_bg {
  margin: 14px 2px 14px 2px;
  padding: 6px 14px 2px 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 2px #dddddd;
  border-right: solid 2px #dddddd;
  border-bottom: solid 2px #dddddd;
  border-left: solid 2px #dddddd;
  background-color: #fcfbf9;
}

.waku_tone_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 10px #f1eae0;
  border-right: solid 6px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 6px #f1eae0;
  background-color: #fffcf7;
}

.waku_gold_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 6px 2px 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 5px #f0ddb2;
  border-right: solid 5px #f0ddb2;
  border-bottom: solid 5px #f0ddb2;
  border-left: solid 5px #f0ddb2;
  background-color: #fff8e3;
}

.gray_bg_contact {
  margin: 18px 2px 10px 2px;
  padding: 10px 8px 10px 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

.gray_bg_contact p {
  margin: 0;
  padding: 3px 0 3px 0;
  line-height: 1.7;
}


/*---------- 文字装飾 ----------*/

span.big {
  font-size: 1.12em;
  line-height: 1.9;
}

span.b_big {
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.b_big_x {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.check {
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
  color: #555555;
}

span.red {
  color: #e60033;
}

span.red_x {
  color: #e60033;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_b {
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
}

span.red_big {
  color: #e60033;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_big_x {
  color: #e60033;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.brown {
  color: #993300;
}

span.brown_b {
  color: #993300;
  font-weight: bold;
}

span.brown_x {
  color: #993300;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_b {
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
}

span.brown_big {
  color: #993300;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_big_x {
  color: #993300;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.blue {
  color: #007bbb;
}

span.blue_b {
  color: #007bbb;
  font-weight: bold;
  line-height: 1.7;
}

span.blue_big {
  color: #007bbb;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.pink {
  color: #c53d43;
}

span.pink_b {
  color: #c53d43;
  font-weight: bold;
  line-height: 1.7;
}

span.pink_big {
  color: #c53d43;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.orange {
  color: #e85922;
  line-height: 1.7;
}

span.orange_b {
  color: #e85922;
  font-weight: bold;
  line-height: 1.7;
}

span.orange_big {
  color: #e85922;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.orange_big_x {
  color: #e85922;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.green {
  color: #00ae4f;
}

span.green {
  color: #00ae4f;
}

span.green_b {
  color: #688119;
  font-weight: bold;
  line-height: 1.7;
}

span.green_big {
  color: #688119;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.mark {
  padding: 2px 2px 0 2px;
  color: #54351f;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_b {
  padding: 2px 2px 0 2px;
  color: #54351f;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fdfaab;
}

span.mark_big {
  padding: 2px 2px 0 2px;
  color: #54351f;
  font-size: 1.12em;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fdfaab;
}

 span.mark_red {
  padding: 2px 2px 0 2px;
  color: #e60033;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_red_b {
  padding: 2px 2px 0 2px;
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_brown {
  padding: 2px 2px 0 2px;
  color: #993300;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_brown_b {
  padding: 2px 2px 0 2px;
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdfaab;
}


/*---------- サイドエリア 共通 ----------*/

#menu hr.line {
  margin: 0 0 5px 0;
  padding: 2px 0 6px 0;
  border: 0;
  /*border-bottom: solid 1px #666666;*/
}


/*---------- トップに戻る 共通 ----------*/

.menu_back p.back {
  margin: 6px 0 0 0;
  padding: 0 5px 0 0;
  text-align: right;
}

.scroll {
  width: 180px;
  height: 28px;
}








/*---------- YM 共通 ----------*/

@media only screen and (min-width: 680px) {
	html {
	  overflow-y: scroll;
	}
}

.ninja {
	opacity: 0.3;
}

ul.img {
  list-style-type:none;
  margin-left: 2em;
  list-style-position: outside;
}

ul.img li{
  text-indent: -2.8em;
  padding-left: 20px;
  margin-bottom: 0.5em;
}

ul.default {
  list-style-type:square;
  margin: 0 auto 1.0em 2em;
}

ul.default li{
  margin-bottom: 0.4em;
}

ol.default {
  list-style-type:decimal;
  margin: 0 auto 1.0em 2em;
}

ol.default li{
  margin-bottom: 0.4em;
}

li.wide {
	padding-bottom: 1.5em;
}

.verysmall {
  font-size: 0.5em;
}

.small {
  font-size: 0.82em;
}

.large {
  font-size: 1.4em;
}

.highlight {
  padding: 0em .5em 0em .5em;
  color: rgba(255, 0, 127, 0.90);
}

.noindent {
  padding: 0.5em 0em 0em 0em;
}

/* 2 columns, 1 column */
.container {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 1em 0;
}

/*.column1 {
  margin: 1em 0 1em 0;
}*/

.column1 .column2 .column3 .column4 {
  width: 100%;
}

@media (min-width: 680px) {
	.column1 {
		width: 100%;
	}
	.column2 {
		width: 50%;
	}
	.column3 {
		width: 33%;
	}
	.column4 {
		width: 25%;
	}
}

.left {
	float: left;
	text-align: left;
}

div.prof{
	margin: 0 20px 20px 10px;
	line-height: 1.0em;
	text-align: justify;
	text-justify: inter-word;
}

div.ad{
	background-color: #eeeeee;
	padding: 5% 5% 5% 5%;
}


img.prof{
	display: block;
	border-radius: 10%;
}

figure {
	border-width: thin;
	border-color: #eeeeee;
	border-style: solid;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

figure.right {
		float: right;
		margin: 0.3em 0.3em 0.3em 2.2em;
		padding: 0.5em;
}

figure.left {
	float: left;
	text-align: left;
	margin: 0.3em 5% 0.3em 5%;
	padding: 0.2em;
}

figure.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.0em;
		text-align: center;
		text-indent: 0;
		padding: 0.3em;
}

figure.\39 5p { /*95p*/
		width:95%;
	}
figure.\39 0p {
		width:90%;
	}
figure.\38 5p {
		width:85%;
	}
figure.\38 0p {
		width:80%;
	}
figure.\37 5p {
		width:75%;
	}
figure.\37 0p {
		width:70%;
	}
figure.\36 5p {
		width:65%;
	}
figure.\36 0p {
		width:60%;
	}
figure.\35 5p {
		width:55%;
	}
figure.\35 0p {
		width:50%;
	}
figure.\34 5p {
		width:45%;
	}
figure.\34 0p {
		width:40%;
	}
figure.\33 5p {
		width:35%;
	}
figure.\33 0p {
		width:30%;
	}
figure.\32 5p {
		width:25%;
	}
figure.\32 0p {
		width:20%;
	}
figure.\33 50px {
		width:350px;
	}

figure.\33 00px { /*300px*/
		width:300px;
	}
figcaption {
	display:inline-block;
	text-align:left;
	font-size: 0.9em;
}

.movie-wrap {
	margin-top: 2em;
	margin-bottom: 2em;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: visible;
	text-align: center;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
}

.movie-wrap figcaption {
	text-align: center;
    position: absolute;
    top: 85%;
    left: 5%;
    width: 90%;
}

.superimg {
	vertical-align: super;
	height: 1.2ex; width: 1.2ex;
	}

.textimg {
	vertical-align: bottom;
	width: 1.8em;
	}

ul.img .textimg {
	vertical-align: bottom;
	width: 1.8em;
	margin-right: 1.0em;
	}

.textimg_v {
	vertical-align: bottom;
	height: 1.8em;
	}

.textimg_large {
	vertical-align: middle;
	height: 3.0em; width: 3.0em;
	margin: 0.5em;
	}

.textimg_large_v {
	vertical-align: middle;
	height: 3.0em;
	margin: 0.5em;
	}

.border {
	border-width: thin;
	border-color: #eeeeee;
	border-style: solid;
}

.no_border {
	border-width: 0;
	border: none;
	outline: none;
}

blockquote {
	border-left: solid 0.6em #ccc;
	padding: 1em 0 1em 2em;
	margin-bottom: 1em;
	font-style: italic;
}

blockquote.highlight {
	border-left: solid 0.6em #FF007F;
	border-right: solid 0.6em #FF007F;
	padding: 0.5em 1.0em 0.5em 1em;
	margin-bottom: 1em;
	margin-left: 5em;
	margin-right: 5em;
	font-style: normal;
}

/* For inline colorbox */
.inline_colorbox {
	padding:10px; 
	background:#fff;
}

/* Check box style for the Form*/
input[type="checkbox"] {
    display:none;
}
/* check off image */
input[type="checkbox"] + label {
    padding:3px 0 3px 30px;
    background:url(./check_off.png) no-repeat left center;
/*    background-size:27px 27px;*/
    cursor:pointer;
}
/* check on image*/
input[type="checkbox"]:checked + label {
    background:url(./check_on.png) no-repeat left center;
/*    background-size:27px 27px;*/
    cursor:pointer;
}


/* radio button style for the Form*/
input[type="radio"] {
    display:none;
}
/* check off image */
input[type="radio"] + label {
    padding:3px 0 3px 30px;
    background:url(./check_off.png) no-repeat left center;
/*    background-size:27px 27px;*/
    cursor:pointer;
}
/* check on image*/
input[type="radio"]:checked + label {
    background:url(./check_on.png) no-repeat left center;
/*    background-size:27px 27px;*/
    cursor:pointer;
}

/* Forms */
.text,
form input[type=text],
form input[type=password],
form select,
form textarea {
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	padding: 0.30em;
	font-size: 1.2em;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 6px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	outline: none;
}

form input[type=file],
form select,
form textarea {
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	padding: 0.20em;
	font-size: 1.2em;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 5px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	outline: none;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	background: #f0f2f5;
}

form textarea {
	height: 16em;
}
form textarea.short {
	height: 5em;
}


form .formerize-placeholder, form ::-webkit-input-placeholder, form :-moz-placeholder, form ::-moz-placeholder, form :-ms-input-placeholder {
	color: #93989f !important;
}

form ::-moz-focus-inner {
	border: 0;
}

form .button {
	margin-right: 1em;
}


/* Buttons */

.button {
	-moz-transition: background-color 0.20s ease-in-out, color 0.20s ease-in-out;
	-webkit-transition: background-color 0.20s ease-in-out, color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out, color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out, color 0.20s ease-in-out;
	position: relative;
	display: inline-block;
	padding: 0.6em 1.5em 0.6em 1.5em;
	border: 0;
	border-radius: 6px;
	background: var(--main-element-color);
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
}

	.button:hover {
		background: var(--main-button-hover-color);
	}

	.button.alt {
		background: #4D4F5A;
	}

		.button.alt:hover {
			background: #5D5F6A;
		}

	.button.red {
		background: #F96464;
	}

		.button.red:hover {
			background: #F97474;
		}
	
	.button.fsp {
		background: #00a2e8;
	}
		.button.fsp:hover {
			background: #0080b8;
		}



.fit {
	display:inline-block;
}


.footer_seminar{
	position: fixed;
	bottom: 1em;
	width: 100%;
}

.sidemenu_fsp_logo{
	background-color: #000000;
	position: fixed; 
	width: 200px;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.sidemenu_fsp_logo a:hover{
	opacity: 0.8;
}