/*共通CSS*/
body {
  box-sizing: border-box;
  margin: 0;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  background: #fdfdfd;
  color: #222;
}

header{
	background-color: #1891e0;
  width: 100%;
  padding: 20px 0;
}
header h1 {
  margin: 0;
}
.produced {
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
}
.title{
	color: #fff;
	text-align: center;
}
header p {
  padding: 0 20px;
}

header img {
  margin: 0 10px;
}

.main-wrapper{
	margin:0 auto;
}

h2{
	text-align:center;
}

.informantion-form p{
	text-align: center;
}

.content-wrapper{
	margin:0 auto;
}

.disclaimer {
  margin: 100px 0;
}

.disclaimer p{
  max-width: 1000px;
  margin:0 auto;
  padding: 20px;
}
.disclaimer h2 {
  font-size: 30px;
}
.to_form a {
  text-decoration: none;
  display: block;
  width: 300px;
  text-align: center;
  color: #fff;
  background-color: #F23400;
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  padding: 30px;
  margin: 30px auto;
  border: 1px solid #ddd;
}

.subtitle{
  line-height: 60px;
  background-color: #1891e0;
  color: #fff;
}
.step-wrapper {
  background-color: #f1fdfd;
}

.step-container {
  max-width: 1000px;
  margin: 0 auto;
}

.step-container:after {
  content:" ";
  display:block;
  display: table;
  clear:both;
}

.third-wrapper {
	text-align: center;
	display: table-cell;
	width: 30%;
	margin-right: 2.5%;
}

.third-wrapper img {
  width: 100%;
}

.benefit-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

ul {
  border: solid 2px #1891e0;
  background-color: #fff;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin: 2em auto;
}

ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul li:before {/*リストのアイコン*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #1891e0; /*アイコン色 もと#f39800*/
}

ul li:after {/*タブ*/
  background: #1891e0;
  color: #fff;

  font-family: FontAwesome,'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  ロードマップツールのここがスゴイ！';
  letter-spacing: 0.05em;
  }

.information-form{
	border-bottom: 2px 	solid #585858;
	margin:0 auto;
  padding: 20px;
}

.form-wrapper {
  max-width: 1000px;
  margin: 0 auto 100px;
}

label{
  display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid  #DCDCDC;
}

input, select{
	display: block;
  height: 30px;
	margin: 10px;
	box-sizing: border-box;
}

.confirm {
	display: block;
	color:#FFFFFF;
  background-color:#F22000 ;
  padding: 15px 40px;
  cursor:pointer;
  box-shadow:0px 7px #991400;
	text-align: center;
	margin: auto;
	position: relative;
	width: 300px;
	font-size: 120%;
}

.send{
  margin-left:500px auto;
	margin-right: 500px auto;
  text-align:center;
}

.center{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.aka{
	color: #ff0000;
  font-weight: bold;
  font-size: 2rem;
}

.ao{
	color:blue;
　font-weight:bold;
}

footer{
	padding: 20px;
	background-color: #241913;
  width:100%;
  margin: 0;
}

.footer-text{
	color: #fff;
	text-align: center;
}

/*以下、出力画面で追加するCSS*/


.ribbon-plan {
    display: block;
    position: relative;
		margin-left: auto ;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 80px;
		width: 800px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.ribbon-plan:before{/*左側のリボン端*/
	  content: '';
    position: relative;
    width: 30px;
    left: 15px;
    bottom: -20px;
    z-index: -2;
    border: 21px solid #F2E2B3;
    border-left-color: transparent;;/*山形に切り抜き*/
}

.ribbon-plan:after{/*右側のリボン端*/
	 content: '';
   position: relative;
   width: 30px;
	 right: 15px;
   bottom: -20px;
   z-index: -2;
   border: 21px solid #F2E2B3;
   border-right-color: transparent;;/*山形に切り抜き*/
}

.ribbon-plan h1 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 30px 20px;
    line-height: 45px;
    font-size: 40px;
    color: #FFF;
    background: #E4D3A2;
		/*真ん中の背景色*/
}
.ribbon-plan h1:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #B49747;/*左の折り返し部分*/
}
.ribbon-plan h1:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #B49747;/*右の折り返し部分*/
}

.container{
    margin:0 auto;
		width:1000px
}


.container p{
  margin: auto;
	width: 60%;

}

.ribbon-subject h3{
  position:relative;
  background-color: #bb2f2f;
	padding: 1em;
	color: #fff;
}


h3{
	text-align: center;
}

.article-box{
	background: #F5F5F5;
}

.article-list-method{
	margin: 0 auto;
  width: 80%;
}

.article-list-cur{
	margin: 0 auto;
  width: 80%;
}

.blog-card{
  box-sizing: border-box;
  padding: 12px;
	margin: 0 auto;
  width: 100%;;
  background-color: #D3D3D3;
  box-shadow: 5px 7px 8px grey;
	display: inline-flex;

}

.blog-card-thumbnail {
  padding-top: 15px;
}

.blog-card-content{
	margin-left: 2%;
  width: 59%;
}

.blog-card-title {
  font-size: 1.5rem;
  padding-top: 5px;
}

.blog-card-excerpt {
  padding-bottom: 10px;
}

.blog-card-title a{
	text-decoration: none;
	cursor: pointer;
	color:#585858;
}

.blog-card-excerpt a{
	background-color: rgb(32, 74, 96);
	color: white;
	padding: 10px 20px;
  text-align: center;
  display: block;
	border-radius: 5px;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

.clear {
  clear: both;
}

.arrow p{
  text-align: center;
}

.list-last p{
	display: block;
	margin: 10px auto;
	font-size: 50px;
	border-bottom: 10px solid #bb2f2f;
}

.fa fa-clock-o{
	display: block;
}

i.fa.fa-clock-o {
    margin-right: 10px;
}

.hour{
	text-align: center;
	padding-bottom: 20px;
}

.btn{
  display: inline-block;
  border-radius: 4px;
}

.download h2 {
  margin: 0 auto;
  border-bottom: 3px solid ;
  width: 70%;
  text-align: center;
}

.result-keep{
	margin: 40px auto;
  width: 60%;
  color: black;
  text-align: center;
  display: block;
}

.result-keep a{
  box-sizing: border-box;
	margin: 20px 5%;
	padding: 10px;
	font-size: 1.2rem;
	cursor: pointer;
	width: 30%;
  display: inline-block;
	position: relative;
}

i.fa.fa-download {
    margin-right: 10px;
}

.keep_btn{
  box-sizing: border-box;
	display: inline-block;
  padding: 0.5em 1em;
  margin: 30px 20px;
  text-decoration: none;
	background: #ce0f19;/*ボタン色*/
	color: #fff;
	border-bottom: solid 4px #DC143C;
	border-radius: 3px;
}

.keep_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}


.line_btn{
  box-sizing: border-box;
	display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #00c300;
	color: #ffff;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
}

.line_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}


.icon-brand:before {
  content: "\e900";
  color: #00c300;
}

.ribbon-subject h3 span {
  font-size: 3rem;
}
