@charset "UTF-8";
/*------------------------------common上書き-------------------------------*/
p{
    line-height: 180%;
    text-align: center;
}
h3 {
    color: #444;
    font-size: 110%;
    font-weight: bold;
    background: #fff;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    border-top: none;
    text-align: center;
}



.container {
    font-size: 110%;
}

.container_left{
	border-right: dotted 1px #cfcfcf;
}
.container_left,
.container_right{
	width: 490px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.container_left a,
.container_right a{
	color: #336699;
	text-decoration: none;
}
@media screen and (max-width:1000px) {
	.container_left{
		border-right: none;
	}
	.container_left,
	.container_right{
		width: 100%;
		padding: 20px;
	}
}

/*------------------------------画像・テキストカラム-------------------------------*/
.col_img{
    float: left;
    width: 80px;
}
.col_txt{
	position: relative;
    color: #444;
	margin-left: 100px;
}
.col_txt_title{
    color: #336699;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: dashed 1px #cfcfcf;
}
.col_txt_title>a{
    color: #336699;
    text-decoration: none;
}
.col_txt_detail>a{
    color: #444;
    text-decoration: none;
}
.col_txt_title>a:hover,
.col_txt_detail>a:hover{
	text-decoration: underline;
}

/*------------------------------TEXT05-------------------------------*/
.center_box{
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 20px 20px 20px;
    padding: 20px;
}
.center_box .center{
	text-align: center;
}
.center_box .dotted_bottom{
    position: relative;
    border-top: none;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0 0 0 20px;
    line-height: 30px;
}
.center_box .dotted_bottom:before{	
    display: block;
    position: absolute;
    content: "▶";
    color: #c11920;
    top: 0px;
    left: 0;
    right: auto;
    line-height: 30px;
}
.center_box.color_beige{
	background: #f8f9e3;
}
.center_box.color_pink{
	background: #fbf7f4;
}
.pr_txt{
   text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}
@media screen and (max-width:1000px) {
	.center_box{
	    margin: 0 0 20px 0;
	    padding: 20px
	}
	.center_box img{
		width: 40%;
	}
    .pr_txt{
    font-size: 1.2em;
}
}

/*------------------------------メインビジュアル-------------------------------*/
.main_static{
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main_static.left{
	width: 680px;
}
.main_static .txt{
	color: #444;
}
@media screen and (max-width:1000px) {
	.main_static{
		margin: 85px 0 0 0;
		width: 100%;
	}
	.main_static .txt{
	    width: 100%;
	    font-size: 12px;
	    margin: 0;
	    padding: 20px;
	    background: #fff;
	}
}

/*------------------------------ボタン-------------------------------*/
.bill,
.s_staff_new{
	height: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.bill .btn>a,
.s_staff_new .btn>a{
	height: 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 80px;
	border: solid 1px #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #cfcfcf;
}
.bill .btn>a span,
.s_staff_new .btn>a span{
	position: relative;
	padding-left: 25px;
}
.bill .btn>a span:before,
.s_staff_new .btn>a span:before{
	content: url(../../../img/common/ico_arrow_w.png);
	width: 20px;
	height: 20px;
	position: absolute;
    top: 2px;
    left: 0;
}
.bill .btn>a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #195824), color-stop(0.49, #117e2a), color-stop(0.00, #30ad25));
	background: -webkit-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -moz-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -o-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -ms-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: linear-gradient(to bottom, #30ad25 0%, #117e2a 49%, #195824 100%);
}
.bill .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #217d31), color-stop(0.49, #17ba3c), color-stop(0.00, #3bcc2e));
	background: -webkit-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -moz-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -o-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -ms-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: linear-gradient(to bottom, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
}
.s_staff_new .btn>a{
	font-style: italic;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.49, #e0a138), color-stop(0.00, #ebe952));
	background: -webkit-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -moz-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -o-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -ms-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: linear-gradient(to bottom, #ebe952 0%, #e0a138 49%, #ffa220 100%);
}
.s_staff_new .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb54d), color-stop(0.49, #eac76c), color-stop(0.00, #fcf1a1));
	background: -webkit-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -moz-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -o-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -ms-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: linear-gradient(to bottom, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
}

.btn_box{
   text-align: center;
    margin: 1em auto;
    width: 40%;
}

.btn_red{
    text-decoration: none;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #c01920;
}

@media screen and (max-width:1000px) {
	.bill,
	.s_staff_new{
		margin-top: 30px;
	}
	.bill .btn>a{
	    padding: 10px 15%;
	}
	.s_staff_new .btn>a{
		padding: 10px 5%;
	}
.btn_box{
    width: 100%;
}
    .btn_red{
    font-size: 14px;
}
}


/*------------------------------table01-------------------------------*/
.touroku{
	margin-bottom: 20px;
}
.touroku a{
	text-decoration: none;
	color: #336699;
}
.touroku a:hover{
	text-decoration: underline;
}
.touroku table{
	width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
.touroku table th,
.touroku table td.name{
    background: #EFE7E9;
	vertical-align: top;
	text-align: center;
	width: 80px;
}
.touroku table tr,
.touroku table th,
.touroku table td{
	padding: 10px;
    border: 1px solid #cfcfcf;
}
.touroku table td{
	background: #fff;
}
.touroku table td.name{
	background: #F8F4F5;
}
.touroku table td p.kenpo {
    margin: 5px 20px;
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f2f2f2;
}
@media screen and (max-width: 1000px) {
	.touroku table tr,
	.touroku table th,
	.touroku table td,
	.touroku table td.name{
		display: block;
		width: 100%;
	}
	.touroku table th,
	.touroku table td{
		border: none;
		padding: 10px;
	}
	.touroku table th,
	.touroku table td.name{
		text-align: left;
	}
	.touroku table tr{
		padding: 0;
	}
	.touroku table tr+tr{
		border-top: none;
	}
	.touroku table td{
		padding-left: 20px;
	}
}


/*------------------------------div05-------------------------------*/
.bt{
margin: 10px auto;
padding: 10px;
display: block;
}

.bt_img01{margin-right: 10px}
.bt_img02{margin-left: 10px}

.bt img{float: left}

.clr{clear: both;}

.img_center img{
margin: 0 auto 20px auto;
display: block;
/*max-width: 628px;*/
width: 100%;
}
.bf_box{
    background: #F5E69D;
    margin-bottom: 2em;
}
.bf_box_inner{
    margin: 0 auto;
    text-align: center;
    padding: 3em 2em 2em 2em;
}

.bf_box_img{
    background: #fff;
    padding: 0.5em;
    border-radius: 10px;
    position: relative;
    margin-bottom: 2em;
}
.bf_box_img img{
    margin: 0;
    padding: 0;
}
.bf_box_inner .lavel{
    margin: 0 auto;
    background: #3E3A39;
    padding: 0.3em;
    border-radius: 10px;
    width: 20%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width:1000px) {
    .bf_box_inner .lavel{
      width: 35%;  
    } 
    .bf_box_img{
    padding: 0.8em;
    }
}
@media screen and (max-width:641px) {
    .bf_box_inner {
    margin: 0 auto;
    text-align: center;
    padding: 2em 0.8em 2em 0.8em;
}
    .bf_box_inner .lavel{
    width: 40%;
    font-size: 0.8em;    
    } 
}

/*------------------------------LINK-------------------------------*/
.link{
	list-style: none;
	margin: 0;
	padding: 0;
}
.link li{
	padding: 5px;
	margin-left: 20px;
}
.link li>a{
    position: relative;
    text-decoration: none;
    color: #336699;
    height: 18px;
    line-height: 18px;
}
.link li>a:hover{
	text-decoration: underline;
}
.link li>a:before{
    content: url(../../../img/common/ico_arrow.gif);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-left: 0;
    margin-top: -8px;
}
.link .align_left{
	text-align: left;
}
.link .align_right{
	text-align: right;
}
.link.border{
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}
.col_3_link{
	margin: 0;
	padding: 0;
	list-style: none;
}
.col_3_link li{
	float: left;
	margin: 0 20px;
	padding: 5px;
}
.col_3_link  li>a{
	text-decoration: none;
	color: #336699;
}
.col_3_link  li>a:hover{
	text-decoration: underline;
}

/*------------------------------LI-01-------------------------------*/
.list_link_01{
	background: #fff;
    border: solid 1px #cfcfcf;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
    max-width: 980px;
}
.list_link_01 p{
	margin: 0;
}

.list_link_01>.link_btn{
    display: -ms-grid;
    display: grid;
    -moz-column-gap: 0.9em;
    column-gap: 0.9em;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    grid-gap: 1vw;
    gap: 1vw;
}
.list_link_01>.link_btn li{
	list-style: none;
}
.list_link_01>.link li:last-child{
    margin-right: 0;
}
.list_link_01>.link_btn li a{
	width: 100%;
    display: block;
    color: #c01920;
    border: 2px solid #c01920;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
.list_link_01>.link_btn li a:hover{
    background-color: #de7b73;
    color: #ffffff;
    text-decoration: none;
}

.list_link_01>.link li a:before{
    content: url(../../../img/common/ico_link3.gif);
    position: absolute;
    background: none;
    width: 22px;
    height: 17px;
    top: 2px;
    left: 0;
}

@media screen and (max-width:1000px) {
	.list_link_01>.link li{
	    padding: 10px 5px;
	    margin-right: 5%;
	}
    
    .list_link_01>.link_btn{
        padding: 0 0.8em;
        grid-gap: 2vw;
        gap: 2vw;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 641px) {
    .list_link_01>.link_btn li a {
        font-size: 0.7em;
        padding: 0.7em;
    }
}

/*------------------------------注意事項-------------------------------*/

ul.notice{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
}

ul.notice li{
    line-height: 180%;
}
