@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: underline;
}

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.6em;
    background-color: #ffffff;
}

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

#header {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
}

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

.kitty img {
    position: absolute;
    width: 25%;
    right: 0px;
    bottom: 2%;
}

#pankuzu {
    box-sizing: border-box;
    width: 100%;
    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: 96%;
    text-align: left;
    background: #ffffff;
    border: 3px solid #1CB6AF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/* 見出し */
.midashi {
    display: block;
    margin-right: 5px;
    width: 80px;
    padding: 4px 5px;
    font-size: 0.9em;
    /* font-weight: bold; */
    color: #ffffff;
    background: #00abeb;
    text-align: center;
    float: left;
}

.txtDeadline {
    font-size: 17px;
    letter-spacing: -1px;
}


.btnAppWrap {
    padding: 30px 0 0 0;
}

.btnAppWrap .btnApp {
    width: 100%;
    max-width: 300px;
    display: block;

    font-size: 15px;
    letter-spacing: -1px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;

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


/* 画像横並び         */
#box {
    margin: 15px auto 0;
    display: block;
    width: 100%;
    border: 0px solid #00ff00;
    /* 確認用 */
}

#box ul {
    display: block;
}

#box ul li {
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 0;
    padding: 0 0 20px 0;
}

#box ul li .areaBtnPdf {
    width: 90%;
    max-width: 400px;
    padding: 10px 0 0 0;
    margin: 0 auto;
}

#box ul .btn_1 {
    display: block;

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

    background: #1CB6AF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

#box ul .btn_1.sentence {
    background: #F08C00;
}

#box ul .btn_1.scrap {
    background: #00abeb;
}

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

/* boxOutline */
.boxOutline {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
}

.boxOutline .btnApp {
    display: block;
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
    background: #E50012;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

.boxOutline .btnOutline {}

.boxOutline .txtOutline {
    padding: 10px 0 0 0;
    font-size: 16px;
}

.none {
    display: none;
}


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


#box img {
    width: 100%;
    max-width: 440px;
}

#oubo {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 5px;
    width: 96%;
    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: 96%;
    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: 90%;
    text-align: center;
}


a.btn_2 {
    text-decoration: none !important;
}

.btn_2 {
    margin: 0 auto;
    padding: 10px 30px;
    font-size: 0.9em;
    /* font-weight: bold; */
    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: 100%;
    text-align: center;
    color: #000000;
    background-color: #0068B6;
    border: 0px #00ff00 solid;
    /* 確認用 */
}

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

#pagetop {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

#pagetop a {
    text-decoration: none !important;
}

#pagetop .pagetop-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #1CB6AF;
    border-radius: 50%;
}

#pagetop .pagetop-tri {
    margin-top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26.0px 15px;
    border-color: transparent transparent #FFF100 transparent;
}

#pagetop span {
    margin-top: -12px;
    color: #FFF100;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
}

#pagetop a:hover {
    text-decoration: none;
}

.hidden-xs {
    display: none !important;
}

.visible-xs {
    display: block !important;
}





.kakosaku {
	margin: 0 auto;
	width: 83%;
}

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

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

.kakosaku .kakosakuContent .kakosakus .btn_4 {
	display:block;
	margin : 0 auto;
	padding : 5px;
    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;
    text-decoration: none;
}

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

.kakosakuText {
	font-size: 13px;
    line-height: 150%;
}
