@charset "utf-8";
/* CSS Document */

/*-- clearfix --*/
.clearfix:after {
content: '';
display: block;
clear: both;
height: 0; }
.clearfix { zoom: 1; } /* for IE */

* {
	margin: 0;
	padding: 0;
}
a       {text-decoration: none;}
a:hover {text-decoration: underline;}
div.clear {clear:both;}	/*floatの解除*/
li {list-style: none;}

body {
	font-family: "AXIS Std","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	color: #333333;
	line-height: 1.8em;
	background-color: #ffffff;
}

#main {
	box-sizing:border-box;
	margin: 0 auto;
	width : 1000px;
	border: 0px #000000 solid;
	background-color: #fffff0;
	box-shadow: 1px 1px 5px #000; /* 影付き CSS3 */
}

#header {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 1000px;
}

h1 img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:1000px;
	border: 0px;
}

#pankuzu{
	box-sizing:border-box;
	width : 900px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-size: 0.6em;
	color: #000000;
}
#pankuzu a{
	color: #0068B6;
}

#msg{
	box-sizing:border-box;
	margin: 0 auto;
	padding: 20px;
	width : 920px;
	text-align: left;
	background:#ffffff;
	border:3px solid #000000;
	border-radius : 20px;
		-moz-border-radius : 20px;
		-webkit-border-radius : 20px;
}
/* 見出し */
.midashi{
	display:block;
	margin-right: 20px;
	width : 100px;
	padding:4px 10px;
	font-size: 1.0em;
	color: #ffffff;
	background:#00abeb;
	text-align: center;
	float:left;
}
.txtDeadline{
}

.btnAppWrap{
	padding: 30px 0 0 0;
}
.btnAppWrap .btnApp{
	width:300px;
	display:block;

	font-size: 16px;
	line-height:30px;
	text-align: center;
	color : #ffffff;
	padding : 10px 0px;

	background : #E50012;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
}


h2 img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:900px;
	border: 0px;
}

/* 画像横並び         */
#box {
	margin: 15px auto 0;
	display:table;
	width:900px;
	border:0px solid #00ff00;/* 確認用 */
}
#box ul{
	display:table-row;
}

#box ul li{
	display:table-cell;
	text-align:center;
	line-height:0;
	width:300px;
	padding:0 5px;
}
#box ul li .areaBtnPdf{
	padding:10px 0 0 0;
}
#box ul li .btn_1 {
	display:block;

	font-size: 16px;
	line-height:30px;
	text-align: center;
	color : #ffffff;
	padding : 10px 0px;

	background : #E50012;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
	margin:0 0 10px 0;
}
#box ul li .btn_1.sentence{
    background:#F08C00;
}
#box ul li .btn_1.scrap{
    background:#00abeb;
}


/* boxOutline */
.boxOutline{
	width:100%;
	padding:50px 0 20px 0;
}
.boxOutline .btnApp{
	width: 400px;
    display: block;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
    background: #E50012;
	margin: 0 0 15px 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.boxOutline .btnOutline{
	/* float:left; */
}
.boxOutline .txtOutline{
	float:left;
	padding: 10px 0 0 10px;
	font-size:18px;

}


.txtBtnInfo{
	font-size:16px;
	padding: 0px 0 15px 0;
	line-height:24px;
	text-align:left;
}

#box img{
	width:300px;
}

#oubo{
	box-sizing:border-box;
	margin: 0 auto;
	padding: 20px 20px 20px 40px;
	width : 900px;
	text-align: left;
	background:#ffffff;
	border:3px solid #000000;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
}

#text{
	box-sizing:border-box;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	background:#ffffff;
	width : 900px;
	text-align: left;
}

#back{
	box-sizing:border-box;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	width : 900px;
	text-align: center;
}

/*
.btn_1:after{
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	content: "";
	margin: 0px;
	height: 6px;
	width : 6px;
	top   : 17px;
	left  : 12px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}*/


.btn_2 {
	margin: 0 auto;
	padding : 10px 30px;
	font-size: 0.9em;
	text-align: center;
	color : #ffffff;
	background : #0068B6;
	position: relative;
}
.btn_2:after{
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	content: "";
	margin: 0px;
	height: 6px;
	width : 6px;
	top   : 15px;
	left  : 9px;
	position: absolute;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}


/* Copyright部分用 */
#footer {
	box-sizing:border-box;
	margin: 0 auto;
	width : 1000px;
	text-align: center;
	color: #000000;
	background-color: #0068B6;
	border: 0px #00ff00 solid;/* 確認用 */
}

/* Copyright */
#copy {
	box-sizing:border-box;
	margin: 0 auto;
	padding : 10px 10px 30px 10px;
	width : 1000px;
	text-align: center;
	font-size: 10pt;
	color: #ffffff;
	border: 0;
	background-color: #0068B6;
	border: 0px #0000ff solid;/* 確認用 */
}

#pagetop {
	position: fixed;
	bottom: 15px;
	right: 30px;
}

.kakosaku {
	margin: 0 auto;
	width : 805px;
}

.kakosaku h2 {
	font-size: 19px;
    text-align: center;
	margin: 0 0 37px 0;
}

.kakosaku .kakosakuContent {
	display: flex;
    flex-wrap: wrap;
}

.kakosaku .kakosakuContent .kakosakus {
	box-sizing:border-box;
	display:block;
	margin: 0 auto;
	width : 400px;
	height: 80px;
	text-align: center;
}

.kakosaku .kakosakuContent .kakosakus .btn_4 {
	display:block;
	margin : 0 auto;
	padding : 5px;
	width : 260px;
    font-size: 15px;
	text-align: center;
	color : #ffffff;
	border : 1px solid #ffffff;
	background : #8ac300;
	box-shadow: 0 0 0 5px #8ac300, 0 2px 3px 5px rgba(255,255,255,0.5);
	-moz-border-shadow :  0 0 0 5px #8ac300, 0 2px 3px 5px rgba(255,255,255,0.5);
	-webkit-border-shadow :  0 0 0 5px #8ac300, 0 2px 3px 5px rgba(255,255,255,0.5);
	position: relative;
}

.kakosaku .kakosakuContent .kakosakus .btn_4::after {
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	content: "";
	margin : 0px;
	height : 8px;
	width  : 8px;
	top    : 17px;
	left   : 14px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.kakosakuText {
	font-size: 13px;
    line-height: 150%;
	margin: 0 auto;
    width: 710px;
}
