@charset "UTF-8";
/*
	デザ☆スタ
	Copyright (C) dezasta. All Rights Reserved

*/

/*------------------------------------------------------------------------------
1-GLOBAL
2-HEADER
3-FOOTER
4-CONTENTS
100-JAVASCRIPT
 -------------------------------------------------------------------------------*/
/* //////////////////////////////////////////////////
[RESET] 
////////////////////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul,ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.print_next {
page-break-before: always;
}
/*----------------------------------------------------------------------- RESET*/

/* //////////////////////////////////////////////////
[1 GLOBAL] 
////////////////////////////////////////////////// */
body{
	font-family:'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-attachment: scroll;
	background:#fff;
	height:100%;
}

#container{
	margin:0px auto;
	padding:0;
	background: #FFF;
	color:#333333;
	height: 100%;
	font-size:14px;
}
a{
	opacity:1;
}
a:hover{
	opacity:.7;
}
.l_box{
	cursor:pointer;
}
/*-----------------------------------------------------------------------  GLOBAL*/

/* ////////////////////////////////////////////////////////////////////////////////
[2 HEADER] 
//////////////////////////////////////////////////////////////////////////////// */
header {
  text-align: center;
  background: linear-gradient(to bottom, #c6f4ff 0%, #ffffff 100%);
  padding: 0;
}
.hero {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('fv-image.jpg') no-repeat center/cover;
}
header img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------  HEADER*/

/* ////////////////////////////////////////////////////////////////////////////////
[3 FOOTER] 
//////////////////////////////////////////////////////////////////////////////// */
footer {
  background-color: #fdf8f5;
  text-align: center;
  padding: 2em 1em;
  font-size: 0.9rem;
  color: #666;
}

footer a {
  color: #d35f4b;
  text-decoration: none;
}
footer.foot figure {
  margin-top: 2em;
}
footer.foot img {
  width: 50% !important;
  height: auto;
}

footer a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------  FOOTER*/

/* ////////////////////////////////////////////////////////////////////////////////
[4 CONTENT] 
//////////////////////////////////////////////////////////////////////////////// */
.contents {
  width: 100%;
  margin: 2em 0 0;
  text-align: center;
}
section {
  width: 100%;
  max-width: 900px;
  margin: 1.5em auto 0;
  padding: 1em 0 1.5em;
}
.box {
  background: #fbeebc;
}
h1 {
  font-size: 2rem;
  color: #c43c2f;
  text-align: center;
  margin-top: 2em;
}
h2 {
  font-size: 1.5rem;
  color: #c43c2f;
  text-align: center;
  margin-top: 2em;
}
h3 {
  font-size: 1.5rem;
  color: #c4682f;
  text-align: left;
  margin-top: 2em;
  padding: 0 .3em;
}

p,ul {
  font-size: 1rem;
  margin: 1.2em .5em 0;
  line-height: 2em;
  text-align: left;
}
.info-list {
  list-style: none;
  margin: 2em auto;
  padding: 0;
  width: 90%;
  max-width: 600px; /* 中央にまとまる幅を設定 */
  text-align: left; /* 中のテキストは左揃え */
}
.info-list li {
  margin-bottom: 0.8em;
  line-height: 1.7;
  font-size: 1rem;
}
.progress-area {
  width: 80%;
  max-width: 400px;
  background: #fff8f4;
  border: 1px solid #f3d7c1;
  border-radius: 12px;
  padding: 1em 1.5em;
  margin: 1em auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.progress-area h4 {
  font-size: 18px;
  margin-bottom: 0.5em;
  color: #3a2f2f;
}

.bar {
  width: 100%;
  height: 8px;
  background: #f0e6df;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #f7a68d, #ffdf80);
  transition: width 0.5s;
}

.progress-area p {
  margin: 0;
  font-size: 14px;
  color: #6b5e57;
}
.contents figure {
  margin: 0;
  padding: 0;
}
.contents figure img {
  width: 100%;
  height: auto;
}
/*---------------------------------------------------------------------  CONTENTS*/

/* ////////////////////////////////////////////////////////////////////////////////
[100 JAVASCRIPT] 
//////////////////////////////////////////////////////////////////////////////// */


/*------------------------------------------------------------------- JAVA SCRIPT*/

/* //////////////////////////////////////////////////
[200 HI-SPEC-COADING] 
////////////////////////////////////////////////// */

/*WIDTH */
.w10{ width:10px;} .w20{ width:20px;} .w30{ width:30px;} .w60{ width:60px;} .w70{ width:70px;} .w100{ width:100px;} .w140{ width:140px;} .w200{ width:200px;} .w300{ width:300px;} .w320{ width:320px;}

/*HEIGHT */
.h10{ height:10px;}

/* MARGIN */
.mt5		{ margin-top: 5px !important;}
.mt10		{ margin-top: 10px !important;}
.mt15		{ margin-top: 15px !important;}
.mr5		{ margin-right: 5px !important;}
.mr10		{ margin-right: 10px !important;}
.mr15		{ margin-right: 10px !important;}
.mb5		{ margin-bottom: 5px !important;}
.mb10		{ margin-bottom: 10px !important;}
.mb15		{ margin-bottom: 15px !important;}
.ml5		{ margin-left: 5px !important;}
.ml10		{ margin-left: 10px !important;}
.ml15		{ margin-left: 15px !important;}

/* PADDING */
.pt10		{ padding-top: 10px !important;}
.pt20		{ padding-top: 20px !important;}
.pr10		{ padding-right: 10px !important;}
.pr20		{ padding-right: 20px !important;}
.pb10		{ padding-bottom: 5px !important;}
.pb20		{ padding-bottom: 20px !important;}
.pl10		{ padding-left: 10px !important;}
.pl20		{ padding-left: 20px !important;}

/* OVERFLOW */
.ofh{ overflow: hidden !important;} .ofa{ overflow: auto !important;} .ofs{ overflow: scroll !important;} .ofxs{ overflow-x: scroll !important;} .ofys{ overflow-y: scroll !important;}

/* FONT-WEIGHT */
.fwb{ font-weight: bold !important;} .fwn{ font-weight: normal !important;}

/* FONT-SIZE */
.fs8		{ font-size: .8em !important;}
.fs9		{ font-size: .9em !important;}
.fs10		{ font-size: 1em !important;}
.fs12		{ font-size: 1.2em !important;}
.fs14		{ font-size: 1.4em !important;}
.fs16		{font-size: 1.6em !important;}

/* TEXT-ALIGN */
.tac			{text-align: center !important;}
.tar			{text-align: right !important;}
.tal			{text-align: left !important;}

/* FLOAT */
.fl		{float:left !important;}
.fr		{float:right !important;}

/* DISPLAY */
.dpi{display:inline;}
.dpb{display:block;}

/* DECORATION */
.tdn {text-decoration: none;}

/* COLOR */
.color1{color:#ff6347;}
.color2{color:#cd853f;}
.color3{color:#FFFFFF;}
.color4{color:#4169e1;}
.color5{color:#666666;}

/*BUTTON*/
.btn_area{
	text-align:center;
	margin-top:15px;	
}
.btn_area .button{
    display: inline-block;
    zoom: 1;/* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    /* font: 12px/100% Arial, Helvetica, sans-serif; */
    padding: .5em 2em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    line-height:160%;
}
.white{
    color: #666;
    border: solid 1px #999;
    background: #ffffff;/* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);/* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );/* IE6-9 */
}
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
    }
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
/* CLEAR */
.clf{
	clear:fixed;
	min-height: 1px;
}
.clf:after {
  content: ".";/* 新しい要素を作る */
  display: block;/* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*-----------------------------------------------------------------------  Hi Spec Coding*/