﻿@charset "UTF-8";

body {
margin: 0;
padding: 0;
}

/* --- メインカラム --- */
#content {
width: 750px; /* メインカラムの幅 */
margin: auto; /* センタリング */
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


.midasi{
	margin: 30px 0px;
	font-size: 240%;
	font-weight:500;
    line-height: 140%
    position:absolute;
    height: 80px;
}

.midasi_box1{
    padding: 0.5em 1em;
    background: #ffa500;
    border: solid 1px #ff8c00;/*線*/
    color: #ffffff;/*文字色*/
    border-radius: 12px;/*角の丸み*/
    text-align:center;
    width: 280px;
    margin-left: 20px;
} 

.midasi_box2{
    background: #fafad2; 
    border: solid 1px#ffa500;/*線*/
    color: #696969;/*文字色*/
    font-size: 90%;
    width: 350px;
}

.txt1{font-size: 140%;font-weight:600;}
.txt2{font-size: 120%;font-weight:400;}

/*================================================*/
.kirikae1{
    padding: 0.3em 0.5em;
    background: #ffa500;
    border: solid 1px #ff8c00;/*線*/
    color: #ffffff;/*文字色*/
 /*   border-radius: 12px;/*角の丸み*/
    text-align:center;
    width: 200px;
    font-size: 120%;
    font-weight:600;
    display: table-cell;

} 

.kirikae2{
    background:#fafad2; 
    color: #696969;/*文字色*/
    border: solid 1px#ffa500;/*線*/
    display: table-cell;  
    width: 340px;
}

.kirikae_spe{
	width: 30px;
    display: table-cell;  
}

.pdf_print{
	margin: 20px 0px 10px 20px;
}

/*================================================*/
.tbcell{
	display: table;/*ココ*/
	margin-left: 20px;
}

.step0{
	display: table-cell;/*ココ*/
	vertical-align:top;
	width:50px;
}	

.step1{
	 font-size:180%;
	 font-weight:500;
	 color:#4169e1;
}

.step2{
	text-align:center;
	width:35px;
	height:35px;
	line-height:35px;
	border: 1px solid #696969;
	color: #ffffff;
	border-radius: 35px;
	font-size:160%;
	background:#4169e1; 
	margin-left: 20px;
}	
	
.step_box{
    display: tabel-cell; /*ココ*/
    padding: 0.2em 0.3em;
    background: #e6e6fa;
    border: solid 1px #a9a9a9;/*線*/
    border-radius: 12px;/*角の丸み*/
    text-align:center;
    width: 600px;
  /*position: relative;*/
  /*display: inline-block;*/
	font-size:190%;
	margin-left: 20px;
    line-height: 90%;
}

.txt3{font-size: 60%;	line-height:0%;}
.txt_red{color: #ff0000;}

.imgtu{
   max-width: 30px;
   height: auto;

}

/*========================================*/
.kanryo_box{
    padding: 0.2em 1em;
    background:#4169e1; 
    border: solid 1px #a9a9a9;/*線*/
    color: #ffffff;/*文字色*/
    border-radius: 12px;/*角の丸み*/
    text-align:center;
    width: 180px;
    font-size: 200%;
    margin-left:315px;
} 
/*========================================*/
.y_img{
	text-align: center;
    margin: 6px 6px 0px 140px;
}

/*========================================*/
a, a:visited {
	color : #0033CC;
	text-decoration: none;
}

a:hover {
	color:#00CCFF;
}

