@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
}
body {
	font-size: 14px;
	background-color: #ffffff;
	color:#333333;
	min-width:1000px;
	line-height: 1.4;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

a {
text-decoration: none;
}

@media screen and (max-width: 979px) {
body {

	font-size: 16px;
	line-height: 1.8;
		min-width:100%;
}

}


img {
	vertical-align: bottom;
}
.pc {
	display: block;
}
.sm {
	display: none;
}


.wrapper {
	padding:0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


/*　#####  h 基本テキスト */

h2{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #ca484e;
	margin: 0 auto 50px;
	
}

h3{
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
	padding: 0 0 5px 0;

	margin: 30px auto 10px;
}

h3 {
	background: #ca484e;
	padding: 10px 10px 10px 40px;
	position: relative;
	color: #fff;
	}
h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px rgb(129, 38, 42);
}


@media screen and (max-width: 979px) {
h2{
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #ca484e;
	margin: 0 auto 20px;
	width: 90%;
}

h4{
    font-size: 140%;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
	padding: 0 0 5px 0;

	margin: 10px auto 0;
}
}


.txt_bold{
font-weight: bold;
}

.txt_red{
color: #cc0000;
}

.txt_big{
font-size: 120%;
}

.txt_small{
font-size: 90%;
}
.txt_rirgt{
text-align: right;
font-size: 24px;
padding:0 0 50px 0;
}

/*　#####  タイトル＆テキスト */

/* ############  テーブルCSS*/
.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
	line-height: 1.6;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table > dt {
    background-color: #ffffff;
}

.list_table > dd {
    background-color: #fff;
}
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #333333;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #333333;
		
    }
    .list_table > dt {
        width: 30%;
		        border-left: 1px solid #333333;
    }
    .list_table > dd {
        width: 70%;
        border-right: 1px solid #333333;
        border-left: 1px solid #333333;
    }


@media screen and (max-width: 979px) {
 .list_table{

        border-to@p: 1px solid #333333;

    }
 
 .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #333333;
		
    }
    .list_table > dt {
        width: 100%;
		border-right: 1px solid #333333;
    }
    .list_table > dd {
        width: 100%;
		        border-right: 1px solid #333333;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
    }

}

/*　#####  共通 */

.contents_box{
display: block;
width:1000px;
padding:0 0;
margin:50px auto;
}





@media screen and (max-width: 979px) {



.contents_box{
width:90%;
padding:0 0;
margin:20px auto;
}

.main{


}










@media screen and (max-width: 979px) {
.pc {
	display: none;
}
.sm {
	display: block;
}



}

