@charset "utf-8";

* { margin: 0; padding: 0; }

body { 
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
  'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
  background: #FFFFFF;
}
p{  
  text-align: left;
  margin: 0 8%;
  font-size: 18px;
  line-height: 180%;
}
p.sub_ex{
    margin-top: -10px;
    text-align: right;
    font-size: 14px;
}
img{
  max-width: 84%; 
  margin: 10px 7%;
}
.max_img{
  max-width: 100%; 
  margin: 10px 0;
}
.title_img{
  max-width: 100%; 
  margin: 0;
}
.midashi_img{
  max-width: 100%; 
  margin: 30px 0 30px;
}
.pc_img {display: block;}
.smh_img{display: none;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{  
  color: #0645ad;  
  text-decoration:underline; 
}
a:hover{
  color: #ff8000;
  text-decoration:underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.mizu { color: #0066FF; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.black { color: #333}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size32 { font-size: 32px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size60 { font-size: 60px; }
.size72 { font-size: 72px; }

ul{
  line-height: 150%;
  list-style-position: outside;
  margin: 12px 10% 15px 10%;
  text-align: left;
}
ul li{
  padding-top: 10px;
}
.step-flow{
    border: 3px solid #00A2CF;
    border-radius: 10px;
    padding: 20px;
    margin: 5% 8%;
}
.step-flow ul{
  line-height: 150%;
  list-style-position: inside;
  color: #00A2CF;
  margin: 12px 2% 15px;
  text-align: left;
}
.step-flow ul li{
    padding-bottom: 10px;
    padding-left:10px;
    border-bottom: 2px #71CEE4 dotted;
}
.step-flow ul li:last-child{
    border-bottom: none;
}
.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }
.u{ text-decoration: underline;}
.yline { background: #FFFF00; }
.center {
  text-align: center;
  padding: 5px 0px 0px 0px; }
.left {
  text-align: left;
  padding: 5px 5px 0px 0px; }
.right {
  text-align: right;
  padding: 5px 0px 0px 5px; }
.to_link {
  margin: 20px 0px 0px 0px;
  text-align: right; }
.to_link_r {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  text-align: right; }
.imgl{
  float: left;
  padding: 30px 30px 30px 8%;
}
.imgr{
  float: right;
  padding: 30px 8% 30px 30px;
}
blockquote {
  width: 750px;
  font-size: 16px;
  line-height: 180%;
  margin: 15px auto;
  padding: 30px 0;
  text-align: right;
  border: 1px solid #DFDFDF;
  color: #212121;
  background: #F9F9F9 url("img/blockquote.png") no-repeat scroll 0px 0px;
  clear: both;
}
blockquote p {
  margin-left: 50px;
  margin-right: 50px;
}
.text-right {
  font-size: 8px;
  color: #3d3737;
  text-align: right;
  padding-bottom: 10px;
  line-height: 130%;
}
.line-red {background: #ffadad;}
.line-blue {background: #a8eaff;}
.line-brown {background: #cc9966;}
.line-green {background: #b2ffb2;}
.line-yellow {background: #fff799;}
.line-orange {background: #ffe0c1;}
.line-h-red {background: linear-gradient(transparent 60%, #ffadad 50%);}
.line-h-blue {background: linear-gradient(transparent 60%, #a8eaff 50%);}
.line-h-brown {background: linear-gradient(transparent 60%, #cc9966 50%);}
.line-h-green {background: linear-gradient(transparent 60%, #b2ffb2 50%);}
.line-h-yellow {background: linear-gradient(transparent 60%, #fff799 50%);}
.line-h-orange {background: linear-gradient(transparent 60%, #ffe0c1 50%);}
.line-hh-red {background: linear-gradient(transparent 75%, #ffadad 50%);}
.line-hh-blue {background: linear-gradient(transparent 75%, #a8eaff 50%);}
.line-hh-brown {background: linear-gradient(transparent 75%, #cc9966 50%);}
.line-hh-green {background: linear-gradient(transparent 70%, #b2ffb2 50%);}
.line-hh-yellow {background: linear-gradient(transparent 70%, #fff799 50%);}
.line-hh-orange {background: linear-gradient(transparent 70%, #ffe0c1 50%);}
.border-red {border-bottom: 2px solid #ff7f7f;}
.border-blue {border-bottom: 2px solid #a8eaff;}
.border-brown {border-bottom: 2px solid #cc9966;}
.border-green {border-bottom: 2px solid #7fff7f;}
.border-yellow {border-bottom: 2px solid #ffdc00;}
.border-orange {border-bottom: 2px solid #ffbf7f;}
.border-d-red {border-bottom: 4px double #ff7f7f;}
.border-d-blue {border-bottom: 4px double #a8eaff;}
.border-d-brown {border-bottom: 4px double #cc9966;}
.border-d-green {border-bottom: 4px double #7fff7f;}
.border-d-yellow {border-bottom: 4px double #ffdc00;}
.border-d-orange {border-bottom: 4px double #ffbf7f;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 間隔調整 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.margin-bottom5 { margin-bottom: 5px;}
.margin-bottom10 { margin-bottom: 10px;}
.margin-bottom15 { margin-bottom: 15px;}
.margin-bottom20 { margin-bottom: 20px;}
.margin-bottom25 { margin-bottom: 25px;}
.margin-bottom30 { margin-bottom: 30px;}
.margin-bottom35 { margin-bottom: 35px;}
.margin-bottom40 { margin-bottom: 40px;}
.margin-bottom45 { margin-bottom: 45px;}
.margin-bottom50 { margin-bottom: 50px;}
.margin-bottom60 { margin-bottom: 60px;}
.margin-bottom70 { margin-bottom: 70px;}
.margin-bottom80 { margin-bottom: 80px;}
.margin-bottom90 { margin-bottom: 90px;}
.margin-bottom100 { margin-bottom: 100px;}

.margin-top5 { margin-top: 5px;}
.margin-top10 { margin-top: 10px;}
.margin-top15 { margin-top: 15px;}
.margin-top20 { margin-top: 20px;}
.margin-top25 { margin-top: 25px;}
.margin-top30 { margin-top: 30px;}
.margin-top35 { margin-top: 35px;}
.margin-top40 { margin-top: 40px;}
.margin-top45 { margin-top: 45px;}
.margin-top50 { margin-top: 50px;}

.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}

.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper{
  width: 100%;
  margin: 0;
  padding: 0;
}
.in_box{
  width: 950px;
  margin: 0 auto;
  padding: 60px 0;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow:-6px 0 6px -6px #CCC,
  6px 0 6px -6px #CCC;
}
#wrapper .in_box p img.mds{
  width: 800px;
  margin: 20px 25px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#banner{
	width: 100%;
    height: 1000px;
	margin: 0;
	padding: 0;
	background-image: url(img/banner.png), url(img/banner_put.png), url(img/banner_line_t.png), url(img/banner_line_b.png), url(img/banner_back.png);
	background-repeat: no-repeat, repeat-x, no-repeat, no-repeat, no-repeat;
	background-position: top center, top center, top center, bottom center, top center;
	background-size: contain, contain, 100% auto, 100% auto, cover;
}
#banner h1{
    width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#banner h1 img{
    width: 100%;
	margin: 0;
	width: auto;
}
@media screen and (max-width: 1150px) {
#banner{
	width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	background-image: url(img/banner.png), url(img/banner_put.png), url(img/banner_line_t.png), url(img/banner_line_b.png), url(img/banner_back.png);
	background-repeat: no-repeat, repeat-x, no-repeat, no-repeat, no-repeat;
	background-position: top center, top center, top center, bottom center, top center;
	background-size: contain, contain, 100% auto, 100% auto, cover;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* モニターさんの声 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.voice_back{
    width: 100%;
    background: #fff1d7 url(img/voice_back.png) repeat;
    padding: 20px 0 11px;
    box-sizing: border-box;
}
.voice_title{
	width: 85%;
	margin: 0 auto;
    padding: 0;
}
.voice_title img{
    max-width: 100%;
    margin: 10px 0 0;
}
.voice_box, .voice_boxs{
	width: 85%;
	margin: -10px auto 50px;
	padding: 25px 1% 59px;
	box-sizing: border-box;
    border-radius: 0 0 10px 10px;
	background: #FFF;
    border-top: none;
    box-sizing: border-box;
}
.voice_boxs{
    margin: -10px auto 0;
}
.voice_box p, .voice_boxs p{
    margin: 0 4% 0 5%;
}
.voice_box img, .voice_boxs img{
    max-width: 90%;
    margin: 20px 5% 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* プロフィール */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.prelile{
    background: url(img/profile.png) 94% top no-repeat;
}
.prelile2{
    background: url(img/profile2.png) 94% top no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 講座内容エリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.stnv_box{
	width: 100%;
    margin: -7px auto 60px;
    padding: 0 0 25px;
    background: #FCFCFF;
    box-sizing: border-box;
    display: flex;
}
.st_main_box {
	width: 100%;
    background: #FFFFFF url(img/main_back.png) top repeat;
    margin: 0 6% 30px;
    padding: 50px 0 60px;
    border: 3px #d9e2ee solid;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.stnv_box .main_list{
    margin: 0 7%;
    border: 3px solid #2983C2;
    box-shadow: 0 0 30px #F3F5F7 inset;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    background: #F7FCFE;
}
.fusen, .fusen_p1, .fusen_p2, .fusen_p3, .fusen_p4, .fusen_p5,
.fusen_m1, .fusen_m2, .fusen_m3, .fusen_m4, .fusen_m5{
	width: 86%;
	margin: 0 7% 20px;
	padding: 8px 10px 10px 20px;
	background: #F9FBFD;
	box-shadow: 3px 3px 3px #D9DEE5;
	font-size: 1.25em;
	font-weight: bold;
	box-sizing: border-box;
	letter-spacing: 0.03em;
	color: #2B2E3B;
	border-left: 12px solid #ff804e;
}
.fusen_m5{ border-left: 12px solid #84c5ff;}
.fusen_m4{ border-left: 12px solid #ffec4e;}
.fusen_m3{ border-left: 12px solid #ffd74e;}
.fusen_m2{ border-left: 12px solid #ffba4e;}
.fusen_m1{ border-left: 12px solid #ff994e;}
.fusen_p1{ border-left: 12px solid #ff4f2c;}
.fusen_p2{ border-left: 12px solid #ff2c45;}
.fusen_p3{ border-left: 12px solid #ff2c99;}
.fusen_p4{ border-left: 12px solid #d222dd;}
.fusen_p5{ border-left: 12px solid #8b22dd;}
.checkb{
	width: 86%;
	margin: 0 7%;
	min-height: 57px;
	height: auto;
	background: url(img/main_check.png) top left no-repeat;
	box-sizing: border-box;
} 
.checkb p{
	margin: 0 0 0 8%;
}

/* --- 教材タイトル --- */

.st-navi-box, .st-navi-box2, .st-navi-box3 { 
  position: relative;
  margin: 60px 0 0;
  padding-top: 80px;
  background-image: url('img/main_title_top.png'), url('img/main_title.png'); 
  background-repeat: repeat-x, no-repeat;
  background-position: center top, center bottom;
  background-size: auto, auto 100%;
  box-shadow: 0 2px 8px rgba(60,60,60,0.07);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border-bottom: 3px solid #D9DEE5;
}
.st-navi-box2{
  margin-top: -60px;
  padding-top: 45px;
  background-image: url('img/main_title_top2.png'), url('img/main_title.png'); 
  background-repeat: repeat-x, no-repeat;
  background-position: center top, center bottom;
  background-size: auto, 100%;
  box-shadow: 0 2px 8px rgba(60,60,60,0.07);
}
.st-navi-box3{
  margin-top: -60px;
  padding-top: 0px;
  min-height: 80px;
  background-image: url('img/main_title_top2.png'), url('img/main_title.png'); 
  background-repeat: repeat-x, no-repeat;
  background-position: center top, center bottom;
  background-size: auto, 100%;
  box-shadow: 0 2px 8px rgba(60,60,60,0.07);
}
.st-navi_title{
    width: 100%;
    height: 56px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    line-height: 60px;
    color: #3B372B;
    top: 0;
    background: url('img/main_title_top.png') top center;
}
.st-navi-badge00, .st-navi-badge01, .st-navi-badge02, .st-navi-badge03,
.st-navi-badge04, .st-navi-badge05, .st-navi-badge06, .st-navi-badge07,
.st-navi-badge08, .st-navi-badge09, .st-navi-badge10, .st-navi-badge11,
.st-navi-badge12, .st-navi-badge13, .st-navi-badge14, .st-navi-badge15,
.st-navi-badge16, .st-navi-badge17{
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 150px;
  height: 180px;
  transform: translateX(-50%);
  padding: 8px 40px 3px;
  background: url(img/3dbox000.png) center no-repeat;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.1em;
  z-index: 2;
  text-align: center;
}
.st-navi-badge17 {background: url(img/3dbox017.png) center no-repeat;
    top: -50px;}

.st-navi-content {
  width: 100%;
  padding: 30px 0 18px 0;
  display: flex;
  justify-content: center;
}
.st-navi-title {
  max-width: 60%;
  font-size: 2rem;
  font-weight: 700;
  color: #3b372b;
  text-align: center;
  line-height: 1.3;
  padding: 0 10px;
  word-break: keep-all;
}
@media screen and (max-width: 700px) {
.st-navi-title {
    font-size: 1.6rem;
}
.st-navi-badge {
    font-size: 1rem;
    padding: 6px 30px 2px;
    top: -28px;
}
.st-navi-box {
    margin: 40px 0 20px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典エリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tktn_box {
  position: relative;
  width: 100%;
  margin: 50px auto 20px;
  padding: 0;
  background: #FEF8F5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; /* 横並び崩れ防止 */
}
#tktn_box .box_in_box {
  width: 100%;
  margin: 0 auto;
}
.tk_main_box, .tk_main_box_last {
  background: #FFFFFF;
  margin: -7px 6% 50px;
  padding: 0 0 60px;
  box-sizing: border-box;
  border: 3px #FBECE5 solid;
  border-top: none;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: visible;
}
.ul_box{
  border: 3px solid #FC9040;
  border-radius: 10px;
  padding: 0;
  margin: 30px 7%;
}
#tktn_box ul{
  padding: 8px 0 10px;
  margin: 10px 10px 10px 40px;
}
#tktn_box ul li{
  padding-top: 0;
}
.tk_main_box_last {
  margin: -7px 6% 55px;
}
.tk_main_box p, .tk_main_box_last p {
  margin: 0 8%;
}
.tk_main_box img, .tk_main_box_last img {
  margin: 0 0 30px;
  width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* QandA */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.qa_q {
	min-height: 44px;
	background: #F8F0E2 url(img/qa_q.png) 15px center no-repeat;
	line-height: 180%;
	padding: 12px 20px 12px 80px;
	margin: 10px 8%;
	border-radius: 5px;
	font-weight: bold;
	text-align: left;
}
.qa_a, .qa_a_last {
	min-height: 10px;
	background: url(img/qa_a.png) 15px 15px no-repeat;
	line-height: 180%;
	padding: 15px 20px 40px 80px;
	margin: 10px 8%;
	border-radius: 5px;
	text-align: left;
}
.qa_a_last {
	padding-bottom: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最後に */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#ps_box {
  width: 85%;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}
#ps_box h2{
  margin: 25px 0 15px;
}
#ps_box .box_in_box {
  width: 100%;
  margin: 100px auto;
  box-shadow: 0 0 10px #F0F5F6;
  border-radius: 10px;
  padding: 20px 0 30px;
  background-image: url(img/ps_top.png), url(img/ps_name.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-color: #FAFBFB;
  border: 3px #EEEEEE solid;
}
#ps_box p{
	margin: 0 7%
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
    max-width: 700px;
    margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.btn-cv{
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.2;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
	width: auto;
}
.btn-cv img {
	vertical-align: middle;
}
.btn-cv:after {
	content: ' ' !important;
}
/* 緑ボタン */
.btn-cv.sb_green {
	background: -webkit-linear-gradient(#6FE918, #2A9204);
	background: linear-gradient(#6FE918, #2A9204);
	text-shadow: 2px 2px 0 #2A9204;
	border: 3px solid #2A9204;
}
/* オレンジボタン */
.btn-cv.sb_green:hover {
	background: -webkit-linear-gradient(#FFAF38, #FF6000);
	background: linear-gradient(#FFAF38, #FF6000);
	text-shadow: 2px 2px 0 #FF6000;
	border: 3px solid #FF6000;
}
/* ボタンの光沢 */
.is-reflection {
	overflow: hidden;
}
.is-reflection ::after, .button_wrap::after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
/* アニメーション定義 */
@keyframes is-reflection {
  0%   { transform: scale(0) rotate(45deg); opacity: 0; }
  80%  { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81%  { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0%   { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80%  { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
  81%  { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (max-width: 800px) {
.button_wrap {
    width: 90%;}
.btn-cv {
    font-size: 1.3em;
    width: 80%;}
.button_wrap input {
    width: 100%;}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン下注意事項 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pay_dis {
	margin: 40px 13.5% 0;
	padding: 20px 20px 13px 40px;
	background: #F0F3F6;
	border: 1px solid #c5cfd9;
}
.pay_dis ul {
	margin: 0;
	padding: 0;
}
.pay_dis li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
}
@media screen and (max-width: 800px) {
.pay_dis {
	margin: 20px 6% 0;}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイト更新日 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.newday {
  font-size: 14px;
  color: #000000;
  line-height: 100%;
  text-align: center;
  margin: 60px auto 0;
  padding: 0 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
  width: 100%;
  background: #333333 url(img/color_line.png) top repeat-x;
  background-size: 100% auto;
  border-top: 1px solid #FFF;
}
#fotter_content{
  width: 100%;
  color: #ffffff;
  margin: 10px auto 0;
  padding: 5px 0 10px;
  background: #333333;
  position: relative;
}
p.flink a { 
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
p.flink a:hover {
  color: #FFA500;
  text-decoration: underline;
}
#fotter p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
}

/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
--------------------------------------------------------*/