@charset "UTF-8";
body.pc,
body.tablet,
body.sp {
	background: #5e1e29;
    background-image: url(../images/bg.jpg), url(../images/bg_back.jpg);
    background-size: 2000px auto, 228px auto;
    background-repeat: repeat-x, repeat;
    background-position: 0 56px, 0 0;
}
body.sp {
    background-size: auto 340px, 114px auto;
    background-position: 0 233px, 0 0;
}

.section {
	padding: 60px 0 0;
}

body.sp .section p {
	width: 100%;
    font-size: 24px;
    -webkit-text-size-adjust: 100%;
}

body .section h1 img {
	width: 223px;
}
body.pc .section h1,
body.tablet .section h1 {
	margin-bottom: 130px;
}

body.sp .section h1 {
	width: 34%;
    padding: 9.8% 0 0;
    margin: 0 auto 21%;
}

body.sp .section h1 img {
	width: 100%;
}

body.sp .attention {
	margin-bottom: 20px;
	font-size: 210%;
}

.threeColumnsType2,
body.sp .threeColumnsType2 {
	margin: 75px auto;
}

body.sp .section_block h3 {
	font-weight: bold;
	width: 100%;
}


body.sp .section_block {
	width: 100%;
}
body .section_block_in {
	display: flex;
	justify-content: space-between;
    margin-bottom: 60px;
}
body .section_block_in_item {
	width: 47%;
}

/**/

.castColumn ul li {
	padding:0px 0 60px;
	margin: 0 auto;
}

.section_desc {
	margin-bottom: 60px;
	text-align: center;
}
.section_desc p {
	font-size: 18px;
}

.section_block {
	display: flex;
    justify-content: center;
	width: 950px;
	margin: 0 auto 30px;
}
body.sp .section_block {
	justify-content: space-between;
}
.section_block_item {
	width: 300px;
    margin: 0 40px;
}
body.sp .section_block_item {
	width: 46%;
    margin: 0;
}
.section_block_item img {
	width: 100%;
	height: auto;
}
.section_single .section_block_title,
.section_block .section_block_title {
	font-family: "Noto Serif JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #facd6c;
	margin: 20px 0;
	padding-left: 38px;
    padding-bottom: 20px;
	font-size: 24px;
    font-weight: bold;
    background-image: url(../images/title_bg.png), url(../images/title_icon.png);
    background-size: 100% 5px, 23px 40px;
    background-repeat: no-repeat, no-repeat;
    background-position: 0 bottom, 0 center;
}
.section_block .section_block_title {
    display: flex; 
    flex-direction: column;
    justify-content: flex-end;
    min-height: 65px;
}
.section_single .section_block_title {
    padding-top: 10px;
}

.section_block .section_block_title span {
	display: block;
	font-size: 16px;
}
.section_single .section_block_title span {
	font-size: 16px;
}
.section_block .section_block_item p,
.section_single p {
	font-family: "Noto Serif JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
}


/* section_box */
.section_box {
	margin-bottom: 80px;
}
.section_box img {
	width: 100%;
	height: auto;
}
.section_box p {
	width: 90%;
	margin: 0 auto;
}
.section_box h2.section_box_title {
	margin: 150px 0 30px;
}

/*  */









.section_block p {
	text-align: left;
	margin-bottom: 40px;
	font-size: 18px;
}
.section_block p.center {
	text-align: center;
}
body.sp .section_block p.center {
	text-align: left;
}

.contentFooter {
	overflow: hidden;
	background-color: #000;
}

body.pc .sp_parts {
	display: none;
}

body.sp .pc_parts {
	display: none;
}
