*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:15px;
	letter-spacing:1px;
	line-height:1.5em;
	color:#000;
	word-break:break-all;
	font-family: "メイリオ",Meiryo,"MS PGothic","MS UI Gothic",Arial,sans-serif;
//	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
//	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

br {
	line-height:1em;
}

html,body {
//	height:100%;
}

a {
	color:#247de9;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.lnk {
	color:#00477f;
//	text-decoration:underline;
}
a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}

.km {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.km5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#page-top {
	position: fixed;
	top:130px;
	left:0;
	z-index:99;
}

.pagetop {
    display: none;
    position: fixed;
//	top:100px;
//	left:0;
    bottom: 5px;
    right: 5px;
	z-index:999;
	transition: all 300ms ease-out 0s;
}
.pagetop:hover {
//	opacity: 0.5;
}

.opa05:hover {
	opacity: 0.5;
}
.opa07:hover {
	opacity: 0.7;
}

.clear {
	clear:both;
}

.h100 {
	height:100%;
}

.red {
	color:#ff0000;
}

/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#wrapper{
	display:block;
}
#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/

.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}

.left {
	float:left;
}
.right {
	float:right;
}

.link-a {
	margin-top:-60px;
	padding-top:60px;
}

/*----------------------------------------*/
/* 固定 */
.fixed {
	z-index:10;
	position:fixed;
	top: 0px;
	width:100%;
	padding:0;
}
/*----------------------------------------*/

body {
	min-width:1050px;
}


/*-----------------------------------------------*/

.modal{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
}
.modal__bg{
	z-index:100;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
}
.modal__content{
	z-index:101;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 620px;
	width: 80%;
	padding: 20px;

	text-align:left;
	background: #fff;
	transform: translate(-50%,-50%);

}
.modal__content2{
	margin:5px 0 5px 0;
	font-size:14px;
}
.modal__content2 label{
	display:inline-block;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #aaa;
	border-radius:5px;
}
.modal__content2 label:hover{
	background-color:#ccc;
}
@media screen and (max-width:480px){
.modal__content2 label{
	font-size:12px;
}
}

.modal__content3{
	font-size:12px;
}
.modal__content4{
	margin:10px 0 10px 0;
	padding: 10px;
	font-size:12px;
	border:1px solid #999;
}

.modal-btn-b {
//	display:inline-block;
	width:160px;
	margin:0 5px 0px 5px;
	padding:10px 0px 10px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#337ab7;
	border:1px solid #337ab7;
}
.modal-btn-b:hover {
	color:#337ab7;
	background-color:#fff;
}
.modal-btn-b2 {
	display:inline-block;
	width:90px;
	margin:0 5px 0px 5px;
	padding:10px 10px 10px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#888;
	border:1px solid #888;
}
.modal-btn-b2:hover {
	color:#888;
	background-color:#fff;
}

.modal-btn-b3 {
//	display:inline-block;
	width:160px;
	margin:0 5px 0px 5px;
	padding:10px 0px 10px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ccc;
	border:1px solid #ccc;
}
@media screen and (max-width:480px){
.modal__content{
	width: 90%;
	padding: 10px;
}
}

/*-----------------------------------------------*/


/*-----------------------------------------------------------------
	モーダルウィンドウ
-----------------------------------------------------------------*/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

#layer_board_area {
	margin:0px 0 0 0;
}

.mordal {
	overflow:auto;
	width:600px;
	min-height:100px;
	max-height:85vh;
	margin:1px 0 0 -40px;
	padding:25px 0;
	background-color:#fff;
	font-size:15px;
	line-height:1.5em;
	text-align:left;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.mordal_a {
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
}
.mordal1 {
	margin:0 0 5px 0;
	font-size:20px;
//	color:#ff0000;
	font-weight:bold;
	text-align:center;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.mordal1z{
	font-size:14px;
	line-height:1.5em;
//	font-weight:bold;
	text-align:left;
}
.mordal1z2{
	margin:15px 0 20px 0;
	padding:0 0 20px 0;
	font-size:16px;
	line-height:1.5em;
//	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #000;
}
.mordal1z2a{
	margin:15px 0 0px 0;
	font-size:16px;
	line-height:1.5em;
//	font-weight:bold;
	text-align:left;
}
.mordal1z2aa:hover{
	color:#e62e8b;
}
.mordal1z2line{
	margin:20px 0 20px 0;
	border-bottom:1px solid #000;
}

.mordal1a {
	font-size:20px;
	color:#ff0000;
	font-weight:bold;
}
.mordal2 {
	display:inline-block;
	font-size:15px;
}
.mordal3 {
	padding:15px;
	font-size:15px;
	border:1px solid #aaa;
}
.mordal4 {
	padding: 0 0 12px 0;
	font-size:17px;
//	font-weight:bold;
	text-align:center;
}
.mordal5 {
	font-size:15px;
	font-weight:bold;
}

.mordal-bb {
	width:;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#f2527b;
	border:1px solid #f2527b;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.mordal-bb:hover {
	background:#38beef;
	border:1px solid #38beef;
}

.mordal-table {
	width:100%;
	border-collapse: collapse;
}
.mordal-table td {
	padding:5px;
	font-size:15px;
	border:1px solid #aaa;
}
@media screen and (max-width:480px){
.mordal-table td {
	padding:2px;
	font-size:10px;
}
}


.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 10px 0px 0px -300px;
	text-align: center;
	z-index: 2000;
}

.mordal-img {
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}

.btn_close {
	margin: -10px 0 0 -20px;
}


/*---------------------------------------------------*/

.t-menu-waku {
	z-index:10;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	padding: 0 0 0 25px;
//	text-align:center;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.title {
	position:absolute;
	top:16px;
	left:15px;
//	width:70px;

//	width:300px;
}
.title-p {
	width:180px;
}
.top-menu01 {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background-color:#00337f;
}

.tops-button {
	position:absolute;
//	position:fixed;
	z-index:100;
	top:0;
	right:0;

	width:60px;
	height:60px;
	padding:25px 0 0 0;
	background-color:#00337f;

	background-image: url("");
	background-repeat: repeat-x;
//	background-size: cover;
	background-size: contain;
	background-position: center bottom -2px;
	transform: translateY(-90px);
	cursor: pointer;
}

.tops-button00 {
	width:26px;
	height:3px;
	background-color:#fff;
}
.tops-button01 {
	position:absolute;
	top:18px;
	left:17px;
	transition: 0.2s; /* アニメーション */
}
.tops-button01-m {
	left:43px;
	transform: rotate(45deg);
	transition:0.2s;
}
.tops-button02 {
	position:absolute;
	top:28px;
	left:17px;
	transition: 0.2s; /* アニメーション */
}
.tops-button02-m {
	right:43px;
	transform: rotate(-45deg);
	transition:0.2s;
}
.tops-button03 {
	position:absolute;
	top:38px;
	left:17px;
	display:block;
	transition: 0.2s; /* アニメーション */
}

/*----------------------------------------*/

.hi5 {
	height:5px;
}
.hi10 {
	height:10px;
}
.hi20 {
	height:20px;
}
.hi30 {
	height:30px;
}
.hi40 {
	height:40px;
}
.hi50 {
	height:50px;
}
.hi100 {
	height:100px;
}


/*----------------------------------------*/

.main {
	padding: 60px 0 0 0;

}
.main2 {
	width:1000px;
}
.main3 {
	max-width:1000px;
	width:100%;
	padding:0 25px;
//	border:1px solid #000;
}

.top {
	position:relative;
	height:650px;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.top-l {
	position:absolute;
	top:0px;
	right:0;
	width:50%;
	padding:60px 0 0 0;
//	border:1px solid #000;
}

.top-p {
	width:100%;
}

.table {
//	width:100%;
	border-collapse: collapse;
}
.table td {
	vertical-align:middle;
}
.table td.topf {
	vertical-align:top;
}

.table td.td001 {
	padding:0 0 0 10px;
}
.table td.td-m001 {
	padding:0 10px 0 10px;
	background-color:#fff;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-ms-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
.table td.td-k001 {
	width:140px;
	padding:15px 15px;
	text-align:center;
	background-color:#ebedf3;
	border:1px solid #aaa;
}
.table td.td-k002 {
	padding:15px 15px;
	border:1px solid #aaa;
}



.btn {
	position:relative;
	z-index:2;
//	width:1000px;
	width:1140px;
	margin:-50px 0 0 0;
	overflow:hidden;
	box-shadow: 0px 0px 10px #000;
}
.btn01 {
	width:190px;
	padding:20px 5px 20px 15px;
	text-align:left;
	background-color:#00337f;
	background-image: url("../images/btn-y.png");
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
}
.btn01:hover {
	background-color:#1358a2;
}
.btn01-l1 {
	border-right:1px solid #3e76b3;
}
.btn01a {
	width:250px;
	padding:20px;
	text-align:left;
	background-color:#00337f;
//	background-image: url("../images/btn-y.png");
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
}


.btn02 {
	overflow:hidden;
	width:40px;
	height:40px;
	background-color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}
.i001p {
	width:100%;
}
.btn03 {
	font-size:14px;
	color: #fff;
	font-weight: bold;
}
.btn04 {
	padding:5px 0 0 0;
	font-size:11px;
	color: #fff;
}

.btn-aaa {
	padding:15px 0 15px 0;
	font-size:16px;
	color: #00337f;
	font-weight: bold;
	border-bottom:1px solid #aaa;
}



.button-a {
	width:300px;
	height:50px;
	padding: 14px 14px 0 0;
	font-size:16px;
	color: #00337f;
	font-weight: bold;
	background-color:#fff;
	text-align:center;
	border-radius:25px;
	background-image: url("../images/button-y.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.button-b {
	width:130px;
	height:50px;
	margin: 0 10px 0 0;
	padding: 14px 0 0 0;
	font-size:14px;
//	color: #00337f;
	color: #fff;
	font-weight: bold;
//	background-color:#fdce4c;
	background-color:#ff8b00;
	text-align:center;
	border-radius:0 0 10px 10px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
@media screen and (max-width:480px){
.button-b {
	width:50%;
	height:30px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	font-size:12px;
	border-radius:0;
}
.button-b2 {
	border-right:1px solid #fff;
}
}


.button01 {
	color:#fff;
	background-color:#247de9;
}
.button01a {
	color:#fff;
	background-color:#247de9;
	background-image: url("../images/button-y2.png");
}
.button01b {
	width:220px;
	height:40px;
	margin:-1px 0 0 10px;
	padding: 12px 14px 0 0;
	font-size:12px;

	color:#fff;
	background-color:#247de9;
	background-image: url("../images/button-y2.png");
}



.button-ab {
	width:420px;
	height:60px;
	padding: 20px 0 0 0;
	font-size:16px;
	color: #ff0000;
	font-weight: bold;
	background-color:#fff;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
//	background-image: url("../images/button-y.png");
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.button-ac {
	width:420px;
	height:60px;
	padding: 20px 0 0 0;
	font-size:16px;
	color: #fff;
	font-weight: bold;
	background-color:#ff0000;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
//	background-image: url("../images/button-y.png");
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.button02 {
	position:relative;
	z-index:2;
	width:270px;
	height:220px;
	margin:0 15px;
	padding:25px 0 0 0;
	text-align:center;
	background-color:#fff;
	background-image: url("../images/btn-y.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	box-shadow: 0px 0px 10px #999;
}
.button02-1 {
	width:120px;
	height:70px;
	margin: 0 0 15px 0;
	background-color:#ddd;
}
.button02-2 {
	font-size:18px;
	color: #00337f;
	font-weight: bold;
}
.button02-3 {
	width:40px;
	height:1px;
	margin:12px 0;
	border-top:1px solid #00337f;
}
.button02-4 {
	font-size:12px;
}


.unei {
	margin:40px 0 0 0;
	padding:15px 10px 15px 20px;
	text-align:left;
	border:1px solid #ccc;
}
.unei-01 {
//	display:inline-block;
	margin:0 0 5px 0;
	font-size:16px;
	font-weight: bold;
	text-align:left;
}
.unei-02 {
	display:inline-block;
	padding:4px 0 0 9px;
	font-size:24px;
	font-weight: bold;
	text-align:left;
//	border:1px solid #000;
}
.unei-03 {
	display:inline-block;
	margin:0 0 0 0;
	padding:8px 10px 4px 10px;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	text-align:left;
	background-color:#333;
}
.unei-04 {
	height:5px;
}
.unei-05 {
	display:inline-block;
	margin:0 25px 0 0;
}


.unei b{
	display:inline-block;
	width:60px;
	margin:0 5px 0 0;
	padding:3px 0px 1px 0px;
	color:#fff;
	text-align:center;
	background-color:#1358a2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}


.news {
	padding:60px 0;
}
.news01 {
	padding:24px 25px 20px 25px;
	font-size:17px;
	font-weight: bold;
	text-align:left;
//	border-left:5px solid #00337f;
	border-left:5px solid #1358a2;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-image: url("../images/news-y.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
}
.news01:hover {
	background-color:#eee;
}

.news01-1 {
	width:140px;
	font-size:17px;
	font-weight: bold;
	text-align:left;
//	border:1px solid #000;
}
.news01-2 {
	width:770px;
	font-size:17px;
	font-weight: bold;
	text-align:left;
//	border:1px solid #000;
}

.midashi00 {
	display:inline-block;
	margin:0 0 0px 0;
	font-size:19px;
	color:#1358a2;
	font-weight: bold;
	text-align:left;
}

.midashi01 {
	margin:0 0 10px 0;
	font-size:19px;
	color:#1358a2;
	font-weight: bold;
	text-align:left;
}

.midashi02 {
//	font-size:36px;
	font-size:32px;
	color:#000;
	font-weight: bold;
	letter-spacing:5px;
//	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
//	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.midashi03 {
	margin:0 0 10px 0;
	font-size:32px;
	color:#fff;
	font-weight: bold;
	letter-spacing:5px;
}

.midashi04 {
	margin:0 0 10px 0;
	padding:18px 0 16px 0;
	font-size:19px;
	color:#000;
	font-weight: bold;
	text-align:left;
	border-top:2px solid #1358a2;
	border-bottom:2px solid #ccc;
}



.contents {
//	border:1px solid #000;
}

.contents01 {
	padding:80px 0;
	background-color:#eceef4;
}
.contents01-1 {
	padding:40px;
	background-color:#fff;
	box-shadow: 0px 0px 10px #aaa;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.contents01-2 {
//	font-size:14px;
	text-align:left;
}
.contents01-3 {
	width:250px;
	font-size:13px;
	text-align:center;
}
.contents01-3-1 {
	display:inline-block;
	font-size:19px;
	font-weight: bold;
}
.contents01-3-2 {
	width:230px;
	height:230px;
	margin:0 auto 15px auto;
	background-color:#ccc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
}
.photo01-p {
	width:100%;
}
.contents01-4 {
	width:630px;
}



.contents02 {
	padding:80px 0;
	background-color:#00337f;
}
.contents02-1 {
	display:inline-block;
	margin:20px 0 0 0;
	color:#fff;
	text-align:left;
}
.contents02-2 {
	width:150px;
	padding:11px 0 8px 0;
	font-size:15px;
	color:#00337f;
	font-weight: bold;
	text-align:center;
	background-color:#cbf0f6;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-ms-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.contents02-3 {
	width:700px;
	font-size:14px;
	color:#000;
	background-color:#fff;
}

.contents03 {
	padding:80px 0 0px 0;
//	background-color:#fff;
}
.contents03-0 {
	width:900px;
}
.contents03-1 {
	height:200px;
	margin:-140px 0 0 0;
	background-color:#eceef4;
}
.contents03-2 {
	text-align:left;
}
.contents03-2-1 {
	font-size:16px;
	color: #00337f;
	font-weight:bold;
}
.contents03-2-2 {
	padding:0 0 0 15px;
}


.contents03-3 {
	margin:-1px 0 0 0;
	padding:10px 0 30px 0;
	line-height:1.8em;
	border-bottom:2px solid #ccc;
}
.contents03-3-1 {
	display:inline-block;
	padding:8px 14px 4px 14px;
	font-size:16px;
	color:#444;
	font-weight: bold;
	text-align:left;
	border:1px solid #444;
}

.contents03-3-2 {
	margin:10px 0 0 0;
	font-size:24px;
	color:#1358a2;
	font-weight: bold;
	text-align:left;
}
.contents03-3-3 {
	margin:20px 0 0 0;
	line-height:1.8em;
	text-align:left;
}
@media screen and (max-width:480px){
.contents03-3-1 {
	font-size:12px;
}
.contents03-3-2 {
	font-size:16px;
}
}



.contents04 {
	padding:80px 0;
//	background-color:#fff;
}
.contents04-1 {
	margin:-1px 0 0 0;
	padding:;
	text-align:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.contents04-2 {
	display:block;
//	height:72px;
	padding:24px 25px 20px 25px;
	font-size:17px;
	font-weight: bold;
	text-align:left;
//	border-left:5px solid #00337f;
	border-left:5px solid #1358a2;
//	border-top:1px solid #ccc;
//	border-bottom:1px solid #ccc;
//	background-image: url("../images/news-y.png");
//	background-repeat: no-repeat;
//	background-position: right 30px center;
	cursor:pointer;
}
.contents04-2:hover {
	background-color:#eee;
}

.contents04-3 {
	padding:10px 10px 10px 25px;
	border-left:1px solid #ccc;
//	border-right:1px solid #ccc;
}
.contents04-4 {
	font-weight: bold;
}
.contents04-5 {
	padding:0 0 15px 15px;
}
.contents04-6 {
	margin:-1px 0 0 0;
	padding:14px 0 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.contents04-7 {
	padding:0 0 0 15px;
}

/*----------------------------------------------*/

.mousi01 {
	
}

.pay01p {
	width:500px;
	margin:5px 0 0 0;
}

table.form-table {
//	width:100%;
	border-collapse: collapse;
}
table.form-table td {
	padding:10px;
	text-align:center;
	border:1px solid #999;
}
table.form-table td.aa01 {
	background-color:#ccc;
}

.text-upfile-tt2 {
	margin:0 0 5px 0;
	font-size:18px;
	color:#ff0000;
}

.log-msg {
	margin:50px 0 0 0;
	font-size:20px;
	font-weight: bold;
}
.log-msg-h {
	height:20px;
}

.form-w00 {
	display:table;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.form-w01 {
	display:table-cell;
	min-width:200px;
	width:200px;
	padding:15px;
	vertical-align:middle;
	background-color:#e6f2fd;
}
.form-w01a {
	background-color:#ffcba6;
}
.form-w02 {
	display:table-cell;
	padding:15px;
	text-align:left;
	vertical-align:middle;
}

.form-w03 {
	width:330px;
}

.form-01 {
	width:300px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-02 {
//	width:450px;
	width:100%;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-03 {
	width:120px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-04 {
	padding:5px;
	border: solid 1px #aaa;
}
.form-05 {
	width:200px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-06 {
	width:100%;
	height:60px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-06a {
	width:100%;
	height:120px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}

.form-07 {
	width:100%;
	height:120px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-08 {
	margin:0 0 5px 0;
}
.form-09 {
	width:60px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}


.form-submit {
	width:220px;
	height:60px;
	margin:20px 0 40px 0;
	font-size:14px;
	color:#ffffff;
	background:#1b63a7;
	border:1px solid #15a5e7;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.form-submit:hover {
	background:#15a5e7;
}
.form-submit-del {
	background:#ff0000;
	border:1px solid #ec6941;
}
.form-submit-del:hover {
	background:#ec6941;
}
.form-submit-del2 {
	background:#333;
	border:1px solid #333;
}
.form-submit-del2:hover {
	color:#333;
	background:#aaa;
}
.form-submit02 {
	margin:20px 0 0 0;
}

.form-submit-out {
	margin:20px 0 40px 20px;
	color:#fff;
	background:#ccc;
	border:1px solid #ccc;
	cursor:auto;
}
.form-submit-out:hover {
	background:#ccc;
}


.form-submit22 {
	width:220px;
	height:60px;
	margin:20px 0 40px 0;
	font-size:14px;
	color:#ffffff;
	background:#1b63a7;
	border:1px solid #15a5e7;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.form-submit22:hover {
	background:#15a5e7;
}

.form-submit33 {
	width:220px;
	height:60px;
	margin:20px 0 40px 0;
	font-size:14px;
	color:#ffffff;
	background:#ff0000;
	border:1px solid #ff0000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.form-submit33:hover {
	background:#ff5555;
}


@media screen and (max-width:480px){
.form-03 {
	width:100%;
}
.form-04 {
//	width:100%;
}
.form-05 {
	width:100%;
}
.form-submit {
//	width:100%;
}
}

.form-submit2 {
	width:100px;
	height:50px;
	margin:25px 0 45px 0;
	font-size:14px;
	color:#ffffff;
	background:#777;
	border:1px solid #777;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.form-submit2:hover {
	background:#333;
}

.form-submit55 {
	width:100px;
	height:50px;
	margin:25px 0 45px 0;
	font-size:14px;
	color:#ffffff;
	background:#777;
	border:1px solid #777;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.form-submit55:hover {
	background:#333;
}

.login-line {
	height:1px;
	border-bottom: 3px solid #00337f;
}
.login-line2 {
	height:1px;
	border-bottom: 3px solid #ff0000;
}
.login-line3 {
	height:1px;
	border-bottom: 3px solid #333;
}

.radio {
	width:20px;
	height:20px;
	margin:0 5px -4px 0;
}
.radio2 {
	display:inline-block;
	padding:0 0 10px 0;
	font-size:14px;
}

.chk-0 {
	display:inline-block;
	margin:10px 0;
	padding:5px 10px;
	background-color: #facd89;
//	background-color: #badcff;
}
.chk-1 {
	display:inline-block;
//	margin:10px 0;
	padding:5px 10px;
//	background-color: #facd89;
	background-color: #badcff;
}
.chk-a {
	width:18px;
	height:18px;
	margin:0 4px -4px 0;
	line-height:1em;
}

.login-text1 {
	margin:0 0 10px 0;
	text-align:left;
	line-height:1.8em;
}
.login-text1aa {
	margin:0 0 10px 0;
	font-size:22px;
	text-align:center;
	line-height:1.8em;
}
.login-text2 {
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}

.txt-00 {
	width:100%;
	margin:0 0 15px 0;
	padding:13px 0 10px 0;
	font-size:18px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	background-color:#00337f;
//	-webkit-border-radius:10px;
//	-moz-border-radius:10px;
//	border-radius:10px;
}
.txt-00a {
	background-color:#ff0000;
}
.txt-00b {
	background-color:#333;
}

.main-form {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	padding:20px 40px;
	line-height:0em;
	background-image: url(../images/back-b.png);
	background-repeat:repeat-x;
    background-position: left bottom;
}


/*----------------------------------------------*/


/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

#wrapper{
	display:none;
}
#smart_wrapper{
	display:block;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}

*{
	font-size:12px;
}

.clear-p {
	clear:none;
}
.clear-s {
	clear:both;
}

.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}

.gotop {
	width:45px
}

html,body {
	min-width:1px;
}

body {
	min-width:1px;
}

/*-----------------------------------------------------------------
	モーダルウィンドウ
-----------------------------------------------------------------*/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

#layer_board_area {
	margin:0px 0 0 0;
}

.mordal {
	overflow:auto;
	width:300px;
	min-height:100px;
	max-height:85vh;
	margin:1px 0 0 135px;
	padding:15px;
	background-color:#fff;
	font-size:13px;
	line-height:1.5em;
	text-align:left;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.mordal_a {
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
}
.mordal1 {
	margin:0 0 5px 0;
	font-size:20px;
//	color:#ff0000;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.mordal1z{
	font-size:13px;
}
.mordal1a {
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
	line-height:1.2em;
}
.mordal2 {
	display:inline-block;
	font-size:15px;
}
.mordal3 {
	padding:15px;
	font-size:15px;
	border:1px solid #aaa;
}
.mordal4 {
	padding: 0 0 12px 0;
	font-size:17px;
//	font-weight:bold;
	text-align:center;
}
.mordal5 {
	font-size:15px;
	font-weight:bold;
}
.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -300px;
	text-align: center;
	z-index: 2000;
}

.mordal-img {
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}

.btn_close {
	margin: 0 0 0 70px;
}

/*-------------------------------------------------*/

.midashi00 {
	display:inline-block;
	margin:-5px 0 0px 0;
	font-size:15px;
	color:#1358a2;
	font-weight: bold;
	text-align:left;
	line-height:1.3em;
}

/*----------------------------------------------*/

.top {
	height:650px;
	background-color:#009ad2;
	background-image: url("../images/top-s.png");
	background-repeat: no-repeat;
	background-position: center bottom;
//	background-size: cover;
	background-size: contain;
}

.top-l {
	position:absolute;
	top:0px;
	right:0;
	width:100%;
	padding:20px 0 0 0;
//	border:1px solid #000;
}

/*----------------------------------------------*/

.main2 {
	width:100%;
	padding:0 10px;
}

.unei {
	margin:10px 0 0 0;
	padding:10px 10px 7px 10px;
	text-align:left;
	border:1px solid #ccc;
}
.unei-01 {
//	display:inline-block;
	margin:0 0 5px 0;
	font-size:16px;
	font-weight: bold;
	text-align:left;
}
.unei-02 {
	display:inline-block;
	padding:3px 0 0 9px;
	font-size:18px;
}
.unei-03 {
	display:inline-block;
	margin:0 0 0 0;
	padding:6px 10px 4px 10px;
	font-size:13px;
}

/*----------------------------------------------*/

.news {
	padding:15px 0 30px 0;
}
.midashi01 {
	margin:0 0 3px 0;
	font-size:16px;
}
.news01 {
	padding:12px 25px 10px 15px;
	font-size:17px;
	font-weight: bold;
	text-align:left;
	background-position: right 10px center;
}
.news01-1 {
	width:100%;
	font-size:13px;
	font-weight: bold;
	text-align:left;
//	border:1px solid #000;
}
.news01-2 {
	width:100%;
	font-size:13px;
}

/*----------------------------------------------*/

.midashi02 {
	font-size:24px;
	letter-spacing:5px;
}

.contents01 {
	padding:20px 0;
	background-color:#eceef4;
}

.contents01-1 {
	padding:15px 25px 25px 25px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}


.contents01-3 {
	width:250px;
	margin:-5px auto 20px auto;
	font-size:13px;
	text-align:center;
}
.contents01-4 {
	width:100%;
}

/*----------------------------------------------*/

.midashi03 {
	margin:0 0 5px 0;
	font-size:24px;
	letter-spacing:5px;
}

.contents02 {
	padding:20px 0;
}
.contents02-1 {
	display:block;
	margin:10px 0 0 0;
}
.contents02-2 {
	width:100%;
	padding:9px 0 6px 0;
	font-size:14px;
	background-color:#cbf0f6;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.contents02-3 {
	width:100%;
	font-size:14px;
	color:#000;
	background-color:#fff;
}

.button {
	width:100%;
	height:60px;
	padding: 20px 0 0 0;
	font-size:16px;
}

.table-s100 {
	width:100%;
}
.table td.dd01 {
	display:block;
	width:100%;
}
.table td.td-m001 {
	display:block;
	width:100%;
	padding:9px 10px 6px 10px;
	text-align:center;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

/*----------------------------------------------*/

.midashi04 {
	margin:0 0 10px 0;
	padding:14px 0 12px 0;
	font-size:18px;
	color:#000;
	font-weight: bold;
	text-align:left;
	border-top:2px solid #1358a2;
	border-bottom:2px solid #ccc;
}

.contents03 {
	padding:20px 0 0px 0;
//	background-color:#fff;
}

.contents03-2-1 {
	font-size:14px;
	color: #00337f;
	font-weight:bold;
}

/*----------------------------------------------*/

.contents04 {
	padding:20px 0;
//	background-color:#fff;
}

.contents04-2 {
	display:block;
	padding:14px 15px 10px 15px;
	font-size:14px;
}

.table td.td-k001 {
	width:100px;
	padding:15px 10px;
	text-align:center;
	background-color:#ebedf3;
	border:1px solid #aaa;
}

/*----------------------------------------------*/

.pay01p {
	width:100%;
}


.login-text1aa {
	margin:0 0 10px 0;
	font-size:18px;
	text-align:center;
	line-height:1.8em;
}

/*----------------------------------------------*/

.button-a {
	width:100%;
}
.button01 {
	display:block;
	width:100%;
}

.button01ba {
	z-index: 10;
	position: fixed;
	top:60px;
	width:100%;
	height:40px;
	padding: 9px 0 0 0;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	background-color:#247de9;
	text-align:center;
	border-radius:0px;
	background-image: url("../images/button-y2.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.button-ab {
	width:100%;
}
.button-ac {
	width:100%;
}


/*----------------------------------------------*/
}


@media screen and (max-width:760px){

#wrapper {
	display:none
}



.sub-title-A {
	margin:0 0 15px 0;
}

.login-text1 {
	margin:0 0 15px 0;
	text-align:left;
	font-size:12px;
}

.form-w00 {
	display:block;
	width:100%;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.form-w01 {
	display:block;
	min-width:100%;
	width:100%;
	padding:10px;
	vertical-align:middle;
	background-color:#e6f2fd;
}
.form-w01a {
	background-color:#ffcba6
}
.form-w02 {
	display:block;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}

.form-01 {
	width:100%;
}
.form-01aa {
	width:200px;
}

.form-02 {
	width:100%;
}
.form-submit {
	width:100%;
	margin:20px 0 20px 0;
}
.form-submit02 {
	margin:10px 0 0 0;
}
.form-submit-out {
	margin:10px 0 0px 0px;
	color:#fff;
	background:#ccc;
	border:1px solid #ccc;
	cursor:auto;
}

.form-w03 {
	width:100%;
}

.form-submit2 {
	margin:0px 0 20px 0;
}