@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
------------------------------------------------------ */
#ui0733 {
    color: #000;
}

#ui0733 img {
	height: auto;
	border: none;
}

#ui0733 .dn {
    display: none !important;
}

#ui0733 .red {
    color: #c00;
}

/* タイトル
------------------------------------------------------ */
#ui0733 .title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#ui0733 .title h1 {
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	border-bottom: 5px solid #ccc;;
}

#ui0733 .title h1:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #a50000;
}

/* セクション 共通設定
------------------------------------- */
#ui0733 .section {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

#ui0733 .section .inner {
	width: 100%;
	margin: 0 auto;
    padding: 20px 20px 0 20px;
}

#ui0733 .section h2 {
	font-size: 3rem;
	margin: 0 0 25px;
    padding: 0 0 10px;
	border-bottom: solid 1px #CCC;
    text-align: left;
    font-weight: 300;
    line-height: 1.25;
	font-family: 'Noto Sans JP', sans-serif;
}
#ui0733 .section .imgBox {
	text-align: center;
}
#ui0733 .section p + p{
	margin-top: 15px;
}

#ui0733 .section::after,
#ui0733 .section .inner::after {
    content: "";
    display: block;
    clear: both;
}

#ui0733 .section .contentsArea {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

#ui0733 .section .contentsArea .txtBox {
	width: 50%;
}

#ui0733 .section .contentsArea .imgBox {
	width: 420px;
	text-align: center;
}

#ui0733 .section .imgItem{
  margin-top: 20px;
  text-align: center;
}
#ui0733 .section .flexBox{
  display: flex;
	justify-content: center;
  margin-top: 20px;
}
#ui0733 .flexBoxItem + div{
  margin-left: 20px;
}
#ui0733 .flexBoxItem p{
 text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}


@media screen and (max-width: 767px) {
/* タイトル
------------------------------------------------------ */
#ui0733 .title {
	width: 100%;
	padding: 20px 10px 0 10px;
}

#ui0733 .title h1 {
	font-size: 2.6rem;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui0733 .section .inner {
	width: 100%;
    padding: 10px 10px 0 10px;
}

#ui0733 .section h2 {
    font-size: 2.4rem;
}

#ui0733 .section .contentsArea {
	display: block;
	padding: 0;
}

#ui0733 .section .contentsArea .txtBox {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

#ui0733 .section .contentsArea .imgBox {
	width: 100%;
}

#ui0733 .flexBoxItem p{
  font-size: 1.4rem;
}

}

